Skip to content

Commit daa64e4

Browse files
committed
fix(soba): default blend to 0 for MeshPortalMaterial
1 parent 0bac00d commit daa64e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/soba/materials/src/lib/mesh-portal-material.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export interface NgtsMeshPortalMaterialOptions extends Partial<NgtShaderMaterial
173173
}
174174

175175
const defaultOptions: NgtsMeshPortalMaterialOptions = {
176-
blend: 0.5,
176+
blend: 0,
177177
blur: 0,
178178
resolution: 512,
179179
worldUnits: false,

0 commit comments

Comments
 (0)