as the name of topic, Why I can’t add a Sample Texture2D multiply with position?
I working on create shader for grass or tree, that can only sway at top of the sprite
so I would multiply it with some gradient texture like this, But I can’t add it to any node
Hi, the vertexstage doesn’t support Sample Texture 2D node, which automatically choose a suitable mipmap level for the texture. You should use Sample Texture 2D LOD node and provide a mipmap level (usually 0) instead.
Whow Thank you very much! I changed to use Preview+Power node instead, I don’t know which one is heavier?
between small gradient Texture and Gradient Logic by Preview.
Two days ago someone answered you that preview node is complied away and you got several other advices about shader performence, and I think you are still asking the same thing. Furthermore I am pretty sure this is not the first time it’s the case. I don’t know what is the reason, if you just don’t read what people write, or you don’t understand what they said, or you picked wrong words to describe the problem, but you should stop doing this.