icomesh:用于WebGL可视化的快速JavaScript icosphere网格生成库

时间:2024-03-29 07:58:11
【文件属性】:

文件名称:icomesh:用于WebGL可视化的快速JavaScript icosphere网格生成库

文件大小:22KB

文件格式:ZIP

更新时间:2024-03-29 07:58:11

JavaScript

icomesh 用于WebGL可视化的快速JavaScript icosphere网格生成库。 : Icosphere是一种,它为具有相对均匀分布的顶点的球体提供了高质量的三角形网格近似。 该项目的灵感来自。 例子 import icomesh from 'icomesh' ; // generate an icosphere with 4 subdivisions const { vertices , triangles } = icomesh ( 4 ) ; 原料药 icomesh(order = 4, uvMap = false) 生成具有order细分的icosphere网格(默认情况下为4 ,最大值为10 )。 返回具有以下内容的对象: vertices : x, y, z顶点的Float32Array数组。 triangles :三角形索引的Uint16Array或U


【文件预览】:
icomesh-master
----yarn.lock(40KB)
----bench.js(417B)
----test.js(2KB)
----.travis.yml(36B)
----LICENSE(750B)
----README.md(2KB)
----.gitignore(14B)
----index.js(5KB)
----package.json(659B)

网友评论