Remove empty for loop
This commit is contained in:
parent
1584297e8e
commit
270de0a9b1
@ -73,14 +73,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let p = 0; p < parallels; p++) {
|
|
||||||
for (let m = 0; m < meridians; m++) {
|
|
||||||
/*
|
|
||||||
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return { positions, textureCoords, indices };
|
return { positions, textureCoords, indices };
|
||||||
}
|
}
|
||||||
console.log(makeCylinder());
|
console.log(makeCylinder());
|
||||||
|
Loading…
Reference in New Issue
Block a user