Hello,
I'm having trouble getting a .dae file to show up in three.js. I think it might have to do with allowed mimetypes? This is my result when I run mimetypes.guess_type in a python 2.7 console.
mimetypes.guess_type("foo.dae")
(None, None)
Are dae files allowed on pythonanywhere?
Thanks!