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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 358
vr.canvas class
10-19
Examples
Create a Canvas That Displays in a Figure
Create and open a vrworld object.
myWorld = vrworld('vrlights.wrl');
open(myWorld);
Create a figure to use as the parent of the canvas.
fig = figure;
Create a canvas. Use a figure as the parent and specify the position.
myCanvas = vr.canvas(myWorld,'Parent'fig,'Units','normalized'...
,'Position',[0 0 1 1]);
Przeglądanie stron 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag