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

Simiplify literal string formatting #118

Open BeebBenjamin opened 2 months ago

BeebBenjamin commented 2 months ago

The way literal strings containing variables are handled is currently the more old school + method.

This could be refactored to be more readable using the Foo bar ${baz} method to make the code cleaner and less repeated.

@irv for visibility