Skip to content

Matrix.Scale was changed to Matrix.CreateScale in OpenTK 3 #12

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

Closed
uzername opened this issue May 28, 2019 · 2 comments
Closed

Matrix.Scale was changed to Matrix.CreateScale in OpenTK 3 #12

uzername opened this issue May 28, 2019 · 2 comments
Labels

Comments

@uzername
Copy link

ModelMatrix = Matrix4.Scale(Scale) * Matrix4.CreateRotationX(Rotation.X) * Matrix4.CreateRotationY(Rotation.Y) * Matrix4.CreateRotationZ(Rotation.Z) * Matrix4.CreateTranslation(Position);

@neokabuto
Copy link
Owner

Same thing as in #10, thank you very much for making a note of these, but I'm waiting for the next major version since it's already coming.

@neokabuto
Copy link
Owner

On second thought, I'm going to put together the OpenTK 3 changes in their own branch (see #13) since I realized it's a lot less code than I thought. These changes will be included over there.

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

2 participants