Parcourir la source

Merge pull request #6142 from gero3/patch-35

Update HemisphereLightHelper.js
Mr.doob il y a 10 ans
Parent
commit
b74932e1a6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/extras/helpers/HemisphereLightHelper.js

+ 1 - 1
src/extras/helpers/HemisphereLightHelper.js

@@ -3,7 +3,7 @@
  * @author mrdoob / http://mrdoob.com/
  */
 
-THREE.HemisphereLightHelper = function ( light, sphereSize, arrowLength, domeSize ) {
+THREE.HemisphereLightHelper = function ( light, sphereSize ) {
 
 	THREE.Object3D.call( this );