POV-Ray : Newsgroups : povray.newusers : Wall of bricks : Re: Wall of bricks Server Time
30 Jul 2024 06:23:24 EDT (-0400)
  Re: Wall of bricks  
From: Josh
Date: 3 Sep 2004 06:29:17
Message: <4138477d$1@news.povray.org>
try this

#declare WallTexture = texture {
        pigment {
                brick Gray75,((Red *.1)+(DarkBrown*.9))  mortar 0.4
                }
        normal  {
                brick normal {bumps scale .01}, normal { agate scale
<.15,.1,.1>}  mortar 0.4
                }
        finish  {
                ambient 0
                }
        scale <.3,.3,.5>
        };

box {
        <-100,0,0>,
        <100,100,1>
        texture { WallTexture }
    }


Post a reply to this message

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