Commit Graph

43 Commits

Author SHA1 Message Date
Nico Pietroni 66c7b45321 removed damping of debug meshes 2014-09-20 23:56:36 +00:00
Nico Pietroni 40b3c014c2 minor changes in using the parametrizator, now called using the appropriate namespace 2014-09-14 01:04:23 +00:00
Nico Pietroni 37880b3f52 minor changes on naming functions 2014-09-14 01:03:41 +00:00
Nico Pietroni 32dd3138f8 minor changes, added namespace 2014-09-14 01:03:16 +00:00
Nico Pietroni 4fe40ecef5 completely restructured the whole class, much more robust 2014-09-11 20:42:57 +00:00
Nico Pietroni 7911ad3d93 minor naming changes 2014-09-11 20:41:35 +00:00
Nico Pietroni ea8856c468 corrected one compilation bug 2014-07-03 15:40:11 +00:00
Paolo Cignoni 4fc8ed68ba Small refactoring (using pos) 2014-05-15 05:36:53 +00:00
Nico Pietroni ac7b0c1bb1 minor changes 2013-07-23 11:24:38 +00:00
Nico Pietroni db3d3510b9 one assert commented, but more coding needed to make the quadrangulator stable 2013-07-23 11:24:05 +00:00
Nico Pietroni da7a44c98d some minor changes on flag inizialization 2013-07-23 11:23:21 +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
Nico Pietroni c1c3782576 passed numCuts as parameter to draw cuts of different colors in GLDrawSeams fucntion 2013-01-22 10:02:05 +00:00
Nico Pietroni 22fe0de0e7 corrected bug on valency computation 2012-12-26 18:49:55 +00:00
Nico Pietroni e557b14faa changed color to deal with singularity valence 2012-12-26 18:49:09 +00:00
Nico Pietroni fafe0f0293 Added function UpdateUVBox 2012-12-09 16:09:18 +00:00
Nico Pietroni dad1799579 resolved minor compiling issues 2012-11-18 18:10:32 +00:00
Nico Pietroni c8a300af63 some warning resolved 2012-11-18 18:09:46 +00:00
Nico Pietroni ab19874591 moved several functions from glfield and added useful functions to draw and debug UV space , seams and other 2012-11-18 18:09:02 +00:00
Nico Pietroni ec2c23ae0d removed commented lined 2012-11-12 13:04:45 +00:00
Nico Pietroni 82bc88079d corrected call of VFOrderedStarFF 2012-11-12 13:01:24 +00:00
Nico Pietroni fdab50f31f changed call DrawFlippedFacesIfSelected ot suppport UV drawing 2012-11-12 11:18:38 +00:00
Nico Pietroni b60271f86c minor changes 2012-11-12 11:17:33 +00:00
Nico Pietroni 006185771a added InitSeamIndexes function 2012-11-12 11:16:14 +00:00
Nico Pietroni 9f80b2951f added updating of lags at the beginning of SelectSingularityByMM function 2012-11-07 16:04:53 +00:00
Nico Pietroni cd6c0115c0 * added the IntergerValues per mesh vector to store the integer values after the parametrization has been done
* line 443, commented out "&&(f0<f1))" which makes the solver works faster but it si conceptually wrong , and generates errors if one would read back integer values.
2012-10-26 12:34:34 +00:00
Nico Pietroni a9b2c94821 added effective save of integer values after the problem has been solved in MapCoords 2012-10-26 12:30:58 +00:00
Paolo Cignoni 7e26fd3c27 Cleaned up include files and templates in MIQ 2012-10-18 16:25:50 +00:00
Nico Pietroni 95d75112be moved some function to private 2012-10-18 00:44:25 +00:00
Nico Pietroni 3a94d2f22d removed 1 include 2012-10-18 00:43:44 +00:00
Nico Pietroni 01d2f9eae8 changed include paths 2012-10-17 12:34:26 +00:00
Nico Pietroni 378ea14eec changed directory to ./core/ 2012-10-17 12:27:02 +00:00
Nico Pietroni 46354ca55e resolved 1 bug with defines 2012-10-17 12:22:42 +00:00
Nico Pietroni 954da5343f resolved 1 bug with stiffness handler 2012-10-17 11:47:18 +00:00
Nico Pietroni be7c2536f7 added export to polygonal mesh 2012-10-17 11:23:43 +00:00
Nico Pietroni 461ea23e75 added GLDrawPolygonalMesh function 2012-10-17 11:21:24 +00:00
Nico Pietroni d7e581cf96 first release version 2012-10-16 15:30:58 +00:00
Nico Pietroni 40d42c9aa9 removed all the functions that loads from file 2012-10-16 15:30:35 +00:00
Nico Pietroni 2477c1f7b9 removed some commented lines 2012-10-16 15:29:00 +00:00
Nico Pietroni 9b0e2b2f88 completely refactored the class, based on static function calls 2012-10-16 15:28:15 +00:00
Nico Pietroni f68d67fadf removed some call to importing functions 2012-10-16 10:12:49 +00:00
Nico Pietroni c24d846f7c changed import field functions to the call of wrap/io_trimesh/import_field.h 2012-10-16 10:11:46 +00:00
Nico Pietroni aa2d1751f7 first release version 2012-10-15 01:15:04 +00:00