bodleian / archiox-mirador-plugin

An experimental plugin to display depth information captured with Lucida or Selene scanners from FactumARTE. However, the plug-in can present any normal map/albedo map combination produced from any technique.
MIT License
1 stars 0 forks source link

Optimise 3d tiles #48

Closed BeebBenjamin closed 1 year ago

BeebBenjamin commented 1 year ago

Loads tile image data into three.js textures as they are loaded into OpenSeadragon and sends them to the three.js overlay instead of re-loading images again.

Blends loading in by presenting lower tile levels above.

three.js objects are kept in a way where they could be referenced in future and cleaned up.

Might require optimising after testing on QA.