You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defer drawing until flip() called (.draw() just inserts into a sorted list), then draw front-to-back. Separate back-to-front list for transparent things? Generally need to figure out depth...
Defer drawing until
flip()
called (.draw()
just inserts into a sorted list), then draw front-to-back. Separate back-to-front list for transparent things? Generally need to figure out depth...https://stackoverflow.com/questions/5583564/2d-engine-with-opengl-use-z-buffer-or-own-implementation-for-sprite-sorting
The text was updated successfully, but these errors were encountered: