<!-- Note that we are connecting a chain of behavior engines in these ROUTEs. The event types passed via each ROUTE must each match. -->
<
ROUTE fromNode='
MOVE_LAMP'
fromField='
translation_changed'
toNode='
LAMP_TRANSFORM'
toField='
set_translation'/>
<!-- Now rotate back so that actual geometry remains in original coordinate system -->
<
Transform rotation='
1 0 0 -1.57'>
<
Shape>
<
Cylinder height='
0.01'
radius='
0.1'/>
<
Appearance DEF='
WHITE'>
<Material diffuseColor='.9 .9 .9'/>
</
Appearance>
</
Shape>
<
Group>
</
Group>
</
Transform>