This might be relevant:
The issue is how things are sorted from back to front. Your best bet is to implement your own comparator since it seems like you might be able to sort on just Z or whatever.
This might be relevant:
The issue is how things are sorted from back to front. Your best bet is to implement your own comparator since it seems like you might be able to sort on just Z or whatever.