CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

Add settings for screen-space error, max texture size, etc to raster overlays #675

Closed corybarr closed 5 months ago

corybarr commented 5 months ago

Unreal currently exposes additional options for controlling raster overlays that aren't exposed in Omniverse:

image

Some of these settings (including max SSE, max tile downloads) are on the tile-set level in Omniverse. Proposal: match Unreal's approach by moving these settings from the tileset and adding the additional ones.

lilleyse commented 5 months ago

Some of these settings (including max SSE, max tile downloads) are on the tile-set level in Omniverse. Proposal: match Unreal's approach by moving these settings from the tileset and adding the additional ones.

These options are at both the tileset and raster overlay level in Unreal. So they don't need to be moved over, just added to raster overlays.