| bio | website | |
|---|---|---|
| location | UK | |
| age | ||
| visits | member for | 10 months |
| seen | May 1 at 23:01 | |
| stats | profile views | 2 |
|
Jan 30 |
awarded | Supporter |
|
Aug 9 |
revised |
SDL Parallax Scrolling along two axis Changed offset modding code as per comment |
|
Aug 9 |
comment |
SDL Parallax Scrolling along two axis Modding by the buffer size only worked in the above example because the images were the same size as the SDL surface. We should actually mod by layer->image->w; and height, which should handle tiling to a buffer of any size. |
|
Jul 16 |
awarded | Student |
|
Jul 16 |
awarded | Teacher |
|
Jul 16 |
awarded | Scholar |
|
Jul 16 |
accepted | SDL Parallax Scrolling along two axis |
|
Jul 16 |
answered | SDL Parallax Scrolling along two axis |
|
Jul 15 |
awarded | Editor |
|
Jul 15 |
revised |
SDL Parallax Scrolling along two axis Changed variable names cX and cY to draw_x and draw_y, as it's better practice to name variables properly. |
|
Jul 15 |
comment |
SDL Parallax Scrolling along two axis I've worked out what's wrong with this and why I'm an idiot. I'll post my solution as an answer to this question when I finish it. |
|
Jul 13 |
asked | SDL Parallax Scrolling along two axis |