Function ambient_api::core::camera::components::perspective
source · pub fn perspective() -> Component<()>
Expand description
Perspective projection: If attached, this camera will use a standard perspective projection matrix.
Ensure that near
and far
are set.
Attributes: Debuggable, Networked, Store