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

Optimize .frag format #63

Closed
2 tasks done
agviegas opened this issue Jun 14, 2023 · 0 comments
Closed
2 tasks done

Optimize .frag format #63

agviegas opened this issue Jun 14, 2023 · 0 comments
Labels
feature Something new that we could do

Comments

@agviegas
Copy link
Contributor

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 ✅

  • Read the docs.
  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@agviegas agviegas added the feature Something new that we could do label Jun 14, 2023
@agviegas agviegas closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new that we could do
Projects
None yet
Development

No branches or pull requests

1 participant