From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/classirr_1_1scene_1_1_i_mesh_writer.html | 243 +++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_mesh_writer.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_mesh_writer.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_mesh_writer.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_mesh_writer.html new file mode 100644 index 0000000..1738fa9 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_mesh_writer.html @@ -0,0 +1,243 @@ + + + + +Irrlicht 3D Engine: irr::scene::IMeshWriter Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IMeshWriter Class Reference
+
+
+ +

Interface for writing meshes. + More...

+ +

#include <IMeshWriter.h>

+
+ + Inheritance diagram for irr::scene::IMeshWriter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Interface for writing meshes.

+ +

Definition at line 23 of file IMeshWriter.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
virtual irr::scene::IMeshWriter::~IMeshWriter () [inline, virtual]
+
+
+ +

Destructor.

+ +

Definition at line 28 of file IMeshWriter.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual EMESH_WRITER_TYPE irr::scene::IMeshWriter::getType () const [pure virtual]
+
+
+ +

Get the type of the mesh writer.

+

For own implementations, use MAKE_IRR_ID as shown in the EMESH_WRITER_TYPE enumeration to return your own unique mesh type id.

+
Returns:
Type of the mesh writer.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual bool irr::scene::IMeshWriter::writeMesh (io::IWriteFilefile,
scene::IMeshmesh,
s32 flags = EMWF_NONE 
) [pure virtual]
+
+
+ +

Write a static mesh.

+
Parameters:
+ + + + +
fileFile handle to write the mesh to.
meshPointer to mesh to be written.
flagsOptional flags to set properties of the writer.
+
+
+
Returns:
True if sucessful
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1