1
0

Added renders in the repository

This commit is contained in:
Ishan Jain 2023-05-27 18:02:19 +05:30
parent ad9497c1c2
commit be11f1c8fe
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27
4 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target/ target/
*.ppm *.ppm
*.png *.png
!renders/*

View File

@ -36,10 +36,8 @@ For each resolution there is probably a sweet spot. In my tests, At 500x500, It
# Renders # Renders
![[1] Motion Blur](https://user-images.githubusercontent.com/7921368/114031856-4d419b80-986b-11eb-8a56-b9ecc1785a6e.png) ![[1] Motion Blur](./renders/motion_blur.png)
[1] Motion Blur [1] Motion Blur
![[2] Cornell Box](https://user-images.githubusercontent.com/7921368/114031671-1e2b2a00-986b-11eb-9528-4fd5525c43ea.png) ![[2] Final Scene](./renders/final_scene.png)
[2] Cornell Box [2] Final Scene

BIN
renders/final_scene.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
renders/motion_blur.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB