Files
PhotonMF/TODO.org

29 lines
674 B
Org Mode
Raw Permalink Normal View History

2017-01-19 09:39:10 -04:00
* Features [13/20]
2017-01-04 19:20:46 -04:00
- [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
2017-01-12 14:44:50 -04:00
- [X] Spotlights
- [-] Area lights
- [X] Sphere lights
2017-01-04 19:20:46 -04:00
- [ ] Box/planar lights
- [X] Phong shading
- [X] Specular reflections
- [X] Transmission
2017-01-19 09:39:10 -04:00
- [X] Scene description input files (JSON)
2017-01-05 06:16:14 -04:00
- [X] Indirect illumination
- [ ] Glossy reflections
- [X] Image based lighting
- [X] HDR light probes for IBL
- [X] Tone mapping
2017-01-04 19:20:46 -04:00
- [ ] Texture mapping
- [ ] Photon mapping