1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-09-03 11:02:41 +02:00

Update Readme.md

This commit is contained in:
Dmitry V. Sokolov
2019-01-30 22:40:10 +01:00
committed by GitHub
parent 77169b0833
commit 4523684c9c

View File

@@ -28,10 +28,11 @@ Just change the code in the editor and rerun the script (use the terminal's hist
[homework_assignment branch](https://github.com/ssloy/tinyraytracer/tree/homework_assignment) contains all necessary stuff to easily add environment maps:
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/homework_assignment/out-envmap.jpg)
... and triangulated meshes:
Anaglyph pairs are extremely simple to do!
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/master/anaglyph.jpg)
Add triangulated meshes:
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/homework_assignment/out-envmap-duck.jpg)
All boring code (image/obj files serializer etc) is already added; to obtain the above image it suffices to add 10-20 lines of code.
Anaglyph pairs are extremely simple to do!
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/master/anaglyph.jpg)