mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
855 B
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. |
|
https://github.com/godotengine/godot/pull/94165 |