UNPKG

@spearwolf/twopoint5d

Version:

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

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