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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 394
set
10-55
myworld = vrworld('vrmount.wrl');
open(myworld);
virtual_fig = vrfigure(myworld);
Create a vr.utils.stereo3d object to use to specify stereoscopic vision properties.
myStereo3D = vr.utils.stereo3d.ANAGLYPH_RED_CYAN;
Set the properties for a figure.
set(virtual_fig,'CameraDirection',[0 1 0],'NavMode','fly',...
'Stereo3D',myStereo3D);
View the figure properties.
get(virtual_fig)
get(virtual_fig)
Antialiasing = 'on'
CameraBound = 'on'
CameraDirection = [0 1 0]
CameraDirectionAbs = [0 0.980067 -0.198669]
CameraPosition = [0 0 0]
CameraPositionAbs = [20 8 50]
CameraUpVector = [0 1 0]
CameraUpVectorAbs = [0 0.980067 -0.198669]
CaptureFileFormat = 'tif'
CaptureFileName = '%f_anim_%n.tif'
DeleteFcn = ''
ExaminePivotPoint = [0 0 0]
Fullscreen = 'off'
Headlight = 'on'
Lighting = 'on'
MaxTextureSize = 'auto'
Name = 'VR Car in the Mountains'
NavMode = 'fly'
NavPanel = 'halfbar'
NavSpeed = 'normal'
NavZones = 'off'
Position = [5 92 576 380]
Record2D = 'off'
Record2DCompressMethod = 'auto'
Record2DCompressQuality = 75
Record2DFPS = 'auto'
Przeglądanie stron 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag