Function ambient_api_core::core::camera::components::orthographic
source · pub fn orthographic() -> Component<()>
Expand description
Orthographic projection: If attached, this camera will use a standard orthographic projection matrix.
Ensure that the orthographic_
components are set, including left
, right,
topand
bottom, as well as
nearand
far`.
Attributes: Debuggable, Networked, Store