Files
PhotonMF/TODO.org

29 lines
674 B
Org Mode

* Features [13/20]
- [X] Perspective projection
- [X] Ray-sphere intersection
- [-] Ray-plane and derived intersections
- [X] Ray-plane
- [X] Ray-disk
- [ ] Ray-triangle
- [ ] Ray-box
- [ ] Ray-mesh intersection
- [ ] Octree mesh
- [X] Directional lights
- [X] Point lights
- [X] Spotlights
- [-] Area lights
- [X] Sphere lights
- [ ] Box/planar lights
- [X] Phong shading
- [X] Specular reflections
- [X] Transmission
- [X] Scene description input files (JSON)
- [X] Indirect illumination
- [ ] Glossy reflections
- [X] Image based lighting
- [X] HDR light probes for IBL
- [X] Tone mapping
- [ ] Texture mapping
- [ ] Photon mapping