Interface for writing meshes.
More...
#include <IMeshWriter.h>
Additional Inherited Members |
void | setDebugName (const c8 *newName) |
| Sets the debug name of the object.
|
Detailed Description
Interface for writing meshes.
Definition at line 23 of file IMeshWriter.h.
Constructor & Destructor Documentation
virtual irr::scene::IMeshWriter::~IMeshWriter |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
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.
Write a static mesh.
\param file File handle to write the mesh to.
- Parameters
-
mesh | Pointer to mesh to be written. |
flags | Optional flags to set properties of the writer. |
- Returns
- True if sucessful
The documentation for this class was generated from the following file: