# 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
  • 1.gltf(VertexClustering not support)
  • 2.obj
  • 6.future support more open format model file
  • fbx
  • 7.model on line check [model_viewer](http://suit_min_h.gitee.io/model_viewer/) support format
  • obj
  • fbx
  • gltf
  • b3dm
  • 8.if you are the using gltf-simplify please change to this tool, gltf-simplify will not update anymore