mt2obj/models/cube.mtl

17 lines
227 B
Plaintext
Raw Permalink Normal View History

Ka 1.0 1.0 1.0
2014-08-16 13:21:48 -07:00
Ks 0.0 0.0 0.0
illum 1
#if {TEXTURES}
Kd 1.0 1.0 1.0
d 1.0
map_Ka {texture}
map_Kd {texture}
2014-08-16 13:31:17 -07:00
#else
# Only the diffuse colors seems to have any effect, the ambient color stays white
Kd {r} {g} {b}
d {a}
2014-08-16 13:21:48 -07:00
#endif