-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I'm trying to use the downloadModels() function like this:
OBJ.downloadModels([{
obj: 'model/test.obj',
mtl: true
}]).then(function(result){console.log("success")}, function(err){console.log("error")});The files are actually successfully requested to the server but nothing is ever printed to the console.
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels