3d-geometry-simplify

1.0.6 • Public • Published

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

    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

    Versions

    Current Tags

    • Version
      Downloads (Last 7 Days)
      • Tag
    • 1.0.6
      0
      • latest

    Version History

    Package Sidebar

    Install

    npm i 3d-geometry-simplify

    Weekly Downloads

    5

    Version

    1.0.6

    License

    GPL-3.0

    Unpacked Size

    3.6 MB

    Total Files

    17

    Last publish

    Collaborators

    • hm1147079942