Perlin 4D Scalar
Jump to navigation
Jump to search

Overview
This node generates Perlin noise and outputs the noise value as a scalar. The output value ranges between -0.5 and 0.5. This node has a Time parameter which allows the noise pattern to change over time. Here is an example of the noise pattern generated by the node:
![]() |
![]() |
This node requires a Get position, Get position in geometry, or Get position in texture function node to be assigned to its Main input so that the current render state knows where a sampled point is located in texture space. In the example below, the current frame number is converted to time based on the number of frames per second, then assigned to the Time parameter.
Settings:
- Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Perlin 4D scalar nodes in a project.
- Enable: When checked, the node is active, and when unchecked the node is ignored.
- Time: The shader or function nodes assigned to this setting, sets the time value.
- Scale: This setting controls the overall scale of the noise pattern generated. Increasing the scale value makes it seem like the cells in the noise pattern are larger.
- Seed: The setting controls the noise pattern generated. Each seed value generates a slightly different pattern.

