home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / MWE105.ZIP / EExamples / Loop.vxr < prev    next >
Text File  |  1996-01-24  |  377b  |  27 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.     # Options: ON OFF AUTO
  5.     renderCulling AUTO
  6.     
  7.     OUTPUT_TO Loop.wrl
  8.     
  9.     DEF BackgroundColor Info {
  10.         string  ".5 .1 .2"
  11.     }
  12.  
  13.     LOOP {
  14.         fields [SFLong start, SFLong end, SFLong position, SFLong step]
  15.         start -3
  16.         end 4
  17.         
  18.         Separator {
  19.             Translation {
  20.                 translation 0 position 0
  21.             }
  22.             Sphere {
  23.                 radius .5
  24.             }
  25.         }
  26.     }
  27. }