Attribute Map Range¶
The Map Range node remaps an attribute’s value from a range to a target range.
Inputs – Уводи¶
- Geometry – Геометрія
Standard geometry input
- Атрибут – Attribute
The input attribute whose value is to be remapped.
- Результат
Name of the attribute where the computed result is stored. If an attribute with this name does not exist yet, a new attribute with the same data type as the Attribute is used. If it does exist, the values of the existing attribute are overridden.
- From Min – Від Мін
Нижня межа діапазону, від якої буде перерозкладання.
- From Max – Від Макс
Верхня межа діапазону, від якої буде перерозкладання.
- To Min – До Мін
Нижня межа цільового діапазону.
- To Max – До Макс
Верхня межа цільового діапазону.
- Steps – Кроки
The number of values allowed between To Min and To Max when using Stepped Linear interpolation. A higher value will give a smoother interpolation while lower values will progressively quantize the input.
- Clamp – Затиск
Якщо увімкнено, то вивід затискається у цільовий діапазон.
Properties – Властивості¶
- Атрибут – Attribute
The name of the attribute to map with the value.
- Тип Даних – Data Type
This determines the data type of the result attribute. This also changes the Min and Max inputs to match the data type.
- Interpolation Type – Тип Інтерполяції
The mathematical method used to transition between gaps in the numerical inputs.
- Linear – Лінеарно
Лінеарна інтерполяція між значеннями From Min та From Max.
- Покроково Лінеарно – Stepped Linear
Покрокова лінеарна інтерполяція між значеннями From Min та From Max.
- Згладжений Крок – Smooth Step
Згладжена Ермітова інтерполяція країв між значеннями From Min та From Max.
- Згладженіший Крок – Smoother Step
Згладженіша Ермітова інтерполяція країв між значеннями From Min та From Max.
Outputs – Виводи¶
- Geometry – Геометрія
Standard geometry output.