@polarfront-lab/ionian 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ionian.js CHANGED
@@ -1743,6 +1743,12 @@ class ParticlesEngine {
1743
1743
  getMatcapIDs() {
1744
1744
  return this.assetService.getTextureIDs();
1745
1745
  }
1746
+ getMeshes() {
1747
+ return this.assetService.getMeshes();
1748
+ }
1749
+ getTextures() {
1750
+ return this.assetService.getTextures();
1751
+ }
1746
1752
  /**
1747
1753
  * Disposes the resources used by the engine.
1748
1754
  */