POV-Ray : Newsgroups : povray.general : --- : Re: Kinda newbie texture combination question Server Time
3 Aug 2024 10:16:15 EDT (-0400)
  Re: Kinda newbie texture combination question  
From: Samuel T  Benge
Date: 13 Mar 2004 01:19:03
Message: <4052A7B1.4020101@hotmail.com>
Hi Darren. There can be many different ways to do one single thing in 
POV. You might want to look for these items in the POV-Ray documentation:

warp: repeat, offset
crackle: solid
pigment_map

Also, here's one way to do it using the brick pattern. Good luck.

plane{y,0
  pigment{
   pigment_pattern{brick}
   pigment_map{
    [.5 bumps]
    [.5 crackle]
   }
  }
}

Darren New wrote:

> Is it possible to set up bricks with each brick being a slightly 
> different color?
<snip>

> Obviously, I haven't been doing this long enough to understand the 
> proper approach. I'm willing to work at it, but an idea of the proper 
> approach to take would be appriciated. Thanks!
>


Post a reply to this message

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