|
|
Oli,
Check my hermite curve generator. The input files are simple to create
from 3-d coords.
http://www.geocities.com/emory_stagmer/povherm
It makes in-betweening simple. The object pass through the control points,
you specify how many frames to the next control point, and the curve is a
smoothing function between them.
At every control point is a vector to which the curve is tangent both into
and out of the control point (piece-wise smooth).
There's example POV source there too...should work great for a Boids sim...
Emory
oliWood wrote:
>
> Hey Everybody,
> It's been about 3 years since I did any major POV'ing but I need to make
> some quick, yet impressive, 3d images to go in my dissertation (Simulating
> flocks with boid technlogy) and POv sprang to mind. However Im extreamly
> rusty andthe last time I touched animations with POV was back on my 486
> using Daves TGA Animator kit.
>
> What I need to do is read in a set of position coordinates and orientations
> for each scene for a fintie number of positions (of fish), either from a
> single flat text file or one for each frame, render them and string them
> together.
>
> The modelling, rendering and stringing together I have sorted - but it's the
> parsing of the file(s) holding the data im having trouble with - does
> anybody know of a quick (eg. pre-existing ) external program to do it or
> does somebody have some hand-rolled POV code to do such a thing ?
>
> Thanks awfully,
>
> oli (glad to be back)
>
> oliver (at - spammers evil software begone - )coldclimate.co.uk
Post a reply to this message
|
|