From 4f0f21265e9f29264c2ae7c0c6e31c49e1f317eb Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 12 Feb 2022 18:46:07 +0530 Subject: [PATCH] Update doughnut.c --- doughnut.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doughnut.c b/doughnut.c index fb41980..890d6b8 100644 --- a/doughnut.c +++ b/doughnut.c @@ -6,10 +6,10 @@ #define WIN32_LEAN_AND_MEAN #define VC_EXTRALEAN #include -#define STEP_ROT_X 0.0186 -#define STEP_ROT_Y 0.0096 -#define STEP_THETA 0.063 -#define STEP_PHI 0.031 +#define STEP_ROT_X 0.1488 +#define STEP_ROT_Y 0.0768 +#define STEP_THETA 0.126 +#define STEP_PHI 0.063 #elif defined(__linux__) #include #include