UNPKG

@loaders.gl/math

Version:

Experimental math classes for loaders.gl

11 lines 271 B
/** * Converts indices of geometry. * * @param param0 * @returns no indexed geometry */ export declare function convertBuffersToNonIndexed({ indices, attributes }: { indices: any; attributes: any; }): any; //# sourceMappingURL=convert-to-non-indexed.d.ts.map