home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Computer Graphics & Animation
/
Chip-Special-Computergrafik.bin
/
programs
/
povray
/
povsrc.sea
/
POVSRC
/
SOURCE
/
POV.π.rsrc.rsrc
/
TEXT_203_default.txt
< prev
next >
Wrap
Text File
|
1994-02-04
|
303b
|
15 lines
// Set the default texture characteristics. Any new objects
// will inherit this texture until overridden by an explicit
// texture statement.
default
{
texture
{
pigment { granite }
normal { bumps 0.5 }
finish { phong 0.6 phong_size 80 ambient 0.2 diffuse 0.7 reflection 0.2 }
}
}