Преглед изворни кода

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;