From ef65de54c025c28ee8a0ce14c8f845738857fff8 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Mon, 16 Oct 2023 19:05:44 +0200 Subject: [PATCH] Make 3D rendered donut appear solid --- donut.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donut.lua b/donut.lua index 51402ef3d..a07792a3e 100644 --- a/donut.lua +++ b/donut.lua @@ -6,7 +6,7 @@ -- cargo-culted by erle 2023-09-18 -local theta_spacing = 0.1 -- 0.07 +local theta_spacing = 0.01 -- 0.07 local phi_spacing = 0.002 -- 0.02 local R1 = 1