This commit is contained in:
2025-06-18 16:03:31 +03:00
parent ba3ac19704
commit 375b7663ee
9 changed files with 621 additions and 127 deletions
+2 -1
View File
@@ -48,7 +48,7 @@
<script>
import { GameEngine } from '@/lib/gameEngine';
import { GameEngine } from '@/lib/GameEngine';
let gameEngine = null;
@@ -150,6 +150,7 @@ export default {
*/
async loadEnvironment(scene, target){
//await gameEngine.loadPanorama(`/asset/default/43.webp`);
gameEngine.activeObjects.clear();
await this.expandScenarioData(scene);
target.objects = target.objects || {};
let l = target.objects;