Commit Graph

742 Commits

Author SHA1 Message Date
Paolo Cignoni fd08c3eaf8 added two missing std at a swap() 2013-11-28 23:26:06 +00:00
Gianpaolo Palma 11bbe2e63a Include changes to fix some compile errors with Glew 2013-11-28 11:04:59 +00:00
Paolo Cignoni 1039148025 updated the sample to the changes in voronoi_clustering.h 2013-11-27 17:46:09 +00:00
Paolo Cignoni 604bc3903f 2013-11-25 13:12:09 +00:00
Paolo Cignoni 0bf3377f67 Rewrote sample for voronoi sampling.
Now it also delete short edges and triangulate the regions.
2013-10-09 09:20:21 +00:00
Paolo Cignoni cc52ce5439 Rewrote sample for voronoi sampling. Now it also fix some vertexes just to show how to constrain some vertices. 2013-10-03 14:33:47 +00:00
Paolo Cignoni 18dbdc8fb2 Added another pointcloud simplification approach. 2013-09-11 13:34:02 +00:00
Paolo Cignoni e04875d33d Added sample for point cloud subsampling 2013-09-11 11:08:23 +00:00
Paolo Cignoni de2738a7c3 Updated to the recent changes 2013-09-10 10:56:23 +00:00
Paolo Cignoni a20f579018 updated to the func name changes in Stat 2013-09-10 10:55:17 +00:00
Paolo Cignoni eada2c02db First version of the voronoi sampler 2013-07-26 12:16:02 +00:00
Paolo Cignoni 33bab2157f removed useless include from the tridecimator sample 2013-07-23 07:37:29 +00:00
Paolo Cignoni 5e36e051a4 improved comments and corrected a small bug in the topology sample 2013-07-23 07:36:40 +00:00
Paolo Cignoni ce0dfc02d2 minor changes to the samples, removed harmless warnings, updated interfaces 2013-07-23 07:33:48 +00:00
Paolo Cignoni 1c4e43955b Added new sample for voronoiclustering 2013-07-05 14:21:48 +00:00
Paolo Cignoni de332065d1 Added the feature aware poisson disk sampling example 2013-07-01 14:09:40 +00:00
Paolo Cignoni 880e617233 First Sample to use the voronoi based paramterizer 2013-04-16 15:20:05 +00:00
Paolo Cignoni de7b61b7e5 Corrected a EnableWedgeTex into EnableWedgeTexCoord 2013-04-16 15:15:33 +00:00
Paolo Cignoni af942bc503 added the old small original samples of metro 2013-04-15 20:59:56 +00:00
Paolo Cignoni 14d7fc5bff spurius file of doubtful utility. 2013-04-15 20:17:43 +00:00
Paolo Cignoni 5928ca28b6 Updated the generic packing sample and added a sample that (partially) repack textures of a mesh using the new packer 2013-03-26 11:33:17 +00:00
Paolo Cignoni fce6ab1138 Added a sample to show the techniques to repack parametrizations 2013-03-25 13:19:22 +00:00
Paolo Cignoni c4fde3e879 Updated the spacepacker sample to the new interfaces for dumping, creating random outlines etc 2013-03-25 13:13:28 +00:00
Paolo Cignoni e94cfb5a43 Refactored a bit the extended marching cube core. Cleaned up a bit the trivial walker to be used by both of them. Updated the sample for marching cube. 2013-03-22 17:06:41 +00:00
Paolo Cignoni f156a5a82c Updated version of the oldpolyrect packer. Reasonably extended to multiple domain. To be tested/replaced 2013-03-13 19:09:50 +00:00
ganovelli 5c7608030f updated 2013-03-08 09:07:25 +00:00
Paolo Cignoni 55d278cdff updated to the last changes of the library (standardization of naming Vertex->PerVertex) 2013-02-20 21:21:49 +00:00
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
Paolo Cignoni 794f2f27a7 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.
Updated also all the vcg samples using the trackball
2013-01-28 15:15:14 +00:00
Paolo Cignoni 6990ec48d3 Added sample for point matching 2012-11-22 23:30:42 +00:00
Paolo Cignoni 7a8aba311b harmless gcc warnings in the samples 2012-11-10 16:57:26 +00:00
Paolo Cignoni 302e8130b0 Added Geodesic Sample 2012-11-07 01:16:21 +00:00
Paolo Cignoni c72396e6f7 Cleaned up the pro of two sample 2012-11-05 10:10:33 +00:00
Paolo Cignoni b6d198362c Small changes to the compactVector (added a check on empty vectors) and improved the sample on allocation. 2012-10-31 06:58:08 +00:00
Paolo Cignoni fe95eeca43 Improving Documentation: removed a ton of doxygen warnings. Cleared a bit the groups structure, added a few comments to allocator 2012-10-26 06:16:15 +00:00
Paolo Cignoni 6c3d86d448 Still Improving the documentation. 2012-10-25 23:52:48 +00:00
Paolo Cignoni a90b24dca5 Improved documentation... 2012-10-25 23:40:51 +00:00
Paolo Cignoni fc5a0216ac Improved documentation about allocation. Added sample on allocation. 2012-10-25 22:53:33 +00:00
Paolo Cignoni bf7511c68b removed useless include from some samples 2012-10-25 21:18:49 +00:00
Paolo Cignoni b50b1e88c3 Still improving documentation 2012-10-25 07:20:06 +00:00
Paolo Cignoni 5adb83c8c9 Added kdtree sample and updated a bit the comments of the other samples 2012-10-24 09:40:15 +00:00
Paolo Cignoni c87cd495de Rewrote of the Fitting to plane functions. Added Weighted version and sample 2012-10-22 18:27:30 +00:00
ganovelli afc883bfc1 removed 2012-10-19 15:08:37 +00:00
Paolo Cignoni 75122cd193 Improved comments and interface of perlin noise color 2012-10-19 12:32:05 +00:00
Paolo Cignoni d81d14189c Still improving doxygen base docs and samples... 2012-10-19 11:48:33 +00:00
Paolo Cignoni a88964b4cd Small changes to quadrangulator 2012-10-18 16:49:26 +00:00
Paolo Cignoni deea64827a Small changes to the pro of quadrangulator 2012-10-18 16:47:38 +00:00
Paolo Cignoni c699766356 Completed the (partially failed) move of the MIQ folder 2012-10-18 16:31:08 +00:00
Paolo Cignoni 0282aafd90 2012-10-18 16:28:50 +00:00
Paolo Cignoni bba85aeddb Renamed the miq into quadrangulator 2012-10-18 16:21:55 +00:00