Tagged Questions
0
votes
0answers
114 views
Problem displaying tiles using tiled map loader with SFML
I've been searching fruitlessly for what I did wrong for the past couple of days and I was wondering if anyone here could help me. My program loads my tile map, but then crashes with an assertion ...
-1
votes
2answers
750 views
Tilemap rendering with openGL (why the rendering is extremely messed up)
I'm using SDL & openGL to render a tile-map.
The issue is that the tile-map rendering is extremely messed up, and i'm just a bit unsure what i'm doing wrong exactly.
Here's an image of the ...
2
votes
1answer
629 views
Question About Scrolling A Tilemap In C++/SDL/OpenGL
I been working with scrolling this week but I recently encounter a problem that I don't understand why it's happening.
In a 2D scroller I want to scroll a tilemap pixel per pixel which gives a smooth ...