Float to BSDF
VEX node
This operator converts a float to a BSDF data type for rendering with PBR.
See also: Color Vector to BSDF
This operator converts a float to a BSDF data type for rendering with PBR. It can also be useful for intializing BSDF data type prior to entering an if-then block.
Inputs
|
float |
A floating point number. |
Outputs
|
bsdf |
A BSDF data type with the input as the color field. |
Usages in other examples
| Example name | Example for |
|---|