allow disabling of pipelined rendering and disable one log in handtracking

This commit is contained in:
Schmarni
2024-02-22 14:43:48 +01:00
parent 1b5598ab0b
commit b183bf72ac
4 changed files with 44 additions and 21 deletions

View File

@@ -76,10 +76,10 @@ pub fn main() {
//lets get the xr defaults added
.add_plugins(DefaultXrPlugins {
reqeusted_extensions: xr_extensions,
prefered_blend_mode: XrPreferdBlendMode::Opaque,
app_info: XrAppInfo {
name: "Bevy OXR Demo".into(),
},
..Default::default()
})
//lets add the debug renderer for the controllers
.add_plugins(OpenXrDebugRenderer)