mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Update Model_local.h
This commit is contained in:
parent
c1c5917cda
commit
e19e4f2b05
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ public:
|
|||
bool ConvertASEToModelSurfaces( const struct aseModel_s* ase );
|
||||
bool ConvertLWOToModelSurfaces( const struct st_lwObject* lwo );
|
||||
bool ConvertMAToModelSurfaces( const struct maModel_s* ma );
|
||||
|
||||
bool ConvertGltfMeshToModelsurfaces( const gltfMesh * mesh);
|
||||
|
||||
struct aseModel_s* ConvertLWOToASE( const struct st_lwObject* obj, const char* fileName );
|
||||
|
||||
bool DeleteSurfaceWithId( int id );
|
||||
|
|
Loading…
Reference in a new issue