UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

4 lines 278 B
import type { VOBufferPool } from './VOBufferPool.js'; import type { BufferLike } from './types.js'; export declare function selectAttributes(pool: VOBufferPool, buffers: Map<string, BufferLike>, attrNames: string[]): BufferLike[]; //# sourceMappingURL=selectAttributes.d.ts.map