Skip to content

Instantly share code, notes, and snippets.

@AlainBarrios
Last active August 3, 2019 16:54
Show Gist options
  • Save AlainBarrios/12fdd7c6ef13c408fced4e927f5ead35 to your computer and use it in GitHub Desktop.
Save AlainBarrios/12fdd7c6ef13c408fced4e927f5ead35 to your computer and use it in GitHub Desktop.
vec2 centerUV(vec2 coord, vec2 coord2){
return (coord - .5 * coord2) / min(coord2.x, coord2.y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment