summaryrefslogtreecommitdiff
path: root/object.h
AgeCommit message (Expand)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 De...Keuin
2022-04-16Add object::is_on to check whether a point is on the object's surface.Keuin
2022-04-15Code Refactor:Keuin
2022-04-12Refactor: move hitlist, object, sphere, viewport into single files.Keuin