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

talk show tell print

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

cone

group (with sensor)


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

cone


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

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)