Camera-based visibility

Is there a way to make a mesh in the scene visible to one camera but not visible to another? Thinking about it in terms of this multiple views setup where different canvases use different cameras.

https://www.babylonjs.com/Demos/Views/

Layer Masks will help you - Babylon.js docs

4 Likes

Awesome, thank you!

1 Like