-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upcoming format and / or converter changes #133
Comments
As of revision 8011c52 the converter carries many updates. First, it implements some format changes:
Then, it brings Open3DGC compression: Misc bugs fixes like: |
dev-2 has been merged in master since 61eb39d Here are the format changes and fixes:
Converter fixes: |
dev-3 has been merged in master since 676eb5d It's a short release because of quite busy times at work and I prefer to release dev-3 now - even though some The converter has now a configuration file (JSON) that allows much more granularity and express better options than the command line:
Here the format changes and fixes:
Converter fixes: |
dev-4 has been merged since 8037062 It is also a short release. We made one general improvement to manage assets, you can now create a bundle: #213 , a bundle is folder that contains the main JSON and the surroundings files (binary datas, images...). Format Changes (quite minimal this time): Converter fixes: |
dev-6 is a bug fix release, but still we have one very minor but helpful format change:
bug fixes:
Additionally, some fixes to better handle C++11 across all platforms and namespace cleaning. |
Another branch for v0.6 has been merged(
|
Merged dev-7 that carries mostly pipeline improvements implemented by @tfili (thanks man!) and a format change (path is now uri that accepts data uri).
format change:
pipeline changes:
bug fixes:
builds to come... |
Merged dev-8 since 47c51b9 which comes format changes.
Format changes:
|
added this format change still for 0.8 -> #216 |
Closing now that |
This issue is just a placeholder to track changes on glTF specification and converter until final draft is done.
The text was updated successfully, but these errors were encountered: