![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Namespaces | |
namespace | detail |
Functions | |
void | OnStartup (const PlatformContext &context) |
void | OnShutdown () |
U32 | PopulateNodeData (aiNode *node, MeshNodeData &target, const aiMatrix4x4 &axisCorrectionBasis) |
bool | Load (PlatformContext &context, Import::ImportData &target) |
bool Divide::DVDConverter::Load | ( | PlatformContext & | context, |
Import::ImportData & | target | ||
) |
Definition at line 173 of file DVDConverter.cpp.
void Divide::DVDConverter::OnShutdown | ( | ) |
Definition at line 130 of file DVDConverter.cpp.
void Divide::DVDConverter::OnStartup | ( | const PlatformContext & | context | ) |
Definition at line 124 of file DVDConverter.cpp.
U32 Divide::DVDConverter::PopulateNodeData | ( | aiNode * | node, |
MeshNodeData & | target, | ||
const aiMatrix4x4 & | axisCorrectionBasis | ||
) |
Definition at line 135 of file DVDConverter.cpp.