Skip to content

Instantly share code, notes, and snippets.

@sugi-cho
Created December 25, 2015 08:08
Show Gist options
  • Save sugi-cho/af9204e4922a246410db to your computer and use it in GitHub Desktop.
Save sugi-cho/af9204e4922a246410db to your computer and use it in GitHub Desktop.
DeltaTimeの値に依存しない、drag値の求め方!
var drag = Mathf.Exp(-_drag * deltaTime);
@sugi-cho
Copy link
Author

指数関数!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment