Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: pause body tracking at runtime #1984

Merged
merged 1 commit into from Feb 13, 2024
Merged

Conversation

galister
Copy link
Collaborator

adds the ability to disable body trackers without needing to restart steamvr. useful when you want to switch to real trackers, or just be in 3-point tracking for a while.

@@ -671,6 +671,9 @@ pub enum BodyTrackingSinkConfig {
pub struct BodyTrackingConfig {
pub sources: BodyTrackingSourcesConfig,
pub sink: BodyTrackingSinkConfig,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Techincally this should be "steamvr-restart", i missed it in the previous PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the switch itself is already marked that

@galister galister merged commit 5b2ac30 into master Feb 13, 2024
7 checks passed
@zarik5 zarik5 deleted the pause-body-tracking branch February 14, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants