Let's say I have two or more different cameras (split screen for example). Coming from other game engines I find Godot very intuitive, but one thing is bugging me- how do I prepare node for rendering (with a specific camera and material). This would be useful for example when I have LOD or need to pass different material parameters for different cameras. How can it be achieved in Godot?