Skip to content

Commit 8680dc6

Browse files
committed
Ignore axes helper for raycasting
1 parent 83b32e3 commit 8680dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/utils/raycaster.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function defaultRaycastFilter(
1818
intersection.object.parent instanceof CommunicationArrowMesh ||
1919
intersection.object instanceof PingMesh ||
2020
intersection.object instanceof CrosshairMesh ||
21+
intersection.object.type === 'AxesHelper' ||
2122
isChildOfText(intersection)
2223
);
2324
}

0 commit comments

Comments
 (0)