文件名称:merge-vertices:合并具有相同坐标的网格顶点
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-11 13:47:51
JavaScript
合并顶点 合并具有相同坐标的网格顶点 合并具有相等坐标的顶点并重新索引面。 安装 $ npm install merge-vertices 用法 var mergeVertices = require ( 'merge-vertices' ) ; var mesh = { cells : [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] , positions : [ [ 0 , 0 , 0 ] , [ 1 , 0 , 0 ] , [ 0 , 1 , 0 ] , [ 0 , 0 , 0 ] , [ - 1 , 0 , 0 ] , [ 0 , 1 , 0 ] ] } mesh = mergeVertices ( mesh . cells , mesh . positions ) ; conso
【文件预览】:
merge-vertices-master
----index.js(758B)
----package.json(440B)
----LICENSE(1KB)
----.gitignore(19B)
----README.md(682B)