Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
StrandedKitty committed Dec 11, 2023
1 parent 2c4a474 commit cdb85c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/three-csm.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ uniform float shadowFar;
}
}
initCascades() {
this.camera.updateProjectionMatrix();
this.mainFrustum.setFromProjectionMatrix(this.camera.projectionMatrix, this.maxFar);
this.mainFrustum.split(this.breaks, this.frustums);
}
Expand Down
1 change: 0 additions & 1 deletion build/three-csm.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ class CSM {
}
}
initCascades() {
this.camera.updateProjectionMatrix();
this.mainFrustum.setFromProjectionMatrix(this.camera.projectionMatrix, this.maxFar);
this.mainFrustum.split(this.breaks, this.frustums);
}
Expand Down

0 comments on commit cdb85c6

Please sign in to comment.