Created
December 25, 2015 08:08
-
-
Save sugi-cho/af9204e4922a246410db to your computer and use it in GitHub Desktop.
DeltaTimeの値に依存しない、drag値の求め方!
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
var drag = Mathf.Exp(-_drag * deltaTime); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
指数関数!