Skip to content

Commit

Permalink
bandaids to avoid crash: comment out powertools, use rtx renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattelser committed Jul 18, 2023
1 parent f060e6b commit ff236be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/cesium.omniverse.dev.kit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app = true
# Include basic configuration (that brings most of basic extensions)
"omni.app.dev" = {}
"cesium.omniverse" = {}
"cesium.powertools" = {}
#"cesium.powertools" = {}
#"omni.example.ui" = {}
#"omni.kit.documentation.ui.style" = {}

Expand Down
4 changes: 2 additions & 2 deletions exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ persistent.exts."cesium.omniverse".userAccessToken = ""

[[test]]
args = [
"--/renderer/enabled=pxr",
"--/renderer/active=pxr",
"--/renderer/enabled=rtx",
"--/renderer/active=rtx",
"--/app/window/dpiScaleOverride=1.0",
"--/app/window/scaleToMonitor=false",
"--/app/file/ignoreUnsavedOnExit=true",
Expand Down

0 comments on commit ff236be

Please sign in to comment.