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 6e7f809 commit ea685cdCopy full SHA for ea685cd
webgl/webgl-2d-image-3x3-convolution.html
@@ -81,7 +81,7 @@
81
82
function main() {
83
var image = new Image();
84
- image.src = "resources/leaves.jpg"; // MUST BE SAME DOMAIN!!!
+ image.src = "resources/leaves.jpg";
85
image.onload = function() {
86
render(image);
87
};
0 commit comments