From 1bb02f66040862fcb010533243c28bd3d6818e1e Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Thu, 20 Jul 2017 16:49:59 -0700 Subject: [PATCH] Fix copy paste error in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85b1f08..f7ad2f6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ help out as I have time! - Motion blur: - Camera motion blur - Deformation motion blur - - Transforms and transform motion blur + - Transform motion blur - Focal blur / DoF - Spectral rendering (via monte carlo sampling) - Full hierarchical instancing @@ -115,4 +115,4 @@ The one exception is the code in `sub_crates/spectra_xyz/src/generate_spectra_ru which is adapted from the supplemental material of the paper ["Physically Meaningful Rendering using Tristimulus Colours" by Meng et al.](https://cg.ivd.kit.edu/spectrum.php) It has no explicit license, but I contacted one of the authors and confirmed -that it is intended to be used freely. Take that for what you will! \ No newline at end of file +that it is intended to be used freely. Take that for what you will!