Compare commits

..

No commits in common. "af4f9fc282a9234c038947637ea3e0210d6bc972" and "22be42d86e0eb9d00aabc27c4423d9eea9f81241" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ union {
#declare Benz_Tubules = object #declare Benz_Tubules = object
{ {
merge { merge {
#local E = R_Tube * 0.75; #local E = R_Tube * 0.0910;
#local R = 0.01; #local R = 0.01;
#for (foo, 0, 360, 20) #for (foo, 0, 360, 20)
#local Tx = E * sin(radians(foo)); #local Tx = E * sin(radians(foo));

View File

@ -10,7 +10,7 @@ NBFRAMES=360
echo "Running $0 $SEQNAME" >> WS/log echo "Running $0 $SEQNAME" >> WS/log
DIMS="-W1024 -H768" DIMS="-W1024 -H768"
POVOPT="+q9 +A -d ${DIMS} -WT6" POVOPT="+q9 -a -d ${DIMS} -WT6"
echo $POVOPT ; echo ; sleep 2 echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png TMPIMG=/dev/shm/${SEQNAME}-tmp.png