virtualx-engine/modules/gltf/structures
K. S. Ernest (iFire) Lee 04d43947bf
Add ufbx for FBX importing
This update introduces a new import method for FBX files using ufbx. If the fbx2gltf import fails, it will use the most recently cached scene from the ufbx import. The process is sped up by introducing threads to load the ufbx portion.

Key changes include:

- Support for importing geometry helper nodes in FBX files.
- Addition of cameras and lights with updated names.
- Removal of the fbx importer manager.
- Introduction of ModelDocument3D and updates to its methods.
- Changes to FBX import options and visibility.
- Updating the documentation and handling some errors.
- Store the original non-unique node, mesh and animation names in FBX and glTF.

Co-Authored-By: bqqbarbhg <bqqbarbhg@gmail.com>
2024-02-23 22:33:04 +01:00
..
gltf_accessor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_accessor.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gltf_animation.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_animation.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01: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 Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
gltf_buffer_view.h Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const 2024-02-08 13:01:50 -06:00
gltf_camera.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
gltf_camera.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_mesh.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_mesh.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_node.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_node.h Add ufbx for FBX importing 2024-02-23 22:33:04 +01: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 Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
gltf_skin.h Add ufbx for FBX importing 2024-02-23 22:33:04 +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
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