UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

5 lines (4 loc) 543 B
import { BufferGeometry } from 'three'; import { SDFGeometry, SDFTesselationParams } from '../SDFCommon'; export declare function SDFGeometryToObject3D(sdfGeometry: SDFGeometry, options: SDFTesselationParams): import("three").Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>; export declare function SDFGeometryToBufferGeometry(sdfGeometry: SDFGeometry, options: SDFTesselationParams): BufferGeometry<import("three").NormalBufferAttributes>;