= 9 lat temu
rodzic
commit
792747c2d1
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/Rendering/babylon.renderingGroup.ts

+ 2 - 0
src/Rendering/babylon.renderingGroup.ts

@@ -109,6 +109,8 @@
 
             // Transparent
             this._renderTransparent(this._transparentSubMeshes);
+            engine.setAlphaMode(Engine.ALPHA_DISABLE);
+            
             return true;
         }