In the ShaderFX editor for your Interactive graph, create a node; for example, Add. Click any input attribute on the node to display its settings on the Properties panel. A default value has been assigned to the node; in this case, 0 0 0 0 (a float4 value).
You can change this default value to any of the following data types. The attribute port also changes color as its default value is changed to a different data type.
By setting the default value on an input, you can perform operations without providing an external connection.
Example: Changing the input defaults for an Add node:
The Add node now shows the new value, (1.0 0.0 1.0), and the input socket is light blue, indicating the input type is float3.
This is one method of setting values without connecting any external input nodes. However, as soon as you connect a node to an input, the default value that you specified is erased and replaced by the new connection.