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
In order to simplify decoding/parsing process even further, it might be a good idea to embed the decoding instructions in the bundle itself.
It looks that even in the worst case (three.js profile, everything included) is not bigger than 2Kb. If only the used parts are embedded, including an optimised way of representing the structures, it should't be more than 1kb overhead to the bundle.
The text was updated successfully, but these errors were encountered:
In order to simplify decoding/parsing process even further, it might be a good idea to embed the decoding instructions in the bundle itself.
It looks that even in the worst case (three.js profile, everything included) is not bigger than 2Kb. If only the used parts are embedded, including an optimised way of representing the structures, it should't be more than 1kb overhead to the bundle.
The text was updated successfully, but these errors were encountered: