UNPKG

@matematrolii/sketchbook

Version:

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

7 lines (6 loc) 168 B
export interface ICharacterState { canFindVehiclesToEnter: boolean; canLeaveVehicles: boolean; update(timeStep: number): void; onInputChange(): void; }