UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (5 loc) 170 B
/** * WebGL constant, declared explicitly to avoid issues with later THREE.js versions where it is absent * @type {number} */ export const GL_RGBFormat = 1022;