POV-Ray : Newsgroups : povray.binaries.images : Brick, material, texture, pigment, color.... : Re: Brick, material, texture, pigment, color.... Server Time
8 Jul 2024 08:05:06 EDT (-0400)
  Re: Brick, material, texture, pigment, color....  
From: clipka
Date: 2 Sep 2014 04:34:12
Message: <54058104$1@news.povray.org>
Am 02.09.2014 05:18, schrieb Bald Eagle:
>
>> Why are you doing this? Doesn't make much sense having both the bricks
>> and the mortar use the same texture, does it?
>
> Well, it does.
> From:
> http://news.povray.org/web.53ff71d6848b38545e7df57c0%40news.povray.org
>
> "I'm simply trying to model a cinder block wall that has been painted a fairly
> uniform color."

But you don't need the brick pattern for that. You only need it in the 
normals.

> #declare White_Brick =  texture {pigment {brick
> pigment {rgb <202/255, 198/255, 173/255>}
> pigment {rgb <202/255, 198/255, 173/255>}
> brick_size <8, 8, 16>}
> } ;

Simply make this:

     #declare White_Brick =  texture {
       pigment {rgb <202/255, 198/255, 173/255>}
     } ;


Post a reply to this message

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