Function ambient_api::core::camera::components::perspective_infinite_reverse
source · pub fn perspective_infinite_reverse() -> Component<()>
Expand description
Perspective-infinite-reverse projection: If attached, this camera will use a perspective-infinite-reverse projection matrix.
This is well-suited for rendering large worlds as it has no far plane. Ensure near
is set.
Attributes: Debuggable, Networked, Store