L7 icon indicating copy to clipboard operation
L7 copied to clipboard

「Tracker」渲染引擎完全移除 regl 默认替换升级至 G-Device

Open lvisei opened this issue 3 months ago • 4 comments

G-Device 发现问题跟踪

  1. G-device setdata 时不生效
  • https://github.com/antvis/L7/issues/2361
  1. device WebGL 模式下开启抗锯齿报错
  • https://github.com/antvis/g-device-api/issues/178
  • 优先级低

默认不开启下区别:

devise regl

image

image

  1. device WebGPU 模式下不支持淹没
  • https://github.com/antvis/g-device-api/issues/164
  • 优先级低
  1. WebGPU 渲染模式下多处报错问题
  • https://github.com/antvis/L7/pull/2450
  • 问题出现在后处理、拾取 #2526

image

  1. 风场图层 device 模式下渲染报错

image

image

  1. 多淹没图层不生效
  • https://github.com/antvis/L7/issues/2350
regl device

image

image

  1. 取消 inputLayout 缓存,改变图层为空数据,导致其他图层也消失
  • #2483

渲染引擎完全切换

  • [x] 设置默认的渲染引擎为 g-device,优先使用 WebGL2 #2477
  • [x] 完全移除 regl 渲染逻辑与代码 #2507

lvisei avatar Apr 26 '24 08:04 lvisei