# ThreeD-geometry-simplify
**Repository Path**: Min_H/threeD-geometry-simplify
## Basic Information
- **Project Name**: ThreeD-geometry-simplify
- **Description**: a simplify algorithm to reduce trangles number
- **Primary Language**: JavaScript
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-04-08
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 3D-geometry-simplify
a simplify algorithm to reduce trangles number
# how to use
1.if the test script work,you can execute the follow command
node ./src/bin/3DGeometrySimplify.js gltf -f ./resource/cup-metalblue.gltf -o ./resource/cup-metalblue_1.gltf -m QuadricError -q 0.5
2.install node command
install node.js first
than run the install command
npm i 3d-geometry-simplify -g
3.use the command
3DGeometrySimplify
4.example
3DGeometrySimplify gltf -f ./resource/cup-metalblue.gltf -o ./resource/cup-metalblue_1.gltf -m QuadricError -q 0.5
3DGeometrySimplify obj -f ./resource/model.obj -o ./resource/model_1.obj -m VertexClustering -s 5 -n 60
5.format support list