![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <MeshImporter.h>
Static Public Member Functions | |
static bool | loadMesh (PlatformContext &context, ResourcePtr< Mesh > mesh) |
Static Protected Member Functions | |
static bool | loadMeshDataFromFile (PlatformContext &context, Import::ImportData &dataOut) |
static Handle< Material > | loadSubMeshMaterial (const Import::MaterialData &importData, bool loadedFromCache, bool skinned, std::atomic_uint &taskCounter) |
Load the material for the current SubMesh. | |
Definition at line 176 of file MeshImporter.h.
|
static |
Definition at line 346 of file MeshImporter.cpp.
|
staticprotected |
Definition at line 306 of file MeshImporter.cpp.
|
staticprotected |
Load the material for the current SubMesh.
Definition at line 452 of file MeshImporter.cpp.