Created
December 24, 2016 13:46
-
-
Save ryanbru0803/fd0fe88eb280fb95135f81f059b10f16 to your computer and use it in GitHub Desktop.
Constant Rotation Per Second. No key frames needed to make a simple 360 rotation.
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
| veloc = 360; //360 Degree Rotation per Second | |
| r = rotation + (time - inPoint) *veloc; | |
| [r] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment