Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
model_loader.h
Go to the documentation of this file.
1#pragma once
2
6
7
28int load_model(const char *path, ModelData ** modelPtr);
Header file for loading FBX models.
int load_model(const char *path, ModelData **modelPtr)
Loads a 3D model from the specified file path.
Definition model_loader.c:63
Structure representing the data of a 3D model.
Definition model.h:178