The MeshLoader Class Implementation. More...
#include "Pchheader.h"#include "MeshLoader.h"#include "Resources/Mesh/MeshPack.h"#include "Core/Library/FileLibrary.h"#include "Core/Library/StringLibrary.h"#include "Systems/ResourceSystem.h"#include "Resources/Mesh/MeshProcessor.h"#include "tiny_obj_loader.h"Go to the source code of this file.
Namespaces | |
| namespace | Spices |
Variables | |
| const std::string | Spices::defaultBinMeshPath = "Meshes/bin/" |
| Const variable: Bin Mesh File Path. | |
| const std::string | Spices::defaultOBJMeshPath = "Meshes/src/obj/" |
| Const variable: OBJ Mesh File Path. | |
| const std::string | Spices::defaultFBXMeshPath = "Meshes/src/fbx/" |
| Const variable: FBX Mesh File Path. | |
| constexpr char | Spices::MeshLoaderSignStart [100] = "#ItisSpicesMeshSign: DataStart" |
| Const variable: Mesh File Confirm header staer. | |
| constexpr char | Spices::MeshLoaderSignOver [100] = "#ItisSpicesMeshSign: DateOver" |
| Const variable: Mesh File Confirm header over. | |
The MeshLoader Class Implementation.
Definition in file MeshLoader.cpp.