fix: bug
This commit is contained in:
13
node_modules/@dimforge/rapier3d-compat/dynamics/coefficient_combine_rule.d.ts
generated
vendored
Normal file
13
node_modules/@dimforge/rapier3d-compat/dynamics/coefficient_combine_rule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* A rule applied to combine coefficients.
|
||||
*
|
||||
* Use this when configuring the `ColliderDesc` to specify
|
||||
* how friction and restitution coefficient should be combined
|
||||
* in a contact.
|
||||
*/
|
||||
export declare enum CoefficientCombineRule {
|
||||
Average = 0,
|
||||
Min = 1,
|
||||
Multiply = 2,
|
||||
Max = 3
|
||||
}
|
||||
Reference in New Issue
Block a user