UNPKG

@matematrolii/sketchbook

Version:

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

11 lines (10 loc) 310 B
import * as CANNON from 'cannon'; import { ICollider } from '../../interfaces/ICollider'; import { Object3D } from 'three'; export declare class TrimeshCollider implements ICollider { mesh: any; options: any; body: CANNON.Body; debugModel: any; constructor(mesh: Object3D, options: any); }