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

  1. ModelBegin
  2. ProtoBegin SVertex
  3.     Color 1.0 0.0 0.0  # red
  4.     Surface 0.3 0.7 0.7
  5.     GeometrySampling Solid
  6.     LightSampling Vertex
  7.     Texture NULL
  8.     Sphere 0.5 16
  9. ProtoEnd
  10.  
  11. ProtoBegin SFacet
  12.     Color 0.0 0.0 1.0  # blue
  13.     Surface 0.3 0.7 0.7
  14.     GeometrySampling Solid
  15.     LightSampling Facet
  16.     Texture NULL
  17.     Sphere 0.5 16
  18. ProtoEnd
  19.  
  20.     ClumpBegin
  21.     ProtoInstance SVertex
  22.  
  23.      ClumpBegin
  24.         TransformBegin
  25.             Translate 1.1 0 0
  26.             ProtoInstance SFacet
  27.         TransformEnd
  28.      ClumpEnd
  29.  
  30. ClumpEnd
  31. ModelEnd
  32.