POV-Ray : Newsgroups : povray.binaries.images : Drunken Bricks 55kbu : Re: Drunken Bricks 55kbu Server Time
19 Aug 2024 12:15:23 EDT (-0400)
  Re: Drunken Bricks 55kbu  
From: Alan Holding
Date: 7 Jan 2001 11:54:23
Message: <3a589f3f$1@news.povray.org>
Dearmad <dea### [at] teleportcom> wrote in message
news:3A57609D.A66E98BB@teleport.com...
> nice effect.
>
> is that your texturing on it or is that a moire pattern I see?  If so...
> how in the HECK did that show up?

Every brick was given a random pigment and slightly different normal, the
code being:

texture {
pigment {rgb <rand(seed),rand(seed),rand(seed)>/2+0.5}
finish {phong 1 phong_size 75 ambient 0.2 diffuse 0.7 metallic}
normal {granite 0.25 scale 0.05 turbulence 0.02 translate rand (seed)*2}
}

which gave a nice pastel look to them, I think.


Post a reply to this message

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