NavigationInfo {
type "EXAMINE"
}
Transform {
rotation 1 1 1 1
children [
Shape {
geometry Box {}
appearance Appearance {
texture ImageTexture {
url "sky01.gif"
}
textureTransform
DEF TT TextureTransform {}
}
}
]
}
DEF TIS TimeSensor {
loop TRUE
cycleInterval 5
}
DEF PI2 Position2Interpolator {
key [0 1]
keyValue [0 0, 1 1]
}
ROUTE TIS.fraction_changed
TO PI2.set_fraction
ROUTE PI2.value_changed
TO TT.translation
|