Thing about LSRD2
- Seattle, WA
Pinned Loading
-
Maya-Scripts
Maya-Scripts PublicPersonal stash of Maya scripts used in VFX production over the years.
-
Shader patterns
Shader patterns 1float frequency = .5;
2float trianglewave = abs(2 * frac(x * frequency) - 1); // repeating triangle wave /\/\/\...
3float squarewave = round(abs(2 * frac(x * frequency + .25) - 1)); // repeating square wave
45float FilteredStep(float edge, float x, float fw)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.