POV-Ray : Newsgroups : povray.animations : 3D Splines Server Time
28 Jul 2024 16:30:26 EDT (-0400)
  3D Splines (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: mskjmhag
Subject: 3D Splines
Date: 28 Dec 1999 17:35:39
Message: <38693b3b@news.povray.org>
Can someone tell me how to create a 3D (cubic) spline from a list of points in it? 
Specificaly, I want to be able to animate the
camera's position in a smooth manner by giving a list of points that it should travel
through in order.  Points that are closer
together should make it travel more slowly.  Does my question even make sense?  If
anyone can help here, thanks in advance.

-Slime


Post a reply to this message

From: Chris Huff
Subject: Re: 3D Splines
Date: 28 Dec 1999 18:15:18
Message: <chrishuff_99-93570A.18161028121999@news.povray.org>
In article <38693b3b@news.povray.org>, <msk### [at] msncom> wrote:

> Can someone tell me how to create a 3D (cubic) spline from a list of 
> points in it?  Specificaly, I want to be able to animate the
> camera's position in a smooth manner by giving a list of points that it 
> should travel through in order.  Points that are closer
> together should make it travel more slowly.  Does my question even make 
> sense?  If anyone can help here, thanks in advance.

I think there is a Colfax include file which does splines, but the 
easiest way would probably be to use one of the spline patches, which 
are included in MegaPOV.
Here is the URL for MegaPOV:
http://nathan.kopp.com/patched.htm
I don't know the URL for Colfax's include files, but I am sure Ken does. 
:-)

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: Ken
Subject: Re: 3D Splines
Date: 28 Dec 1999 18:16:41
Message: <386945C7.7C5898B3@pacbell.net>
Chris Huff wrote:

> I don't know the URL for Colfax's include files, but I am sure Ken does.

Probably better than Colefax himself :)
http://www.geocities.com/SiliconValley/Lakes/1434/

-- 
Wishing you Seasons Greetings and A Happy New Millennium !
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: mskjmhag
Subject: Re: 3D Splines
Date: 29 Dec 1999 12:13:57
Message: <386a4155@news.povray.org>
Wow, thanks guys - there's a ton of good stuff on that page.

-Slime


Post a reply to this message

From: Josh English
Subject: Re: 3D Splines
Date: 30 Dec 1999 12:55:09
Message: <386B9C65.6C1DFAB4@spiritone.com>
I have also written a bezier macro that makes 3d splines. It can handle joining
splines together and there is a simple trick to
making the timing work out. I can send it to you, but I'm afraid I haven't finished
the documentation for it.

msk### [at] msncom wrote:

> Can someone tell me how to create a 3D (cubic) spline from a list of points in it? 
Specificaly, I want to be able to animate the
> camera's position in a smooth manner by giving a list of points that it should
travel through in order.  Points that are closer
> together should make it travel more slowly.  Does my question even make sense?  If
anyone can help here, thanks in advance.
>
> -Slime

--

Josh English
eng### [at] spiritonecom
ICQ: 1946299
"Stress is when you wake up screaming and realize you haven't fallen asleep yet."


Post a reply to this message

From: mskjmhag
Subject: Re: 3D Splines
Date: 1 Jan 2000 11:06:00
Message: <386e25e8@news.povray.org>
Well, would a kid in Pre-Calculus be able to understand it if he tried hard enough?

-Slime


Josh English <eng### [at] spiritonecom> wrote in message
news:386B9C65.6C1DFAB4@spiritone.com...
> I have also written a bezier macro that makes 3d splines. It can handle joining
splines together and there is a simple trick to
> making the timing work out. I can send it to you, but I'm afraid I haven't finished
the documentation for it.
>
> msk### [at] msncom wrote:
>
> > Can someone tell me how to create a 3D (cubic) spline from a list of points in it?
 Specificaly, I want to be able to animate
the
> > camera's position in a smooth manner by giving a list of points that it should
travel through in order.  Points that are closer
> > together should make it travel more slowly.  Does my question even make sense?  If
anyone can help here, thanks in advance.
> >
> > -Slime
>
> --
>
> Josh English
> eng### [at] spiritonecom
> ICQ: 1946299
> "Stress is when you wake up screaming and realize you haven't fallen asleep yet."
>
>


Post a reply to this message

From: Josh English
Subject: Re: 3D Splines
Date: 1 Jan 2000 15:17:32
Message: <386E60DB.2A3EE776@spiritone.com>
You should be able to. I'm only in Calculus myself. I have a lot of Math to catch up
on. I'll forward it to you.

msk### [at] msncom wrote:

> Well, would a kid in Pre-Calculus be able to understand it if he tried hard enough?
>
> -Slime
>
> Josh English <eng### [at] spiritonecom> wrote in message
news:386B9C65.6C1DFAB4@spiritone.com...
> > I have also written a bezier macro that makes 3d splines. It can handle joining
splines together and there is a simple trick to
> > making the timing work out. I can send it to you, but I'm afraid I haven't
finished the documentation for it.
> >
> > msk### [at] msncom wrote:
> >
> > > Can someone tell me how to create a 3D (cubic) spline from a list of points in
it?  Specificaly, I want to be able to animate
> the
> > > camera's position in a smooth manner by giving a list of points that it should
travel through in order.  Points that are closer
> > > together should make it travel more slowly.  Does my question even make sense? 
If anyone can help here, thanks in advance.
> > >
> > > -Slime
> >
> > --
> >
> > Josh English
> > eng### [at] spiritonecom
> > ICQ: 1946299
> > "Stress is when you wake up screaming and realize you haven't fallen asleep yet."
> >
> >

--

Josh English
eng### [at] spiritonecom
ICQ: 1946299
"Stress is when you wake up screaming and realize you haven't fallen asleep yet."


Post a reply to this message

From: Chris Huff
Subject: Re: 3D Splines
Date: 1 Jan 2000 19:14:59
Message: <chrishuff_99-1AB857.19150101012000@news.povray.org>
In article <386E60DB.2A3EE776@spiritone.com>, Josh English 
<eng### [at] spiritonecom> wrote:

> You should be able to. I'm only in Calculus myself. I have a lot of Math 
> to catch up on. I'll forward it to you.

Both of you are lucky, I am stuck with Algebra II(which is way below my 
level of ability).
However, I have been looking around for some good Trig/Calculus books, 
any suggestions? On second thought, better post replies to this message 
to povray.off-topic. :-)

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: Matt Giwer
Subject: Re: 3D Splines
Date: 3 Jan 2000 08:08:46
Message: <3870C987.E64F7838@ij.net>
msk### [at] msncom wrote:

> Can someone tell me how to create a 3D (cubic) spline from a list of points in it? 
Specificaly, I want to be able to animate the
> camera's position in a smooth manner by giving a list of points that it should
travel through in order.  Points that are closer
> together should make it travel more slowly.  Does my question even make sense?  If
anyone can help here, thanks in advance.

    I have seen some of the other responses.

    No. If you do not understand it, you find and follow the recipe. If that does not
work you find the theory and learn it. That is
the only solution.

    I have more math behind me than I would like to be reminded of. I'd find the right
equation, render about three to six errors
before figuring out how to make it run right. It would also take me about ten times
longer to relearn the math and then try to make
it run right so I don't bother. So I live on the gut feel memory.

    Sorry but there is no substitution for you time in hell learning the math.

    But the good side is that you can fake camera location and look_at and probably
get it right in the same six errors tries that it
takes me.

    If you do not understand the basic representation of the math then you have a
problem that only education will repair. It is not
hard really. Rather it is more like learning the language. Its nothing secret, not
magic, just a language. Once you learn to think in
it you are home free.


Post a reply to this message

From: mskjmhag
Subject: Re: 3D Splines
Date: 5 Jan 2000 19:18:18
Message: <3873df4a@news.povray.org>
I got your forward, thanks!  Haven't had time to look at it yet... been kind of busy.

-Slime

(Yeah... it says msk### [at] msncom... ignore that...)


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.