godot/modules/gltf
Aaron Franke 00ec9321f6
GLTF: Move shared defines into a separate gltf_defines.h file
Also move GLTFDocument's template conversion functions into gltf_template_convert.h
2022-07-24 14:21:27 -05:00
..
doc_classes Improve gltf extension GLTFDocument api. 2022-05-20 06:58:48 -07:00
editor Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
config.py Add fbx2gltf support for importing .fbx files 2022-03-30 15:22:46 +02:00
gltf_accessor.cpp GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_accessor.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_animation.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_animation.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_buffer_view.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_buffer_view.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_camera.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_camera.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_defines.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_document.cpp GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_document.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_document_extension.cpp Improve gltf extension GLTFDocument api. 2022-05-20 06:58:48 -07:00
gltf_document_extension.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_document_extension_convert_importer_mesh.cpp Improve gltf extension GLTFDocument api. 2022-05-20 06:58:48 -07:00
gltf_document_extension_convert_importer_mesh.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_light.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_light.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_mesh.cpp Add fbx2gltf support for importing .fbx files 2022-03-30 15:22:46 +02:00
gltf_mesh.h Add fbx2gltf support for importing .fbx files 2022-03-30 15:22:46 +02:00
gltf_node.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_node.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_skeleton.cpp GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_skeleton.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_skin.cpp GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_skin.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_spec_gloss.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_spec_gloss.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_state.cpp GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_state.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_template_convert.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
gltf_texture.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gltf_texture.h GLTF: Move shared defines into a separate gltf_defines.h file 2022-07-24 14:21:27 -05:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00