// Author: Glen Berry // Description: Patterened, white drywall ceiling texture. // Date: April 17, 2000 // Note: Be sure to include "colors.inc" before including this file. // Note: This may not look right, unless radiosity and light fading are being used. #declare CeilingTexture = texture { pigment { bozo turbulence 0.65 octaves 6 omega 0.7 lambda 2 color_map { [0.0 0.2 color White*2 color White*2] [0.21 0.89 color White*1.5 color White*1.5] [0.90 1.0 color White color White] } scale 1.5 } finish { ambient 0.01 diffuse 1 } }