MeshLoader Class. This class only defines static function for load data from mesh file. More...
#include <MeshLoader.h>
Static Public Member Functions | |
| static bool | Load (const std::string &fileName, MeshPack *outMeshPack) |
| Public called API, it is entrance. | |
Static Private Member Functions | |
| static bool | LoadFromOBJ (const std::string &fileName, MeshPack *outMeshPack) |
| Load data from a .obj file. | |
| static bool | LoadFromFBX (const std::string &fileName, MeshPack *outMeshPack) |
| Load data from a .fbx file. | |
| static bool | LoadFromSASSET (const std::string &fileName, const MeshPack *outMeshPack) |
| Load data from a .sasset file. | |
| static bool | WriteSASSET (int folderIndex, const std::string &fileName, const MeshPack *outMeshPack) |
| Write the read data to the sasset file. | |
MeshLoader Class. This class only defines static function for load data from mesh file.
Definition at line 47 of file MeshLoader.h.