@onerjs/loaders 8.52.2 → 8.52.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2039,6 +2039,7 @@ export class GLTFLoader {
2039
2039
  adapter.alphaCutOff = material.alphaCutoff == undefined ? 0.5 : material.alphaCutoff;
2040
2040
  if (baseColorTexture) {
2041
2041
  baseColorTexture.hasAlpha = true;
2042
+ adapter.useAlphaFromBaseColorTexture = true;
2042
2043
  }
2043
2044
  break;
2044
2045
  }