Compare commits

...

2 Commits

Author SHA1 Message Date
Tonton Th
af4f9fc282 oups... 2025-01-16 01:11:56 +01:00
Tonton Th
b9299568f4 using anti-aliasing 2025-01-16 01:04:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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