Created
June 16, 2022 12:58
-
-
Save MateSteinforth/b759b106d0c12e71a894127afba69626 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
| //============================================================================== | |
| // Shadow | |
| //============================================================================== | |
| #import <utils> | |
| using namespace std; | |
| vec4 main() { return vec4(vec3(0.0), smoothstep(0.5, 0.0, safeDistance(fragment(getVertexTexCoord()), vec2(0.5)))); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment