Ein Bodenbelag. (Im Deck 13 - gibt's dort Teppiche? :-)

This commit is contained in:
hjp 2005-01-30 22:10:22 +00:00
parent a01cf87a5c
commit c9dbb5e149
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
/*
$Id$
Textur für Bodenbelag.
*/
#declare T_bodenbelag =
texture {
pigment { color red 0.2 green 0.2 blue 0.2}
finish {
ambient 0.0
diffuse 0.7
brilliance 0
reflection 0.1
specular 0.7
roughness 1
}
}