vcglib/apps/sample
ganovelli 8c998ccd11 vcg::tri::Allocate<MESH>::Get*Attribute(m,name);
has CHANGED!

Before it was returning a valid handle to the attribute
IF it existed, otherwise the handle was invalid.
 
Now it always returns a valid handle to the attribute,
by creating the attribute name if it did not exist or returning
the handle to it if it was already there.

ALl the code using Get*Attribute  has been changed accordingly.
2013-01-30 17:18:55 +00:00
..
aabb_binary_tree Yet another big cleaning pass to the samples 2012-10-09 08:43:35 +00:00
colorspace *** empty log message *** 2006-08-29 12:58:40 +00:00
hashing_2D added support for primitive subdivision into cells 2012-08-27 12:46:31 +00:00
img_filters added basic filter sample for image module 2009-08-25 16:53:04 +00:00
polygonmesh_base Yet another big cleaning pass to the samples 2012-10-09 08:43:35 +00:00
polygonmesh_quadsimpl cleaned up a bit the quad simplifier 2011-05-19 13:51:41 +00:00
polygonmesh_zonohedra
space_minimal Initial Relase 2005-09-21 10:29:33 +00:00
space_packer Added qt svg and opengl package to the space_packer sample 2012-05-29 13:48:00 +00:00
trimesh_QT Ongoing Rearrangement of filepath 2011-04-01 17:07:57 +00:00
trimesh_allocate
trimesh_ant_freeglut
trimesh_ant_qt
trimesh_attribute vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00
trimesh_ball_pivoting
trimesh_base Still improving documentation 2012-10-25 07:20:06 +00:00
trimesh_closest Still improving doxygen base docs and samples... 2012-10-19 11:48:33 +00:00
trimesh_clustering Still improving the documentation of the samples 2012-10-16 09:08:19 +00:00
trimesh_color Improved comments and interface of perlin noise color 2012-10-19 12:32:05 +00:00
trimesh_copy harmless gcc warnings in the samples 2012-11-10 16:57:26 +00:00
trimesh_curvature
trimesh_diskparam Changed all vn,fn into VN(),FN() in all the samples. 2012-10-15 07:52:40 +00:00
trimesh_edge Changed all vn,fn into VN(),FN() in all the samples. 2012-10-15 07:52:40 +00:00
trimesh_fitting harmless gcc warnings in the samples 2012-11-10 16:57:26 +00:00
trimesh_geodesic Added Geodesic Sample 2012-11-07 01:16:21 +00:00
trimesh_hole
trimesh_inertia Still improving the documentation of the samples 2012-10-16 09:08:19 +00:00
trimesh_intersection Yet another big cleaning pass to the samples 2012-10-09 08:43:35 +00:00
trimesh_isosurface harmless gcc warnings in the samples 2012-11-10 16:57:26 +00:00
trimesh_join Changed all vn,fn into VN(),FN() in all the samples. 2012-10-15 07:52:40 +00:00
trimesh_kdtree Added kdtree sample and updated a bit the comments of the other samples 2012-10-24 09:40:15 +00:00
trimesh_normal Added kdtree sample and updated a bit the comments of the other samples 2012-10-24 09:40:15 +00:00
trimesh_optional Still improving doxygen base docs and samples... 2012-10-19 11:48:33 +00:00
trimesh_pointmatching
trimesh_pos_demo Ongoing Rearrangement of filepath 2011-04-01 17:07:57 +00:00
trimesh_ray Cleaned up the pro of two sample 2012-11-05 10:10:33 +00:00
trimesh_refine removed useless include from some samples 2012-10-25 21:18:49 +00:00
trimesh_sampling Added a few more samples (normals, inertia, sampling) 2012-10-12 06:07:06 +00:00
trimesh_smooth
trimesh_split_vertex Cleaned up the pro of two sample 2012-11-05 10:10:33 +00:00
trimesh_topology Yet another big cleaning pass to the samples 2012-10-09 08:43:35 +00:00
common.pri Still improving the documentation of the samples 2012-10-16 09:08:19 +00:00
sample.pro Added Geodesic Sample 2012-11-07 01:16:21 +00:00