Browse Source

added explicit : this.mesh.isPickable = true

jbousquie 9 năm trước cách đây
mục cha
commit
12e3c656bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;