-
Notifications
You must be signed in to change notification settings - Fork 12
Camera
Mario Fernández Villalba edited this page Jan 23, 2020
·
1 revision
Component Camera represent cameras that can visualize the Scene from different points of view. A Scene can have multiple cameras, but just one will be used in the Game Window. We call this Camera the Main Camera, and it will be selected using the depth value
of all the active Cameras in the Scene. Basically, the Main Camera will be the Camera with the highest depth value
.