#Why wont my Shadertexture move?

7 messages · Page 1 of 1 (latest)

slow matrix
#

Im working on a very simple shader, i wnat to have a noisetexture act as a alpha-mask to give my text some "wavyness". But i cant figure out how to make the texture scroll.. So if someone knows whats wrong with my setup i'd love your inputs.
Thanks in advance <3

(The shader is applied to a SubviewportContainer, because i cant apply transparency to a label-node directly)

barren ember
slow matrix
barren ember
#

could maybe be because by default a viewport isn't transparent and the resulting render will always have a set background color. there is a setting inside the SubViewport to enable transparency.

slow matrix
#

this is my entire nodesetup, im trying to make the noise move. I guess its kind of hard to tell from an image but the noise isnt moving... haha

#

The subviewport is transparent the transparency is working fine its just not moving, that the only issue