Interface for writing meshes.
More...
#include <IMeshWriter.h>
Interface for writing meshes.
Definition at line 23 of file IMeshWriter.h.
◆ ~IMeshWriter()
virtual irr::scene::IMeshWriter::~IMeshWriter |
( |
| ) |
|
|
inlinevirtual |
◆ getType()
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.
◆ writeMesh()
Write a static mesh.
- Parameters
-
file | File handle to write the mesh to. |
mesh | Pointer to mesh to be written. |
flags | Optional flags to set properties of the writer. |
- Returns
- True if successful
The documentation for this class was generated from the following file: