I have an application where one image will gradually appear over another in a pie-slice style. This is meant to be a smooth transition.
I've explored a lot of posts with masking but I haven't really found a good starting point. Should I use the OpenGL framework like in the PaintGL demo? What direction should I go for achieving this result?
I'm just looking for pointers in the right direction, as I'm feeling a bit lost. Any example code or references are appreciated as well