Main Content

removeViewpoint

(To be removed) Remove viewpoint node from virtual reality animation

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

removeViewpoint(h,viewpoint) removes the viewpoint specified by viewpoint from the virtual reality animation object h. This function can remove only one viewpoint at a time.

Note

You can use this function to remove a viewpoint added by addViewpoint. If you need to remove a viewpoint from a previously defined .wrl file, use a VRML editor.

Input Arguments

collapse all

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

Viewpoint name, specified as a character vector or string, or viewpoint index, specified as a scalar.

Version History

Introduced in R2007b

expand all