UNPKG

@spearwolf/twopoint5d

Version:

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

4 lines 315 B
import { VertexObjectBuffer } from './VertexObjectBuffer.js'; import { VertexObjectDescriptor } from './VertexObjectDescriptor.js'; export declare const createVertexObject: (descriptor: VertexObjectDescriptor, buffer: VertexObjectBuffer, objectIndex: number) => any; //# sourceMappingURL=createVertexObject.d.ts.map