未验证 提交 9532871b 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #20513 from Mugen87/dev51

Examples: Clean up comments.
......@@ -71,7 +71,7 @@
dirLight.shadow.camera.far = 20;
scene.add( dirLight );
// scene.add( new CameraHelper( dirLight.shadow.camera ) );
// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
//
......
......@@ -84,7 +84,7 @@
dirLight.shadow.camera.far = 40;
scene.add( dirLight );
// scene.add( new CameraHelper( light.shadow.camera ) );
// scene.add( new THREE.CameraHelper( dirLight.shadow.camera ) );
// ground
......
......@@ -57,7 +57,7 @@
light.position.set( - 1.25, 1, 1.25 );
scene.add( light );
// const helper = new CameraHelper( light.shadow.camera );
// const helper = new THREE.CameraHelper( light.shadow.camera );
// scene.add( helper );
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册