a lot of tweaks

This commit is contained in:
Tonton Th
2025-09-06 01:00:39 +02:00
parent 540c16b47f
commit f28b260f8d
7 changed files with 30 additions and 17 deletions

View File

@@ -7,6 +7,16 @@
/* new 30 aout 2025
*/
#declare Chose = object
{
merge {
cylinder { 2*z, 0.5, 1.32 }
cylinder { 1*x, 4.5*y, 0.20+(0.5*Cos_010(NormClock)) }
}
texture { tPlasticOrange }
scale <0.8, 0.6, 0.9>
translate y*1.6666
}
/* ======================================================= */
#declare Horloge = object
@@ -15,7 +25,8 @@
#debug concat("Texte horloge ", Texte, "\n\n")
text {
ttf "datas/DSEG7Classic-Regular.ttf" Texte 0.1, 0
// ttf "datas/DSEG7Classic-Regular.ttf" Texte 0.1, 0
ttf "datas/ComicMono-Bold.ttf" Texte 0.1, 0
texture { T_WIP_alert }
}
scale 3.00
@@ -24,7 +35,9 @@ translate <-4.5, 0.04, 0>
}
// =======================================================
/*
* need more work !
*/
#macro Base_hexapole ()
prism {
linear_sweep
@@ -61,7 +74,7 @@ union {
texture { T_Chrome_1A }
#elseif (Ra < 0.50)
texture { T_Chrome_4D }
#elseif (Ra < 0.75)
#elseif (Ra < 0.85)
texture { T_Brass_2C }
#else
texture { Soft_Silver }