I haven’t started to code yet, but I’m actually designing the future Xith UI System.
I have a question about performances and I WANT ( ;)) your opinions on that.
Is it better :
- To do multiple textured quads and simple picking
- Or to do a unique textured quads and make 5 picks (4 corners + mouse position) and interpolate ?
In other words : is it better to have more polygons or more picking operations ?

