torsteingrindvik / bevy-vfx-bag

Apache License 2.0
135 stars 8 forks source link

Allow interpolation between LUTs #72

Open torsteingrindvik opened 1 year ago

torsteingrindvik commented 1 year ago

If we e.g. have a winter LUT and a spring LUT, it would be really cool to allow interpolating between them to emulate moving between the two.

I don't think this should be more difficult than to have two LUTs in the LUT shader instead of a single one and then expose a parameter to set the percentage between the two.