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 141f034 commit 40d2cd9Copy full SHA for 40d2cd9
1 file changed
test/unit/visual/cases/webgl.js
@@ -843,6 +843,7 @@ visualSuite('WebGL', function() {
843
844
// Set up panorama background
845
p5.panorama(env);
846
+ console.log('Made panorama');
847
848
// Set up image-based lighting
849
p5.push();
@@ -858,10 +859,12 @@ visualSuite('WebGL', function() {
858
859
// Draw a sphere in the center
860
p5.fill('white');
861
p5.sphere(25);
862
+ console.log('Drew sphere');
863
864
p5.pop();
865
866
screenshot();
867
+ console.log('Screenshotted');
868
},
869
);
870
}
0 commit comments