SOLVED - Transparent Texture Edge Render Issue - Code and Images

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.

1 Like