Hello, Today I was working on a custom camera and I think I found a bug. http://www.babylonjs-playground.com/#2JSH5G#1 as you can see in the playground example on line 7, I try to set the camera position to (0, 5, -10) but it doesn't seem to work. the camera stays on (0, 0, 0) because you can see the cube and you are inside the sphere. I don't know if this is a bug in BABYLON or if I'm just not experienced enough to notice my own mistake. I hope someone can help me