POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

smooth_triangle

top previous next

// rounded-surface FINITE (no CSG) triangle shape
smooth_triangle {
  <  0,  300> <0,  0.7071-0.7071>  // <Vertex1>  <SurfaceNormal1>
  < 40-200> <0-0.8664-0.5>     // <Vertex2>  <SurfaceNormal2>
  <  0,   00> <0-0.5,    -0.8664>  // <Vertex3>  <SurfaceNormal3>
}