Skip to content
Snippets Groups Projects
Commit 449a1170 authored by amandaghassaei's avatar amandaghassaei
Browse files

removed log

parent e77412b6
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,6 @@ function resetWindow(){
if (numCols%2 == 1) numCols--;
var numPx = actualHeight/numCols;
console.log(numCols);
var material = new Float32Array(actualWidth*actualHeight*4);
for (var i=0;i<actualHeight;i++){
for (var j=0;j<actualWidth;j++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment