commit of a sunny trolldi

This commit is contained in:
Tonton Th
2026-04-24 10:46:23 +02:00
parent feee435a55
commit a338717ac8
13 changed files with 42 additions and 36 deletions

View File

@@ -204,14 +204,14 @@ prism {
#macro HexaPole_abatjour (Quux)
union {
#local Raj = 0.333;
torus { Raj, 0.018 translate -y*Quux }
torus { Raj, 0.014 translate -y*Quux }
#for (Foo, 0, 359, 18)
#local DX = Raj * sin(radians(Foo));
#local DZ = Raj * cos(radians(Foo));
cylinder { -y*Quux, y*Quux, 0.013 translate <DX, 0, DZ> }
cylinder { -y*Quux, y*Quux, 0.010 translate <DX, 0, DZ> }
#end // for
torus { Raj, 0.02 translate y*Quux }
rotate y*(clock*0.40*(rand(Rng1)-0.59))
rotate y*(clock*0.90*(rand(Rng1)-0.59))
}
#end // macro
@@ -230,7 +230,7 @@ union {
#local Val = 0.25 + 0.5*rand(Rng1);
light_source {
P rgb <0.80, 0.25+(0.5*rand(Rng1)), 0.99>
fade_distance 3.80
fade_distance 3.30
fade_power 1.55
}
#else