summaryrefslogtreecommitdiff
path: root/hitlist.h
AgeCommit message (Expand)Author
2022-04-21Copy and move semantic of hitlist.Keuin
2022-04-17Fix: rename object::material() to object::get_material. Make it compile on De...Keuin
2022-04-16Move trace logging to tracelog.h.Keuin
2022-04-16Add macro LOG_TRACE for logging ray-trace process to stderr.Keuin
2022-04-15Make ray3::decay_ distinguishable between different color channels.Keuin
2022-04-15Remove unused macros.Keuin
2022-04-15Code Refactor:Keuin
2022-04-14Make hitlist<T> no longer a generic class (but hitlist::color<T>(...) is now ...Keuin
2022-04-14Move decay accumulation to ray3<T>.Keuin
2022-04-14Implement Lambertian Reflection and Hemispherical Reflection.Keuin
2022-04-14Fix shadow acne problem.Keuin
2022-04-13Global diffuse lighting. (gamma not corrected)Keuin
2022-04-13Generalize hitlist and basic_viewport. (HDR in the future)Keuin
2022-04-12Refactor: move hitlist, object, sphere, viewport into single files.Keuin