primitive-icosphere:[WIP]具有法线,纹理坐标和索引的icosphere网格

时间:2024-05-25 17:41:05
【文件属性】:

文件名称:primitive-icosphere:[WIP]具有法线,纹理坐标和索引的icosphere网格

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-25 17:41:05

JavaScript

原始圈 用于3D渲染的最小icosphere几何形状,包括法线,UV和细胞指数。 这在引擎盖下使用了 ,但其中包括一些减少纹理接缝的例程。 但是,在某些角度和细分处,接缝仍将可见。 UV接缝修补程序已从“ 改编而来。 例子 var radius = 1 var mesh = require ( 'primitive-icosphere' ) ( radius , { subdivisions : 3 } ) // the simplicial complex console . log ( mesh . positions , mesh . cells ) // rendering attributes console . log ( mesh . uvs ) console . log ( mesh . normals ) 用法 mesh = sphere(radius, [o


【文件预览】:
primitive-icosphere-master
----index.html(278B)
----lib()
--------fix-wrapped-uvs.js(2KB)
--------fix-pole-uvs.js(1KB)
--------is-uv-seam.js(328B)
----.npmignore(96B)
----LICENSE.md(1KB)
----README.md(2KB)
----demo.js(120B)
----.gitignore(56B)
----index.js(1KB)
----package.json(1KB)

网友评论