diff --git a/README.md b/README.md index 20e884a..7f3fce1 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# sray \ No newline at end of file +# SRay +SRay is a simple raytracing application based on Raytracer in one Weekend book. + +![Image processed with 100 samples](images/goodsample-2.png) + +It implements the following features: + +* Sphere Geometric object +* Lambertian Material +* Dieletric Material +* Metal Material +* A movable Camera + 1. Focus adjustment \ No newline at end of file diff --git a/images/goodsample-2.png b/images/goodsample-2.png new file mode 100644 index 0000000..65a1e03 Binary files /dev/null and b/images/goodsample-2.png differ