KhronosGroup / glTF-Blender-IO

Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.5k stars 319 forks source link

GLTF export does not include IOR #2379

Open OpaKnoppi opened 1 month ago

OpaKnoppi commented 1 month ago

When exporting a file via gltf either in .glb or .gltf, there will be no ior value included in the material info.

image image image

Used blender file and exported .gltf cornell.zip

Version

julienduroure commented 1 month ago

Hello, Currently, we export IOR only when this value is needed for the material (so when you are using one of this other extension:

What is your use case about wanted to export IOR on a material where IOR does'nt have any effect?