recp / AssetKit

🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also known as (AssetIO)
Apache License 2.0
185 stars 18 forks source link

proposal: store joint and weights in mesh #11

Closed recp closed 4 years ago

recp commented 5 years ago

In the current design, we store joints and joint weights in skin object. But these data could be stored in mesh instead of skin like glTF design. In this way we could access joints and weights more easily. Render engines could load joints/weights more easily...

recp commented 4 years ago

Now we have mopher and skinner objects in node element which will store weights.