penrose

program for generating penrose tilings.
Log | Files | Refs | README | LICENSE

commit 7f81fdbaf37bae9eb7e87d09217075aaf928de0d
parent 37265ea73dd51e9dcfb7b7342311b018c4a420ca
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Thu, 22 Oct 2020 23:18:15 +0100

updating scrot

Diffstat:
Mpenrose.cpp | 4++--
Mscrot.png | 0
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/penrose.cpp b/penrose.cpp @@ -11,12 +11,12 @@ static const uint32_t window_w = 1920; static const uint32_t window_h = 1080; -static const uint32_t depth = 7; +static const uint32_t depth = 5; static const glm::vec4 primary(0.7f, 0.7f, 0.0f, 1.0f); static const glm::vec4 secondary(0.2f, 0.2f, 0.4f, 1.0f); static const glm::vec4 black(0.0f, 0.0f, 0.0f, 1.0f); -static const glm::vec4 background(0.2f, 0.2f, 0.4f, 1.0f); +static const glm::vec4 background(0.15f, 0.15f, 0.35f, 1.0f); static const GLfloat phi = 1.0 / ((1.0 + sqrt(5.0)) / 2); diff --git a/scrot.png b/scrot.png Binary files differ.