@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
6 lines (5 loc) • 575 B
TypeScript
import { BufferGeometry } from 'three';
import type { geometries } from '@jscad/modeling';
import { CSGTesselationParams } from '../CsgCommon';
export declare function geom3ToObject3D(csg: geometries.geom3.Geom3, options: CSGTesselationParams): import("three").Mesh<BufferGeometry<import("three").NormalBufferAttributes>, import("three").Material | import("three").Material[], import("three").Object3DEventMap>;
export declare function geom3ToBufferGeometry(csg: geometries.geom3.Geom3, options: CSGTesselationParams): BufferGeometry<import("three").NormalBufferAttributes>;