Castor3D  ..
Public Member Functions | List of all members
Castor3D::Mesh::TextLoader Class Reference

Mesh loader. More...

+ Inheritance diagram for Castor3D::Mesh::TextLoader:
+ Collaboration diagram for Castor3D::Mesh::TextLoader:

Public Member Functions

C3D_API TextLoader (Castor::File::eENCODING_MODE p_encodingMode=Castor::File::eENCODING_MODE_ASCII)
 Constructor. More...
 
virtual C3D_API bool operator() (Mesh const &p_mesh, Castor::TextFile &p_file)
 Writes a mesh into a text file. More...
 

Detailed Description

Mesh loader.

Author
Sylvain DOREMUS
Version
0.7.0
Date
21/03/2014

Constructor & Destructor Documentation

◆ TextLoader()

C3D_API Castor3D::Mesh::TextLoader::TextLoader ( Castor::File::eENCODING_MODE  p_encodingMode = Castor::File::eENCODING_MODE_ASCII)

Constructor.

Member Function Documentation

◆ operator()()

virtual C3D_API bool Castor3D::Mesh::TextLoader::operator() ( Mesh const &  p_mesh,
Castor::TextFile &  p_file 
)
virtual

Writes a mesh into a text file.

Parameters
[in]p_fileThe file to save the meshes in
[in]p_meshThe mesh to save

The documentation for this class was generated from the following file: