Ver código fonte

fix: visiVertexCount

xzw 9 meses atrás
pai
commit
5566aea89f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      public/lib/potree/potree.js

+ 1 - 1
public/lib/potree/potree.js

@@ -69301,7 +69301,7 @@
 	    var objWeight = posCount * eachObjPosWeight;
 	    var laserWeight = Potree.numVisiblePoints * eachCloudPointWeight; //点云实际显示所占大小
 	    var laserMemoryWeight = Potree.lru.numPoints * eachCloudPointWeight; //点云所使用内存大小
-	    var tiles3DWeight = viewer.tiles3dVisiVCount * eachGltfPosWeight; //M   3dTiles所占内存大小
+	    var tiles3DWeight = viewer.visiVertexCount * eachGltfPosWeight; //M   3dTiles所占内存大小
 	    var tiles3DMemoryWeight = viewer.tiles3dMemoryUsage / 1000 / 1000; //M   3dTiles显示的所占内存大小
 
 	    /* let min = 0.1, max = 6, minP = 100, maxP = 1000000;