Skip to content

Instantly share code, notes, and snippets.

@scheibel
Created December 28, 2019 10:13
Show Gist options
  • Save scheibel/b05db4083d6871c7831104fe2ba5b0a7 to your computer and use it in GitHub Desktop.
Save scheibel/b05db4083d6871c7831104fe2ba5b0a7 to your computer and use it in GitHub Desktop.
Minimal version of the aastep function
float aastep(float t, float value) {
return t;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment