applyDamping(dt)
Apply damping, see http://code.google.com/p/bullet/issues/detail?id=74 for details.
Parameters
| Name | Type | Description |
|---|---|---|
dt | number | Current time step. |
- Source code: physics/p2/Body.js (Line 516)
applyDamping(dt)
Apply damping, see http://code.google.com/p/bullet/issues/detail?id=74 for details.
| Name | Type | Description |
|---|---|---|
dt | number | Current time step. |
Please login to continue.