2
0
Эх сурвалжийг харах

Editor.js : Remove the default color value of SpotLightHelper. (#21675)

heqiang 4 жил өмнө
parent
commit
6a85683a5b

+ 1 - 1
editor/js/Editor.js

@@ -414,7 +414,7 @@ Editor.prototype = {
 
 
 				} else if ( object.isSpotLight ) {
 				} else if ( object.isSpotLight ) {
 
 
-					helper = new THREE.SpotLightHelper( object, 1 );
+					helper = new THREE.SpotLightHelper( object );
 
 
 				} else if ( object.isHemisphereLight ) {
 				} else if ( object.isHemisphereLight ) {