Created
September 15, 2017 18:19
-
-
Save ebhoren/e62e6d23c7c0f3472846c44512fd7d21 to your computer and use it in GitHub Desktop.
A-Frame curved image formula
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
aspect = image width / image height | |
height = (2 * Math.PI * radius * theta-length) / (360 * aspect) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment