POV-Ray : Newsgroups : povray.newusers : Strang texture behavior : Re: Strang texture behavior Server Time
5 Sep 2024 18:22:13 EDT (-0400)
  Re: Strang texture behavior  
From: David Wilkinson
Date: 27 Feb 2000 18:29:17
Message: <opcjbssuevq8i4kaad5kuim6354mcifj1q@4ax.com>
On Sun, 27 Feb 2000 22:17:08 -0500, Remco Poelstra <rjp### [at] homenl> wrote:

Hi Remco

I have also had problems with the brick pattern.  You seem to found a definite bug. 
If
you change your scaling factor very slightly everything is OK. For instance if you
scale
the pigment by 0.102 it's OK, but it goes wrong with scale 0.101.  Similarly if you
use
scale 0.099 it's wrong, but 0.098 is OK.

I haven't gone any further than this, but to summarise, it appears that scaling
factors
between 0.098 and 0.102 give an incorrect pattern of bricks.
So just change your scale slightly and it will look reasonable.

e.g.

......	   
#declare Boerderij =
difference {
    box { < -4, 0, -2>, <  4, 4, 2>      
	texture {
		 pigment { brick
		scale 0.102
	    }
	}
    }
...........

I hope this helps
----------------------------
dav### [at] cwcomnet
http://www.hamiltonite.mcmail.com
----------------------------


Post a reply to this message

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