POV-Ray : Newsgroups : povray.binaries.images : My first Pov-ray attempt : Re: My first Pov-ray attempt Server Time
2 Aug 2024 14:15:19 EDT (-0400)
  Re: My first Pov-ray attempt  
From: Tim Attwood
Date: 27 Jun 2007 21:33:49
Message: <46830ffd$1@news.povray.org>
Looks perty good for a first picture.

Tip: you might want to use the Round_Box_Union()
macro from shapes.inc to round the edges. Example:
#include "shapes.inc"
union {
   Round_Box_Union(<0,-1,0>,<1,1,0.25>,0.05)
   pigment {Blue}
}


Post a reply to this message

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