You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would introduce an entry point maath/three with functions such as:
convert buffers to Vector3 and back
convert matrics to three's
host the methods that currently depend on threejs, maybe keeping the same structure (this is currently the case for whatever needs quaternions and some matrix math.)
3. might even be worth it just forking three's quaternions and matrices (maybe make them static instead of class based)
The text was updated successfully, but these errors were encountered:
This would introduce an entry point
maath/three
with functions such as:3. might even be worth it just forking three's quaternions and matrices (maybe make them static instead of class based)
The text was updated successfully, but these errors were encountered: