download
raw
576 Bytes
import { BufferGeometry } from 'three';
/**
* Simplification Geometry Modifier
* - based on code and technique
* - by Stan Melax in 1998
* - Progressive Mesh type Polygon Reduction Algorithm
* - http://www.melax.com/polychop/
*/
declare class SimplifyModifier {
constructor();
private computeEdgeCollapseCost;
private removeVertex;
private computeEdgeCostAtVertex;
private removeFace;
private collapse;
private minimumCostEdge;
modify: (geometry: BufferGeometry, count: number) => BufferGeometry;
}
export { SimplifyModifier };

Xet Storage Details

Size:
576 Bytes
·
Xet hash:
e2c4b3fdd7876180b761ce08115f7e7c3b65ab05bc4d53705035f33e6d32a934

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.