From e3b13c06315bb3ad8469b107dda9656095972fc4 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 9 Feb 2025 19:05:10 +0100 Subject: [PATCH] tuning the groundbase --- contexte.inc | 6 +++--- globals.inc | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/contexte.inc b/contexte.inc index a0ae254..a98a965 100644 --- a/contexte.inc +++ b/contexte.inc @@ -9,8 +9,8 @@ #declare GroudBase_coin = object { merge { - cylinder { 0, y*0.7, 0.09 } - sphere { 0, 0.09 scale <1, 0.3, 1> translate y*0.7 } + cylinder { 0, y*0.4, 0.09 } + sphere { 0, 0.09 scale <1, 0.23, 1> translate y*0.4 } } } @@ -24,7 +24,7 @@ union { object { GroudBase_coin translate <-Sz, 0, Sz> } object { GroudBase_coin translate < Sz, 0, Sz> } } -texture { T_Stone6 scale 0.6 } +texture { T_Stone6 rotate 9 scale 0.32 } #undef Sz } diff --git a/globals.inc b/globals.inc index a8d03de..035a28e 100644 --- a/globals.inc +++ b/globals.inc @@ -22,8 +22,9 @@ global_settings { * Some constants... */ -#declare SzSol = 34; -#declare SzBase = 1.9; +#declare SzSol = 36; +#declare SzBase = 2.5; +#declare H_base = 0.10; #declare R_basecone = 0.117; #declare H_cone = 0.97;