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
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.
The text was updated successfully, but these errors were encountered:
Add a version flag to the
GLTF::Options
object for 1.0. Each GLTF namespaced object has awriteJSON
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, butGLTF::Asset::writeJSON
will need a bit of extra work to print out dictionaries instead of arrays. This will deprecate the current 1.0 implementation as1.0-legacy
.The text was updated successfully, but these errors were encountered: