cesium-native icon indicating copy to clipboard operation
cesium-native copied to clipboard

Merge raster tiles from different sources for better performance and to save texture units

Open kring opened this issue 5 years ago • 0 comments

When using two raster overlays with identical tiling schemes (e.g. the default web mercator one), we can run faster and avoiding using lots of texture units (which is an even bigger problem in UE than in CesiumJS because we can't compile shaders at runtime) by blitting coincident tiles from multiple providers together.

kring avatar Sep 15 '20 07:09 kring