Browse Source

clean up light multiplier

Jean Carlo Deconto 10 years ago
parent
commit
8d5637dcd6

+ 1 - 2
examples/webgl_loader_sea3d.html

@@ -71,8 +71,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : true, // Auto play animations
 				autoPlay : true, // Auto play animations
-				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				container : scene // Container to add models
 
 
 			} );
 			} );
 
 

+ 1 - 2
examples/webgl_loader_sea3d_hierarchy.html

@@ -71,8 +71,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : false, // Auto play animations
 				autoPlay : false, // Auto play animations
-				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				container : scene // Container to add models
 
 
 			} );
 			} );
 
 

+ 1 - 2
examples/webgl_loader_sea3d_keyframe.html

@@ -72,8 +72,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : false, // Manual play animations
 				autoPlay : false, // Manual play animations
-				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				container : scene // Container to add models
 
 
 			} );
 			} );
 
 

+ 1 - 2
examples/webgl_loader_sea3d_morph.html

@@ -71,8 +71,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : true, // Auto play animations
 				autoPlay : true, // Auto play animations
-				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				container : scene // Container to add models
 
 
 			} );
 			} );
 
 

+ 1 - 1
examples/webgl_loader_sea3d_skinning.html

@@ -74,7 +74,7 @@
 
 
 				autoPlay : true, // Auto play animations
 				autoPlay : true, // Auto play animations
 				container : scene, // Container to add models
 				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				multiplier : .6 // Light multiplier
 
 
 			} );
 			} );
 
 

+ 1 - 2
examples/webgl_loader_sea3d_sound.html

@@ -128,8 +128,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : true, // Auto play animations
 				autoPlay : true, // Auto play animations
-				container : scene, // Container to add models
-				multiplier : 1 // Light multiplier
+				container : scene // Container to add models
 
 
 			} );
 			} );