Compare commits

..

No commits in common. "266c9cb5438d8df4418b91cc0880d5ac062074b8" and "6dde4cbf0fbb71fb868248d87b7f998eb3702143" have entirely different histories.

2 changed files with 11 additions and 8 deletions

View File

@ -15,28 +15,31 @@
#include "trident.inc" #include "trident.inc"
// ======================================================= // =======================================================
// #include "dynamic.inc"
object { Le_Decor } object { Le_Decor }
// =======================================================
#debug "ACTION !!!\n" #debug "ACTION !!!\n"
#include "dynamic.inc" #include "dynamic.inc"
// ------------------------------------------------------ ## // ------------------------------------------------------ ##
// ------------------------------------------------------ ## // ------------------------------------------------------ ##
// ======================================================= // =======================================================
#declare CK = 2.59 * Cos_01(NormClock); #declare CamY = 7 + (3*Cos_01(NormClock));
#declare CamY = 7 + (4*Cos_01(NormClock));
#declare LatX = 20 * cos(CK*1.08); #declare LatX = 20 * cos(NormClock*1.81);
#declare LatY = 3.0 - sqrt(NormClock); #declare LatY = 3.8;
#declare LatZ = 20 * sin(CK); #declare LatZ = 20 * sin(NormClock*2.53);
// object { Repere scale 2 translate <LatX, LatY, LatZ> } object { Repere scale 2 translate <LatX, LatY, LatZ> }
camera { camera {
// orthographic // orthographic
location <0, CamY, 0> location <0, CamY, 0>
look_at <LatX, LatY, LatZ> look_at <LatX, LatY, LatZ>
angle 75 angle 70
} }

View File

@ -22,7 +22,7 @@ POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT7"
echo $POVOPT ; echo ; sleep 2 echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png TMPIMG=/dev/shm/${SEQNAME}-tmp.png
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
for frame in $(seq $START $((NBFRAMES-1))) for frame in $(seq $START $((NBFRAMES-1)))
do do