AndEngine icon indicating copy to clipboard operation
AndEngine copied to clipboard

Fix issues with GLScissorStack

Open nazgee opened this issue 11 years ago • 5 comments

There were two issues in current implementation:

  • original clip rects where kept on stack, instead of clipping intersections
  • when popping topmost frame nothing happened (we should return to previous clip intersection)

nazgee avatar Jun 09 '13 23:06 nazgee

GLScissorStack.java is basically worthless without these fixes.

nazgee avatar Jun 28 '13 09:06 nazgee

Do you want me to create an example project for this one?

nazgee avatar Jul 01 '13 05:07 nazgee

Yes, please create a test in https://github.com/nicolasgramlich/AndEngineTest so that we can agree on what this class is supposed to do =) because I think we are thinking a little different.

nicolasgramlich avatar Jul 01 '13 06:07 nicolasgramlich

Done: nicolasgramlich/AndEngineTest#2 Hope it helps :)

nazgee avatar Jul 01 '13 09:07 nazgee

ping?

nazgee avatar Jul 10 '13 19:07 nazgee