UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 271 B
export class BVHQueryIntersectsAABB extends BVHQuery { region: AABB3; evaluate(node: any, tree: any): boolean; } import { BVHQuery } from "./BVHQuery.js"; import { AABB3 } from "../../../geom/3d/aabb/AABB3.js"; //# sourceMappingURL=BVHQueryIntersectsAABB.d.ts.map