Quellcode durchsuchen

fix: 路径改外观

xzw vor 1 Woche
Ursprung
Commit
239716a250

Datei-Diff unterdrückt, da er zu groß ist
+ 385 - 423
public/lib/potree/potree.js


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
public/lib/potree/potree.js.map


BIN
public/lib/potree/resources/textures/whiteCircle.png


+ 3 - 0
src/sdk/cover/index.js

@@ -2050,6 +2050,9 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
                     path.setColor(color)
                     path.setColor(color)
                     path.setLineHeight(altitudeAboveGround)
                     path.setLineHeight(altitudeAboveGround)
                 },
                 },
+                setPathOpacity(v){
+                    path.setEdgeOpacity(v)
+                },
                 changeVisibilityRange(far){//设置消失距离 
                 changeVisibilityRange(far){//设置消失距离 
                     path.setFadeFar(far== -1 ? 0 : far) 
                     path.setFadeFar(far== -1 ? 0 : far) 
                 },
                 },