BKE_mball: split tessellation into its own file

this has a lot of its own local structs, functions,
better to keep isolated from general metaball selection/library logic.
This commit is contained in:
2015-02-26 14:39:57 +11:00
parent ec03ab021f
commit 3d20bf75cb
4 changed files with 1986 additions and 1924 deletions

View File

@@ -119,6 +119,7 @@ set(SRC
intern/mask_rasterize.c
intern/material.c
intern/mball.c
intern/mball_tessellate.c
intern/mesh.c
intern/mesh_evaluate.c
intern/mesh_mapping.c
@@ -233,6 +234,7 @@ set(SRC
BKE_mask.h
BKE_material.h
BKE_mball.h
BKE_mball_tessellate.h
BKE_mesh.h
BKE_mesh_mapping.h
BKE_mesh_remap.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff