Skip to content

Commit 1707563

Browse files
committed
Reduce light
1 parent 54de6a9 commit 1707563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class URDFRenderer extends THREE.WebGLRenderer {
122122
* Adds three lights to the scene
123123
*/
124124
private _addLights(): void {
125-
const directionalLight = new THREE.DirectionalLight(0xffffff, 2.0);
125+
const directionalLight = new THREE.DirectionalLight(0xffffff, 1.0);
126126
directionalLight.castShadow = true;
127127
directionalLight.position.set(3, 10, 3);
128128
directionalLight.shadow.camera.top = 2;

0 commit comments

Comments
 (0)