소스 검색

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

nockawa 9 년 전
부모
커밋
bfb1d5ced7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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;
         }