Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgardona authored Mar 23, 2019
1 parent 654e899 commit cd36fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SRay
SRay is a simple raytracing application based on [Ray Tracing in One Weekend](https://www.amazon.com/Ray-Tracing-Weekend-Minibooks-Book-ebook/dp/B01B5AODD8) book. All code use new C++ 11/14 drafts for memory management whit smart pointers.
SRay is a simple raytracing application based on [Ray Tracing in One Weekend](https://www.amazon.com/Ray-Tracing-Weekend-Minibooks-Book-ebook/dp/B01B5AODD8) book. All code use new C++ 11/14 drafts for memory management with smart pointers.

![Image processed with 100 samples](images/goodsample-2.png)

Expand All @@ -10,4 +10,4 @@ It implements the following features:
* Dieletric Material
* Metal Material
* A movable Camera
1. Focus adjustment
* Camera Focus adjustment

0 comments on commit cd36fc6

Please sign in to comment.