home *** CD-ROM | disk | FTP | other *** search
- ;Maximum degree to average two normals of two defferent polygons at a vertex
- AvgDegree 30
-
- ;Ambient light - must be in [0.0..1.0] range
- Ambient 0.3
-
- ;Color map size is 2^BitsPerPixel. must be in [1..8] in GIF image file format.
- BitsPerPixel 7
-
- ;Light source direction vector.
- LightSrcX 1.0
- LightSrcY 3.0
- LightSrcZ 7.0
-
- ;If two sources at opposite direction as specified by Light source direction
- ;vector are assumed. Otherwise, only one at exactly specified is assumed.
- TwoSources FALSE
-
- ;Dimensions of resulting images:
- Xsize 320
- Ysize 200
-
- ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
- AvgDegree 30.0
-
- ;Default color (if none specified this one is pixed), and back ground color:
- ;
- ; BLACK = 0
- ; BLUE = 1
- ; GREEN = 2
- ; CYAN = 3
- ; RED = 4
- ; MAGENTA = 5
- ; BROWN = 20
- ; LIGHTGRAY = 7
- ; YELLOW = 62
- ; WHITE = 63
- ;
- Color 63
- BackGroundColor 1
-
- More FALSE ;If true print more messages (boolean)