vcglib/apps/sample
Paolo Cignoni 4a80b019ac First commit of the voronoi based remesher
Still to be checked…
2017-03-13 13:28:46 +01:00
..
aabb_binary_tree Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
colorspace small changes to allow clang compilation 2016-06-12 21:11:25 +00:00
edgemesh_sampling Small compilation error (changed interface...) 2017-03-02 10:12:11 +01:00
img_filters
polygonmesh_base Small compilation error (changed interface...) 2017-03-02 10:12:11 +01:00
polygonmesh_dual first version of Dual meshing with sample application 2017-01-23 17:22:44 +01:00
polygonmesh_optimize first example of small program that use polygonal optimization routines 2017-01-25 17:26:19 +01:00
polygonmesh_polychord_collapse PolygonalMesh Debugging: corrected typo in the name of the polychord class 2014-02-18 11:12:37 +00:00
polygonmesh_quadsimpl Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
polygonmesh_zonohedra Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
space_index_2d Small change to make the bbox function in segment equal to the other vcg object (getbbox instead of bbox) 2016-06-12 21:10:46 +00:00
space_minimal
space_packer Corrected harmless Warnings 2017-03-02 10:20:27 +01:00
trimesh_QT Updated the pro to the new eigen path 2017-02-21 17:16:54 +01:00
trimesh_QT_shared removed useless file 2016-05-06 06:11:05 +00:00
trimesh_allocate Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ant_freeglut
trimesh_ant_qt
trimesh_attribute Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ball_pivoting Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_base Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_closest
trimesh_clustering Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_color Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_copy Updated a number of sample app for the vcg lib 2016-01-25 14:47:06 +00:00
trimesh_curvature Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_cylclip
trimesh_diskparam
trimesh_edge Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_fitting Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_geodesic Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_harmonic first sample for harmonic interpolation 2014-11-03 15:07:07 +00:00
trimesh_hole Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_implicit_smooth Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_indexing Cleaning up sample prog 2016-06-09 10:46:10 +00:00
trimesh_inertia Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_intersection Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_isosurface Corrected wrong include 2016-06-14 21:36:42 +02:00
trimesh_join Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_kdtree Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_normal Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_optional Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_pointcloud_sampling Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_pointmatching Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_pos_demo Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ransac Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ray
trimesh_refine Updated a number of sample app for the vcg lib 2016-01-25 14:47:06 +00:00
trimesh_sampling Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_smooth Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_split_vertex
trimesh_texture Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_topology Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_voronoi Some changes to the voronoi processing class. Now it performs Loyyd relaxation on constrained elements only keeping into account the constrained set. In other words sample on the boundary are relaxed only keeping into account of he other boundary vertexes This will result in much better distributions of samples on the boundaries. 2014-03-18 11:27:46 +00:00
trimesh_voronoi_remesh First commit of the voronoi based remesher 2017-03-13 13:28:46 +01:00
trimesh_voronoiatlas Updated a number of sample app for the vcg lib 2016-01-25 14:47:06 +00:00
trimesh_voronoiclustering Updated a number of sample app for the vcg lib 2016-01-25 14:47:06 +00:00
trimesh_voronoisampling Small compilation error (changed interface...) 2017-03-02 10:12:11 +01:00
common.pri Removed hard coded eigenlib path from the include. So you are free to use the version of eigen you prefer. 2017-01-26 15:31:53 +01:00
sample.pro Small compilation error (changed interface...) 2017-03-02 10:12:11 +01:00