Skip to Main Content Skip to Search
Product Documentation

updateNodes (Aero.VirtualRealityAnimation) - Change virtual reality animation node position and orientation as function of time

Syntax

updateNodes(h,t)
h.updateNotes(t)

Description

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

Examples

Update the node h with time in 5 seconds.

h = Aero.VirtualRealityAnimation;
h.FramesPerSecond = 10;
h.TimeScaling = 5;
h.VRWorldFilename = [matlabroot,'/toolbox/aero/astdemos/asttkoff.wrl'];
copyfile(h.VRWorldFilename,[tempdir,'asttkoff.wrl'],'f');
h.VRWorldFilename = [tempdir,'asttkoff.wrl'];
h.initialize();
load takeoffData
h.Nodes{7}.TimeseriesSource = takeoffData;
h.Nodes{7}.TimeseriesSourceType = 'StructureWithTime';
h.Nodes{7}.CoordTransformFcn = @vranimCustomTransform;
h.updateNodes(5);

See Also

addNode | update

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS