UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 239 B
import type { World } from '@dimforge/rapier3d-compat'; import { Object3D } from 'three'; export declare function createCharacterController(world: World, object: Object3D): import("@dimforge/rapier3d-compat").KinematicCharacterController;