Cameras Components

Camera

This represents a camera in the world from which the level can be rendered. Keep in mind that only one camera can be active at the a time.

Entities with Camera components will then show up in the Camera menu in the Perspective viewport, under Camera Entity.


SettingDescription
Type
SettingDescription
DefaultA normal, one-directional camera.
OmnidirectionalRenders the full 360 view to screen.
ActiveWhether or not this camera should be activated on component creation.
Near PlaneSets the distance from the camera that the engine will start rendering from (by default 0.25 meters).
Far PlaneSets the distance from the camera that the engine will start rendering to(by default 1024 meters).
Field of ViewThe field of view or angle that the camera will render.

Roomscale VR Camera

Expose a new Entity Component that allows for easily creating a Roomscale VR camera. This works quite simply, in that all the user has to do is to drag the component into their Schematyc entity, and it'll be activated. Additionally, the component automates asynchronous camera injection, effectively retrieving the headset's coordinates as late as possible to avoid unnecessary lag.

SettingDescription
ActiveActivates the Roomscale VR Camera.
Near PlaneDetermines the minimum distance that the engine will start rendering from. (Example: 0.25 means the engine will render starting at 0.25m fromt he camera and forward)
Far PlaneDetermines the maximum distance that the engine will start rendering from. (Example: 1 means the engine will render up to 1 m from the camera, so after 1m you will not see anything)