Function ambient_api_core::core::camera::components::projection
source · pub fn projection() -> Component<Mat4>
Expand description
Projection: The projection matrix of this camera.
This can be driven by other components, including perspective
and perspective_infinite_reverse
.
Attributes: Debuggable, Networked, Store