initialize (Aero.VirtualRealityAnimation) - Create and populate virtual reality animation object
Syntax
initialize(h)
h.initialize
Description
initialize(h) and h.initialize create
a virtual reality animation world and populate the virtual reality
animation object h. If a previously initialized
virtual reality animation object existgs, and that object has user-specified
data, this function saves the previous object to be reset after the
initialization.
Examples
Initialize the virtual reality animation object, h.
h = Aero.VirtualRealityAnimation;
h.VRWorldFilename = [matlabroot,'/toolbox/aero/astdemos/asttkoff.wrl'];
copyfile(h.VRWorldFilename,[tempdir,'asttkoff.wrl'],'f');
h.VRWorldFilename = [tempdir,'asttkoff.wrl'];
h.initialize();
See Also
delete, play
 | initialize (Aero.FlightGearAnimation) | | initIfNeeded (Aero.Animation) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit