@warpling @michaelsteeber @robertlong Hello! This actually isn’t an example of Z fighting, but definitely some sort of annoying depth sorting thing.
In Blackbox we fixed this by making all of our models have ModelSortGroupComponent. The group they reference is the same instance for all of them and the order is set manually for each model. Also the model sort group they all reference can have different depth pass value. We use nil but experiment with which works. Good luck