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

mat4.multiply fix parameter order to be logical, matR,matL -> matL,matR #88

Open
cjcliffe opened this issue Nov 21, 2012 · 0 comments
Open
Assignees
Milestone

Comments

@cjcliffe
Copy link
Owner

Now that the math library is in a much better state it's probably a good time to fix up the logically reversed order on the mat4.multiply function that was carried over from my old C++ software rendering stack -- it's origin isn't CubicVR C++ since it used the OpenGL matrix stack exclusively at the time which is why I needed to quickly grab an old implementation I had available for porting :)

@ghost ghost assigned cjcliffe Nov 21, 2012
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

1 participant