diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 63116595..73b19c00 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -838,6 +838,7 @@ export class ViewportHost { }) ); radiusRing.rotation.x = Math.PI * 0.5; + radiusRing.userData.nonPickable = true; for (const mesh of [core, radiusRing]) { this.tagEntityMesh(mesh, entityId, "interactable", group);