A zero-dependency offline rendering engine in pure Rust — CPU path tracing, BVH acceleration, 16-band spectral rendering, PBR materials, animation & video export.
/// Fluent camera controller for declarative camera setup.
pubmodcontroller;/// Ready-to-use camera presets.
pubmodpresets;/// Public camera controller type.
pubuseself::controller::CameraController;