Files
engine/docs/en/graphics/camera/multiCamera.md
2024-08-05 17:03:33 +08:00

747 B

order, title, type, group, label
order title type group label
3 Multi-Camera Rendering Graphics Camera Graphics/Camera

In the case of multiple cameras, many customized rendering effects can be achieved by combining camera component properties such as viewport, cullingMask, clearFlags, and others.

For example, by setting the viewport, multiple cameras can render scene content in different positions on the canvas.

Another example is achieving a picture-in-picture effect by setting the cullingMask.