Cleanup: move mesh tessellation into it's own file

This matches BMesh which also has tessellation in it's own file.

Using a separate file helps with organization when
extracting code into smaller functions.
This commit is contained in:
2021-06-18 14:38:25 +10:00
parent c290ac2ab1
commit 253c5d25f7
6 changed files with 613 additions and 550 deletions

View File

@@ -19,6 +19,8 @@
*
* This file contains code for polygon tessellation
* (creating triangles from polygons).
*
* \see mesh_tessellate.c for the #Mesh equivalent of this file.
*/
#include "DNA_meshdata_types.h"