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

talk show tell print

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

(draggable) object

group (with sensor)


  
  Group {
     children [
        DEF SENSOR PlaneSensor {
           maxPosition 4.5 4.5
           minPosition -4.5 -4.5
        }
  

cone


        DEF OBJECT Transform {
           children [
              Shape {
                 appearance Appearance {
                    material Material {
                       diffuseColor 0 0 1
                    }
                 }
                 geometry Cone {
                 }
              }
           ]
        }
     ]
  }
  

event routing


  ROUTE SENSOR.translation_changed TO OBJECT.set_translation
  


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

draft version 0.3 (17/9/2001)