Custom chunksize and timeout

This commit is contained in:
2019-12-11 15:47:11 +01:00
parent 0490db4bb6
commit ce5f8cbfa2
+1 -1
View File
@@ -5,7 +5,7 @@ animate();
function init() {
loader = new Loader('assets/bunny_remove.obj');
loader = new Loader('assets/bunny_remove.obj', 1024, 20);
loader.start(function(elements) {
for (let element of elements) {
if (element !== undefined) {