penrose

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

commit ac1de2ea6e5d988c6b5fe67eac7857d6cb435e6f
parent 2b1aa3b7bf76ca50965ddf410b94c9605b0c5a31
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Fri, 23 Oct 2020 20:58:18 +0100

updating scrot2

Diffstat:
Mpenrose.cpp | 2+-
Mscrot2.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/penrose.cpp b/penrose.cpp @@ -17,7 +17,7 @@ static const bool p2 = false; //tiling type (p2, p3) static const glm::vec4 primary(0.7f, 0.0f, 0.35f, 1.0f); static const glm::vec4 secondary(0.35f, 1.0f, 0.7f, 1.0f); -static const glm::vec4 line(1.0f, 0.35f, 1.0f, 1.0f); +static const glm::vec4 line(0.0f, 0.35, 0.35, 1.0f); static const glm::vec4 background(0.35f, 0.15f, 0.35f, 1.0f); static const float phi = 1.0 / ((1.0 + sqrt(5.0)) / 2); diff --git a/scrot2.png b/scrot2.png Binary files differ.