multiple tweakings...

This commit is contained in:
Tonton Th
2025-01-02 01:30:37 +01:00
parent cf95106744
commit 0285a14e02
5 changed files with 37 additions and 39 deletions

View File

@@ -18,43 +18,23 @@
// =======================================================
#declare RHBlo = 0.25;
#declare RHBlo2 = RHBlo * 0.55;
#declare HexaBlob = object
{
blob {
// threshold 0.01 + NormClock
threshold 0.01
sphere { <0, 0, 0>, RHBlo, 1 }
#local E = RHBlo * 1.210;
#local W = 0.1;
sphere { <-E, 0, 0>, RHBlo2, W }
sphere { < E, 0, 0>, RHBlo2, W }
sphere { < 0, -E, 0>, RHBlo2, W }
sphere { < 0, E, 0>, RHBlo2, W }
sphere { < 0, 0, -E>, RHBlo2, W }
sphere { < 0, 0, E>, RHBlo2, W }
}
}
// =======================================================
object {
HexaBlob
#local SC = 1.111 + abs(sin(NormClock * 4 * 3.14159));
#local SC = 1.71 + 0.5 * abs(sin(NormClock * 3 * 3.14159));
texture { T_Stone26
scale SC
translate 2*y*NormClock
translate 3*y*NormClock
}
translate < 0, 1, 0>
}
object { Repere }
// object { Le_Decor }
// object { Repere }
#if (0)
object { HexaBalls
#local SC = 0.10 + abs(sin(NormClock * 4 * 3.14159));
#local SC = 0.18 + abs(sin(NormClock * 4 * 3.14159));
texture { Lightning2 scale SC }
translate <-0.80, 1, 0> }
#end
@@ -67,7 +47,7 @@ light_source { <-8, 7, -9>, rgb <0.81, 0.65, NormClock> }
light_source { < 11, 7, 4>, rgb <1-NormClock, 0.28, 0.80> }
camera {
location <-0.7+NormClock, 1.81, 2.59>
location <-0.7+NormClock, 1.81, 2.09>
look_at <0.0, 1.0, 0>
angle 64
angle 54
}