home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rfshapes.rw_ / rfshapes.bin
Text File  |  1995-11-14  |  996b  |  68 lines

  1. ModelBegin
  2.  
  3. ProtoBegin Cyl1
  4. Cylinder 1.0 0.2 0.2 10
  5.  ProtoEnd
  6.  
  7. ProtoBegin Cyl2
  8. TransformBegin
  9. ClumpBegin 
  10.   Translate -1.0 0 0
  11.   Cylinder 1.0 0.3 0.1 10
  12. ClumpEnd 
  13. TransformEnd
  14. ProtoEnd
  15.  
  16. ProtoBegin Disc
  17. TransformBegin
  18. ClumpBegin 
  19.   Translate -2.0 0 0
  20.   Disc  0.1 1.0 10
  21. ClumpEnd 
  22. TransformEnd 
  23. ProtoEnd
  24.  
  25. ProtoBegin Cone
  26. TransformBegin
  27. ClumpBegin 
  28.   Translate 1.0 0 0
  29.   Cone 1.0 0.5 10
  30. ClumpEnd
  31. TransformEnd
  32. ProtoEnd
  33.  
  34. ProtoBegin Hemi
  35. TransformBegin
  36. ClumpBegin 
  37.   Translate 2.0 0 0
  38.   Hemisphere 0.5 5
  39. ClumpEnd
  40. TransformEnd
  41. ProtoEnd
  42.  
  43. ProtoBegin Sphere
  44. TransformBegin
  45. ClumpBegin 
  46.   Translate 3.0 0 0
  47.   Sphere 0.5 5
  48. ClumpEnd
  49. TransformEnd
  50. ProtoEnd
  51.  
  52. ClumpBegin
  53.  
  54.  Color 0.0 0.0 0.0
  55.  Surface 0.1 0.0 0.0
  56.  GeometrySampling WireFrame
  57.  LightSampling Vertex
  58.  
  59. ProtoInstanceGeometry Disc
  60. ProtoInstanceGeometry Cyl1
  61. ProtoInstanceGeometry Cyl2
  62. ProtoInstanceGeometry Cone
  63. ProtoInstanceGeometry Hemi
  64. ProtoInstanceGeometry Sphere
  65. ClumpEnd
  66. ModelEnd
  67.  
  68.