UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 173 B
import { M4_IDENTITY } from "./M4_IDENTITY.js"; /** * Alias * @deprecated use {@link M4_IDENTITY} directly instead */ export const MATRIX_4_IDENTITY = M4_IDENTITY;