@spearwolf/twopoint5d
Version:
a library to create 2.5d realtime graphics and pixelart with three.js
5 lines • 359 B
TypeScript
import { BufferGeometry } from 'three';
import type { VOBufferPool } from './VOBufferPool.js';
import type { BufferLike } from './types.js';
export declare function initializeAttributes(geometry: BufferGeometry, pool: VOBufferPool, buffers: Map<string, BufferLike>, bufferSerials: Map<string, number>): void;
//# sourceMappingURL=initializeAttributes.d.ts.map