Greetings. I don’t know if this is a bug but I can’t connect to the vertex position input when the vector comes from a sampled texture otherwise it works just fine.
You need to use a Sample Texture 2D LOD node for the vertex position slot, as the regular Sample node uses calculations that cannot be performed in the vertex function. This should be mentioned in the documentation pages for those nodes. c:
1 Like