Explorar o código

added explicit : this.mesh.isPickable = true

jbousquie %!s(int64=9) %!d(string=hai) anos
pai
achega
12e3c656bc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;