This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
045f55ec00d7358cc496474fd68ab47bda9a83a7
godot
/
modules
/
gltf
History
Rémi Verschelde
47cf9985eb
Merge pull request
#47128
from ArdaE/master
...
GLTF importer: Prevent quick accumulation of significant numerical errors in keyframe times
2021-03-19 00:14:51 +01:00
..
doc_classes
doc: Sync classref with current source
2021-03-18 16:37:43 +01:00
config.py
doc: Sync classref with current source
2021-03-18 16:37:43 +01:00
editor_scene_exporter_gltf_plugin.cpp
…
editor_scene_exporter_gltf_plugin.h
…
editor_scene_importer_gltf.cpp
…
editor_scene_importer_gltf.h
…
gltf_accessor.cpp
…
gltf_accessor.h
…
gltf_animation.cpp
…
gltf_animation.h
…
gltf_buffer_view.cpp
…
gltf_buffer_view.h
…
gltf_camera.cpp
…
gltf_camera.h
Initialize class/struct variables with default values in modules/
2021-02-08 10:57:18 +01:00
gltf_document.cpp
GLTF import: Prevent significant numerical errors in keyframe times
2021-03-18 15:55:31 -07:00
gltf_document.h
Relaxes Node naming constraints in glTF documents to match the Editor.
2021-02-24 08:22:27 -08:00
gltf_light.cpp
…
gltf_light.h
…
gltf_mesh.cpp
…
gltf_mesh.h
…
gltf_node.cpp
…
gltf_node.h
…
gltf_skeleton.cpp
doc: Sync classref with current source
2021-02-19 14:39:14 +01:00
gltf_skeleton.h
…
gltf_skin.cpp
glTF: Fix set_joint_i_to_name not using its argument
2021-02-17 13:08:35 +01:00
gltf_skin.h
…
gltf_spec_gloss.cpp
…
gltf_spec_gloss.h
…
gltf_state.cpp
Merge pull request
#45545
from abaire/relaxes_gltf_name_sanitization
2021-03-09 14:54:33 +01:00
gltf_state.h
Relaxes Node naming constraints in glTF documents to match the Editor.
2021-02-24 08:22:27 -08:00
gltf_texture.cpp
…
gltf_texture.h
doc: Sync classref with current source
2021-03-18 16:37:43 +01:00
register_types.cpp
make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITOR
2021-01-08 12:01:53 +07:00
register_types.h
…
SCsub
…