1.0.6 • Published 4 years ago

3d-geometry-simplify v1.0.6

Weekly downloads
33
License
GPL-3.0
Repository
github
Last release
4 years ago

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

7.model on line check

model_viewer

support format

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago