UNPKG

pixi-cull

Version:

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

3 lines 244 B
export { AABB, DisplayObjectWithCulling } from './types' export { Simple, SimpleOptions, SimpleStats } from './simple' export { SpatialHash, SpatialHashOptions, SpatialHashStats, ContainerCullObject, ContainerWithCulling } from './spatial-hash'