UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 177 B
/** * Identity 4x4 matrix, also called "eye" matrix sometimes. * @type {number[]|mat4} */ export const M4_IDENTITY: number[] | mat4; //# sourceMappingURL=M4_IDENTITY.d.ts.map