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

Added Quaternions #143

Merged
merged 2 commits into from Sep 7, 2021
Merged

Added Quaternions #143

merged 2 commits into from Sep 7, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 7, 2021

  • Added cgmath::Quaternion to math.rs as Quat (cuz I need it in my own project without wanting to reimport cgmath just for a single type)
  • Added use_uniform_quat(...) to program.rs
  • Refactored program.rs use_uniform_XYZ functions to uniformly use data.to_slice() methods

BoogiePunk added 2 commits September 7, 2021 11:21
@asny asny merged commit 496c972 into asny:development Sep 7, 2021
@asny
Copy link
Owner

asny commented Sep 7, 2021

Thanks for contributing 👍

asny pushed a commit that referenced this pull request Oct 29, 2021
Added Quaternions as math type for crate, added uniform binding to program.rs and adapted uniform fns to use to_slice methods
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.

1 participant