KhronosGroup / glTF-Sample-Viewer

Physically-Based Rendering in glTF 2.0 using WebGL
Apache License 2.0
1.21k stars 229 forks source link

http://gltf.ux3d.io transforms incorrect for KHR_animation_pointer #539

Open echadwick-artist opened 1 month ago

echadwick-artist commented 1 month ago

I’m able to drag-and-drop this asset into glTF Sample Viewer (https://github.khronos.org/glTF-Sample-Viewer-Release/) and see the correct transforms: 2024-04-06 09_43_01-glTF Sample Viewer

Animation is not rendered, since this uses KHR_animation_pointer and the viewer does not support it yet, so I try to use the UX3D dev viewer (http://gltf.ux3d.io/), but when I try to drag-and-drop into the dev viewer the transforms are incorrect (although animation does play!): 2024-04-06 09_43_18-glTF Sample Viewer

Here is the glTF: animationPointerUVs_2024-04-04.zip

Thanks!

UX3D-haertl commented 3 weeks ago

The animation pointer extension implementation in the UX3D viewer is currently outdated. Adding support for KHR_animation_pointer to this repo is already planned and approved by Khronos and will be worked on in the upcoming months.

echadwick-artist commented 3 weeks ago

Thank you for the update Patrick!