UNPKG

@matematrolii/sketchbook

Version:

3D matematrolii playground built on three.js and cannon.js

8 lines (7 loc) 224 B
import * as CANNON from 'cannon'; import { ICollider } from '../../interfaces/ICollider'; export declare class CapsuleCollider implements ICollider { options: any; body: CANNON.Body; constructor(options: any); }