提交 05629f06 编写于 作者: A alteredq

Tweaked a bit lightmap example.

上级 f59f9a36
......@@ -29,6 +29,10 @@
"mapLight" : "lightmap-ao-shadow.png",
"mapBump" : "stone.jpg",
"mapSpecular" : "stone.jpg",
"mapBumpRepeat" : [2, 2],
"mapSpecularRepeat" : [2, 2],
"mapBumpWrap" : ["repeat", "repeat"],
"mapSpecularWrap" : ["repeat", "repeat"],
"shading" : "Phong",
"specularCoef" : 50,
"transparency" : 1.0,
......@@ -49,8 +53,8 @@
"mapLight" : "lightmap-ao-shadow.png",
"mapBump" : "stone.jpg",
"mapSpecular" : "stone.jpg",
"mapBumpRepeat" : [8, 8],
"mapSpecularRepeat" : [8, 8],
"mapBumpRepeat" : [16, 16],
"mapSpecularRepeat" : [16, 16],
"mapBumpWrap" : ["repeat", "repeat"],
"mapSpecularWrap" : ["repeat", "repeat"],
"shading" : "Phong",
......@@ -73,6 +77,10 @@
"mapLight" : "lightmap-ao-shadow.png",
"mapBump" : "rocks.jpg",
"mapSpecular" : "rocks.jpg",
"mapBumpRepeat" : [2, 2],
"mapSpecularRepeat" : [2, 2],
"mapBumpWrap" : ["repeat", "repeat"],
"mapSpecularWrap" : ["repeat", "repeat"],
"shading" : "Phong",
"specularCoef" : 50,
"transparency" : 1.0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册