home *** CD-ROM | disk | FTP | other *** search
/ Qu-ake / Qu-ake.iso / qu_ke / utils / grafikto / 005 / MODEL.DOC < prev    next >
Encoding:
Text File  |  1996-09-20  |  630 b   |  28 lines

  1. MODEL FILES FOR JAW3D MODEL VIEWER
  2. ==================================
  3.  
  4. Model files are simple text files containing one coordinate per line. The
  5. general format is:
  6.  
  7. x y z
  8. x2 y2 z2
  9.  
  10. For example:
  11.  
  12. -5 5 5
  13. -5 5 -5
  14.  
  15. This will draw a line in 3d space from (-5,5,5) to (-5,5,-5).
  16. The actual number substituted for x, y, or z is the length of the line
  17. relative to the screen. You must use the following coordinate system:
  18.  
  19.         Y    Z
  20.         |   /
  21.         | /
  22.  X -----|----- 
  23.       / |
  24.     /   |
  25.  
  26. Note: empty lines in model files will create problems.
  27.       For seperation or comments, use the # character.
  28.