I made multiple optimizations to xXName77Xx’s insertion sort which i can apply to DRE probably by tomorrow 1: Handles occluded objects with 1 check 2: Reduced one set var in place with an addition 3: Slightly improved the dynamic sorting capability (variable reorder)
The engine is a hybrid still, no features were removed, i switched from quicksort to insertion and added various optimizations