vcglib/apps/sample
Luigi Malomo 75eca5e231 fix for voronoi remesher, again 2017-07-17 20:39:04 +02:00
..
aabb_binary_tree Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
colorspace Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
edgemesh_sampling Small compilation error (changed interface...) 2017-03-02 10:12:11 +01:00
polygonmesh_base Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
polygonmesh_dual Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
polygonmesh_optimize Cleaning Pass on samples 2017-03-14 07:49:15 +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 Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
space_minimal Initial Relase 2005-09-21 10:29:33 +00:00
space_packer Corrected harmless Warnings 2017-03-02 10:20:27 +01:00
trimesh_allocate Small change to remove warning 2017-03-24 15:18:14 +01:00
trimesh_attribute Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ball_pivoting Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_base Cleaning type mismatch in update quality (quality has its own type!) 2017-04-03 17:23:25 +02:00
trimesh_closest Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_clustering Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_color Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_copy Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_curvature Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_cylinder_clipping Still cleaning samples 2017-03-24 15:23:43 +01:00
trimesh_disk_parametrization Corrected orthographic error in function name. IsFeaseable -> IsFeasible 2017-06-16 11:33:35 +02:00
trimesh_edge Small changes required for windows compilation of all the samples 2017-04-02 19:52:16 +02:00
trimesh_fitting Cleaning Pass on samples 2017-03-14 07:49:15 +01: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 Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_implicit_smooth Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_indexing Still cleaning all the samples. 2017-03-24 16:50:19 +01:00
trimesh_inertia Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_intersection_mesh Corrected comment and typo in include 2017-04-12 08:06:58 +02:00
trimesh_intersection_plane Totally rewrote the plane intersection sample 2017-04-05 07:48:20 +02:00
trimesh_isosurface Corrected wrong include 2016-06-14 21:36:42 +02:00
trimesh_join Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_kdtree added cast for compiling under vs 2017-04-02 19:58:47 +02:00
trimesh_montecarlo_sampling Still cleaning samples 2017-03-24 15:23:43 +01:00
trimesh_normal Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_optional Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_pointcloud_sampling Still cleaning all the samples. 2017-03-24 16:50:19 +01:00
trimesh_pointmatching Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_ransac Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_ray Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_refine Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_remeshing Added Isotropic remeshing. 2017-03-22 14:12:40 +01:00
trimesh_sampling Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
trimesh_select Added trimesh_select sample 2017-04-02 01:29:00 +02:00
trimesh_selfintersection [sample refactoring] added various samples 2017-03-19 18:59:02 +01:00
trimesh_smooth Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_split_vertex Corrected a EnableWedgeTex into EnableWedgeTexCoord 2013-04-16 15:15:33 +00:00
trimesh_texture Improved Texture example 2017-06-13 15:46:19 +02:00
trimesh_topological_cut [sample refactoring] added various samples 2017-03-19 18:59:02 +01:00
trimesh_topology Cleaning Pass on samples 2017-03-14 07:49:15 +01:00
trimesh_volumesampling [sample refactoring] added various samples 2017-03-19 18:59:02 +01: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 fix for voronoi remesher, again 2017-07-17 20:39:04 +02: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 added sample for mesh mesh intersection with remeshing 2017-04-11 19:20:36 +02:00