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

Backport glTF 1.0 support into the 2.0 converter #69

Closed
lasalvavida opened this issue Aug 14, 2017 · 1 comment
Closed

Backport glTF 1.0 support into the 2.0 converter #69

lasalvavida opened this issue Aug 14, 2017 · 1 comment
Projects

Comments

@lasalvavida
Copy link
Contributor

Add a version flag to the GLTF::Options object for 1.0. Each GLTF namespaced object has a writeJSON method that defines how its data gets serialized. Add a switch for the new version flag so that the new converter architecture can write out glTF 1.0. For most classes this will be trivial, but GLTF::Asset::writeJSON will need a bit of extra work to print out dictionaries instead of arrays. This will deprecate the current 1.0 implementation as 1.0-legacy.

@lasalvavida lasalvavida mentioned this issue Aug 14, 2017
8 tasks
@lasalvavida lasalvavida added this to In Progress in 2.0 Sep 14, 2017
@lasalvavida
Copy link
Contributor Author

Closed by #83.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2.0
In Progress
Development

No branches or pull requests

1 participant