浏览代码

default ambient to 0.5

Nicolas Cannasse 11 年之前
父节点
当前提交
4e43da5822
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/pass/LightSystem.hx

+ 1 - 1
h3d/pass/LightSystem.hx

@@ -17,7 +17,7 @@ class LightSystem {
 		this.globals = globals;
 		this.globals = globals;
 		initGlobals();
 		initGlobals();
 		cachedShaderList = [];
 		cachedShaderList = [];
-		ambientLight = new h3d.Vector(1, 1, 1);
+		ambientLight = new h3d.Vector(0.5, 0.5, 0.5);
 		ambientShader = new h3d.shader.AmbientLight();
 		ambientShader = new h3d.shader.AmbientLight();
 	}
 	}