Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
fbx_loader.h File Reference

Header file for loading FBX models. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int load_fbx_model (const char *path, ModelData *modelPtr)
 Loads an FBX model from the specified file path.
 

Detailed Description

Header file for loading FBX models.

This file contains the declaration of the function used to load FBX models into the application.

Function Documentation

◆ load_fbx_model()

int load_fbx_model ( const char *  path,
ModelData modelPtr 
)

Loads an FBX model from the specified file path.

This function reads an FBX file from the given path and loads its data into the provided ModelData structure. The function returns an integer status code indicating the success or failure of the operation.

Parameters
pathThe file path to the FBX model to be loaded.
modelPtrA pointer to a ModelData structure where the loaded model data will be stored.
Returns
An integer status code. Returns 0 on success, or a non-zero error code on failure.