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