diff --git a/README.md b/README.md index dd63538..731db67 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Based on the series Ray Tracing in ``` java -jar raytracing.jar --samples 5000 --height 1080 SIMPLE ``` + +### spheres +![](./docs/spheres.png) + +``` +java -jar raytracing.jar --samples 1000 --height 1080 SPHERES +``` ### squares ![](./docs/squares.png) diff --git a/docs/spheres.png b/docs/spheres.png new file mode 100644 index 0000000..d0f9c17 Binary files /dev/null and b/docs/spheres.png differ