UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

4 lines (3 loc) 191 B
import type { Object3D } from 'three'; export declare const useParentRigidbodyObject: () => Object3D | undefined; export declare const setParentRigidbodyObject: (object3d: Object3D) => void;