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
Go to the documentation of this file.
1#pragma once
2
24int load_fbx_model(const char *path, ModelData *modelPtr);
int load_fbx_model(const char *path, ModelData *modelPtr)
Loads an FBX model from the specified file path.
Definition fbx_loader.c:276
Structure representing the data of a 3D model.
Definition model.h:178