提交 5145a6fe 编写于 作者: M Mugen87

removed "shading" property from MeshLambertMaterial

上级 6be28054
......@@ -553,7 +553,6 @@
var groundMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
map: groundTexture,
vertexColors: THREE.NoColors,
side: THREE.BackSide
......@@ -573,7 +572,6 @@
var campFireMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......@@ -606,7 +604,6 @@
var rockMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......@@ -653,7 +650,6 @@
var treeMaterial = new THREE.MeshLambertMaterial( {
color: 0xffffff,
shading: THREE.SmoothShading,
vertexColors: THREE.NoColors,
side: THREE.FrontSide
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册