From e19e4f2b05de6f4f85d9a0398c59cb41d297e5b6 Mon Sep 17 00:00:00 2001 From: HarrievG <061623@gmail.com> Date: Mon, 6 Jun 2022 01:00:36 +0200 Subject: [PATCH] Update Model_local.h --- neo/renderer/Model_local.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neo/renderer/Model_local.h b/neo/renderer/Model_local.h index 3a99f0cf..c50bf1da 100644 --- a/neo/renderer/Model_local.h +++ b/neo/renderer/Model_local.h @@ -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 );