Skip to content
View pinkwerks's full-sized avatar
💭
Thing about LSRD2
💭
Thing about LSRD2
Block or Report

Block or report pinkwerks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Maya-Scripts Maya-Scripts Public

    Personal stash of Maya scripts used in VFX production over the years.

    Python 51 16

  2. Shader patterns Shader patterns
    1
    float frequency = .5;
    2
    float trianglewave = abs(2 * frac(x * frequency) - 1); // repeating triangle wave /\/\/\...
    3
    float squarewave = round(abs(2 * frac(x * frequency + .25) - 1)); // repeating square wave
    4
    
                  
    5
    float aaedge(float width)
  3. lsrd lsrd Public

    ShaderLab