I have a gltf model. This gltf looks flawless in Babylonjs’s Sandbox.
But when I create a scene as mentioned in babylonjs documents, this gltf does not appear on my scene. Loading gltf successfully but the scene seems completely empty. I walked around with the camera, but I couldn’t see anything. There is no error. Is there a setting or something I missed?
I have developed many babylonjs projects before. It was the first time that I encountered such a thing.
exactly that. The model is not centered and is huge. The sandbox is framing it, so you can see it. My suggestion was to center the model and make sure its size fits the scene
What happens when you try createDefaultCameraOrLight and createDefaultEnvironment as in https://www.babylonjs-playground.com/#K7TJIG#1. If this works for you, you can read camera, etc. values from the inspector.