源代码如下
#VRML V2.0 utf8
DEF shuipingyi Transform {
translation 0 0 0
children [ DEF touch4 TouchSensor {}
Shape{
appearance DEF A1 Appearance {
material Material {
# diffuseColor 0.2 0.8 0.2
# ambientIntensity 0.1
# specularColor 0.8 0.8 0.8
# shininess 0.15
}
}
geometry Box {size 6 0.2 0.2
}
}
]
}
DEF clock1 TimeSensor {
cycleInterval 1
loop TRUE
}
DEF path1 OrientationInterpolator {
key [.05 1]
keyValue[
0 1 0. 0,
0 1 0. -3.14
]
}
ROUTE clock1.fraction_changed TO path1.set_fraction
ROUTE path1.value_changed TO shuipingyi.rotation
#VRML V2.0 utf8
DEF shuipingyi Transform {
translation 0 0 0
children [ DEF touch4 TouchSensor {}
Shape{
appearance DEF A1 Appearance {
material Material {
# diffuseColor 0.2 0.8 0.2
# ambientIntensity 0.1
# specularColor 0.8 0.8 0.8
# shininess 0.15
}
}
geometry Box {size 6 0.2 0.2
}
}
]
}
DEF clock1 TimeSensor {
cycleInterval 1
loop TRUE
}
DEF path1 OrientationInterpolator {
key [.05 1]
keyValue[
0 1 0. 0,
0 1 0. -3.14
]
}
ROUTE clock1.fraction_changed TO path1.set_fraction
ROUTE path1.value_changed TO shuipingyi.rotation