Custom chunksize and timeout

This commit is contained in:
Thomas Forgione 2019-12-11 15:47:11 +01:00
parent 0490db4bb6
commit ce5f8cbfa2
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

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) {