We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b32e3 commit 8680dc6Copy full SHA for 8680dc6
app/utils/raycaster.ts
@@ -18,6 +18,7 @@ export function defaultRaycastFilter(
18
intersection.object.parent instanceof CommunicationArrowMesh ||
19
intersection.object instanceof PingMesh ||
20
intersection.object instanceof CrosshairMesh ||
21
+ intersection.object.type === 'AxesHelper' ||
22
isChildOfText(intersection)
23
);
24
}
0 commit comments