View Single Post
05-20-16, 09:32 AM   #19
dssd
A Fallenroot Satyr
Join Date: May 2016
Posts: 25
Originally Posted by syncrow View Post
I meant a living fluid / wavin bar animation - like this:



Edit: bar smoothin' isn't an issue so far!
How are you implementing that? A big texture that you set tex coords on to move to the next frame should be fast. I do something similar in one of my addons with a texture sort of like



If you have separate textures and you're doing a bunch of SetTextures it'll be much slower.