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
There are also quite a few bytes that we could shave off by making our own methods return results instead of writing to the first argument. Once the core code stabilizes I'll make an inventory of the methods we use and I'll try to reimplement them.
For instance,
mat4.create
could be implemented as:The text was updated successfully, but these errors were encountered: