POV-Ray : Newsgroups : povray.newusers : Pixelation on Top : Re: Pixelation on Top Server Time
28 Jul 2024 18:26:55 EDT (-0400)
  Re: Pixelation on Top  
From: Christian Froeschlin
Date: 7 Nov 2007 13:31:26
Message: <4732047e$1@news.povray.org>
> however when the second and third circle are
> made the first one get pixelated.

This is a classic problem of incident planes, your "texture"
is exactly on the box, it needs to be offset slightly. Try
changing

box { < 0, 10, 0>, < 10, 0, 10> }

to

box { < 0.001, 9.999, 0.001>, < 9.999, 0.001, 9.999> }

Also, I'd recommend to create your circles using cylinders
instead of intersecting spheres and boxes, especially if you
wish to control the radius ;)


Post a reply to this message

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