POV-Ray : Newsgroups : povray.binaries.images : Rigging Problems-USS Niagara WIP : Re: Rigging Problems-USS Niagara WIP Server Time
15 Aug 2024 12:23:20 EDT (-0400)
  Re: Rigging Problems-USS Niagara WIP  
From: Lieut Data
Date: 19 Jun 2002 19:51:19
Message: <3d1118f7$1@news.povray.org>
> Can anybody help me with a formula for either a catenary of even a
parabola
> whose curve has a vertex of  <0,-150,0> and has X intercepts of <X,0,0>
with
> X being a variable?

Have you tried a spline, using a sphere sweep?

spline {
    cubic_spline
    X + 4 //X being non control, non starting/ending points
    <0, -200, 0> // Control Point
    <0, -150, 0> // Starting Point
    ... // More points
    <0, 150, 0> // End Point
    <0, 200, 0> // Control Point
}

sphere_sweep {cubic_spline} // Needs some more parameters, cant think of
them at the moment

Hope this helps :-)

Lieut_Data


Post a reply to this message

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