Skip to content

Commit 40d2cd9

Browse files
committed
More logging
1 parent 141f034 commit 40d2cd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/unit/visual/cases/webgl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ visualSuite('WebGL', function() {
843843

844844
// Set up panorama background
845845
p5.panorama(env);
846+
console.log('Made panorama');
846847

847848
// Set up image-based lighting
848849
p5.push();
@@ -858,10 +859,12 @@ visualSuite('WebGL', function() {
858859
// Draw a sphere in the center
859860
p5.fill('white');
860861
p5.sphere(25);
862+
console.log('Drew sphere');
861863

862864
p5.pop();
863865

864866
screenshot();
867+
console.log('Screenshotted');
865868
},
866869
);
867870
}

0 commit comments

Comments
 (0)