UNPKG

pixi-cull

Version:

a library to visibly cull objects designed to work with pixi.js

4 lines (3 loc) 248 B
export { AABB, DisplayObjectWithCulling } from './types'; export { Simple, SimpleOptions, SimpleStats } from './simple'; export { SpatialHash, SpatialHashOptions, SpatialHashStats, ContainerCullObject, ContainerWithCulling } from './spatial-hash';