Fix shadowLength config
This commit is contained in:
parent
8ca8f0ed70
commit
b76c5a516d
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ export class WebGl2Renderer implements Renderer {
|
|||
this.passes[RenderingPassName.pixel].isWorldInverted = v;
|
||||
},
|
||||
shadowLength: (v) => {
|
||||
this.uniformsProvider.shadowLength;
|
||||
this.uniformsProvider.shadowLength = v;
|
||||
},
|
||||
ambientLight: (v) => {
|
||||
this.uniformsProvider.ambientLight = v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue