浏览代码

fix typo.

Ben Houston 10 年之前
父节点
当前提交
cfdbdd7d60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/materials/MeshPhongMaterial.js

+ 1 - 1
src/materials/MeshPhongMaterial.js

@@ -69,7 +69,7 @@ THREE.MeshPhongMaterial = function ( parameters ) {
 	this.map = null;
 
 	this.lightMap = null;
-	this.lightMapIntensity = null;
+	this.lightMapIntensity = 1.0;
 
 	this.aoMap = null;
 	this.aoMapIntensity = 1.0;