We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not clear the semantics of //collision/surface/bounce/restitution_coefficient . The current docs are:
//collision/surface/bounce/restitution_coefficient
Bounciness coefficient of restitution, from [0...1], where 0=no bounciness.
Beside the math definition of restitution_coefficient, what is missing is how the restitution_coefficient of two collision in contacts get computed.
restitution_coefficient
Related PRs:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not clear the semantics of
//collision/surface/bounce/restitution_coefficient
. The current docs are:Beside the math definition of
restitution_coefficient
, what is missing is how therestitution_coefficient
of two collision in contacts get computed.Related PRs:
The text was updated successfully, but these errors were encountered: