home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / 2mro / objects / coords.plg < prev    next >
Text File  |  1996-03-19  |  359b  |  14 lines

  1. # a 3-axis coordinate system indicator
  2. # colors match the coordinate compass
  3.  
  4. coords 4 3
  5. # X      Y       Z
  6.  0       0       0      # center point
  7.  1000    0       0      # X axis
  8.  0       1000    0      # Y axis
  9.  0       0      1000    # Z axis
  10.  
  11. 0x000F 2 0 1    # X axis: white
  12. 0x000D 2 0 2    # Y axis: magenta
  13. 0x000A 2 0 3    # Z axis: yellow
  14.