aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-06Add box shape and replicate RTTNW boxHEADmasterJulian T
2021-08-06Add other axis rectangles and render empty boxJulian T
2021-08-06Update Cargo parameters and add license fileJulian T
2021-08-05Fix bug when rendining on square imagesJulian T
2021-08-05Add shell.nix file and test image to ignoreJulian T
2021-08-05Add XY rectangleJulian T
2021-08-04Add translation and move center position from sphereJulian T
2021-08-02Move back to dynamic dispatch for object.shapeJulian T
2021-08-01Readd reflective materialJulian T
2021-08-01Implement dielectric material from RTIAWJulian T
2021-07-31Remove dynamic boxes from object and list implementationJulian T
2021-07-31Better documentation and cleanupJulian T
2021-04-11Fix mistake in readmeJulian T
2021-03-07Add light materialsJulian T
2021-03-06Several changes to bounding boxesJulian T
2021-02-21Add 3d bounding box and merged SceneIntersection and IntersectionJulian T
2021-02-13Fixed test and compile warningsJulian T
2021-02-12Implement multithreaded compiling of tilesJulian T
2021-02-10Fixed most clippy warningsJulian T
2021-02-09Add tiling for renderingJulian T
2021-02-08Use github hosted rendered image, and correct link to c++ versionJulian T
2021-02-08Finish depth of fieldJulian T
2021-02-08Rename to pathtrace, started for of depth of field, choose closest intersectJulian T
2021-02-08Fix render warningsJulian T
2021-02-07Add reflecting materialJulian T
2021-02-07Abstracted lambertian into materialJulian T
2021-02-07Add readmerustJulian T
2021-02-07Move to double to avoid rounding errorJulian 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
2021-02-03Can render a simple sphere, without shadingJulian T
2021-02-03Add simple perspective cameraJulian T
2021-02-03Added documentation for many of the modulesJulian T
2021-02-01Add test for None sphere intersectJulian T
2021-01-31Add Scene type and Sphere intersectJulian T
2021-01-30Finished initial film, reorganization and started work on shapesJulian T
2021-01-29Finish get_tile on FilmJulian T
2021-01-28Unfinished filmJulian T
2021-01-25Started work on implementing vectors bounding and filmJulian T
2021-01-24Create rust projectJulian T
2020-09-16Scaled to fit windowJulian T
2020-09-16Better configurationJulian T
2020-08-14Added multithreadingJulian T
2020-08-13Added link to old implementationJulian T
2020-08-13Added picture to readmeJulian T
2020-08-13Added nicer ui which can saveJulian T
2020-08-13Pathtracing working with defuse and emissive lightingJulian T
2020-08-11Defuse coloringJulian T