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

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.        DEF Title Info { string    "GLView morphed cow, use Tools->Morph to change parameters"}
  5.  
  6.     DEF EntryView PerspectiveCamera {
  7.         position 0 0 10
  8.         orientation 0 0 1 0
  9.         focalDistance 10
  10.         heightAngle  1.1
  11.         nearDistance 0.1
  12.         farDistance 40
  13.     }
  14.     DEF HeadView PerspectiveCamera {
  15.         position 7.5 1.9 0
  16.         orientation 0 1 0 1.71
  17.         focalDistance 18
  18.         heightAngle  1.3
  19.         nearDistance 0.1
  20.         farDistance 60
  21.     }
  22.     DEF InsideView PerspectiveCamera {
  23.         position 4 2 0
  24.         orientation 0 1 0 -1.71
  25.         focalDistance 10
  26.         heightAngle  1.7
  27.         nearDistance 0.1
  28.         farDistance 50
  29.     }
  30.  
  31.     
  32.     ####ShapeHints { vertexOrdering COUNTERCLOCKWISE     shapeType SOLID }
  33.  
  34.     Rotation { rotation 1 0 0 -1.7 }
  35.  
  36.     Morph {
  37.         type SPHERE
  38.         hermite TRUE
  39.         rscale 0.8
  40.  
  41.         Group {
  42.             Rotation { rotation 1 0 0 1.7 }
  43.             WWWInline { name "cow.3dv" }
  44.         }
  45.     } 
  46. }
  47.