Browse Source

fix typo.

Ben Houston 10 years ago
parent
commit
cfdbdd7d60
1 changed files with 1 additions and 1 deletions
  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.map = null;
 
 
 	this.lightMap = null;
 	this.lightMap = null;
-	this.lightMapIntensity = null;
+	this.lightMapIntensity = 1.0;
 
 
 	this.aoMap = null;
 	this.aoMap = null;
 	this.aoMapIntensity = 1.0;
 	this.aoMapIntensity = 1.0;