diff --git a/README.md b/README.md index c9865e4..15c3878 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple C++ Raytracer based on "Ray Tracing in One Weekend" book. ![render image](docs/render.png) +![render image with motion blur](docs/render-motion-blur.png) + ## Features * Raytracing sphere geometries with front face detection. @@ -18,6 +20,7 @@ A simple C++ Raytracer based on "Ray Tracing in One Weekend" book. * Refraction with Snell's law. * Schlick approximation. * Defocus blur. +* Motion blur. ## Building @@ -51,4 +54,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs/render-motion-blur.png b/docs/render-motion-blur.png new file mode 100644 index 0000000..e500228 Binary files /dev/null and b/docs/render-motion-blur.png differ