Skip to content

Edge Split now walk from split point to end point, instead of end to split.

Robert Maynard requested to merge (removed):correct_edge_split_tess_order into master

This is really important as now the tessellation object goes from start to finish, instead of finish to start. Plus when it comes to loops we fix an issue where we used to go from start to split since start == end.

Merge request reports