Removed DirectionalLightShadow params from src and docs
@@ -62,7 +62,7 @@ scene.add( helper );
</div>
<h2>Constructor</h2>
- <h3>[name]( [page:Integer hex], [page:Float intensity] )</h3>
+ <h3>[name]( )</h3>
<div>
Creates a new [name]. This is not intended to be called directly - it is called
internally by [page:DirectionalLight].
@@ -5,7 +5,7 @@ import { OrthographicCamera } from '../cameras/OrthographicCamera';
* @author mrdoob / http://mrdoob.com/
*/
-function DirectionalLightShadow( light ) {
+function DirectionalLightShadow( ) {
LightShadow.call( this, new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) );