SFML community forums
Help => Graphics => Topic started by: Drak on June 08, 2011, 02:11:30 am
-
I don't know much about GLSL - but how would I go about making a shader only effect one sprite, instead of the whole scene? Without having to draw the sprites after the shader? Or is that the only way?
Thanks.
-
Are you using SFML 1.x? In SFML2, the only way you can use shaders is on a sprite or other drawable. I'm not sure how in SFML 1.x.
-
Are you using SFML 1.x? In SFML2, the only way you can use shaders is on a sprite or other drawable. I'm not sure how in SFML 1.x.
1.6 - Just using the standard PostFX class. There is the SetTexture() command, not sure how it functions though.
-
You can't do it in SFML 1.6 -- that's why the class is named PostFx and not Shader ;)