add border to the hole

This commit is contained in:
Tonton Th
2026-02-10 04:08:49 +01:00
parent 1bef5baa93
commit ceb4dea907
2 changed files with 29 additions and 5 deletions

View File

@@ -4,6 +4,25 @@
* A cosy place for experimental things (2025/10/27)
*
*/
/* =============================================================== */
/*
* nouveau : Tue Feb 10 12:42:43 AM UTC 2026
*/
#macro HoleBorder (V)
difference {
#local RA = V * R_hole * 1.005;
#local RB = V * R_hole * 0.995;
cylinder { 0, y*0.22, RA }
cylinder { -y, y*2, RB }
#local R = rand(Rng1);
#if (R < 0.50)
texture { LeGris }
#else
texture { Flashy scale 38 }
#end
}
#end
/* =============================================================== */
/*
* new Tue Dec 30 07:39:09 AM UTC 2025
@@ -12,7 +31,7 @@
{
union {
#local EX = 2.4;
#local EZ = 2.1 + (0.5*sin(NormClock));
#local EZ = 2.1 + (0.5*sin(NormClock*2));
object { Trident_A () rotate x*87 }
object { HexaBenz () translate <-EX, 0, -EZ> }
object { HexaCone () translate < EX, -0.4, -EZ> }