소스 검색

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;
 		initGlobals();
 		cachedShaderList = [];
-		ambientLight = new h3d.Vector(1, 1, 1);
+		ambientLight = new h3d.Vector(0.5, 0.5, 0.5);
 		ambientShader = new h3d.shader.AmbientLight();
 	}