3d-geometry-simplify 中文文档教程
3D-geometry-simplify
一个简化算法来减少 trangles 数量
how to use
1.如果测试脚本工作,你可以执行以下命令
node ./src/bin/3DGeometrySimplify.js gltf -f ./resource/cup-metalblue.gltf -o ./ resource/cup-metalblue_1.gltf -m QuadricError -q 0.5
2.
安装节点命令
先安装 node.js
然后运行安装命令
npm i 3d-geometry-simplify -g
3.使用命令
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.格式支持列表
6.未来
支持更多开放格式模型文件
7.model在线查看
支持格式
8.如果您正在使用 gltf-simplify 请更改为此工具,gltf-simplify 将不再更新
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
6.future
support more open format model file
7.model on line check
support format
8.if you are the using gltf-simplify please change to this tool, gltf-simplify will not update anymore