mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
start working with distance measurements
This commit is contained in:
@@ -87,6 +87,7 @@ function removeLine3D(id: number) {
|
||||
scene.value.removeHotspot(new Hotspot({name: 'line' + id + '_end'}));
|
||||
lines.value[id].endHotspot.parentElement.remove()
|
||||
delete lines.value[id];
|
||||
lines.value = {...lines.value}; // TODO: Trigger reactivity not working...
|
||||
}
|
||||
|
||||
function onCameraChange() {
|
||||
|
||||
Reference in New Issue
Block a user