Remove isPickable getter in linesMesh to allow the correct behavior i…
@@ -48,10 +48,6 @@
return this._colorShader;
}
- public get isPickable(): boolean {
- return true;
- }
-
public get checkCollisions(): boolean {
return false;