naptime reached

This commit is contained in:
tTh
2026-09-20 10:47:43 +02:00
parent d7da858380
commit d8e3d1c01b
12 changed files with 35 additions and 39 deletions
+8 -8
View File
@@ -5,7 +5,7 @@
#version 3.7;
global_settings {
ambient_light rgb <0.14, 0.08, 0.08>
ambient_light rgb <0.14, 0.08, 0.28>
assumed_gamma 1.0
}
@@ -27,7 +27,7 @@ global_settings {
object {
Bloubs
finish { phong 0.47 specular 0.47 }
finish { phong 0.37 specular 0.67 }
}
#declare La_Boite = object
@@ -40,7 +40,7 @@ union {
plane { <0, 0, 1>, 69 }
texture {
pigment { color srgb <0.48, 0.54, 0.52> }
finish { phong 0.18 ambient 0.25 reflection 0.35 }
finish { phong 0.08 ambient 0.25 reflection 0.65 }
}
}
}
@@ -55,7 +55,7 @@ translate -6.20*y
sky_sphere {
pigment { color Gray20 }
emission rgb <0.01, 0.01, 0.01>
emission rgb <0.05, 0.05, 0.05>
}
// ----------------------------------------------------------
@@ -69,12 +69,12 @@ union {
cylinder { -SC*z, SC*z, 0.04 }
}
texture {
pigment { color Gray70 }
pigment { color Gray80 }
finish { emission 0.975 }
}
}
object { Croisillon scale 0.90 translate <Bary_X, Bary_Y, Bary_Z> }
// object { Croisillon scale 0.90 translate <Bary_X, Bary_Y, Bary_Z> }
// ----------------------------------------------------------
@@ -140,7 +140,7 @@ union {
}
}
object { Les_Bornes }
// object { Les_Bornes }
// ----------------------------------------------------------
#local D = 0.016;
@@ -169,7 +169,7 @@ light_source { <-14, 10-NormClock, -29> color Gray80 }
#declare XCAM = 20 - ( 40 * NormClock);
#declare YCAM = -1.1 + (2.26 * NormClock);
#declare ZCAM = -23.00;
#declare ACAM = 55 - (12*Cos_010(NormClock));
#declare ACAM = 75 - (12*Cos_010(NormClock));
#declare XLAT = 0;
#declare YLAT = 0;