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
The generated header SchemaJson.h has some issues:
Class SchemaJson should be a namespace
Schema strings (e.g. accessor_schema_json) don't follow the correct naming convention, and should either be defined in a separate .cpp or made constexpr const char[] to avoid linker issues.
Bracing style is not consistent with the rest of the codebase
GLTF_SCHEMA_MAP should be defined in a separate .cpp file.
Schema URIs shouldn't be hardcoded literals, instead move the relevant variables from Schema.h into the generated header.
The text was updated successfully, but these errors were encountered:
The generated header SchemaJson.h has some issues:
The text was updated successfully, but these errors were encountered: