6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
//- Implement support for multiple light sources in a scene.
|
|
//- Implement light tree.
|
|
- Implement proper light source selection for hierarchical instancing.
|
|
- Implement shader parsing, and use in rendering.
|
|
- Add gui display of rendering in progress.
|
|
- Unit tests for scene parsing. |