KhronosGroup / glTF-Sample-Models

glTF Sample Models
3.08k stars 1.31k forks source link

Fix BoxTextured image #346

Closed lexaknyazev closed 2 years ago

lexaknyazev commented 2 years ago

Fixes #345.

The image was converted to the expected color profile and optimized.

/cc @donmccurdy @hybridherbst

hybridherbst commented 2 years ago

Thank you!

Out of curiosity, is there some process on how people are notified that something has been changed here? E.g. goldens / reference images in a number of places might need to be updated and so on.

emackey commented 2 years ago

@hybridherbst Good question. In the case of the Khronos Sample Viewer, it uses this repo as a git submodule, so it will (eventually) get updated to include this whenever someone bumps it to head again and rebuilds the viewer.

But for other projects, either they need to be watching the GitHub notifications here, or someone needs to go pester them to update their images. Currently there's no other form of notification.