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

[Impeller] Add missing Vector3 arithmetic ops #36373

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

bdero
Copy link
Member

@bdero bdero commented Sep 23, 2022

  • Adds Vector3 *= scale, Vector3 /= scale, Vector3 * Vector3, Vector3 * scale, Vector3 / Vector3, Vector3 / scale.
  • Covers all existing/new arithmetic ops in tests.
  • Fixes bug in scale / Vector3.

@bdero bdero self-assigned this Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
2 participants