2012-10-09 09:12:31 +02:00
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = trimesh_base \
|
2012-10-11 12:40:07 +02:00
|
|
|
trimesh_topology \
|
2012-10-09 09:12:31 +02:00
|
|
|
trimesh_smooth \
|
2012-10-09 12:25:00 +02:00
|
|
|
trimesh_curvature \
|
2012-10-11 12:40:07 +02:00
|
|
|
trimesh_normal \
|
|
|
|
trimesh_inertia \
|
2012-10-09 09:12:31 +02:00
|
|
|
trimesh_refine \
|
|
|
|
trimesh_clustering \
|
|
|
|
trimesh_isosurface \
|
|
|
|
trimesh_join \
|
|
|
|
trimesh_edge \
|
|
|
|
trimesh_optional \
|
|
|
|
trimesh_intersection \
|
|
|
|
trimesh_ball_pivoting \
|
|
|
|
trimesh_hole \
|
2012-10-12 08:07:06 +02:00
|
|
|
trimesh_sampling \
|
2012-10-09 09:12:31 +02:00
|
|
|
polygonmesh_base \
|
|
|
|
aabb_binary_tree \
|
|
|
|
trimesh_attribute
|
|
|
|
|