Prev: Undefined function or method
Next: plz Help me
From: Peugas on 13 Mar 2010 14:33 Hi, I'm creating a GUI to control a 3D model. I already have the .wrl file and the GUI figure but I'm having a hard time trying to load my 3D model to Axes. Does anyone have a clue? I tried this: axes(handles.imagemvr); axis off world = vrworld('./World_files/wrl/World.wrl'); open(world); image(world); but nothing cause world is not an image...
|
Pages: 1 Prev: Undefined function or method Next: plz Help me |