Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

TODO.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

TODO

Features

  • Handle window resizing events.
  • Implement Book II features (e.g. BVH, quads/trigs, instances).
  • Implement obj loading.
  • Use keyboard and mouse to move the camera around.

Cleanups

  • Use curly braces for constructor initializer lists.
  • Use raw pointers for geometry.
  • Move materials to their own folder.