UNPKG

@matematrolii/sketchbook

Version:

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

9 lines (8 loc) 258 B
import { World } from '../world/World'; import { LoadingManager } from '../core/LoadingManager'; import { IWorldOptions } from './IWorldSettings'; export interface ISpawnPoint { spawn(loadingManager: LoadingManager, world: World): void; destroy(): void; }