| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IGUIMeshViewer.h>
Inheritance diagram for irr::gui::IGUIMeshViewer:

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. | |
| virtual | ~IGUIMeshViewer () |
| destructor | |
Definition at line 27 of file IGUIMeshViewer.h.
|
||||||||||||||||||||
|
constructor
Definition at line 32 of file IGUIMeshViewer.h. |
|
|
destructor
Definition at line 36 of file IGUIMeshViewer.h. |
|
|
Gets the material.
|
|
|
Gets the displayed mesh.
|
|
|
Sets the material.
|
|
|
Sets the mesh to be shown.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:15 2008 by Doxygen
(1.4.2) |