@react-three/rapier 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -359,9 +359,8 @@ export declare type FixedJointParams = [
|
|
359
359
|
];
|
360
360
|
export declare type PrismaticJointParams = [
|
361
361
|
body1Anchor: Vector3Tuple,
|
362
|
-
body1LocalFrame: Vector3Tuple,
|
363
362
|
body2Anchor: Vector3Tuple,
|
364
|
-
|
363
|
+
axis: Vector3Tuple,
|
365
364
|
limits?: [min: number, max: number]
|
366
365
|
];
|
367
366
|
export declare type RevoluteJointParams = [
|