KhronosGroup / glTF-Asset-Generator

Tool for generating various glTF assets for importer validation
MIT License
161 stars 42 forks source link

Fix new skinning issues #558

Open lexaknyazev opened 4 years ago

lexaknyazev commented 4 years ago

After updating the validator there are a few new skinning issues in the generated models (see reports for details):

lexaknyazev commented 4 years ago

The description of Animation_Skin_02 says:

skinA where the skinned node has a transform and a parent node with a transform. Both transforms should be ignored.

So it seems that the warnings should remain intact, i.e. we won't fix them.


The description of Animation_Skin_06 says:

skinA where joint1 is a root node and not a child of joint0.

This is clearly a violation of the "common root" requirement, so this model should either be fixed or removed.