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] |
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.
- 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 sucessful
The documentation for this class was generated from the following file: