Skip to content

Commit 141f034

Browse files
committed
Even smaller sphere map + logging
1 parent 70d576e commit 141f034

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/unit/assets/spheremap.jpg

-65.3 KB
Loading

test/unit/visual/cases/webgl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,9 @@ visualSuite('WebGL', function() {
836836
p5.createCanvas(100, 100, p5.WEBGL);
837837

838838
// Load the environment map
839+
console.log('Loading sphere map');
839840
const env = await p5.loadImage('/unit/assets/spheremap.jpg');
841+
console.log('Done loading sphere map');
840842
p5.clear();
841843

842844
// Set up panorama background

0 commit comments

Comments
 (0)