Hi,
I want to export my scene to gltf2 without animations. There doesn’t seen to be an export option.
Any workaround?
Hi,
I want to export my scene to gltf2 without animations. There doesn’t seen to be an export option.
Any workaround?
Unfortunately except manually removing all of the animations in your scene or modifying the JSON manually, nope
Do you want to contribute the feature ? It should not be too hard as it is all in only one file Babylon.js/glTFExporter.ts at master · sebavan/Babylon.js · GitHub
to prevent usage of _GLTFAnimation
sure