home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / glview.zip / MorphedRonnyMulti.wrl < prev    next >
Text File  |  1995-11-28  |  1KB  |  72 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.     DEF Title Info { string    "GLView morphed Ronny, use Tools->Morph to change parameters"}
  5.  
  6.     DEF EntryView PerspectiveCamera {
  7.         position 0 0 15
  8.         orientation 0 0 1 0
  9.         focalDistance 15
  10.         heightAngle  1.1
  11.         nearDistance 0.1
  12.         farDistance 50
  13.     }
  14.     DEF InsideView PerspectiveCamera {
  15.         position 0 0 0
  16.         orientation 0 1 0 3.414
  17.         focalDistance 15
  18.         heightAngle  1.7
  19.         nearDistance 0.1
  20.         farDistance 50
  21.     }
  22.  
  23.     ## for inside View disable ShapeHints
  24.     ShapeHints { vertexOrdering COUNTERCLOCKWISE     shapeType SOLID }
  25.  
  26.     Rotation { rotation 1 0 0 -1.7 }
  27.  
  28.     WWWAnchor { name "LogoTextured.wrl"
  29.  
  30.     Blinker {
  31.     speed  0.143
  32.     Morph {
  33.         type CYLINDER
  34.         DEF ronny Separator  {
  35.             Rotation { rotation 1 0 0 1.7 }
  36.             WWWInline { name "ronny.3dv" }
  37.         }
  38.     }
  39.     Morph {
  40.             type BOX
  41.             USE ronny
  42.     } 
  43.     Morph {
  44.             type SPHERE
  45.             USE ronny
  46.     } 
  47.     Morph {
  48.             type CONE
  49.             USE ronny
  50.     } 
  51.     Morph {
  52.             type SWIRL
  53.             wave_nwaves 0.1
  54.             swirl_nwaves 0.1
  55.             USE ronny
  56.     } 
  57.     Morph {
  58.             type WAVE
  59.             wave_nwaves 0.5
  60.             wave_radius 0.2
  61.             USE ronny
  62.     } 
  63.  
  64.     Morph {
  65.             type MELT
  66.             USE ronny
  67.     } 
  68.     
  69.     }
  70.     }
  71. }
  72.