Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Minor spattering of info

Minor spattering of info

Servant of the Lord
Servant of the Lord
Pixel ? Tile ? World · · 1 min read
2,580 2
Not much to say, and not much to show, but I haven't posted in several weeks so I figure I need to post something.

I've been running some tests using SFML and OpenGL, to see what kind of framerates I could get when drawing my 2D tiles (the results of the performance results are still inexplicably low), and in doing so, I confusedly ended up with some weird OpenGL mistakes from mixing up by the order that the vertices were supposed to go in:

dal7.png

Being new to GLSL (and OpenGL in general), I was playing around with getting my existing color blending algorithms working with OpenGL shaders:

08gi.jpg

Anyway, eventually (after heatedly interrogating other GDNet members in the chat room) I realized (okay, fine, "admitted I was wrong and acknowledged" wink.png) that I didn't actually need to use GLSL shaders to achieve the results I wanted:

ybjf.jpg

But, I do need to use GLSL shaders to use one texture as the alpha mask for another texture. huh.png
I thought there would be built in OpenGL functions for that, for sure.

It took me several days to trick SFML into letting me do that, by intermingling OpenGL function calls and GLSL shaders and depending on SFML implementation details:

xa6k.png

That's a rotated texture that has been flipped horizontally, with a independently rotated and/or flipped texture applied as the alpha channel.

If you came here expecting artwork... I haven't really worked on much recently. ohmy.png
Today I did make some pottery and jewelry boxes, but that's about it for the past several weeks!
pknr.png


Oh, as mentioned in my previous dozen or so journal entries, you now have the great privilege of following me on twitter! *waits expectantly for the world to burst into rejoicing*
rolleyes.gif


[size=2]*still waiting expectantly*

Discussion

Loading comments...