User`s guide
10 Functions — Alphabetical List
10-48
set
Class: vrfigure
Set property values of vrfigure object
Syntax
set(figure,PropertyName,Value,...,PropertyName,Value)
Description
set(figure,PropertyName,Value,...,PropertyName,Value) sets the values
of the vrfigure properties specified by one or more PropertyName,Value pair
arguments.
Input Arguments
figure — Virtual reality figure
vrfigure object
Virtual reality figure, specified as a vrfigure object.
PropertyName-Value Pair Arguments
Specify comma-separated pairs of PropertyName,Value arguments. PropertyName is
the argument name and Value is the corresponding value. PropertyName must appear
inside single quotes (' '). You can specify several name and value pair arguments in any
order as PropertyName1,Value1,...,PropertyNameN,ValueN.
Example: set(myFigure,'Antialising','on','CameraPosition',[0 100 100])
'Antialiasing' — Smooth textures using antialiasing
'off' (default) | 'on'
Smooth textures using antialising, specified as 'on' or 'off'. Antialiasing smooths
textures by interpolating values between texture points.