Open heeen opened 4 months ago
source file boxanimated-source.zip transformed file archive(1).zip
Hi @heeen! glTF Transform provides official implementations of the extensions listed here:
https://gltf-transform.dev/extensions
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: