In article <web.466495c47064b1ed998929610@news.povray.org>,
"Joe" <Pre### [at] aol com> wrote:
> Is there a way to evaluate the integral with a different program, transfer
> that information to a file (a txt i guess) and have Povray read it from
> that text file in order to animate a path for a sphere?
hum... just a try :
x=0
y=0
for i=1 ... n
t=eval(fn)
x=cos(2.pi.t)
y=sin(2.pi.t)
sx=sum(x)
sy=sum(y)
draw point at <xs,ys>
for cornu spiral fn => i^2/321
not tested :)
--
klp
Post a reply to this message
|