An interesting solution is to add a meaningless parent to the camera
camera.parent = new BABYLON.TransformNode("")
This would cause the code to take another path and skip the bug.
An interesting solution is to add a meaningless parent to the camera
camera.parent = new BABYLON.TransformNode("")
This would cause the code to take another path and skip the bug.