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 = {
4141 minIslandSize : 128 ,
4242 maxCcdSubsteps : 1 ,
4343 contactNaturalFrequency : 30 ,
44- erp : 0.8 ,
4544 lengthUnit : 1 ,
4645 colliders : 'cuboid' ,
4746 updateLoop : 'follow' ,
Original file line number Diff line number Diff line change @@ -89,17 +89,6 @@ export interface NgtrPhysicsOptions {
8989 */
9090 contactNaturalFrequency : number ;
9191
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-
10392 /**
10493 * The approximate size of most dynamic objects in the scene.
10594 *
You can’t perform that action at this time.
0 commit comments