textures.mtl

来自「Developing Games in Java 源代码」· MTL 代码 · 共 64 行

MTL
64
字号
# MTL - Wavefront material definition file
# the javagamebook loader only understands these commands:
#   newmtl <name>      - define a new material by name
#   map_Kd <filename>  - give the material a texture map


newmtl texture_A
map_Kd texture_A.png

newmtl texture_B
map_Kd texture_B.png

newmtl texture_C
map_Kd texture_C.png

newmtl texture_D
map_Kd texture_D.png

newmtl texture_E
map_Kd texture_E.png

newmtl texture_F
map_Kd texture_F.png

newmtl texture_G
map_Kd texture_G.png

newmtl texture_H
map_Kd texture_H.png

newmtl texture_I
map_Kd texture_I.png

newmtl black
map_Kd black.png

newmtl white
map_Kd white.png

newmtl green
map_Kd green.png

newmtl red
map_Kd red.png

newmtl blue
map_Kd blue.png

newmtl yellow
map_Kd yellow.png

newmtl wall1
map_Kd wall1.png

newmtl wall2
map_Kd wall2.png

newmtl roof1
map_Kd roof1.png

newmtl roof2
map_Kd roof2.png

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?