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

Eventually switch from Matrix4 to the web-standard DOMMatrix. #132

Open
trusktr opened this issue Dec 21, 2021 · 0 comments
Open

Eventually switch from Matrix4 to the web-standard DOMMatrix. #132

trusktr opened this issue Dec 21, 2021 · 0 comments

Comments

@trusktr
Copy link
Member

trusktr commented Dec 21, 2021

LUME 3D elements originally used DOMMatrix (that I polyfilled) before switching to Three.js. Now, we'll convert lume/glas to using DOMMatrix, and eliminate the transform conversion hacks we have in the main lume lib (currently converting from from CSS left-handedness and Y down to Three.js right-handedness Y up, which adds a layer of indirection that would be awesome to eliminate).

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