Hi, how do I export a babylonjs scene without any camera info? I’ve tried specifying in node options to not export the camera, but that didn’t work.
cc @bghgary
Something like this: Babylon.js/toolsTabComponent.tsx at master · BabylonJS/Babylon.js · GitHub
I’ve also recently added options to the inspector so that you can choose whether to export cameras or not. glTF exporter updates by bghgary · Pull Request #12253 · BabylonJS/Babylon.js · GitHub
1 Like