Files
godot-website/collections/_release_4_4/entry-systems-import-new-glTF-extension.md
Adam Scott e6bdb5c006 Add 4.4 release page (#1023)
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
2025-03-03 17:41:42 +01:00

855 B

type, section, subsection, rank, importance, anchor, title, blockquote, text, contributors, read_more
type section subsection rank importance anchor title blockquote text contributors read_more
entry systems import 1 2 new-glTF-extension New glTF extension <span class="highlight">Customizable</span> animation imports Previously, glTF imports only allowed you to animate properties from this list: position, rotation, scale, and mesh blend shape weights. This new extension now enables animations to target custom properties too! Think the color of a light, the FOV of a camera, the albedo color of a material, the UV offset of a material, … The mappings between Godot properties and [glTF Object Model](https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/ObjectModel.adoc) JSON pointers can be defined via GDScript.
name github
Aaron Franke aaronfranke
https://github.com/godotengine/godot/pull/94165