CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `forEachTextureInMaterial` to account for extension textures

jjhembd opened this issue · comments

Some of the newer glTF PBR extensions define additional textures. For example,

These will need to be accounted for in forEachTextureInMaterial.

CC CesiumGS/cesium#11970