KhronosGroup / glTF-Sample-Assets

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

KhronieAward for testing Dispersion #99

Open echadwick-artist opened 5 months ago

echadwick-artist commented 5 months ago

glTF asset for testing the extension KHR_materials_dispersion.

V-Ray_Render

echadwick-artist commented 4 months ago

In the Khronos PBR Technical Sub-Group conference call, we decided to pause this PR.

This asset uses unorthodox materials for the text behind the glass to circumvent rasterizer limitations. Rasterizers have trouble attempting to render an asset with multiple layers of transmission.

It would be more physically accurate to use Roughness on the rear of the glass to represent the text, and the surface would have to be doubleSided so the text would be visible from the front, as in reality.

However if the asset was set up that way, most rasterizers would reproduce the asset incorrectly. This would cause a poor user experience for those using the repo for render fidelity testing.