Set nonPickable flag for radiusShell mesh in ViewportHost
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user