UNPKG

@threepipe/plugin-blend-importer

Version:
4 lines 432 B
import { Ctx } from './ctx'; export declare function createBufferGeometry(meshData: any, ctx: Ctx): import('three').BufferGeometry<import('three').NormalBufferAttributes, import('three').BufferGeometryEventMap>; export declare function createBufferGeometryOld(mesh: any, ctx: Ctx): import('three').BufferGeometry<import('three').NormalBufferAttributes, import('three').BufferGeometryEventMap>; //# sourceMappingURL=geometry.d.ts.map