| Jeff Abrahamson on 6 Dec 2003 14:21:02 -0500 |
|
Has anyone done any animations with povray?
I just want to set up a scene and then pan by it.
camera {
location <4, 4, -4 + 24*thisclockvalue>
look_at <0, 0, 6>
}
I tried wrapping this in
union {
#declare thisclockvalue=0;
#while (thisclockvalue<1)
#include "anim-sphere.pov"
#declare thisclockvalue = thisclockvalue + 1/16
#end
}
This doesn't work at all, it's not even syntactically correct.
Anyone know anything about this? I've been googling for an animation
that works, but haven't found one that I can run myself yet.
--
Jeff
Jeff Abrahamson <http://www.purple.com/jeff/>
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
Attachment:
pgp3AIbqTFdjn.pgp
|
|