xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

fixes bug if obj file does not specify a mtllib #324

Closed mhoelzner closed 4 years ago

mhoelzner commented 4 years ago

if the obj file does not provide a mtllib the callback function is never reached because no materialLibraries are provided, so the model will never be created and the spinner spins indefinetly