summaryrefslogtreecommitdiff
path: root/sphere.h
AgeCommit message (Collapse)Author
2022-04-21Make object holds a constant reference to its material.Keuin
2022-04-17Fix: rename object::material() to object::get_material. Make it compile on ↵Keuin
Debian 11 GCC.
2022-04-16Add object::is_on to check whether a point is on the object's surface.Keuin
2022-04-15Code Refactor:Keuin
- Add material class. - Move diffuse routine into separate material classes.
2022-04-12Refactor: move hitlist, object, sphere, viewport into single files.Keuin
Add bias_ctx for setting sub-pixel sampling bias.