vcglib/apps
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
..
metro Cleaning up the old metro app 2012-10-04 16:28:41 +00:00
pivoting Ongoing Rearrangement of filepath 2011-04-01 17:09:03 +00:00
plyrefine Ongoing Rearrangement of filepath 2011-04-01 17:09:03 +00:00
quadrangulator Small changes to quadrangulator 2012-10-18 16:49:26 +00:00
sample vcg::tri::Allocate<MESH>::Get*Attribute(m,name); 2013-01-30 17:18:55 +00:00
test Moved unsupported vcg app into the apposite folder 2012-10-18 12:48:09 +00:00
tridecimator Small harmless changes. Mostly cleaning up. 2011-10-24 11:23:49 +00:00
trimeshinfo updated to current version of the library 2011-04-15 14:02:55 +00:00
unsupported Small Change of the Trackball apply interface. It does no more require a bool to specify if the trackball icon has to be drawn because it is always wrong to draw the trackball at the apply time (two reasons, antialiasing and transparency and zbuffer preservation) So now the standard call is just Apply() without the useless bool parameters. 2013-01-28 15:15:14 +00:00