first release of hexabenz

This commit is contained in:
Tonton Th
2025-01-05 00:18:06 +01:00
parent 124c3bfd5c
commit 5b7ad96a29
4 changed files with 62 additions and 26 deletions

View File

@@ -2,6 +2,7 @@
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
/* voir aussi le fichier 'globals.inc' */
/* ------------------------------------------------------------ */
@@ -33,14 +34,14 @@ union {
object { HexaBalls
texture { Lightning2 scale 0.56 }
// rotate <-clock, clock*0.62, clock>
// rotate <-clock, clock*0.33333, clock>
translate <5, -1+0.42*Cos_010(NormClock), -4>
}
}
}
/* ------------------------------------------------------------ */
#declare RHBlo = 0.24;
#declare RHBlo2 = RHBlo * 0.56;
#declare RHBlo2 = RHBlo * 0.666;
#declare HexaBlob = object
{
@@ -129,14 +130,17 @@ sky_sphere {
gradient y
color_map {
[ 0.2 color Gray10 ]
[ 0.5 color Orange*0.7 ]
[ 1.0 color Yellow*0.5 ]
[ 0.4 color Gray60 ]
[ 0.7 color Black ]
[ 0.8 color White ]
[ 1.0 color Gray10 ]
}
turbulence 2.87 + Cos_010(NormClock)
scale 0.207
translate -1
turbulence 3.14159 + 0.91 * Cos_010(NormClock)
scale 1.804
// translate -1
}
emission rgb <0.1, 0.1, 0.1>
#local Kem = 0.15;
emission rgb <Kem, Kem, Kem>
}
// }