Advertisement

Latest sorting Activity

Trouble with sprite sorting layers and rotation!

In the first picture, the dark grey hook character has an implausible position: standing on air with a single point contact with the ground (the light green shape) and an exactly horizontal base, presumably the result of “freezing rotation”. 

For a more realistic appearance, it should either im…

5,375 views
Advertisement
Sprites draw-order sorting for top-down 2D game with floors and bridges

I would also go for depth buffers because it makes things a lot simpler while allowing more artistic freedom. Whole buildings can be drawn as a single multi-tile sprite to reduce the feel of grainy repeated patterns, which is probably why you used a flat color on the bridge.

You can even treat occlu…

8,201 views

I'll need a bit to understand all that (very tired atm) but thanks. I see the merit of the suggestion.

I see how adding the batching phase between the sort and the render could help, supposedly this is where I would take advantage of instancing as well right?
As for indirect drawing... Sadly I never …

6,688 views
Advertisement
Advertisement