UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 210 B
/** * Is this mesh qualified to be optimized? * @param {THREE.Mesh} mesh * @returns {boolean} */ export function is_compliant_mesh(mesh: THREE.Mesh): boolean; //# sourceMappingURL=is_compliant_mesh.d.ts.map