Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 14:04:12 +00:00
parent 81309aaa9e
commit 0b8bec957f
+1 -1
View File
@@ -177,7 +177,7 @@ export function XRControllerMeasure() {
useModelStore.getState().registerHoverMeasurement({
kind: hoverDetected.kind,
value: hoverDetected.value,
position: { x: hoverDetected.position.x, y: hoverDetected.position.y, z: hoverDetected.position.z },
position: [hoverDetected.position.x, hoverDetected.position.y, hoverDetected.position.z],
endpoints: hoverDetected.endpoints && {
a: { x: hoverDetected.endpoints.a.x, y: hoverDetected.endpoints.a.y, z: hoverDetected.endpoints.a.z },
b: { x: hoverDetected.endpoints.b.x, y: hoverDetected.endpoints.b.y, z: hoverDetected.endpoints.b.z },