Value Node¶
O nó do tipo Valor é um nó simples que gera valores numéricos para servir como entrada para outros nós dentro da árvore.
Inputs¶
Este nó não possui conectores de entrada.
Propriedades¶
Single numerical value (floating-point).
Saídas¶
- Value
The value set in the node properties.
Exemplo¶
In the following example the Value Node is used to control multiple values at once, this makes the node a useful organizational tool.
Dica
From this you can also make different values proportional to each other by adding a Math Node in between the different links.