KhronosGroup / glTF-Sample-Viewer

Physically-Based Rendering in glTF 2.0 using WebGL
Apache License 2.0
1.21k stars 229 forks source link

Credits tab is missing the Copyright #506

Closed echadwick-artist closed 5 months ago

echadwick-artist commented 6 months ago
  1. https://github.khronos.org/glTF-Sample-Viewer-Release/
  2. Set the Model to "A Beautiful Game".
  3. Click on the Credits tab.

Current result: the Generator metadata is displayed, but the Copyright metadata is not. Intended result: both Copyright and Generator data should be displayed.

The Asset section from ABeautifulGame.gltf:

   "asset" : {
        "copyright" : "Original assets by Moeen Sayed and Mujtaba Sayed for SideFX.",
        "generator" : "Khronos glTF Blender I/O v3.3.17",
        "version" : "2.0"
    },

2023-11-15 15_44_04-glTF Sample Viewer