a lot of cosmetic

This commit is contained in:
Tonton Th
2025-09-12 03:56:21 +02:00
parent 11717a4f6a
commit 898828b49d
11 changed files with 35 additions and 27 deletions

View File

@@ -5,17 +5,25 @@
/* ======================================================= */
/* new 30 aout 2025
*
* une idée à creuser davantage...
*/
#declare Chose = object
{
merge {
cylinder { 2*z, 0.5, 1.32 }
cylinder { 1*x, 4.5*y, 0.20+(0.5*Cos_010(NormClock)) }
cone { 1.2*z, 0.91, 0.5, 1.22 }
#local C2X = 8 * sin(NormClock) * sin(NormClock*3);
#local C2Z = 5 * (sin(-NormClock) * cos(NormClock*5));
cylinder { 1*x, <C2X, 4.5, C2Z>, 0.20+(0.2*Cos_010(NormClock)) }
#local P2 = (clock/51)+1;
cylinder { 0, P2, 0.04 }
sphere { P2, 0.09 }
}
texture { tPlasticOrange }
scale <0.8, 0.6, 0.9>
translate y*1.6666
scale <0.6, 0.5, 0.7>
rotate -y*clock
translate y*1.6666666
}
/* ======================================================= */
@@ -27,11 +35,11 @@ translate y*1.6666
text {
// ttf "datas/DSEG7Classic-Regular.ttf" Texte 0.1, 0
ttf "datas/ComicMono-Bold.ttf" Texte 0.1, 0
texture { T_WIP_alert }
texture { tPlasticGreen }
}
scale 3.00
rotate 90*x
translate <-4.5, 0.04, 0>
translate <-4.5, 0.044, 0>
}
// =======================================================