summaryrefslogtreecommitdiff
path: root/viewport.h
AgeCommit message (Expand)Author
2022-04-21Add bokeh, aperture ad focus_dist.Keuin
2022-04-20Bugfix: image is upside down. render result is inconsistent with previous ver...Keuin
2022-04-20Add some assertions in basic_viewport, about camera positioning.Keuin
2022-04-20Add vup (vector up), which controls the rotation of a camera (viewport). If v...Keuin
2022-04-20Assert screen and image are of the same aspect in aa_viewport::aa_viewport an...Keuin
2022-04-20Code refactor: make basic_viewport and aa_viewport no longer a child class. M...Keuin
2022-04-16Move trace logging to tracelog.h.Keuin
2022-04-14Make hitlist<T> no longer a generic class (but hitlist::color<T>(...) is now ...Keuin
2022-04-14Remove viewport8b and basic_viewport8b.Keuin
2022-04-13Global diffuse lighting. (gamma not corrected)Keuin
2022-04-13Use basic_viewport8b if antialiasing is not enabled.Keuin
2022-04-13Antialiasing. (not parallelized)Keuin
2022-04-13Simplify bias_ctx's constructor.Keuin
2022-04-13Generalize hitlist and basic_viewport. (HDR in the future)Keuin
2022-04-13Rename viewport to basic_viewport.Keuin
2022-04-12Refactor: move hitlist, object, sphere, viewport into single files.Keuin