瀏覽代碼

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;