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

Explanation error #386

Open
fangyulovechina opened this issue Feb 11, 2022 · 1 comment
Open

Explanation error #386

fangyulovechina opened this issue Feb 11, 2022 · 1 comment

Comments

@fangyulovechina
Copy link

form the lessons webgl-2d-matrices. function m3.multiply(a,b) means matrix b multiply matrix a(b is left). so not translation, rotation and scale. should be scale, rotation and translation.

@SimonGH0STRiley
Copy link

View the m3.multiply method carefully and u will find that it seems to execute a * b, but actually it do execute b * a.
I've worried the same though.

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

No branches or pull requests

2 participants