parent
4216338de9
commit
d907db5a73
|
@ -1,17 +1,21 @@
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = trimesh_base \
|
SUBDIRS = trimesh_allocate \
|
||||||
trimesh_allocate \
|
|
||||||
trimesh_attribute \
|
trimesh_attribute \
|
||||||
trimesh_ball_pivoting \
|
trimesh_ball_pivoting \
|
||||||
|
trimesh_base \
|
||||||
trimesh_closest \
|
trimesh_closest \
|
||||||
trimesh_copy \
|
|
||||||
trimesh_color \
|
|
||||||
trimesh_curvature \
|
|
||||||
trimesh_clustering \
|
trimesh_clustering \
|
||||||
|
trimesh_color \
|
||||||
|
trimesh_copy \
|
||||||
|
trimesh_curvature \
|
||||||
|
trimesh_cylinder_clipping \
|
||||||
|
trimesh_disk_parametrization \
|
||||||
trimesh_edge \
|
trimesh_edge \
|
||||||
|
trimesh_field_smoothing\
|
||||||
trimesh_fitting \
|
trimesh_fitting \
|
||||||
trimesh_geodesic \
|
trimesh_geodesic \
|
||||||
|
trimesh_harmonic \
|
||||||
trimesh_hole \
|
trimesh_hole \
|
||||||
trimesh_inertia \
|
trimesh_inertia \
|
||||||
trimesh_intersection \
|
trimesh_intersection \
|
||||||
|
@ -33,10 +37,4 @@ SUBDIRS = trimesh_base \
|
||||||
trimesh_voronoiatlas \
|
trimesh_voronoiatlas \
|
||||||
trimesh_voronoiclustering \
|
trimesh_voronoiclustering \
|
||||||
trimesh_voronoisampling \
|
trimesh_voronoisampling \
|
||||||
edgemesh_sampling \
|
|
||||||
polygonmesh_base \
|
|
||||||
colorspace \
|
|
||||||
space_index_2d \
|
|
||||||
space_packer
|
|
||||||
# aabb_binary_tree
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue