MATLAB SIMULINK 3D ANIMATION - S Guia do Utilizador Página 408

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 490
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 407
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]);
Vista de página 407
1 2 ... 403 404 405 406 407 408 409 410 411 412 413 ... 489 490

Comentários a estes Manuais

Sem comentários