UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 387 B
/** * Mapping from 3 plane bitfield, corresponding to intersection point of the planes * @type {number[]} */ export const triplanar_corner_mapping: number[]; /** * Mapping from 2 plane bitfield to 2 corner bitfield, corresponding to corner indices of intersecting planes * @type {number[]} */ export const biplanar_edge_mapping: number[]; //# sourceMappingURL=cube_mapping.d.ts.map