LibGame
v0.4.0
The LG Game Engine - Copyright (C) 2024-2026 ETMSoftware
Loading...
Searching...
No Matches
lg_fbx_parser.h
1
/*
2
* LibGame - Copyright (C) Emmanuel Thomas-Maurin 2011-2026
3
* All rights reserved
4
*/
5
6
#ifndef LG_FBX_PARSER_H
7
#define LG_FBX_PARSER_H
8
9
LG_Mesh
*
lg_fbx2vbo
(
LG_Path
, zboolean, zboolean, zboolean, zboolean, zboolean);
10
11
#endif
/* LG_FBX_PARSER_H */
lg_fbx2vbo
LG_Mesh * lg_fbx2vbo(LG_Path fbx_path, zboolean invert_z, zboolean normalize_xyz, zboolean horiz_center, zboolean vert_center, zboolean vert_bottom)
Definition
lg_fbx_parser.c:133
LG_Mesh
Definition
lg_mesh.h:80
LG_Path
Definition
lg_goodies.h:20
src
libgame
lg_fbx_parser.h
Generated by
1.9.8