Hey there,
how is it possible to manipulate the vOffset/uOffset values of a loaded texture?
I know how to modify uScale/vScale - that’s ease
mesh.uv > vector splitter (x/y) > multiply x/y with floats > vector merger > send to texture uv input.
But how do i modify the offset of the texture?
Thanks a lot!