Ein Bodenbelag. (Im Deck 13 - gibt's dort Teppiche? :-)
This commit is contained in:
parent
a01cf87a5c
commit
c9dbb5e149
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue