AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
461 stars 63 forks source link

Feature request: add glTF Sample Viewer #212

Open echadwick-artist opened 3 years ago

echadwick-artist commented 3 years ago

Could we add the glTF Sample Viewer to the list of renderers in the preview? http://gltf.ux3d.io/

It would be nice to have a setting for choosing the IBL too, if possible.

Thank you!

echadwick-artist commented 2 years ago

There are two implementations I am aware of:

  1. https://github.khronos.org/glTF-Sample-Viewer-Release/ = official Khronos release.
  2. http://gltf.ux3d.io/ = early features development, for example KHR_materials_iridescence.

I think if we had to choose only one of the two, I would suggest the latter since it is likely to have the latest developments.

echadwick-artist commented 1 year ago

I'm re-thinking this. It would be better to implement the official release, since it's the canonical renderer.