Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
3d mesh viewing GUI element. More...
#include <IGUIMeshViewer.h>
Public Member Functions | |
virtual const video::SMaterial & | getMaterial () const =0 |
Gets the material. | |
virtual scene::IAnimatedMesh * | getMesh () const =0 |
Gets the displayed mesh. | |
IGUIMeshViewer (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
constructor | |
virtual void | setMaterial (const video::SMaterial &material)=0 |
Sets the material. | |
virtual void | setMesh (scene::IAnimatedMesh *mesh)=0 |
Sets the mesh to be shown. |
3d mesh viewing GUI element.
Definition at line 27 of file IGUIMeshViewer.h.
irr::gui::IGUIMeshViewer::IGUIMeshViewer | ( | IGUIEnvironment * | environment, | |
IGUIElement * | parent, | |||
s32 | id, | |||
core::rect< s32 > | rectangle | |||
) | [inline] |
constructor
Definition at line 32 of file IGUIMeshViewer.h.
virtual const video::SMaterial& irr::gui::IGUIMeshViewer::getMaterial | ( | ) | const [pure virtual] |
Gets the material.
virtual scene::IAnimatedMesh* irr::gui::IGUIMeshViewer::getMesh | ( | ) | const [pure virtual] |
Gets the displayed mesh.
virtual void irr::gui::IGUIMeshViewer::setMaterial | ( | const video::SMaterial & | material | ) | [pure virtual] |
Sets the material.
virtual void irr::gui::IGUIMeshViewer::setMesh | ( | scene::IAnimatedMesh * | mesh | ) | [pure virtual] |
Sets the mesh to be shown.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:04 2010 by Doxygen
(1.6.2) |