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 245d7c0 commit 701da44Copy full SHA for 701da44
src/scene/lighting/lighting-params.js
@@ -71,7 +71,7 @@ class LightingParams {
71
this.maxLightsPerCell = render.lightingMaxLightsPerCell ?? this.maxLightsPerCell;
72
this.shadowType = render.lightingShadowType ?? this.shadowType;
73
if (render.lightingCells) {
74
- this.cell = new Vec3(render.lightingCells);
+ this.cells = new Vec3(render.lightingCells);
75
}
76
77
0 commit comments