Interface for writing meshes. More...
#include <IMeshWriter.h>
Interface for writing meshes.
Definition at line 23 of file IMeshWriter.h.
virtual irr::scene::IMeshWriter::~IMeshWriter | ( | ) | [inline, virtual] |
Destructor.
Definition at line 28 of file IMeshWriter.h.
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.
virtual bool irr::scene::IMeshWriter::writeMesh | ( | io::IWriteFile * | file, |
scene::IMesh * | mesh, | ||
s32 | flags = EMWF_NONE |
||
) | [pure virtual] |
Write a static mesh.
file | File handle to write the mesh to. |
mesh | Pointer to mesh to be written. |
flags | Optional flags to set properties of the writer. |