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 5c7b02d commit b860f38Copy full SHA for b860f38
src/nodes/lighting/PointShadowNode.js
@@ -207,7 +207,7 @@ class PointShadowNode extends ShadowNode {
207
const cubeDirections = isWebGPU ? _cubeDirectionsWebGPU : _cubeDirectionsWebGL;
208
const cubeUps = isWebGPU ? _cubeUpsWebGPU : _cubeUpsWebGL;
209
210
- shadowMap.setSize( shadow.mapSize.width, shadow.mapSize.height );
+ shadowMap.setSize( shadow.mapSize.width, shadow.mapSize.width );
211
212
//
213
0 commit comments