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

talk show tell print

x-slider.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]

slider

scene


  
  NavigationInfo {
     type "EXAMINE"
  }
  
  

group


  
  Group {
     children [
        Transform {
           children [
  
  

sensor


              DEF SENSOR PlaneSensor {
                 maxPosition 2.7 0
                 minPosition -2.7 0
              }   
  
  

slider


              DEF SLIDER Transform {
                 children [
                    Shape {
                       appearance Appearance {
                          material Material {
                             diffuseColor 1 0 0
                          }
                       }
                       geometry Box {
                          size 0.5 0.5 0.5
                       }
                    }
                 ]
              }
           ]
        }
  
  

decoration


  
        Transform {
           rotation 0 0 1 1.57
           children [
              Shape {
                 appearance Appearance {
                    material Material {
                    }
                 }
                 geometry Cylinder {
                    height 6
                    radius 0.1
                 }
              }
           ]
        }
     ]
  }
  
  

event routing


  
  ROUTE SENSOR.translation_changed TO SLIDER.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)