Does anyone have some good sites for free textures / images? I see games with all these cool quick particle effects when something fires, casts magic, or something. I want to use such an effect, which I expect is done with a series of textures to present an animation.
In particular, I'm looking to have an effect of sparkles, fluid glowing, or trails circling a central point. I know that I could do this one off in a processing animation, but I'm trying to apply the same effect to thousands of objects at the same time. So point sprites in a VBO, which just changes the particular texture position in each frame.
In particular, I'm looking to have an effect of sparkles, fluid glowing, or trails circling a central point. I know that I could do this one off in a processing animation, but I'm trying to apply the same effect to thousands of objects at the same time. So point sprites in a VBO, which just changes the particular texture position in each frame.
1