Hello!
I have a scene with 20-30 3D objects and a joystick to control them. When user touches gui-circle-joystick and drags it, it should follow user’s finger immediately. But the problem is it follows the finger with delay.
I think the reason is that gui is drawn after all the objects are drawn.
Can I somehow redraw this gui-circle fast without redrawing all the scene? I thought a lot about this problem and this is the only solution that i found.