Pārlūkot izejas kodu

Remove isPickable getter in linesMesh to allow the correct behavior implemented by AbstractMesh.

nockawa 9 gadi atpakaļ
vecāks
revīzija
bfb1d5ced7
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      src/Mesh/babylon.linesMesh.ts

+ 0 - 4
src/Mesh/babylon.linesMesh.ts

@@ -48,10 +48,6 @@
             return this._colorShader;
         }
 
-        public get isPickable(): boolean {
-            return true;
-        }
-
         public get checkCollisions(): boolean {
             return false;
         }