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

  1. ModelBegin
  2.  
  3. ProtoBegin  red0
  4.     Color 1.0 0.0 0.0  # red
  5.     Surface 0.0 0.0 0.9
  6.     Opacity 1.0
  7.     GeometrySampling Solid
  8.     LightSampling Vertex
  9.     Texture NULL
  10.     Sphere 0.1 8
  11. ProtoEnd
  12.  
  13. ProtoBegin  red1
  14.     Color 1.0 0.0 0.0  # red
  15.     Surface 0.0 0.1 0.9
  16.     Opacity 1.0
  17.     GeometrySampling Solid
  18.     LightSampling Vertex
  19.     Texture NULL
  20.     Sphere 0.1 8
  21. ProtoEnd
  22.  
  23. ProtoBegin  red2
  24.     Color 1.0 0.0 0.0  # red
  25.     Surface 0.0 0.2 0.9
  26.     Opacity 1.0
  27.     GeometrySampling Solid
  28.     LightSampling Vertex
  29.     Texture NULL
  30.     Sphere 0.1 8
  31. ProtoEnd
  32.  
  33. ProtoBegin  red3
  34.     Color 1.0 0.0 0.0  # red
  35.     Surface 0.0 0.3 0.9
  36.     Opacity 1.0
  37.     GeometrySampling Solid
  38.     LightSampling Vertex
  39.     Texture NULL
  40.     Sphere 0.1 8
  41. ProtoEnd
  42.  
  43. ProtoBegin  red4
  44.     Color 1.0 0.0 0.0  # red
  45.     Surface 0.0 0.4 0.9
  46.     Opacity 1.0
  47.     GeometrySampling Solid
  48.     LightSampling Vertex
  49.     Texture NULL
  50.     Sphere 0.1 8
  51. ProtoEnd
  52.  
  53. ProtoBegin  red5
  54.     Color 1.0 0.0 0.0  # red
  55.     Surface 0.0 0.5 0.9
  56.     Opacity 1.0
  57.     GeometrySampling Solid
  58.     LightSampling Vertex
  59.     Texture NULL
  60.     Sphere 0.1 8
  61. ProtoEnd
  62.  
  63. ProtoBegin  red6
  64.     Color 1.0 0.0 0.0  # red
  65.     Surface 0.0 0.6 0.9
  66.     Opacity 1.0
  67.     GeometrySampling Solid
  68.     LightSampling Vertex
  69.     Texture NULL
  70.     Sphere 0.1 8
  71. ProtoEnd
  72.  
  73. ProtoBegin  red7
  74.     Color 1.0 0.0 0.0  # red
  75.     Surface 0.0 0.7 0.9
  76.     Opacity 1.0
  77.     GeometrySampling Solid
  78.     LightSampling Vertex
  79.     Texture NULL
  80.     Sphere 0.1 8
  81. ProtoEnd
  82.  
  83. ProtoBegin  red8
  84.     Color 1.0 0.0 0.0  # red
  85.     Surface 0.0 0.8 0.9
  86.     Opacity 1.0
  87.     GeometrySampling Solid
  88.     LightSampling Vertex
  89.     Texture NULL
  90.     Sphere 0.1 8
  91. ProtoEnd
  92.  
  93.  
  94. ClumpBegin 
  95. # center root
  96.     ProtoInstance red4
  97.  
  98. # top row
  99.     TransformBegin
  100.         Translate -0.25 0.25 0
  101.         ClumpBegin 
  102.            ProtoInstance red0
  103.            ClumpEnd
  104.     TransformEnd
  105.  
  106.     TransformBegin
  107.         Translate 0 0.25 0
  108.         ClumpBegin 
  109.            ProtoInstance red1
  110.            ClumpEnd
  111.     TransformEnd
  112.  
  113.     TransformBegin
  114.         Translate 0.25 0.25 0
  115.         ClumpBegin 
  116.            ProtoInstance red2
  117.            ClumpEnd
  118.     TransformEnd
  119.  
  120. # center row
  121.     TransformBegin
  122.         Translate -0.25 0 0
  123.         ClumpBegin 
  124.            ProtoInstance red3
  125.            ClumpEnd
  126.     TransformEnd
  127.  
  128.     TransformBegin
  129.         Translate 0.25 0 0
  130.         ClumpBegin 
  131.            ProtoInstance red5
  132.            ClumpEnd
  133.     TransformEnd
  134.  
  135. # bottom row
  136.     TransformBegin
  137.         Translate -0.25 -0.25 0
  138.         ClumpBegin 
  139.            ProtoInstance red6
  140.            ClumpEnd
  141.     TransformEnd
  142.  
  143.     TransformBegin
  144.         Translate 0 -0.25 0
  145.         ClumpBegin 
  146.            ProtoInstance red7
  147.            ClumpEnd
  148.     TransformEnd
  149.  
  150.     TransformBegin
  151.         Translate 0.25 -0.25 0
  152.         ClumpBegin 
  153.            ProtoInstance red8
  154.            ClumpEnd
  155.     TransformEnd
  156.   ClumpEnd
  157.  
  158. ModelEnd
  159.  
  160.