texture{pigment{brick color White
color rgb<0.8,0.25,0.1>
// Farbe Fuge, Farbe Ziegel
brick_size <0.25, 0.0525, 0.125 >
// Ziegelformat in x-,y-,z-Richtung
mortar 0.01 // Fugendicke
}
normal {wrinkles 0.75 scale 0.01}
finish {ambient 0.15 diffuse 0.85 phong 0.2}
}// end of texture |