From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html new file mode 100644 index 0000000..9cd65ee --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_mesh_viewer.html @@ -0,0 +1,280 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUIMeshViewer Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUIMeshViewer Class Reference
+
+
+ +

3d mesh viewing GUI element. + More...

+ +

#include <IGUIMeshViewer.h>

+
+ + Inheritance diagram for irr::gui::IGUIMeshViewer:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

3d mesh viewing GUI element.

+ +

Definition at line 27 of file IGUIMeshViewer.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::gui::IGUIMeshViewer::IGUIMeshViewer (IGUIEnvironmentenvironment,
IGUIElementparent,
s32 id,
core::rect< s32rectangle 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 32 of file IGUIMeshViewer.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
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::SMaterialmaterial) [pure virtual]
+
+
+ +

Sets the material.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUIMeshViewer::setMesh (scene::IAnimatedMeshmesh) [pure virtual]
+
+
+ +

Sets the mesh to be shown.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1