addRoute
Class: Aero.VirtualRealityAnimation
Namespace: Aero
(To be removed) Add VRML ROUTE
statement to virtual reality
animation object
Simulink 3D Animation Viewer used by addRoute
has been removed.
Aero.VirtualRealityAnimation
does not open or play animations. Use sim3d
classes in Unreal Engine 3d Environment to create and
view a 3D environment instead. For more information on transitioning to the new 3D
environment, see Transition Aero.VirtualRealityAnimation to Unreal Engine 3D Environment.
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).