mirror of https://gitee.com/antv-l7/antv-l7
commit
30c904b96a
|
@ -67,7 +67,7 @@ export default class FillModel extends BaseModel {
|
|||
vertexShader: pointFillVert,
|
||||
fragmentShader: pointFillFrag,
|
||||
triangulation: PointFillTriangulation,
|
||||
depth: { enable: true },
|
||||
depth: { enable: false },
|
||||
blend: this.getBlend(),
|
||||
}),
|
||||
];
|
||||
|
|
|
@ -43,6 +43,6 @@ void main() {
|
|||
|
||||
setPickingColor(a_PickingColor);
|
||||
|
||||
gl_Position = project_common_position_to_clipspace(vec4(project_pos.xy + offset, project_pixel(setPickingOrder(0.0)), 1.0));
|
||||
gl_Position = project_common_position_to_clipspace(vec4(project_pos.xy + offset, 0.0, 1.0));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue