Set nonPickable flag for radiusRing mesh in ViewportHost

This commit is contained in:
2026-04-01 04:41:29 +02:00
parent f444758586
commit f342e284d6

View File

@@ -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);