addRoute (Aero.VirtualRealityAnimation)
Add VRML ROUTE statement to virtual reality animation
Syntax
addRoute(h, nodeOut, eventOut, nodeIn, eventIn)
h.addRoute(nodeOut, eventOut, nodeIn, eventIn)
Description
addRoute(h, nodeOut, eventOut, nodeIn, eventIn)
and h.addRoute(nodeOut, eventOut, nodeIn, eventIn)
add
a VRML ROUTE statement to the virtual reality animation, where nodeOut
is
the node from which information is routed, eventOut
is
the event (property), nodeIn
is the node to which
information is routed, and eventIn
is the receiving
event (property).
Examples
Version History
Introduced in R2007b