法向节点#

法向节点。

法向 节点为每个评估点返回一个矢量,指示 法向。输出可以取决于评估字段的节点中使用的属性域,但始终是规格化的 单位向量

:

在面域上,法线是面的 "向上" 方向。

网格顶点:

对于网格顶点,法线是周围面法线的平均值。如果顶点不具有任何连接面,则输出只是该顶点的归一化位置。

:

每条边的法向输出是边的两个顶点法线的平均值。

面拐:

每个面拐的输出与相应面的面法线相同。

曲线控制点:

此节点用于曲线几何时的输出是曲线的评估法线,这取决于扭曲方法。法向矢量始终垂直于曲线路径的方向。

Warning

For NURBS and Bézier spline curves, keep in mind that the value retrieved from this node is the value at every control point, which may not correspond to the visible evaluated points. For NURBS splines the difference may be even more pronounced and the result may not be as expected. A 重采样曲线 can be used to create a poly spline, where there is a control point for every evaluated point.

输入#

该节点没有输入项。

属性#

该节点没有属性。

输出#

法向

指示每个几何元素法线的矢量。