UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (6 loc) 127 B
export const RenderableFlags = { BoundingBoxNeedsUpdate: 1, UpdateMatrix: 2, InView: 4, CastShadow: 8 };