Skip to content

Commit

Permalink
Remove /rtx-transient/resourcemanager/enableTextureStreaming setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Mar 29, 2023
1 parent 60f0596 commit c17191a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exts/cesium.omniverse/cesium/omniverse/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def on_startup(self):
_cesium_omniverse_interface.on_startup(cesium_extension_location)

omni_settings.get_settings().set("/rtx/hydra/TBNFrameMode", 1)
# Disabling Texture Streaming is a workaround for issues with Kit 104.1. We should remove this as soon as
# the issue is fixed.
omni_settings.get_settings().set("/rtx-transient/resourcemanager/enableTextureStreaming", False)

# Show the window. It will call `self.show_window`
if show_on_startup:
Expand Down

0 comments on commit c17191a

Please sign in to comment.