Website Header Slim

Derive Node Reference

Float Node

Description

The float node outputs a constant float that is set to be the same on all color channels of the output. The value can be arbitrary and is not clamped. Since it gives all channels of the output the same value, the preview is either white, black or grey. Values > 1 will show as white and values < 0 will show as black.

Sample Tree

Properties

Property Name Property Type Description
Node Name
String
Gives the node a unique name. This is optional for better readability of the node tree and not required for the project to work.
Output
Float
Set the desired float value.

Inputs

None

Outputs

Output Name Data Type Description
-
Float
Outputs a texture with each pixel set to have the selected float value for all channels. Keep in mind that values outside the 0-1-range will be clamped when the final result is exported.

Login