From aeefbeb8ce73f4e09821b3d746e814bd3c4997de Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 23 Apr 2018 11:25:58 +0200 Subject: [PATCH] added sphere to texture patterns --- pattern2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pattern2.cpp b/pattern2.cpp index 39a85a3d..29431449 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1563,6 +1563,8 @@ namespace patterns { {"large picture", { {gNormal, false, PAT_PALACE, SPF_SYM0123}, {gNormal, true, PAT_PALACE, SPF_SYM0123}, + {gSphere, false, PAT_FIELD, 0}, + {gSphere, true, PAT_FIELD, 0}, {gElliptic, false, PAT_FIELD, 0}, {gElliptic, true, PAT_FIELD, 0}, {gEuclid, false, PAT_PALACE, 0}