aboutsummaryrefslogtreecommitdiff
path: root/src/render.rs
AgeCommit message (Collapse)Author
2021-02-09Add tiling for renderingJulian T
2021-02-08Finish depth of fieldJulian T
2021-02-06Implement pathtracingJulian T
2021-02-06Reorganized scene module, and fixed bug in sphere intersectJulian T
2021-02-05Achieve anti aliasing with multi pixel samplingJulian T
2021-02-03Base render of surface normal, and abstract shading and tracing to theJulian T
trace module
2021-02-03Can render a simple sphere, without shadingJulian T