CSCI 441 - Computer Graphics

Fall 2023 - .mtl File Format

.mtl File Format

Sample *.mtl file:
#
# example .mtl file
#

newmtl cube_mtl
Ns 64.0
Tr 1.0
Kd 0.7 0.7 0.7
Ks 0.0 0.0 0.0
Ka 0.1 0.1 0.1
map_Kd texture.jpg
Explaination of each line: For more information, visit Wikipedia or paulbourke.net.