aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-03-28 18:25:20 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-03-28 18:25:20 +0000
commit3a2d7109c7c4d9094d11019ae3b2be43bd7ca29a (patch)
treeaa583cec74e40a7cb395711dc654e0c22bf6cdaa
parent5da54c2210d48067e654ebd3fc9fc8163836d60a (diff)
downloadmedian-cut-master.tar.gz
median-cut-master.zip
Add rest to readmeHEADmaster
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00ccb39..70bc332 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,16 @@ splits, meaning there are 2^6 = 64 partitions.
![median cut](/data/median_cut6.jpg)
+The average colour of each region is assigned to each light source that was
+created in each region.
+
+![median cut lights](/data/median_cut_radiance6.png)
+
+Finally, these discrete lights can be used to light diffuse objects efficiently,
+by only having to sample a few lights.
+
+![lighting](/data/simple_sphere64.png)
+
## Build and run
To compile and run, one has to first download