Explorar o código

Merge pull request #440 from Palmer-JC/master

Mesh Default layerMask
David Catuhe %!s(int64=10) %!d(string=hai) anos
pai
achega
3f6e050489
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Babylon/Mesh/babylon.abstractMesh.ts

+ 1 - 1
Babylon/Mesh/babylon.abstractMesh.ts

@@ -63,7 +63,7 @@
         public useOctreeForPicking = true;
         public useOctreeForCollisions = true;
 
-        public layerMask: number = 0xFFFFFFFF;
+        public layerMask: number = 0x0FFFFFFF;
 
         // Physics
         public _physicImpostor = PhysicsEngine.NoImpostor;