polyline-normals:获取 2D 折线的斜接法线

时间:2024-07-30 07:52:34
【文件属性】:

文件名称:polyline-normals:获取 2D 折线的斜接法线

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-30 07:52:34

JavaScript

折线法线 计算多段线的法线,使用多段相交的斜接连接。 这主要用于在 GPU 上的顶点着色器中扩展粗线。 var getNormals = require ( 'polyline-normals' ) //a triangle var path = [ [ 0 , 122 ] , [ 0 , 190 ] , [ 90 , 190 ] ] //get the normals as a closed loop var normals = getNormals ( path , true ) //now draw our thick line in 2D/3D/etc 有关如何挤出这些线的示例,请参见。 有关更复杂的线连接和端盖,请参阅(构建索引网格)。 着色器示例 有关如何在着色器中使用它的示例,请参阅 。 用法 normals(path[, closed]) 对于给定的路径,生成一


【文件预览】:
polyline-normals-master
----index.js(2KB)
----package.json(922B)
----test-2d.js(3KB)
----.npmignore(74B)
----LICENSE.md(1KB)
----.gitignore(56B)
----README.md(2KB)

网友评论