Skip to main content

Module rendering

Module rendering 

Source
Expand description

Rendering modules: ray generation, sampling, volume rendering, occupancy.

Modules§

occupancy
Occupancy grid for accelerating NeRF rendering by skipping empty space.
ray
Ray representation and pinhole camera model.
sampling
Ray sampling strategies: stratified sampling and importance resampling.
volume_render
Volume rendering equations for NeRF.