
Inputs
投入
数组
Here you can connect the Array whose values you want to modify.
在这里,您可以连接要修改其值的 Array。
操作
Here you can select the operation mode for the Node. You can select from the following:
在这里您可以选择节点的操作模式。您可以从以下选择:
- Add 添加: A value can be added to all of an Array’s elements. : 可以将值添加到 Array 的所有元素
- Divide 分开: Divides all values of an Array by a number. : 将 Array 的所有值除以一个数
- Modulo 模: Creates the Modulo to all of an Array’s values. The values in the Array will be divided by a defined number. If a remainder remains, this will replace the original Array value. All Array values will in the end be greater or equal to null and smaller than the defined : 为 Array 的所有值创建 Modulo。Array 中的值将被定义的数字除以。如果余数保留,这将替换原来的 Array 值。所有 Array 值最终都将大于或等于 null,并且小于定义的Scalar 标量 value. 价值
- Multiply 繁殖: Here, all Array values will be multiplied by the defined value. : 此处,所有 Array 值将乘以定义的值
- Subtract 减去: The defined value will be subtracted from all Array elements. : 定义的值将从所有 Array 元素中减去
- Transform 转换: This is a special mode for use with vectors and matrices. You can select a custom matrix that will then be multiplied by the Array’s vectors or matrices. This way local positions can, for example, be converted to global positions. : 这是用于向量和矩阵的一种特殊模式。您可以选择一个自定义矩阵,然后将乘以阵列的向量或矩阵。例如,通过这种方式,局部位置可以转换为全局位置
数据类型
using this setting, e.g., to convert integer values to float values or vectors to matrices. This setting is also used for outputting new Arrays.
使用此设置,例如,将整数值转换为浮点值或向量转换为矩阵。此设置也用于输出新的数组。
标量[-∞ . . + ∞]
This value is calculated with the values in the array in accordance with the defined Operation mode.
根据定义的操作模式,使用数组中的值计算此值。