We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a92035 commit 45be786Copy full SHA for 45be786
packages/gl/src/layer/util/imageMesh.ts
@@ -32,7 +32,7 @@ export function createImageMesh(geometry, image, extent2d, offset, scale, unifor
32
uniforms = extend(uniforms || {}, {
33
opacity: 1,
34
debugLine: 0,
35
- alphaTest: 1,
+ alphaTest: 0,
36
baseColor: DEFAULT_BASE_COLOR,
37
baseColorTexture: texture
38
});
0 commit comments