实例计数

实例计数

点上的实例 *节点向输入几何体中存在的每个点添加对几何体的引用。实例是多次向场景添加相同几何体而不重复基础数据的快速方法。节点适用于具有 点*域的任何几何类型,包括网格、点云和曲线控制点。

来自 几何 输入的点上的任何属性将在生成的实例的实例域上可用。

Tip

实例独立化 运算符可用于从使用此节点生成的实例创建对象。

Note

To instance object types that do not contain geometry, like a light object, the 物体信息节点 can be used. Other objects like Metaball objects are not supported for instancing.

输入

几何数据(Geometry)

标准几何输入。此几何的点位置会影响每个实例输出的变换。

Note

如果输入几何包含实例,则节点将在实例内的点上创建更多实例,创建 嵌套实例。在这种情况下,每个新实例将具有由节点从 旋转 和*缩放 输入创建的转换,但它也将 基于父实例转换*。

选择

是否在每个点上实例化。True值表示将在点上生成实例, FALSE值表示将跳过该点。

粒子实例修改器

要在每个选定点上实例的几何体。这可以包含真实几何体或多个实例,当与 选择实例 选项组合时,这些实例可能很有用。

实例项

If enabled, instead of adding the entire geometry from the Instance input on every point, choose an instance from the instance list of the geometry based on the Instance Index input. This option is intended to be used with the 粒子信息节点。.

编号

The selection of index for every selected point, only used when Pick Instances is true. By default the point ID is used, or the index if that doesn't exist. Negative values or values that are too large are wrapped around to the other end of the instance list.

旋转

The Euler rotation for every instance. This can use the rotation output of nodes like Distribute Points on Faces and Curve to Points. An Euler rotation can also be created from a direction vector like the normal with the 将欧拉与矢量节点对齐.

比例|缩放

实例空大小

属性

这个节点没有属性。

输出

几何数据(Geometry)

标准几何输出。如果输入几何体上存在 id 属性,它将被复制到结果实例。