Cesium - Omniverse Raster overlay bug

Operating System:
Windows
Linux
Kit Version:
110 (Kit App Template)
109 (Kit App Template)
108 (Kit App Template)
107 (Kit App Template)
106 (Kit App Template)
105 (Launcher)
Kit Template:
USD Composer
USD Explorer
USD Viewer
Custom
GPU Hardware:
A series (Blackwell)
A series (ADA)
A series
50 series
40 series
30 series
GPU Driver:
Latest
Recommended (573.xx)
Other
Work Flow:
Main Issue: I am trying to cut out a cesium tileset in omniverse usd composer Kit App 109.0.4. I have followed the documentation https://cesium.com/learn/omniverse/omniverse-tileset-clipping/. However, when I add the Polygon Raster Overlay and assign it to the Cartographic Polygon it seems to cause some visual shader flickering as shown in the attached screenshot. It also printed some error logs on the console:

I have tested in both my own USD file as well as the New York Cesium sample project but both seemed to show the same bug.

I have also tried testing with Kit App 110.1.0 but the Cesium plugin does not load at all on Kit App 110.1.0. I believe due to some changes in the python scripting dependencies.

Reproduction Steps: Cesium for Omniverse: Tileset Clipping – Cesium Follow the steps on the cesium omniverse tutorial. When you get to step 3, adding the raster overlay. It seems to spawn in a white model of the tileset and this might be causing some Z fighting issues.

Error Code: 2026-05-15 09:57:45 [Error] [omni.ui.python] AttributeError: ‘StageWidget’ object has no attribute ‘_options_menu_reset’ 2026-05-15 09:57:45 [Error] [omni.ui.python] 2026-05-15 09:57:45 [Error] [omni.ui.python] At: 2026-05-15 09:57:45 [Error] [omni.ui.python] c:/omniverseenterprise/usd-composerpd/_build/windows-x86_64/release/extscache/omni.kit.widget.stage-3.2.0+89b27537/omni/kit/widget/stage/stage_widget.py(302): update_filter_menu_state 2026-05-15 09:57:45 [Error] [omni.ui.python] c:/omniverseenterprise/usd-composerpd/_build/windows-x86_64/release/extscache/omni.kit.property.usd-4.8.1+89b27537/omni/kit/property/usd/relationship.py(257): show 2026-05-15 09:57:45 [Error] [omni.ui.python] c:/omniverseenterprise/usd-composerpd/_build/windows-x86_64/release/extscache/omni.kit.property.usd-4.8.1+89b27537/omni/kit/property/usd/usd_property_widget_builder.py(766): add_relationship 2026-05-15 09:57:45 [Error] [omni.ui.python] c:/omniverseenterprise/usd-composerpd/_build/windows-x86_64/release/extscache/omni.kit.property.usd-4.8.1+89b27537/omni/kit/property/usd/usd_property_widget_builder.py(774): 2026-05-15 09:57:45 [Error] [omni.ui.python]

White model

Polygon Raster overlay flickering

Hi @Aye_Chan,

I think you’re seeing this issue: Tileset clipping not working · Issue #771 · CesiumGS/cesium-omniverse · GitHub

We haven’t upgraded to Kit 110 yet but it’s being tracked in Cesium Omniverse for latest kit - kit 110 · Issue #770 · CesiumGS/cesium-omniverse · GitHub

Hi,

Yes, it looks like a similar issue. Is the bug actively being worked on? Just wondering when we could expect the bug to be resolved?

Thanks