@@ -2142,7 +2142,7 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
if(Potree.settings.pathSmooth){
let curve = path.curve.clone();
- curve.points.forEach(e=>e.z += 2)
+ curve.points.forEach(e=>{e.add(path.edge.position), e.z += 2})
if(path.reverse) curve.points.reverse()