How do I load a .wrl file on to a GUI?

4 ビュー (過去 30 日間)
Golnar
Golnar 2014 年 4 月 10 日
編集済み: Sean de Wolski 2014 年 4 月 10 日
I have a .wrl file I'd like to show up in the 'axes' section of a GUI. Is this possible?

採用された回答

Sean de Wolski
Sean de Wolski 2014 年 4 月 10 日
編集済み: Sean de Wolski 2014 年 4 月 10 日
set(gcf,'Units','pixels');
vrObjects.world = vrworld('spring.wrl');
open(vrObjects.world);
vrObjects.canvas = vr.canvas(vrObjects.world, gcf, [50 80 425 225]);
vrObjects.spring = vrnode(vrObjects.world,'spring');
Small example..

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by