#VRML V2.0 utf8
WorldInfo {
title "Floppy's VRML97 Tutorial Example 18d"
info ["(C) Copyright 1999 Vapour Technology"
"vrmlguide@vapourtech.com"]
}
NavigationInfo {
type "EXAMINE"
}
Group {
children [
Transform {
children [
DEF SENSOR PlaneSensor {
maxPosition 2.7 0
minPosition -2.7 0
}
DEF SLIDER Transform {
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.5 0.5 0.5
}
}
]
}
]
}
Transform {
rotation 0 0 1 1.57
children [
Shape {
appearance Appearance {
material Material {
}
}
geometry Cylinder {
height 6
radius 0.1
}
}
]
}
]
}
ROUTE SENSOR.translation_changed TO SLIDER.translation
© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com