Skip to content

Instantly share code, notes, and snippets.

@AlainBarrios
Created June 3, 2019 13:29
Show Gist options
  • Save AlainBarrios/db671ce4ab45efe410097335d721de88 to your computer and use it in GitHub Desktop.
Save AlainBarrios/db671ce4ab45efe410097335d721de88 to your computer and use it in GitHub Desktop.
vec2 centeredAspectRatio(vec2 uv, vec2 factor){
return ( uv - .5 ) * factor + .5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment