zesterer / openmw-shaders

Photorealistic shaders for Morrowind
80 stars 7 forks source link

Possible Licensing Issue #47

Open EpochWon opened 8 months ago

EpochWon commented 8 months ago

It appears that the caustics noise functions in lib/zesterer/rand.glsl are taken from this Shadertoy: https://www.shadertoy.com/view/3tlfR7

The Shadertoy is licensed with Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License, which is incompatible with the GPLv3 license stated in the readme.

zesterer commented 8 months ago

Thanks for noting. I've created a cleanroom impl of a caustics shader here. It's not fast, but with some work it could act as the basis for a replacement.