home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Config file for poly3d (MSDOS version)
- ;
-
- ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
- ;Interactive TRUE
-
- ;Sets depth cue status to begin with - drawing of the lines with negative Z
- ; (depth) as dotted lines
- DepthCue TRUE
-
- ;The viewing mode to begin with:
- ; 1. Perspective View
- ; 2. Orthographic view
- ViewMode 2
-
- ;
- ;Vertices normal length. This number is divided by 100 to form object space
- ;normal size scaler.
- NormalLength 10
-
- ;The transformation to begin with should be in:
- ; 1. Screen axes coordinate system
- ; 2. Object axes coordinate system
- TransMode 1
-
- More TRUE ;If true print more messages (boolean) (-m)
-
- ;If the mouse autodetect fails, uncomment the following
- ;Mouse FALSE ;Mouse exists ? (boolean)
-
- ;Graphic driver can be one of:
- ; 0 - Autodetect (same as no default at all in this file)
- ; 1 - CGA (Hires two colors mode).
- ; 3 - EGA
- ; 4 - EGA64
- ; 5 - EGAMONO
- ; 7 - Hercules.
- ; 9 - VGA
- GraphDriver 0
-
- ;If the polygons are ordered in a pattern and only the first i edges of
- ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
- ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
- ;set to 0 all the polygon edges are to be handled.
- NumOfEdges 0
-
- ;If a closed object is to be displayed, each edge is shared by two polygons,
- ;and there is not reason to display it twice (if fact it will be displayed
- ;twice in opposite direction - a heuristic that is used here). This can
- ;speed up the display by almost factor of two.
- ClosedObject FALSE