FreeCamera input is broken

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.

1 Like