wow.export icon indicating copy to clipboard operation
wow.export copied to clipboard

Optimize texture ribbon

Open Kruithne opened this issue 2 years ago • 0 comments

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.

Kruithne avatar Jan 27 '23 10:01 Kruithne