@eturnity/eturnity_3d 1.0.38 → 1.0.39
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/package.json
CHANGED
|
@@ -837,6 +837,7 @@ export default {
|
|
|
837
837
|
this.renderBackground()
|
|
838
838
|
},
|
|
839
839
|
async loadProjectionMaterial() {
|
|
840
|
+
const _this=this
|
|
840
841
|
if(!this.layoutSettings.base64_image_url)
|
|
841
842
|
{
|
|
842
843
|
this.loader.load(require("../assets/images/white_tile.png"),(texture)=>{
|
|
@@ -848,7 +849,6 @@ export default {
|
|
|
848
849
|
})
|
|
849
850
|
return
|
|
850
851
|
}
|
|
851
|
-
const _this=this
|
|
852
852
|
let projectedMaterialLoaded= await new Promise((resolve,reject) => {
|
|
853
853
|
this.loader.load(this.layoutSettings.base64_image_url,(texture)=>{
|
|
854
854
|
let backgroundImageZoomLvl=_this.layoutSettings.map_zoom
|