Reorganize CGLTFMeshFileLoader help functions

I moved them all into static methods and changed the ordering in the
source file so that createMesh() would be close to the top of the file.
I also corrected formatting in some of the function declarations since I
had to change them anyway.
This commit is contained in:
JosiahWI
2023-05-17 09:09:06 -05:00
committed by Josiah VanderZee
parent 2175cf6e1c
commit 7e0d57b4fe
3 changed files with 258 additions and 192 deletions

View File

@ -369,7 +369,7 @@ get_property(tinygltf_COMPILE_DEFS
PROPERTY INTERFACE_COMPILE_DEFINITIONS
)
target_include_directories(IRRMESHOBJ PRIVATE ${tinygltf_INCLUDE_DIRS})
target_include_directories(IRRMESHOBJ PUBLIC ${tinygltf_INCLUDE_DIRS})
target_compile_definitions(IRRMESHOBJ PUBLIC ${tinygltf_COMPILE_DEFS})
add_library(IRROBJ OBJECT