- 🔭 I’m currently working on ... "environment aware manipulation"
- I hit a release mileston for camflex (predicts lens distortion parameters for motion picture camera's using their physical characteristics.)
- 🌱 I’m currently learning ... ComfyUI and MLOPs
- 👯 I’m looking to collaborate on ... Computer graphics
Environment aware manipulation
- 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.