1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

gltf, doc: warn that nodes using matrix transforms mustn't be animated (this is in the spec)

This commit is contained in:
Lars Mueller 2025-01-26 00:56:43 +01:00
parent 4dacb66693
commit 704821c41e
2 changed files with 8 additions and 1 deletions

View file

@ -312,6 +312,9 @@ due to their space savings.
Bone weights should be normalized, e.g. using ["normalize all" in Blender](https://docs.blender.org/manual/en/4.2/grease_pencil/modes/weight_paint/weights_menu.html#normalize-all).
Note that nodes using matrix transforms must not be animated.
This also extends to bone overrides, which must not be applied to them.
You can use the [Khronos glTF validator](https://github.com/KhronosGroup/glTF-Validator)
to check whether a model is a valid glTF file.