Skip to content

Instantly share code, notes, and snippets.

@ryanbru0803
Created December 24, 2016 13:46
Show Gist options
  • Select an option

  • Save ryanbru0803/fd0fe88eb280fb95135f81f059b10f16 to your computer and use it in GitHub Desktop.

Select an option

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.
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