oxicuda-nerf 0.1.6

Neural Radiance Fields and neural rendering primitives for OxiCUDA — NeRF, Instant-NGP hash grid, Mip-NeRF, TensoRF, volume rendering
Documentation
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;