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
With JME 3.7.0-alpha3.1, the model loads with a warning but no exceptions:
Apr 23, 2024 3:22:32 AM com.jme3.scene.plugins.gltf.GltfLoader setupControlsWARNING: No skinned Spatial for joint "Root_00" -- will skin the models root node!
The loaded model contains a SkinningControl but no AnimComposer. There ought to be an AnimComposer because the GLB file contains an animation.
The text was updated successfully, but these errors were encountered:
Forum discussion: https://hub.jmonkeyengine.org/t/gltf-glb-animated-model/47617
To reproduce:
With JME 3.7.0-alpha3.1, the model loads with a warning but no exceptions:
The loaded model contains a
SkinningControl
but noAnimComposer
. There ought to be anAnimComposer
because the GLB file contains an animation.The text was updated successfully, but these errors were encountered: