Kaynağa Gözat

fix: 更新

xzw 1 yıl önce
ebeveyn
işleme
1463b37db4
2 değiştirilmiş dosya ile 2774 ekleme ve 2761 silme
  1. 2771 2760
      service/PanoBoxFrame.js
  2. 3 1
      service/util/Panorama.js

Dosya farkı çok büyük olduğundan ihmal edildi
+ 2771 - 2760
service/PanoBoxFrame.js


+ 3 - 1
service/util/Panorama.js

@@ -58,7 +58,9 @@ class Panorama extends THREE.EventDispatcher {
             }, 1)
         }
     } */
-    
+    isAligned(){return true}
+
 }
 
+
 export default Panorama