From 3a2d7109c7c4d9094d11019ae3b2be43bd7ca29a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Thu, 28 Mar 2019 18:25:20 +0000 Subject: Add rest to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit