MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
Functions
mgdl-fbx.h File Reference

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

SceneFBX_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)
 

Detailed Description

Class for loading FBX files.

Function Documentation

◆ FBX_Load()

Scene * FBX_Load ( const char *  fbxFile)

Loads a FBX file and returns the contents as a Scene.

Parameters
fbxFileFilename of the file.
Returns
Loaded scene.