1 2 3 4 5
//! Pinhole camera model (re-exported from rendering::ray for camera module). //! //! The full implementation lives in `rendering::ray::PinholeCamera`. pub use crate::rendering::ray::PinholeCamera;