Algorithm for texture.level property

Hey folks,

Just wondering what is the algorithm for this level method?

Is it gamma? contrast? or sth else? Just wondering what’s happening under the hood.

Many thanks!
Tawibox

It is just a multiplicative factor applied on the value read from the texture.

1 Like

@Evgeni_Popov
Thanks for the response!

Do you have a formula how level value [0, 1] mapping to this multiplicative factor?

Tawibox

level is the multiplication so factor = level

2 Likes

@sebavan gotcha. Thank you guys!