This commit is contained in:
2025-06-10 17:39:52 +03:00
parent 3249564be6
commit a16156d24a
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export default {
async loadEnvironment(scene, target){
//await gameEngine.loadPanorama(`/asset/default/43.webp`);
await this.expandScenarioData(scene);
gameEngine.activeObjects.scale.set(0.033, 0.033, 0.033)
//gameEngine.activeObjects.scale.set(0.033, 0.033, 0.033)
target.objects = target.objects || {};
let l = target.objects;
if (this.scene.data.$environment.type == 'panorama2d'){