POV-Ray : Newsgroups : povray.newusers : Wall of bricks : Wall of bricks Server Time
30 Jul 2024 06:29:26 EDT (-0400)
  Wall of bricks  
From: Oleguer Vilella
Date: 3 Sep 2004 03:55:49
Message: <41382385@news.povray.org>
Hello,

I'm traying to make a brikc wall but the POV-Ray are given and error.

The code that I use is:
===============================
pigment {
brick {color Gray},{color Red}
brick_size   <2, 1, 1>
mortar 0.2
}
===============================
I also find this on the insert bar:

================================
// solid pattern for use in texture/pigment/normal(/density)
  // brick pattern generates a brick wall like structure
  brick
  color Gray,          // color of mortar
  color Red            // color of brick
  brick_size <2,1,1>   // size of brick    (optional)
  mortar     0.2       // width of mortar  (optional)
=================================
Both of them give and error.

Thank you,
Oleguer
http://www.infonegocio.com/oleguervm


Post a reply to this message

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