home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / 3dstudio / utility / sym3dc / symcube.obj < prev    next >
Encoding:
Text File  |  1993-01-10  |  775 b   |  37 lines

  1. ;;; -*- Base: 10.; Lowercase: Yes; Mode: Lisp; Package: 3D; -*-
  2.  
  3. :version 18
  4. :units FEET
  5.  
  6. :name "symcube"
  7. :init-display (flag 3 min-edge-hardness NIL)
  8. :body POLYHEDRON
  9. :version (18 5)
  10. :description "(Polyhedron):     8pts    18edges    12faces."
  11. :numbered-vertices
  12. ((1     -10.0       -10.0       10.0)
  13.  (2     -10.0       10.0        10.0)
  14.  (3     10.0        10.0        10.0)
  15.  (4     10.0        -10.0       10.0)
  16.  (5     10.0        -10.0       -10.0)
  17.  (6     10.0        10.0        -10.0)
  18.  (7     -10.0       10.0        -10.0)
  19.  (8     -10.0       -10.0       -10.0))
  20. :numbered-faces-by-vertex
  21. ((1     1    3    4)
  22.  (2     5    7    8)
  23.  (3     2    6    3)
  24.  (4     8    4    5)
  25.  (5     4    6    5)
  26.  (6     8    2    1)
  27.  (7     2    8    7)
  28.  (8     6    4    3)
  29.  (9     4    8    1)
  30.  (10    6    2    7)
  31.  (11    7    5    6)
  32.  (12    3    1    2))
  33. :generator
  34.  (MAKE-CUBE 20.0)
  35. :end-body "POLYHEDRON"
  36. :end "symcube"
  37.