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
6
//! Rendering modules: ray generation, sampling, volume rendering, occupancy.

pub mod occupancy;
pub mod ray;
pub mod sampling;
pub mod volume_render;