POV-Ray : Newsgroups : povray.newusers : Rounded Edges ? : Rounded Edges ? Server Time
29 Jul 2024 08:11:31 EDT (-0400)
  Rounded Edges ?  
From: Robert A 
Date: 3 Apr 2006 14:44:52
Message: <44316d24$1@news.povray.org>
Hi guys,

I made a simple object that's a cylinder with one flat side (like a 
half-moon but not quite). How do I make the top (and/or bottom) edges 
rounded ?

Here is the object:

#declare dial = difference {
 cylinder {
  <0.0, 0.0, 0.0>
  <0.0, 1.0, 0.0> 0.5
 }

 box {
  <0.45,-1.0, -1.0>
  <1.0, 2.0, 1.0>
 }
}

I tried a superellipsoid but the flat part I cut off isn't rounded at the 
top and bottom.

Thanks.


Post a reply to this message

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