UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 177 B
/** * * @param {Light} component * @param {Quaternion} r */ export function applyRotation(component: Light, r: Quaternion): void; //# sourceMappingURL=applyRotation.d.ts.map