File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ const defaultOptions: NgtrPhysicsOptions = {
41
41
minIslandSize : 128 ,
42
42
maxCcdSubsteps : 1 ,
43
43
contactNaturalFrequency : 30 ,
44
- erp : 0.8 ,
45
44
lengthUnit : 1 ,
46
45
colliders : 'cuboid' ,
47
46
updateLoop : 'follow' ,
Original file line number Diff line number Diff line change @@ -89,17 +89,6 @@ export interface NgtrPhysicsOptions {
89
89
*/
90
90
contactNaturalFrequency : number ;
91
91
92
- /**
93
- * The Error Reduction Parameter in between 0 and 1, is the proportion of the positional error to be corrected at each time step.
94
- *
95
- * @defaultValue 0.8
96
- * @deprecated This is a noop. Use `contactNaturalFrequency` instead
97
- * @since 2.6.0 Will be removed in 3.0.0
98
- * @see {contactNaturalFrequency}
99
- * @see https://github.com/dimforge/rapier/pull/651 for more information about contactNaturalFrequency
100
- */
101
- erp : number ;
102
-
103
92
/**
104
93
* The approximate size of most dynamic objects in the scene.
105
94
*
You can’t perform that action at this time.
0 commit comments