home *** CD-ROM | disk | FTP | other *** search
- MODEL FILES FOR JAW3D MODEL VIEWER
- ==================================
-
- Model files are simple text files containing one coordinate per line. The
- general format is:
-
- x y z
- x2 y2 z2
-
- For example:
-
- -5 5 5
- -5 5 -5
-
- This will draw a line in 3d space from (-5,5,5) to (-5,5,-5).
- The actual number substituted for x, y, or z is the length of the line
- relative to the screen. You must use the following coordinate system:
-
- Y Z
- | /
- | /
- X -----|-----
- / |
- / |
-
- Note: empty lines in model files will create problems.
- For seperation or comments, use the # character.
-