feat: 修改 geuCullFace 的依赖

This commit is contained in:
2912401452 2022-03-30 16:16:42 +08:00
parent 95cecda948
commit bbc53e1680
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
import { gl } from '@antv/l7-core';
const gl = {
BACK: 1029,
FRONT: 1028
}
export function getCullFace(
mapVersion: string | undefined,
): gl.FRONT | gl.BACK {
):number {
// 'GAODE1.x' = 'GAODE1.x',
// 'GAODE2.x' = 'GAODE2.x',
// 'MAPBOX' = 'MAPBOX',