Unity Products:Amplify Shader Editor/Fract
Fract Node
The Fract Node outputs the fractional part of the value or of the individual components of vectors set on its Input. Internally what it does is something similar to Input - Floor( Input ) which removes the integer part of the value leaving only the fractional one.
Nodes used:
World Position,
Scale,
Fract
Node Parameter | Description | Default Value |
---|---|---|
Input | Value to be used in the Fract calculation. Only visible if the respective input port is not connected. | 0 |
Input Port | Description | Type |
---|---|---|
Input | Value to be used in the Fract calculation. | Float [1] |