@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 305 B
TypeScript
/**
*
* @param {function(function(Plane))} traversePlanes
* @param {number} [bias=0]
* @returns {Function}
*/
export function buildPlanarRenderLayerClipPlaneComputationMethod(traversePlanes: (arg0: (arg0: Plane) => any) => any, bias?: number): Function;
//# sourceMappingURL=RenderLayerUtils.d.ts.map