Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
perminder-17 authored Feb 16, 2024
1 parent 242aedd commit ae6e257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webgl/light.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ p5.prototype.imageLight = function (img) {
*/
p5.prototype.panorama = function (img) {
this.filter(this._renderer._getSphereMapping(img));
this.clearDepth();
};

/**
Expand Down

0 comments on commit ae6e257

Please sign in to comment.