Main Content
addRoute
Class: Aero.VirtualRealityAnimation
Namespace: Aero
(To be removed) Add VRML ROUTE
statement to virtual reality
animation object
addRoute
will be removed in a future release.
Syntax
addRoute(h,nodeOut,eventOut,nodeIn,eventIn)
Description
addRoute(
adds a VRML h
,nodeOut
,eventOut
,nodeIn
,eventIn
)ROUTE
statement to the virtual reality animation object, 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).