add border to the hole
This commit is contained in:
13
contexte.inc
13
contexte.inc
@@ -11,7 +11,7 @@
|
||||
#macro Trois_Portiques (Dist)
|
||||
union {
|
||||
object { Portique_A () }
|
||||
object { Portique_A () scale <1, 1.1, 1> translate z*5 }
|
||||
object { Portique_A () scale <1, 1.15, 1> translate z*5 }
|
||||
object { Portique_A () translate z*10 }
|
||||
// XXX scale 1.85
|
||||
}
|
||||
@@ -255,14 +255,19 @@ difference {
|
||||
box { <-Big, -0.21, -Big>, < Big, 0.0000, Big> }
|
||||
#undef Big
|
||||
#for (Foo, 0, 5)
|
||||
cylinder { -y*5, y*5, 3.1 translate UnderHoles[Foo] }
|
||||
cylinder { -y*5, y*5, R_hole translate UnderHoles[Foo] }
|
||||
#end
|
||||
texture { Ground_Texture }
|
||||
}
|
||||
}
|
||||
|
||||
/* XXX
|
||||
* L'indispensable Repere est parti dans 'gadgets.inc' ! */
|
||||
/* 10 fev 2026, on place des bordures autour des trous */
|
||||
/* -> xperiment.inc */
|
||||
#for (foo, 0, 5)
|
||||
#local YHB = (0.08 + (0.5*rand(Rng1)) * y);
|
||||
object { HoleBorder (1.14) translate YHB + UnderHoles[foo] }
|
||||
#end
|
||||
|
||||
/* ======================================================= */
|
||||
/*
|
||||
* nouvel éclairage du 10 février 2025
|
||||
|
||||
Reference in New Issue
Block a user