invert()
Replaces all values in the noise field with their opposite, reversing the range of noise values.
Declaration
func invert()Discussion
For example, a value of 1.0 becomes -1.0, a value of -0.5 becomes 0.5, and so on.
[Image]
Replaces all values in the noise field with their opposite, reversing the range of noise values.
func invert()For example, a value of 1.0 becomes -1.0, a value of -0.5 becomes 0.5, and so on.
[Image]