le commit en chocolat
This commit is contained in:
29
essai.pov
29
essai.pov
@@ -18,20 +18,18 @@
|
||||
// =======================================================
|
||||
// #include "dynamic.inc"
|
||||
/* ======================================================= */
|
||||
|
||||
// ------------------------------------------------------ ##
|
||||
#declare Horloge = object
|
||||
{
|
||||
#local Texte = str(NormClock, 6, 4);
|
||||
#debug concat("Texte horloge ", Texte, "\n\n")
|
||||
|
||||
text {
|
||||
ttf "datas/Rebel-Typographer.ttf" Texte 0.1, 0
|
||||
ttf "datas/DSEG7Classic-Regular.ttf" Texte 0.1, 0
|
||||
texture { T_WIP_alert }
|
||||
}
|
||||
scale 3.00
|
||||
rotate -90*x
|
||||
translate <-4.5,-0.21, 0>
|
||||
rotate 90*x
|
||||
translate <-4.5, 0.02, 0>
|
||||
}
|
||||
|
||||
// =======================================================
|
||||
@@ -73,16 +71,7 @@ union {
|
||||
}
|
||||
// ------------------------------------------------------ ##
|
||||
|
||||
object { Gyros }
|
||||
|
||||
/*
|
||||
light_source {
|
||||
<-8, 7, 19>
|
||||
colour Gray60
|
||||
parallel
|
||||
point_at 0
|
||||
}
|
||||
*/
|
||||
object { Gyros }
|
||||
|
||||
#declare Selector = mod(int(clock/32), 6);
|
||||
#debug concat("Selector = ", str(Selector, 6, 0), "\n")
|
||||
@@ -93,11 +82,12 @@ union {
|
||||
#debug " Cabane+Compteur !!!\n"
|
||||
#break
|
||||
#case (1)
|
||||
object { QuadriPole }
|
||||
#debug " Quadripole !!!\n"
|
||||
object { HexaPole }
|
||||
#debug " Hexapole !!!\n"
|
||||
#break
|
||||
#case (2)
|
||||
object { Tridents }
|
||||
object { Tridents translate y*2 }
|
||||
object { Cabane_Compteur scale 2 rotate y*clock }
|
||||
#debug " Deux Tridents !!!\n"
|
||||
#break
|
||||
#case (3)
|
||||
@@ -121,7 +111,6 @@ plane {
|
||||
}
|
||||
|
||||
object { Repere translate y*0.6 }
|
||||
// object { RedBase_0 (T_Planete_B) }
|
||||
|
||||
// =======================================================
|
||||
|
||||
@@ -137,5 +126,5 @@ object { Repere translate y*0.6 }
|
||||
camera {
|
||||
location <CamX, CamY, CamZ>
|
||||
look_at <0, 1.4, 0>
|
||||
angle 20 - 3*Cos_01(NormClock)
|
||||
angle 26 - 3*Cos_01(NormClock)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user