#Poblem with shader

1 messages · Page 1 of 1 (latest)

keen vapor
nocturne wadi
#

The noise node returns a 0-1 value so adding that to the position will bias towards one direction. (Made obvious by the multiply with the strength float property)
Try Subtract 0.5 before the Mutliply to center it

keen vapor
#

like that?