UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 238 B
/** * * @param {{mesh:ShadedGeometry, transform:mat4}[]} objects */ export function compute_bounding_sphere(objects: { mesh: ShadedGeometry; transform: mat4; }[]): number[]; //# sourceMappingURL=compute_bounding_sphere.d.ts.map