POV-Ray : Newsgroups : povray.newusers : SOR, Lathe and Rounded Corners/Edges : Re: SOR, Lathe and Rounded Corners/Edges Server Time
30 Jul 2024 00:31:39 EDT (-0400)
  Re: SOR, Lathe and Rounded Corners/Edges  
From: Bob Hughes
Date: 7 Dec 2004 20:33:40
Message: <41b659f4$1@news.povray.org>
"Mueen Nawaz" <m.n### [at] ieeeorg> wrote in message 
news:41b64dfe$1@news.povray.org...
>
> Consider a bottle. It's base is flat, but the edges of the base are 
> rounded and then go up vertically. Getting it rounded was not much of a 
> problem, but then I could not get the "line" to go up vertically.

Try a bezier_spline, as in:

lathe {
  bezier_spline // four points per segment
  8,
  <0, 0>, <0.95, 0>, <1, 0.05>, <1, 0.1>
  <1, 0.1>, <1, 2>, <1, 3>, <1, 4>
}


Post a reply to this message

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