From 5c78f479b8725a831365dc8479f5d350bf0a6f13 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Wed, 5 Apr 2023 19:02:47 +0200 Subject: [PATCH] made example in README relate to App Gallery image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a143a0d..5f07058 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ The goal for this watchface was to present the time in a three-dimensional way that would set itself apart from other watchfaces, since the device cannot render 3D scenes of this complexity. I achieved this by rendering out the 3D scene in greyscale images for the scene itself and every digit in every place. The images are then colorized and composited live on the watch, creating the illusion that the numbers are illuminating the scene and reflected in the faceted orb. -As an example here are the raw greyscale images that get composited into the time 1:39 +As an example here are the raw greyscale images that get composited into the time 1:49 as seen in the App Gallery Image above -![scene](resources/img/bg.png) ![-1--](resources/img/2-1.png) ![--3-](resources/img/3-3.png) ![---9](resources/img/4-9.png) +![-1--](resources/img/2-1.png) ![--4-](resources/img/3-3.png) ![---9](resources/img/4-9.png) ![scene](resources/img/bg.png) \ No newline at end of file