提交 cc10ea3d 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10440 from looeee/directionalLightShadow/remove_unused_params

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 ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册