I have a material function. I want to take that material function into a material and adjust the tiling of the texture to suit different assets in my scene. Here are two screen shots.
I have not used functions in a while but i believe you can just parametize a ThreeVector (i don’t think a OneVector wont work in the setup you have there) being multiplied against the TexCoord and adjust it per-asset that way.