UNPKG

@matematrolii/sketchbook

Version:

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

7 lines (6 loc) 198 B
export interface ICharacterState { canFindVehiclesToEnter: boolean; // Find a suitable car and run towards it canLeaveVehicles: boolean; update(timeStep: number): void; onInputChange(): void; }