textures.mtl
来自「Developing Games in Java 源代码」· MTL 代码 · 共 43 行
MTL
43 行
# 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 wall1
map_Kd wall1.png
newmtl wall2
map_Kd wall2.png
newmtl black
map_Kd black.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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?