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.35k stars 1.83k forks source link

Khronos Neutral tone mapper #7907

Closed shashwatsinha92 closed 3 weeks ago

shashwatsinha92 commented 3 weeks ago

Is your feature request related to a problem? Please describe. I am trying to use the new Khronos neutral tone mapper (https://www.khronos.org/news/press/khronos-pbr-neutral-tone-mapper-released-for-true-to-life-color-rendering-of-3d-products) What would be the most efficient way to use it?

Describe the solution you'd like The ideal solution would be exposing it as one of the enums. Is there any other alternative I can use for now?

Thank you so much for the consideration

romainguy commented 3 weeks ago

It's already part of Filament.

shashwatsinha92 commented 3 weeks ago

Ah you are absolutely right, I was on an older version. Thanks so much