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

ensure PlayArea vertices are consistent - fixes #25 #26

Conversation

thestonefox
Copy link

The vertices variable in SteamVR_PlayArea is inconsistent when
setting the size between Calibrated and a fixed size.

The points of the vertices are in different locations based on whether
the size is either Calibrated or a given size which causes issues when
attempting to use the vertices variable to generate play area
representations.

The solution is to ensure the points of the fixed size match the
positions that a calibrated play area also has.

The `vertices` variable in `SteamVR_PlayArea` is inconsistent when
setting the size between Calibrated and a fixed size.

The points of the vertices are in different locations based on whether
the size is either Calibrated or a given size which causes issues when
attempting to use the `vertices` variable to generate play area
representations.

The solution is to ensure the points of the fixed size match the
positions that a calibrated play area also has.
@thestonefox thestonefox changed the title ensure PlayArea vertices are consistent ensure PlayArea vertices are consistent - fixes #25 Mar 27, 2017
@aleiby
Copy link
Contributor

aleiby commented Jun 15, 2017

Integrated, thanks.

@aleiby aleiby closed this Jun 15, 2017
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