wow.export
wow.export copied to clipboard
Optimize texture ribbon
It turns out that the texture ribbon implementation is the cause of slow model loads. Investigate and refactor to improve load times. The textures associated with the ribbon should be lazy loaded, not block the main model loading. The usage of .getDataURL() needs to be removed, and the texutres should be drawn directly to a canvas at a much smaller resolution.