Main Content

updateNodes

(To be removed) Change virtual reality animation node position and orientation as function of time

Simulink 3D Animation Viewer used by updateNodes 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.

Description

updateNodes(h,t) changes node position and orientation of body h as a function of time t. t is a scalar in seconds.

Note

This function requires that you load the node and time series data first.

Input Arguments

collapse all

Virtual reality animation object, specified as an Aero.VirtualRealityAnimation object.

Time at which virtual reality animation object is updated, specified as a scalar.

Data Types: single | double

Version History

Introduced in R2007b

expand all

See Also

|