User`s guide
10 Functions — Alphabetical List
10-68
vrifs2patch
Convert VRML IndexedFaceSet nodes to MATLAB patches
Syntax
vrifs2patch(ifs)
Description
vrifs2patch(ifs) converts the ifs array of existing VRML IndexedFaceSet nodes
to MATLAB patch objects.
Note: This function converts only geometry and color data of the source
IndexedFaceSet node.
Examples
Convert VRML IndexedFaceSet Nodes to MATLAB Patches
This command converts three VRML IndexedFaceSet nodes to MATLAB patch objects.
Open virtual world containing an IndexedFaceSet node.
w1 = vrworld('*sl3dlib/objects/Components/Shapes/torus_high.wrl');
open(w1);
View the virtual world as a virtual figure.
vrfig1 = vrfigure(w1,'Name',...
'Vrtual world containing source IndexedFaceSet node');
set(vrfig1,'CameraPosition',[0 40 0]);
set(vrfig1,'CameraDirection',[0 -1 0]);