removeViewpoint (Aero.VirtualRealityAnimation) - Remove viewpoint node from virtual reality animation

Syntax

removeViewpoint(h,viewpoint)
h.removeViewpoint(viewpoint)

Description

removeViewpoint(h,viewpoint) and h.removeViewpoint(viewpoint) remove the viewpoint specified by viewpoint from the virtual reality animation object h. viewpoint can be either the viewpoint name or the viewpoint index. This function can remove only one viewpoint at a time.

Examples

Remove the node, Lynx1.

h = Aero.VirtualRealityAnimation;
h.VRWorldFilename = [matlabroot,'/toolbox/aero/astdemos/vrtkoff.wrl'];
copyfile(h.VRWorldFilename,[tempdir,'vrtkoff.wrl'],'f');
h.VRWorldFilename = [tempdir,'vrtkoff.wrl'];
h.initialize();
h.addViewpoint(h.Nodes{2}.VRNode,'children','chaseView','View From Helicopter');
h.removeViewpoint('chaseView');

See Also

addViewpoint

  


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