Gizmos and multiple canvases

You can constraint the utility layer renderer to 1 camera like this:

var utilLayer = new BABYLON.UtilityLayerRenderer(scene);
utilLayer.setRenderCamera(camera0);
1 Like