You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any others, you'd need to create and register an implementation of that extension. All provided extensions are implemented in a separate package (@gltf-transform/extensions) to make sure that third-party extensions also have access to necessary APIs. I should caution that KHR_animation_pointer is not a trivial extension to support. Loosely related:
Describe the bug
importing a file with KHR_animation_pointer and re-serializing it breaks said extension
To Reproduce
WebIO with ALL_EXTENSIONS registered
import document through io.readJSON
export document through io.writeJSON
Expected behavior
it is expected that the gltf-transform without explicit changes is idempotent.
original file contains
and animations
resulting file does not contain extensionsUsed. animations look like:
Versions:
The text was updated successfully, but these errors were encountered: