home *** CD-ROM | disk | FTP | other *** search
/ Sony Community Place / Circus7.zip / circus7 / entry.wrl < prev    next >
Text File  |  1997-05-16  |  1KB  |  47 lines

  1. #VRML V2.0 utf8
  2.  
  3. # "$Id: entry.wrl,v 1.3 1997/05/16 02:48:48 ask Exp $";
  4. #
  5. # Copyright(C) 1996, 1997 Sony Corporation. All rights reserved.
  6.  
  7. NavigationInfo { # DEF Navi
  8.   type [ "WALK" ]
  9. }
  10.  
  11. Anchor {
  12.   url         "main.wrl"
  13.   description "Circus Park 2 (is the entry to a multiuser world)"
  14.   children [
  15.     DEF TRN Transform {
  16.       children [
  17.         Shape {
  18.           appearance Appearance {
  19.             material Material {
  20.               diffuseColor  0.8 0.8 0.8
  21.               emissiveColor 0.2 0.2 0.2
  22.             }
  23.             texture ImageTexture { url "images/circus.gif" }
  24.           }
  25.           geometry Box { size 2 2 0.5 }
  26.         }
  27.       ]
  28.     }
  29.   ]
  30. }
  31.  
  32. DEF TIME TimeSensor {
  33.   loop          TRUE
  34.   stopTime      -1
  35.   cycleInterval 20
  36. }
  37.  
  38. DEF ORTINT OrientationInterpolator {
  39.   key      [0,         0.25,         0.5,          0.75,         1]
  40.   keyValue [0 0.5 1 0, 0 0.5 1 1.57, 0 0.5 1 3.14, 0 0.5 1 4.71, 0 0.5 1 6.28]
  41. }
  42.  
  43. ROUTE TIME.fraction_changed TO ORTINT.set_fraction
  44. ROUTE ORTINT.value_changed  TO TRN.set_rotation
  45.  
  46.  
  47.