![]() |
Pioneer
|
#include <BinaryConverter.h>


Public Member Functions | |
| BinaryConverter (Graphics::Renderer *) | |
| void | Save (const std::string &filename, Model *m) |
| void | Save (const std::string &filename, const std::string &savepath, Model *m, const bool bInPlace) |
| Model * | Load (const std::string &filename) |
| Model * | Load (const std::string &filename, const std::string &path) |
| Model * | Load (const std::string &filename, RefCountedPtr< FileSystem::FileData > binfile) |
| void | RegisterLoader (const std::string &typeName, std::function< Node *(NodeDatabase &)>) |
Public Member Functions inherited from SceneGraph::BaseLoader | |
| BaseLoader (Graphics::Renderer *r) | |
| Graphics::Renderer * | GetRenderer () const |
| RefCountedPtr< Text::DistanceFieldFont > | GetLabel3DFont () const |
| RefCountedPtr< Graphics::Material > | GetDecalMaterial (unsigned int index) |
Additional Inherited Members | |
Protected Member Functions inherited from SceneGraph::BaseLoader | |
| void | ConvertMaterialDefinition (const MaterialDefinition &) |
| void | FindPatterns (PatternContainer &output) |
| void | SetUpPatterns () |
Protected Attributes inherited from SceneGraph::BaseLoader | |
| Graphics::Renderer * | m_renderer |
| Model * | m_model |
| std::string | m_curPath |
| RefCountedPtr< Text::DistanceFieldFont > | m_labelFont |
| BinaryConverter::BinaryConverter | ( | Graphics::Renderer * | r | ) |

| Model * BinaryConverter::Load | ( | const std::string & | filename | ) |

| Model * BinaryConverter::Load | ( | const std::string & | filename, |
| const std::string & | path | ||
| ) |

| Model * BinaryConverter::Load | ( | const std::string & | filename, |
| RefCountedPtr< FileSystem::FileData > | binfile | ||
| ) |

| void BinaryConverter::RegisterLoader | ( | const std::string & | typeName, |
| std::function< Node *(NodeDatabase &)> | func | ||
| ) |
| void BinaryConverter::Save | ( | const std::string & | filename, |
| const std::string & | savepath, | ||
| Model * | m, | ||
| const bool | bInPlace | ||
| ) |

| void BinaryConverter::Save | ( | const std::string & | filename, |
| Model * | m | ||
| ) |
