8 lines
329 B
Plaintext
8 lines
329 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.
|
|
- Implement floating point accuracy stuff.
|
|
- Add gui display of rendering in progress.
|
|
- Unit tests for scene parsing.
|