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

[Camera] Variable for rotation amount #58

Open
PxlBuzzard opened this issue May 1, 2014 · 2 comments
Open

[Camera] Variable for rotation amount #58

PxlBuzzard opened this issue May 1, 2014 · 2 comments
Assignees
Labels

Comments

@PxlBuzzard
Copy link
Member

Can we remove the hardcoded 90.radians and move it to a YAML variable?

auto nextRot = prevRot.rotatey( 90.radians );
@StencilChick
Copy link
Contributor

@Zedoctor I turned it into a variable but it breaks with any value not 90 degrees. Do you know why?

@PxlBuzzard PxlBuzzard added the bug label Nov 17, 2014
@wozniakty
Copy link
Member

I can't think of any reason why non-90 values wouldn't work. It's pretty straightforward code so I don't see what would be causing an issue :/ rotatey should be able to take any value, not just 90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants