Skip to content

Rendering Video Texture #348

Discussion options

You must be logged in to vote

Hi!
If you think that it is related to tone mapping, you can cancel the effect of tone mapping using the inverseTonemap function: https://google.github.io/filament/Materials.html#materialdefinitions/shaderpublicapis/fragmentonly

material.baseColor.rgb = inverseTonemap(material.baseColor.rgb)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidAnPrintell
Comment options

Answer selected by davidAnPrintell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants