POV-Ray : Newsgroups : povray.newusers : Wall of bricks : Re: Wall of bricks Server Time
30 Jul 2024 06:18:01 EDT (-0400)
  Re: Wall of bricks  
From: Oleguer Vilella
Date: 3 Sep 2004 10:09:29
Message: <41387b19@news.povray.org>
Yes, Ok Josk. it works properly.
I understood why my code didn't work.
I added "clipped_by { plane { y, 0 } }"

Thank you. Regards,
Oleguer


news: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.