Web3D/VRML
[] readme course preface 1 2 3 4 5 6 7 reference examples resources

talk show tell print

box.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]

box

group


  
  Group {
     children [
        DEF object Transform {
           children [
              Shape {
                 appearance Appearance {
                    material Material {
                       diffuseColor 0 0 1
                    }
                 }
                 geometry Box {
                 }
              }
           ]
        }
     ]
  }
  
  

sensor and interpolator


  
  DEF time TimeSensor { loop TRUE enabled TRUE }
  DEF rotation OrientationInterpolator {
  key [ 0 0.25 0.5 0.75 1 ]
  keyValue [ 1 1 0 0, 1 1 0 1.57, 1 1 0 3.14 1 1 0 4.71, 1 1 0 0 ]
  }
  
  

event routing


  
  ROUTE time.fraction TO rotation.fraction
  ROUTE rotation.value TO object.rotation
  


[] readme course preface 1 2 3 4 5 6 7 reference examples resources
eliens@cs.vu.nl

draft version 0.3 (17/9/2001)