Skip to content

Commit 45be786

Browse files
committed
fix: fix ImageMesh's default alphaTest
1 parent 7a92035 commit 45be786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gl/src/layer/util/imageMesh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function createImageMesh(geometry, image, extent2d, offset, scale, unifor
3232
uniforms = extend(uniforms || {}, {
3333
opacity: 1,
3434
debugLine: 0,
35-
alphaTest: 1,
35+
alphaTest: 0,
3636
baseColor: DEFAULT_BASE_COLOR,
3737
baseColorTexture: texture
3838
});

0 commit comments

Comments
 (0)