home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / POLY3DRS.ZIP / POLY3D-R.CFG < prev    next >
Encoding:
Text File  |  1990-05-05  |  997 b   |  43 lines

  1. ;Maximum degree to average two normals of two defferent polygons at a vertex
  2. AvgDegree    30
  3.  
  4. ;Ambient light - must be in [0.0..1.0] range
  5. Ambient        0.3
  6.  
  7. ;Color map size is 2^BitsPerPixel. must be in [1..8] in GIF image file format.
  8. BitsPerPixel    7
  9.  
  10. ;Light source direction vector.
  11. LightSrcX    1.0
  12. LightSrcY    3.0
  13. LightSrcZ    7.0
  14.  
  15. ;If two sources at opposite direction as specified by Light source direction
  16. ;vector are assumed. Otherwise, only one at exactly specified is assumed.
  17. TwoSources    FALSE
  18.  
  19. ;Dimensions of resulting images:
  20. Xsize        320
  21. Ysize        200
  22.  
  23. ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
  24. AvgDegree    30.0
  25.  
  26. ;Default color (if none specified this one is pixed), and back ground color:
  27. ;
  28. ; BLACK         =  0
  29. ; BLUE         =  1
  30. ; GREEN         =  2
  31. ; CYAN         =  3
  32. ; RED         =  4
  33. ; MAGENTA      =  5
  34. ; BROWN         =  20
  35. ; LIGHTGRAY     =  7
  36. ; YELLOW     =  62
  37. ; WHITE         =  63
  38. ;
  39. Color        63
  40. BackGroundColor 1
  41.  
  42. More        FALSE        ;If true print more messages (boolean)
  43.