@spearwolf/twopoint5d
Version:
a library to create 2.5d realtime graphics and pixelart with three.js
9 lines • 554 B
TypeScript
import type { VertexObjectDescription, VO } from './types.js';
import { VOBufferGeometry } from './VOBufferGeometry.js';
import { VertexObjectDescriptor } from './VertexObjectDescriptor.js';
import { VertexObjectPool } from './VertexObjectPool.js';
export declare class VertexObjectGeometry<VOType extends VO> extends VOBufferGeometry {
readonly pool: VertexObjectPool<VOType>;
constructor(source: VertexObjectPool<VOType> | VertexObjectDescriptor | VertexObjectDescription, capacity: number);
}
//# sourceMappingURL=VertexObjectGeometry.d.ts.map