2020-05-30 17:10:27 +02:00
|
|
|
TEMPLATE = subdirs
|
2012-10-09 09:12:31 +02:00
|
|
|
|
2020-05-30 17:10:27 +02:00
|
|
|
SUBDIRS = \
|
|
|
|
aabb_binary_tree \
|
|
|
|
colorspace \
|
|
|
|
#edgemesh_sampling \
|
|
|
|
polygonmesh_base \
|
|
|
|
polygonmesh_dual \
|
|
|
|
polygonmesh_optimize \
|
|
|
|
polygonmesh_polychord_collapse \
|
|
|
|
#polygonmesh_quadsimpl \
|
|
|
|
polygonmesh_smooth \
|
2020-06-01 17:03:44 +02:00
|
|
|
#polygonmesh_zonohedra \
|
2020-05-30 17:10:27 +02:00
|
|
|
space_index_2d \
|
|
|
|
#space_minimal \
|
|
|
|
space_packer \
|
|
|
|
space_rasterized_packer \
|
|
|
|
trimesh_align_pair \
|
|
|
|
trimesh_allocate \
|
|
|
|
trimesh_attribute \
|
|
|
|
trimesh_attribute_saving \
|
|
|
|
trimesh_ball_pivoting \
|
|
|
|
trimesh_base \
|
|
|
|
trimesh_closest \
|
|
|
|
trimesh_clustering \
|
|
|
|
trimesh_color \
|
|
|
|
trimesh_copy \
|
|
|
|
trimesh_create \
|
|
|
|
trimesh_curvature \
|
|
|
|
trimesh_cylinder_clipping \
|
|
|
|
trimesh_disk_parametrization \
|
|
|
|
trimesh_fitting \
|
|
|
|
trimesh_geodesic \
|
|
|
|
trimesh_harmonic \
|
|
|
|
trimesh_hole \
|
|
|
|
trimesh_implicit_smooth \
|
|
|
|
trimesh_indexing \
|
|
|
|
trimesh_inertia \
|
|
|
|
trimesh_intersection_plane \
|
|
|
|
trimesh_intersection_mesh \
|
|
|
|
trimesh_isosurface \
|
|
|
|
trimesh_join \
|
|
|
|
trimesh_kdtree \
|
|
|
|
trimesh_montecarlo_sampling \
|
|
|
|
trimesh_normal \
|
|
|
|
trimesh_optional \
|
|
|
|
trimesh_pointmatching \
|
|
|
|
trimesh_pointcloud_sampling \
|
|
|
|
trimesh_ray \
|
|
|
|
trimesh_refine \
|
|
|
|
trimesh_remeshing \
|
|
|
|
trimesh_sampling \
|
|
|
|
trimesh_select \
|
|
|
|
trimesh_smooth \
|
|
|
|
trimesh_split_vertex \
|
|
|
|
trimesh_texture \
|
|
|
|
trimesh_texture_clean \
|
|
|
|
trimesh_topology \
|
|
|
|
trimesh_topological_cut \
|
|
|
|
trimesh_voronoi \
|
|
|
|
trimesh_voronoiatlas \
|
|
|
|
trimesh_voronoiclustering \
|
|
|
|
trimesh_voronoisampling \
|