UNPKG

@spearwolf/twopoint5d

Version:

Create 2.5D realtime graphics and pixelart with WebGL and three.js

4 lines 231 B
import type { VertexObjectDescriptor } from './VertexObjectDescriptor.js'; import type { VO } from './types.js'; export declare function getDescriptorOf(vo: VO): VertexObjectDescriptor; //# sourceMappingURL=getDescriptorOf.d.ts.map