Set nonPickable flag for radiusShell mesh in ViewportHost

This commit is contained in:
2026-04-01 04:41:20 +02:00
parent 3575dae40d
commit f444758586

View File

@@ -702,6 +702,7 @@ export class ViewportHost {
wireframe: true
})
);
radiusShell.userData.nonPickable = true;
for (const mesh of [core, radiusShell]) {
this.tagEntityMesh(mesh, entityId, "soundEmitter", group);