|
|
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
|
|