donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.3k stars 145 forks source link

Support Morph Targets in '@gltf-transform/view' package #1428

Open prince7688 opened 3 weeks ago

prince7688 commented 3 weeks ago

Currently, the @gltf-transform/view package does not support rendering Morph Targets. This also means that animations targeting the weights path will not work. I've opened a PR to add this support.

MR - https://github.com/donmccurdy/glTF-Transform/pull/1427