Scalar Branch#
(TextureScalarBranch)
- Category:
/Texture/Utility
- Default object name:
scalar_branch
Description#
Return texture according to an input value A and B.
Attributes#
Name | Type | Description |
---|---|---|
Pass Through | bool |
If checked, the current texture is not evaluated and the value of the attribute selected in Pass Through Attribute is directly forwarded. |
Master Input | string |
Name of the attribute that will be used as output if Pass Through is enabled. |
Invert | bool |
If checked, the texture is inverted. |
Opacity | double |
Set the opacity of the texture. |
Input A | double |
Define the input value A. |
Input B | double |
Define the input value B. |
Mode | long |
|
True | double[4] |
Return the color if the condition is true. |
False | double[4] |
Return the color if the condition is false. |