decentraland / decentraland/bevy-explorer

Support KHR_materials_pbrSpecularGlossiness

Open
#1,191 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
27
Forks
20
Avg merge
1d 30m
Merged PRs (30d)
78

Description

Unity honours `KHR_materials_pbrSpecularGlossiness` on scene and wearable glTFs, taking precedence over metallic-roughness (`DecentralandMaterialGenerator.cs:41-52`). bevy_gltf doesn't include it in its extension set: content listing it in `extensionsRequired` is rejected outright, and otherwise it's silently ignored with the material falling back to metallic-roughness defaults (usually visibly wrong). Options: convert to metallic-roughness at load (the extension is archived upstream and has a documented conversion), or extend the gltf loader.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.