Created
September 25, 2020 17:15
-
-
Save robksawyer/853eaadc7213e15b7121190d6ccb1b22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_this.pass = new NukePass("ExperienceOverlay", { | |
unique: "exp_overlay", | |
uOverlay: { | |
value: 0 | |
}, | |
tNormal: { | |
value: null, | |
getTexture: Utils3D.getRepeatTexture | |
}, | |
uLightStr: { | |
value: 1 | |
}, | |
uColor: { | |
value: new Color("#ffffff") | |
}, | |
uColorMix: { | |
value: 1 | |
}, | |
uDeform: { | |
value: 1 | |
}, | |
uvScale: { | |
value: 1 | |
}, | |
uFrequency: { | |
value: .8 | |
}, | |
uScale: { | |
value: .95 | |
}, | |
uSpeed: { | |
value: .5 | |
}, | |
uNormalScale: { | |
value: 1.5 | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment