godot/modules/gltf/structures
Aaron Franke cd367b3da3
GLTF: Prerequisite cleanups before KHR_animation_pointer
Add get_scene_node_path and has_additional_data to GLTFNode, remove center of mass ignore warning in physics (it's supported now), rename `d` to `mesh_dict` in mesh import code.
2024-11-04 17:55:39 -08:00
..
gltf_accessor.cpp GLTF: Add more accessor component types 2024-11-04 17:55:38 -08:00
gltf_accessor.h GLTF: Add more accessor component types 2024-11-04 17:55:38 -08:00
gltf_animation.cpp GLTF: Clean up animation code to make way for KHR_animation_pointer 2024-11-04 17:55:38 -08:00
gltf_animation.h GLTF: Clean up animation code to make way for KHR_animation_pointer 2024-11-04 17:55:38 -08:00
gltf_buffer_view.compat.inc Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
gltf_buffer_view.cpp gltf export: Remove snapping and fix validation 2024-03-10 06:07:46 -07:00
gltf_buffer_view.h gltf export: Remove snapping and fix validation 2024-03-10 06:07:46 -07:00
gltf_camera.cpp Change capitalization of glTF in errors and comments. 2024-08-15 18:07:30 -07:00
gltf_camera.h Change capitalization of glTF in errors and comments. 2024-08-15 18:07:30 -07:00
gltf_mesh.cpp Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gltf_mesh.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gltf_node.cpp GLTF: Prerequisite cleanups before KHR_animation_pointer 2024-11-04 17:55:39 -08:00
gltf_node.h GLTF: Prerequisite cleanups before KHR_animation_pointer 2024-11-04 17:55:39 -08:00
gltf_skeleton.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_skeleton.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_skin.cpp Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gltf_skin.h Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gltf_texture_sampler.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_texture_sampler.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_texture.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_texture.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00