Last active
May 3, 2019 03:44
-
-
Save Vercidium/856be4d89cccd99cef19e5082ce50375 to your computer and use it in GitHub Desktop.
Vertical Variance
This file contains 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
Vector3 position = GetPoint(); | |
position.Y -= heightMagnitude * Math.Sin(position.Magnitude * heightFrequency); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment