google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.7k stars 1.87k forks source link

gltfio: enable extended implementation #7776

Closed poweifeng closed 5 months ago

poweifeng commented 5 months ago

This change will enable proper flat-shading and MikkTSpace.

Fixes #6358, #7444

Flat Shading comparison (model from #6358)

Before: image

After: image

Tangent space comparison (model from #7444)

Before: image

After: image

github-actions[bot] commented 5 months ago

Please add a release note line to NEW_RELEASE_NOTES.md. If this PR does not warrant a release note, add the 'internal' label to this PR.