UtilityLayerScene prevents the camera of the original scene from triggering rotation

https://playground.babylonjs.com/#SS4878

You should pass false as the second parameter of the UtilityLayerRenderer constructor if you don’t want it to handle events:

https://playground.babylonjs.com/#SS4878#2

3 Likes

Thanks!

1 Like