KhronosGroup / glTF-Sample-Assets

To store all models and other assets related to glTF
255 stars 30 forks source link

Update TextureTransformMultiTest normal maps #113

Open javagl opened 3 months ago

javagl commented 3 months ago

For some reason, the state of the TextureTransformMultiTest model here in the glTF-Sample-Assets repo does not seem to reflect the latest state that it had in the glTF-Sample-Models repo.

This was mentioned in https://github.com/KhronosGroup/glTF-Sample-Assets/issues/41 (and now also noted by @erich666 in https://github.com/KhronosGroup/glTF-Sample-Assets/pull/112#issuecomment-2007968452 ).

The exact reasons are still to be sorted out. For now, this is a PR that replicates the changes from https://github.com/KhronosGroup/glTF-Sample-Models/pull/365 and https://github.com/KhronosGroup/glTF-Sample-Models/pull/367 here - namely, it updates the PNG and the GLB of the model with the fixed normal map.

Fixes https://github.com/KhronosGroup/glTF-Sample-Assets/issues/41