Mesh.isPickable issues probably a very easy answer

const mesh = scene.getMeshByName(“circle.001”);
mesh.isPickable = false;
1 Like