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

Remove shader Matrix transpose #139

Open
Daivuk opened this issue Jun 21, 2020 · 0 comments
Open

Remove shader Matrix transpose #139

Daivuk opened this issue Jun 21, 2020 · 0 comments

Comments

@Daivuk
Copy link
Owner

Daivuk commented Jun 21, 2020

This will changes pretty much everything. We need to change the order of Matrix's members.
Currently, we have to transpose everything we pass to shaders.
Now, when loading some from assimp, we have to transpose into our space first, then transpose back into shader.

This was pointed out by a user on last game jam.

Need to investigate. If we don't transpose anything at all, it might just work. But then run into issues with OpenGL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant