UNPKG

@spearwolf/twopoint5d

Version:

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

6 lines 233 B
import { VertexObjectDescriptor } from './VertexObjectDescriptor.js'; import { voBuffer } from './constants.js'; export function getDescriptorOf(vo) { return vo[voBuffer]?.descriptor; } //# sourceMappingURL=getDescriptorOf.js.map