|
MTek-GDL 0.100.4-muffintrap
|
Class for loading FBX files. More...
#include <mgdl/ufbx/ufbx.h>#include <mgdl/mgdl-light.h>#include <mgdl/mgdl-mesh.h>#include <mgdl/mgdl-scene.h>Go to the source code of this file.
Functions | |
| Scene * | FBX_Load (const char *fbxFile) |
| Loads a FBX file and returns the contents as a Scene. | |
| Mesh * | _FBX_AllocateMesh (ufbx_mesh *fbxMesh) |
| Mesh * | _FBX_LoadMesh (ufbx_mesh *fbxMesh) |
| Light * | _FBX_LoadLight (ufbx_light *fbxLight) |
| bool | _FBX_LoadNode (Scene *gdlScene, Node *parentNode, ufbx_node *node, short int depth) |
Class for loading FBX files.