xushiting 4 năm trước cách đây
mục cha
commit
a950241c92
2 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 4 4
      IndoorViewerAPI.js
  2. 1 0
      index.html

+ 4 - 4
IndoorViewerAPI.js

@@ -191427,12 +191427,12 @@ and limitations under the License.
                       , m = s + d[p];
                     i.sharedData.tempVector.set(f, m, 0);
                     if(e.isTileVisible(i.sharedData.tempVector, .5 * o, n)){
-                        if(log ){
-                            console.log('isTileVisible '+h)
-                        }
+                        //if(log ){
+                          //  console.log('isTileVisible '+h)
+                        //}
                          
                         this.children[p] || (this.children[p] = new t(this.mapLayer,this.objectGroup,this.tileColor))
-                        l = this.children[p].update(e, n, r - 1, .5 * o, f, m, h, log) && l  
+                        l = this.children[p].update(e, n, r - 1, .5 * o, f, m, h) && l  
                     }else{
                         if(this.children[p]){
                             this.children[p].remove() 

+ 1 - 0
index.html

@@ -24,6 +24,7 @@
     const ossPrefixDep = 'https://laser.4dkankan.com/public/';
     const sceneNum = '@replace';
     //const sceneNum = 't-gcKxRmU';
+	//const sceneNum = 't-iksBApb';
 </script>
 <script src="IndoorViewerAPI.js"></script>
 <script type="text/javascript" src="js/OBJExporter.js"></script>