UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 273 B
/** * * @param {Camera} component * @returns {THREE.PerspectiveCamera| THREE.OrthographicCamera} */ export function build_three_camera_object(component: Camera): THREE.PerspectiveCamera | THREE.OrthographicCamera; //# sourceMappingURL=build_three_camera_object.d.ts.map