소스 검색

added explicit : this.mesh.isPickable = true

jbousquie 9 년 전
부모
커밋
12e3c656bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Particles/babylon.solidParticleSystem.ts

+ 1 - 0
src/Particles/babylon.solidParticleSystem.ts

@@ -115,6 +115,7 @@ module BABYLON {
 
             if (!this._updatable) {
                 this.particles.length = 0;
+                this.mesh.isPickable = true;
             }
 
             return mesh;