Skip to content

Commit

Permalink
add gif to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy committed Feb 20, 2024
1 parent e1fcba9 commit 78ce69c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,24 @@ Weekend project to learn Rust by implementing a ray tracer. The project is based

## Result

#### Final scene
#### Final scene gif

<p align="center">
<img src="./screenshots/render.gif" alt="Final scene gif" width="400" />
</p>

##### Parameters for gif

| Parameter | Value |
| ----------------- | ---------- |
| Image size | 600x337 |
| Samples per pixel | 200 |
| Max depth | 20 |
| Frames | 88 |
| CPU | 16 |
| Render time | 4h 40m 30s |

### Final scene png

![Result](./screenshots/result.png)

Expand Down
Binary file added screenshots/render.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78ce69c

Please sign in to comment.