1
0
mirror of https://github.com/ssloy/tinyraytracer.git synced 2025-08-01 04:10:35 +02:00

Update Readme.md

This commit is contained in:
Michael van Tricht
2019-01-24 13:19:13 +01:00
committed by GitHub
parent cc608d433d
commit 145acb964b

View File

@@ -32,4 +32,4 @@ Just change the code in the editor and rerun the script (use the terminal's hist
... and triangulated meshes: ... and triangulated meshes:
![](https://raw.githubusercontent.com/ssloy/tinyraytracer/homework_assignment/out-envmap-duck.jpg) ![](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 ot suffices to add 10-20 lines of code. 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.