home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / glview.zip / ColoredRonny.wrl < prev    next >
Text File  |  1996-04-04  |  902b  |  45 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.     DEF Title Info { string    "GLView color gradient "}
  5.     DEF Viewer Info { string "examine" }
  6.  
  7.  
  8.     DEF EntryView PerspectiveCamera {
  9.         position 0 0 15
  10.         orientation 0 0 1 0
  11.         focalDistance 15
  12.         heightAngle  1.1
  13.         nearDistance 0.1
  14.         farDistance 50
  15.     }
  16.     DEF InsideView PerspectiveCamera {
  17.         position 0 0 0
  18.         orientation 0 1 0 3.1414
  19.         focalDistance 15
  20.         heightAngle  1.7
  21.         nearDistance 0.1
  22.         farDistance 50
  23.     }
  24.  
  25.     ## for inside View disable ShapeHints
  26.     ShapeHints { vertexOrdering COUNTERCLOCKWISE     shapeType SOLID }
  27.     
  28.  
  29.     WWWAnchor {
  30.         name "ColoredTunnel.wrl"
  31.     
  32.     Rotor { rotation 0 1 0 6.2828 speed 0.1}
  33.  
  34.     ##    ColorGradient { colors [ 1 0 0, 1 1 0, 0 0 1] cycle TRUE }
  35.     ColorGradient { colors [ 1 0 0, 1 1 0, 0 0 1] axis SINXY cycle TRUE }
  36.  
  37.  
  38.     WWWInline { name "Ronny.3dv" }
  39.     ## hi res version
  40.     ## WWWInline { name "RonnyHi.3dv" }
  41.  
  42.  
  43.     }
  44.     }
  45.