Explorar o código

fix: visiVertexCount

xzw hai 9 meses
pai
achega
5566aea89f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;