diff --git a/groundbase.inc b/groundbase.inc index 9acc265..4338ae1 100644 --- a/groundbase.inc +++ b/groundbase.inc @@ -74,7 +74,8 @@ union { #local Dz = 1.0; box { <-Dx, 0, -Dz>, } #local Ha = y*(H_base*2); - cylinder { 0, Ha, 0.08 translate } + cylinder { 0, Ha, 0.08 translate < Dx, 0, -Dz> } + cylinder { 0, Ha, 0.08 translate <-Dx, 0, -Dz> } #local Hb = Ha * 1.17; cone { Ha, 0.08, Hb, 0.05 translate < Dx, 0, -Dz> } cone { Ha, 0.08, Hb, 0.05 translate <-Dx, 0, -Dz> } @@ -83,7 +84,7 @@ union { #undef Dx #undef Dz } -texture { T_Grnt7 rotate 49 scale 0.22 } +texture { T_Grnt7 rotate 49 scale 0.333 } } /* ------------------------------------------------------------ */ @@ -124,7 +125,8 @@ union { */ #local Dz = <0, 0, -7>; object { GroundBase_a translate Dz } - object { Cabane_Base_2 rotate y*180 translate Dz } + object { Cabane_Base_2 rotate y*180 + translate Dz + y*H_base } #undef Dz } translate y*(H_sol+H_base)