Class representing a camera. Contains functionality for manipulating and updating a camera....
auto get_pipeline() -> rendering::pipeline::sptr &
auto get_camera() const -> const camera &
Gets the camera object (const version).
auto get_camera() -> camera &
Gets the camera object.
auto get_pipeline() const -> const rendering::pipeline::sptr &
std::shared_ptr< pipeline > sptr