3d-geometry-simplify 中文文档教程

发布于 5年前 浏览 20 项目主页 更新于 3年前

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.格式支持列表

  • 1.gltf(VertexClustering not support)
  • 2.obj
  • 6.未来

    支持更多开放格式模型文件

  • fbx
  • 7.model在线查看

    model_viewer

    支持格式

  • obj
  • fbx
  • gltf
  • b3dm
  • 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

  • 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

      我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
      原文