psteudolus / RayTracer

RayTracer in one weekend
MIT License
0 stars 0 forks source link

Separate Definition From Implementation #12

Open psteudolus opened 5 years ago

psteudolus commented 5 years ago

Right now all of the class implementation lives just in the .h files. These will all need to be broken up into .h and .cc pairs.

psteudolus commented 5 years ago

In future let's use markdown checklists to track sub-task issues like these. Most of these were pretty small. Linking issues from the attempted refactor of Vec3.h are still unresolved, but very low priority as all of the functions are inline operator overloads or inline formulas.

psteudolus commented 5 years ago

Woops, close in this context doesn't mean close window, it means close issue.