psychopath/todo.txt
Nathan Vegdahl f6891173eb Moved ray tracing responsibilities to the Tracer.
This is still pretty WIP, but it at least gets the functionality
back to where it was before.
2016-03-13 13:01:10 -07:00

4 lines
173 B
Plaintext

- Implement a Tracer to handle ray tracing responsibilities, with hierarchical
instancing, etc.
- Basic scene parsing with triangle meshes.
- Unit tests for scene parsing.