Claude Chappe' Curse - A C Game
Loading...
Searching...
No Matches
model_loader.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
io/model_loaders/obj_loader.h
>
4
#include <
io/model_loaders/mtl_loader.h
>
5
#include <
io/model_loaders/fbx_loader.h
>
6
7
28
int
load_model
(
const
char
*path,
ModelData
** modelPtr);
fbx_loader.h
Header file for loading FBX models.
load_model
int load_model(const char *path, ModelData **modelPtr)
Loads a 3D model from the specified file path.
Definition
model_loader.c:63
mtl_loader.h
obj_loader.h
ModelData
Structure representing the data of a 3D model.
Definition
model.h:178
Generated by
1.9.8