Superclasses:
Create virtual reality figure
Creates a virtual reality figure.
To access vrfigure
properties, use the vrfigure/get
method.
To change properties, use the vrfigure/set
method.
If you create a vrfigure
object by specifying
a virtual world, the virtual figure displays in the viewer specified
in the vrsetpref
DefaultViewer
property.
creates
a virtual reality figure showing the specified virtual world.virtual_figure
= vrfigure(world
)
creates
a virtual reality figure at the specified position.virtual_figure
= vrfigure(world
,position
)
returns
an empty virtual_figure
= vrfigure([])vrfigure
object that does not have a visual
representation.
returns
an empty vector of type virtual_figure
= vrfigurevrfigure
.
capture | Capture virtual reality figure image |
close | Close virtual reality figure |
get | Return property value of vrfigure object |
isvalid | Check validity of vrfigure object handles |
set | Set property values of vrfigure object |