fix(nodes): raise MEP placement HUD pill clear of the cursor

The MEP run/fitting/terminal tools anchored their cursor readout pill at
~+0.35m above the placement point, so with the tall CursorSphere line
(badge at +2.7m) the pill sat right on the cursor and overlapped it,
especially when zoomed in. Editor main (#438) already raised the duct
pill to +1.45m; this long-lived branch predates that merge. Bring every
MEP tool that uses the tall cursor onto the same +1.45m anchor:
duct/pipe/liquid/lineset runs, duct/pipe fittings, and duct-terminal.
hvac-equipment (height-aware anchor) and pipe-trap (no cursor line) are
left as-is — their HUDs already clear the ghost.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-06-26 09:04:33 -04:00
co-authored by Claude Opus 4.8
parent 0fb3604586
commit 1de1923e47
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -885,7 +885,7 @@ const DuctSegmentTool = () => {
<group position={cursorPos}>
<Html
center
position={[0, 0.35, 0]}
position={[0, 1.45, 0]}
style={{ pointerEvents: 'none', userSelect: 'none' }}
zIndexRange={[100, 0]}
>