0 votes

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?

in Engine by (14 points)

What is your question exactly? You want an object to be viewed differently depending on the camera? Have you tried the camera cull mask: https://docs.godotengine.org/en/stable/classes/class_camera.html#class-camera-property-cull-mask

Thanks, that should solve the problem

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.