POV-Ray : Newsgroups : povray.general : Brick texture : Brick texture Server Time
29 Jul 2024 14:20:11 EDT (-0400)
  Brick texture  
From: Ian Snook
Date: 6 Apr 2011 11:25:01
Message: <web.4d9c857533d7c5e4413a4eea0@news.povray.org>
Im trying to create a brick texture on a house shaped box but am having trouble:

this is the code for my box (without trying to add brick texture)

box { <-Hx,0,1>,< Hx,Hy,9>
      texture { pigment{ color White}
                finish { phong 1}
              } // end of texture
      scale <1,1,1> rotate<0,0,0> translate<0,0,0>
    no_shadow
    }

and i have been trying to put one of the following examples in
http://www.povray.org/documentation/view/3.6.0/368/
but keep getting declared errors and have no idea what to do, can anyone help?


Post a reply to this message

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