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
Right now there is a lot of information in the format that is unoptimized (e.g. the express-fragment-map.json repeats a lot of strings instead of encoding them). Optimizing this will be critical for bigger models.
Suggested solution 💡
Include everything in the .frag file (geometry, properties and others), and optimize the structures that can be optimized (such as the express-fragments-map).
Description 📝
Right now there is a lot of information in the format that is unoptimized (e.g. the
express-fragment-map.json
repeats a lot of strings instead of encoding them). Optimizing this will be critical for bigger models.Suggested solution 💡
Include everything in the .frag file (geometry, properties and others), and optimize the structures that can be optimized (such as the express-fragments-map).
Alternative ⛕
No response
Additional context ☝️
No response
Validations ✅
The text was updated successfully, but these errors were encountered: