home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 9
/
CD_ASCQ_09_1193.iso
/
maj
/
2019
/
samples
/
robotmtl.inc
< prev
next >
Wrap
Text File
|
1993-10-01
|
1KB
|
59 lines
#declare RED_GLASS = texture {
ambient 0.1
diffuse 0.7
phong 1.0
phong_size 70.0
color Red alpha 0.96
refraction 1
ior 1.2
}
#declare GRAY_SEMIGLOSS = texture {
ambient 0.1
diffuse 0.7
phong 1.0
phong_size 70.0
color Gray40
reflection 0.5
}
#declare CHROME_GIFMAP = texture {
ambient 0.1
diffuse 0.7
brilliance 6.0
reflection 0.6
phong 0.8
phong_size 120
color Gray20
}
#declare BRASS_GIFMAP = texture {
metallic
ambient 0.1
diffuse 0.8
brilliance 6.0
reflection 0.4
phong 0.8
phong_size 120
color red 0.578 green 0.422 blue 0.195
}
#declare GOLD = texture {
metallic
ambient 0.1
diffuse 0.8
brilliance 6.0
reflection 0.4
phong 1.0
phong_size 80
color red 0.6 green 0.4 blue 0.2
}
#declare CREAM_PLASTIC = texture {
ambient 0.1
diffuse 0.7
phong 1.0
phong_size 70.0
color Tan
}