# Model components

It can be difficult getting started with NeRFs. The research field is still quite new and most of the key nuggets are buried in academic papers. For this reason, we have consolidated 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>
```
