mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 07:40:26 +02:00
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:
committed by
Josiah VanderZee
parent
2175cf6e1c
commit
7e0d57b4fe
@ -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
|
||||
|
Reference in New Issue
Block a user