MATLAB SIMULINK 3D ANIMATION - S Podręcznik Użytkownika Strona 383

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 382
get
10-43
vrfigure Property Meaning
World Virtual world that the figure displays
(read-only property).
ZoomFactor Camera zoom factor.
Output Arguments
figureProp — Virtual reality feature property
string | vector
Virtual reality feature property, returned as a string or vector.
Examples
Return All Property Values of a Figure
Create a vrfigure object.
myworld = vrworld('vrmount.wrl');
open(myworld);
virtual_fig = vrfigure(myworld);
Return the properties of the virtual figure virtual_fig.
get(virtual_fig)
figure_props =
Antialiasing: 'on'
CameraBound: 'on'
CameraDirection: [0 0 -1]
CameraDirectionAbs: [0 -0.1987 -0.9801]
CameraPosition: [0 0 0]
CameraPositionAbs: [20 8 50]
CameraUpVector: [0 1 0]
CameraUpVectorAbs: [0 0.9801 -0.1987]
CaptureFileFormat: 'tif'
CaptureFileName: '%f_anim_%n.tif'
Przeglądanie stron 382
1 2 ... 378 379 380 381 382 383 384 385 386 387 388 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag