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

  1. ModelBegin
  2. ProtoBegin SSolid
  3.     Color 1.0 0.0 0.0  # red
  4.     Surface 0.5 0.5 0.0
  5.     GeometrySampling Solid
  6.     LightSampling Vertex
  7.     Texture NULL
  8.     Sphere 0.5 10
  9. ProtoEnd
  10.  
  11. ProtoBegin SWire
  12.     Color 0.0 0.0 1.0  # blue
  13.     Surface 0.5 0.5 0.0
  14.     GeometrySampling WireFrame
  15.     LightSampling Vertex
  16.     Texture NULL
  17.     Sphere 0.5 10
  18. ProtoEnd
  19.  
  20. ProtoBegin SPointCloud
  21.     Color 0.0 1.0 0.0  # green
  22.     Surface 0.5 0.5 0.0
  23.     GeometrySampling PointCloud
  24.     LightSampling Vertex
  25.     Texture NULL
  26.     Sphere 0.5 10
  27. ProtoEnd
  28.  
  29.     ClumpBegin
  30.     ProtoInstance SSolid
  31.  
  32.      ClumpBegin
  33.         TransformBegin
  34.             Translate 0.75 0 0
  35.             ProtoInstance SWire
  36.         TransformEnd
  37.      ClumpEnd
  38.  
  39.      ClumpBegin
  40.         TransformBegin
  41.             Translate -0.75 0 0
  42.             ProtoInstance SPointCloud
  43.         TransformEnd
  44.      ClumpEnd
  45.   ClumpEnd
  46. ModelEnd
  47.