Compare commits
6 Commits
346a4ed6ad
...
8aaab36673
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8aaab36673 | ||
|
|
77f4f50477 | ||
|
|
3a4532625e | ||
|
|
2f0894985d | ||
|
|
db527e05c2 | ||
|
|
768c10aa56 |
@ -53,6 +53,9 @@ union {
|
|||||||
}
|
}
|
||||||
object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 }
|
object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 }
|
||||||
|
|
||||||
|
object { Trident_A() rotate y*(360*Cos_010(NormClock))
|
||||||
|
translate Pos_RedB_2 + (y*2) }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* on fait passer un hexatruc dans le ciel
|
* on fait passer un hexatruc dans le ciel
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -65,11 +65,11 @@ intersection {
|
|||||||
height_field {
|
height_field {
|
||||||
png "datas/hf.png" smooth
|
png "datas/hf.png" smooth
|
||||||
translate <-.5, 0, -.5>
|
translate <-.5, 0, -.5>
|
||||||
#local SC = SzSol * 1.10;
|
#local SC = SzSol * 1.111;
|
||||||
scale <SC, 0.90, SC>
|
scale <SC, 0.90, SC>
|
||||||
texture {
|
texture {
|
||||||
pigment {
|
pigment {
|
||||||
image_map { png "datas/colormap.png" }
|
image_map { png "datas/cuivre.png" }
|
||||||
rotate x*90
|
rotate x*90
|
||||||
translate <-.5, 0, -.5>
|
translate <-.5, 0, -.5>
|
||||||
scale <SC, 1, SC>
|
scale <SC, 1, SC>
|
||||||
|
|||||||
14
hexacone.inc
14
hexacone.inc
@ -35,6 +35,12 @@ union {
|
|||||||
cylinder {-y, y, 0.11 }
|
cylinder {-y, y, 0.11 }
|
||||||
cylinder {-z, z, 0.11 }
|
cylinder {-z, z, 0.11 }
|
||||||
}
|
}
|
||||||
|
// XXX not very tested
|
||||||
|
#local Rt2 = 0.009;
|
||||||
|
torus { .25, .005 }
|
||||||
|
torus { .25, Rt2 rotate x*90 }
|
||||||
|
torus { .25, Rt2 rotate z*90 }
|
||||||
|
|
||||||
// clignotement de la lumiere \o/
|
// clignotement de la lumiere \o/
|
||||||
#local kR = 0.065;
|
#local kR = 0.065;
|
||||||
#local xR = (rand(Rng2)-0.5000) * kR;
|
#local xR = (rand(Rng2)-0.5000) * kR;
|
||||||
@ -54,9 +60,13 @@ union {
|
|||||||
fade_power 1.58
|
fade_power 1.58
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
texture { New_Penny }
|
#if (rand(Rng1) < 0.20)
|
||||||
// }
|
texture { New_Penny }
|
||||||
|
#else
|
||||||
|
texture { GoldDark }
|
||||||
#end
|
#end
|
||||||
|
// }
|
||||||
|
#end // macro
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -23,16 +23,17 @@ object { Repere scale 2 translate y*2 }
|
|||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
#declare Debut = <-3, 89, 181> ;
|
#declare Debut = <-3, 89, 188> ;
|
||||||
#declare Fin = < 2, 91, -10> ;
|
#declare Fin = < 2, 91, -15> ;
|
||||||
#declare Pos = sqrt(NormClock+0.04);
|
#declare Pos = sqrt(NormClock+0.04);
|
||||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||||
|
|
||||||
#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>;
|
#declare LatX = 3 * sin(NormClock*7.1);
|
||||||
|
#declare LatCam = PosCam + <LatX, -20, -(3+(NormClock+11))>;
|
||||||
|
|
||||||
camera {
|
camera {
|
||||||
location PosCam
|
location PosCam
|
||||||
look_at LatCam
|
look_at LatCam
|
||||||
angle 52
|
angle 50
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,7 @@ do
|
|||||||
err=$?
|
err=$?
|
||||||
if [ $err != 0 ] ; then
|
if [ $err != 0 ] ; then
|
||||||
echo "$SEQNAME fail $frame" >> WS/log
|
echo "$SEQNAME fail $frame" >> WS/log
|
||||||
mogrify -colorspace gray -blur 5x5 $img
|
mogrify -colorspace gray -blur 5x5 -colors 16 $img
|
||||||
visual_sleep "render fail" 12
|
visual_sleep "render fail" 12
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user