Created
August 10, 2018 00:41
-
-
Save planaria/1962b41edd09e8c3249b52d55a48b72a to your computer and use it in GitHub Desktop.
wave
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
void vert(inout appdata_full v) { | |
v.vertex.xyz += normalize(UnityObjectToWorldNormal(v.normal)) * sin(_Time * 10.0 + (v.texcoord.x + v.texcoord.y) * 10.0) * 0.1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment