Compare commits

..

No commits in common. "ef23006b9b5dcbc9f12f8c75b57e8f161861504b" and "7e869133a5c9dc31b2e9a151d59ae92ef8b934d0" have entirely different histories.

4 changed files with 16 additions and 23 deletions

View File

@ -10,8 +10,8 @@ PNG: essai.png scene.png
essai.png: essai.pov Makefile $(POVDEP)
povray $(POVOPT) -W800 -H600 -i$< -o$@
CK=306
CK=130
scene.png: scene.pov Makefile $(POVDEP)
povray $(POVOPT) -W3200 -H2400 +K${CK} -i$< -o$@
povray $(POVOPT) -W1920 -H1080 +K${CK} -i$< -o$@

View File

@ -6,11 +6,11 @@ height_field {
png "datas/hf.png"
smooth
translate <-.5, 0, -.5>
scale <21, 0.88, 21>
scale <18, 0.85, 18>
texture {
pigment { color DarkGreen }
normal { bumps 0.035 scale 0.186 }
finish { phong 0.125 }
finish { phong 0.111 }
}
}
@ -22,35 +22,29 @@ cylinder { 0, <0, 0, 1>, 0.005 pigment { color Blue } }
#if (1)
light_source {
<0.3, 2.50, 2.8> color Gray90
<3, 3.50, 2> color Gray90
spotlight
radius 14
radius 12
falloff 10
tightness 10
point_at <0, 0.95, 0.22222222>
}
#end
#if ( (clock>166) & (clock<213) )
#if (1)
light_source {
<2, 0.30, -2> color Orange
<4, 0.30, -2> color Gray90
spotlight
radius 12
falloff 20
tightness 10
point_at <-0.08, 0.80, 0.17>
point_at <0, 0.80, 0.22222>
}
#end
#if (1)
light_source {
<-5, 5.50, 8>
#if ( (clock > 290) & (clock<344) )
#local Couleur = rgb <0.20, 0.20, 0.80>;
#else
#local Couleur = rgb <0.80, 0.80, 0.70>;
#end
color Couleur
<-5, 5.50, 8> color White
spotlight
radius 8
falloff 10

View File

@ -34,11 +34,11 @@ union {
cylinder {-z, z, 0.10 }
}
// clignotement de la lumiere \o/
#local kR = 0.083;
#local kR = 0.111;
#local xR = (rand(R2)-0.5000) * kR;
#local yR = (rand(R2)-0.5000) * kR;
#local zR = (rand(R2)-0.5000) * kR;
#local Red = abs(sin(NormClock * 65.536));
#local Red = abs(sin(NormClock * 77.88));
#local Red = Red * rand(R2);
light_source { <xR, yR, xR>, rgb <Red, 0.03, 0.03>
fade_distance 0.99
@ -149,7 +149,6 @@ union {
#for (foo, -9, 9)
object { Une_Ailettte
translate -0.004*z
rotate z*19
rotate (foo*35)*x
translate (foo*0.013)*x }
#end
@ -187,7 +186,7 @@ merge {
}
#end
cylinder { y*Rtuy, y*(Rtuy+0.08), 0.011 scale <2.95, 1, 1> }
cylinder { y*Rtuy, y*(Rtuy+0.08), 0.010 scale <2.95, 1, 1> }
sphere { 0, 0.017 scale <4.5, 1, 0.717>
translate z*(Rtuy+Etuy/3) }
}
@ -198,7 +197,7 @@ texture { T_Brass_1C }
{
union {
object { Tuyere }
object { Le_rotor rotate x*(clock*3) translate -0.08*x }
object { Le_rotor rotate x*(clock*2) translate -0.08*x }
}
}

View File

@ -5,7 +5,7 @@ set -ue
TMPFILE="/dev/shm/plot-timing.tmp"
IMAGE="timing.png"
tail -1800 WS/mp4.timing | awk ' \
tail -3600 WS/mp4.timing | awk ' \
BEGIN { \
nbrames=360;
for (foo=0; foo<nbrames; foo++) { \
@ -36,7 +36,7 @@ gnuplot << __EOC__
set output "timing.png"
set grid
set xrange [:360]
set yrange [:240]
set yrange [:300]
set title "HexaCone : temps de tracé vs. numéro de séquence"
set xlabel "numéro de la trame"
set ylabel "temps en secondes"