mandyedi / raytracing-from-the-ground-up

This project aims to finish the source code examples of the book Ray Tracing from the Ground Up.
http://www.raytracegroundup.com
Other
22 stars 15 forks source link

Scene builders #20

Closed mandyedi closed 2 years ago

mandyedi commented 2 years ago

For issue #16 make it possible to handle all the chapters' build functions in a structured and transparent way.
Idea: build functions are part of the World class but are defined in separate cpp files.