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
Right now, for every project there's only one URL that points to the project's main site.
If possible, I would like the table to include these entries:
An URL for issue reporting, if available.
If the project is an exporter, the generator name prefix, ex: "babylon.js", "Sketchfab" , etc.
These two entries could be useful to add this functionality:
When an importer validates a glTF and finds errors, it can use the "generator" entry to find the project that produced the asset, and from there, report the Issue notification URL.
In other words, what I want to do is, when I load a glTF with errors, to be able to tell the user:
Notice that, although many projects are reported as "exporters", under the hood they're using some other third party exporter, in these cases, I would either don't set the "generator", or I would point to the actual project that exports the asset as a dependency.
The text was updated successfully, but these errors were encountered:
+1 for this suggestion — ideally we should also include the generator string for exporters, perhaps as a glob like "FBX2GLTF *". This would enable viewers to look up the exporter for a given glTF file and match it to the bug URL. My viewer does this now, although I haven't done a great job of pushing the feature:
We could probably just merge https://github.com/KhronosGroup/glTF-Generator-Registry into this project, if we want to go down that path. There's not much incentive for exporters to add themselves to the generator registry, whereas there is actual incentives to register here, so I expect we'll get much more traction.
If possible, I would like the list to handle non public projects; for example, sketchfab might probably don't have an entry, but I would like it to be included, so bugs can be reported to their forums
Right now, for every project there's only one URL that points to the project's main site.
If possible, I would like the table to include these entries:
These two entries could be useful to add this functionality:
When an importer validates a glTF and finds errors, it can use the "generator" entry to find the project that produced the asset, and from there, report the Issue notification URL.
In other words, what I want to do is, when I load a glTF with errors, to be able to tell the user:
Notice that, although many projects are reported as "exporters", under the hood they're using some other third party exporter, in these cases, I would either don't set the "generator", or I would point to the actual project that exports the asset as a dependency.
The text was updated successfully, but these errors were encountered: