From f89d942695b0c4d114fae1f59260707a5e9f8567 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Thu, 28 Mar 2019 18:12:27 +0000 Subject: Added final --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f2ff17..6d551bd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ using the following formula: `r = 2 (n . v) n - v`. ![reflection map](/data/reflect.png) +The reflection vector can be converted to spherical coordinates, which can in +turn be used to index into the lat-long map. The colour at the indexed pixel is +then set to the position that has that normal. + +![final](/data/final.png) + ## Building and run To compile and run, one has to first download -- cgit