Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::DVDConverter Namespace Reference

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)
 

Function Documentation

◆ Load()

bool Divide::DVDConverter::Load ( PlatformContext context,
Import::ImportData target 
)

Definition at line 173 of file DVDConverter.cpp.

◆ OnShutdown()

void Divide::DVDConverter::OnShutdown ( )

Definition at line 130 of file DVDConverter.cpp.

◆ OnStartup()

void Divide::DVDConverter::OnStartup ( const PlatformContext context)

Definition at line 124 of file DVDConverter.cpp.

◆ PopulateNodeData()

U32 Divide::DVDConverter::PopulateNodeData ( aiNode *  node,
MeshNodeData target,
const aiMatrix4x4 &  axisCorrectionBasis 
)

Definition at line 135 of file DVDConverter.cpp.