# Model components

It can be difficult getting started with NeRFs. The reserach field is still quite new and most of the key nuggets are burried in academic papers. For this reason, we have consoladated many of the key concepts into a series of guides.

```{toctree}
    :maxdepth: 1
    Cameras models<visualize_cameras.ipynb>
    Sample representation<visualize_samples.ipynb>
    Ray samplers<visualize_samplers.ipynb>
    Spatial distortions<visualize_spatial_distortions.ipynb>
    Encoders<visualize_encoders.ipynb>
```
