We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54de6a9 commit 1707563Copy full SHA for 1707563
src/renderer.ts
@@ -122,7 +122,7 @@ export class URDFRenderer extends THREE.WebGLRenderer {
122
* Adds three lights to the scene
123
*/
124
private _addLights(): void {
125
- const directionalLight = new THREE.DirectionalLight(0xffffff, 2.0);
+ const directionalLight = new THREE.DirectionalLight(0xffffff, 1.0);
126
directionalLight.castShadow = true;
127
directionalLight.position.set(3, 10, 3);
128
directionalLight.shadow.camera.top = 2;
0 commit comments