Update feature list in readme file..

This commit is contained in:
Nathan Vegdahl 2017-07-30 23:18:09 -07:00
parent dd56a4e54b
commit 02d5d7505c

View File

@ -44,7 +44,7 @@ help out as I have time!
## Current Features ## Current Features
- Geometry: - Geometry:
- Triangle meshes (flat shading only) - Triangle meshes (both flat and smooth shading)
- Lights: - Lights:
- Spherical light sources - Spherical light sources
- Rectangular light sources - Rectangular light sources
@ -59,7 +59,6 @@ help out as I have time!
- Light Tree sampling for efficient handling of large numbers of lights. (See [this thread](http://ompf2.com/viewtopic.php?f=3&t=1938) for an overview of the technique.) - Light Tree sampling for efficient handling of large numbers of lights. (See [this thread](http://ompf2.com/viewtopic.php?f=3&t=1938) for an overview of the technique.)
## Todo / In-Progress ## Todo / In-Progress
- [ ] Smooth shaded triangle meshes.
- [ ] Simple material/shading system for surfaces. - [ ] Simple material/shading system for surfaces.
- [ ] Multiple importance sampling - [ ] Multiple importance sampling
- [ ] Direct rendering of Catmull-Clark subdivision surfaces. - [ ] Direct rendering of Catmull-Clark subdivision surfaces.