|
@@ -284,7 +284,7 @@ class doubleWindow {
|
|
|
|
|
|
mountedThree(playerDom) {
|
|
|
return new Promise((resolve) => {
|
|
|
- this.model.setGLTFModel('ddFc_sw').then((gltf) => {
|
|
|
+ this.model.setGLTFModel('ddFc-sw').then((gltf) => {
|
|
|
const fcModal = gltf[0];
|
|
|
fcModal.name = 'ddFc';
|
|
|
this.group?.add(fcModal);
|