Paolo Cignoni
|
c4d97c2c03
|
Huge reordering of header file inclusion order
|
2017-03-14 07:48:48 +01:00 |
Paolo Cignoni
|
32333eba24
|
Huge copyright sanitization of the header files of vcg folder.
|
2016-06-13 05:29:25 +00:00 |
giorgiomarcias
|
d2b0ac56c7
|
Fixed a small bug causing not preservation of border vertex coordinates in some cases during polychord collapse.
|
2015-01-08 22:49:15 +00:00 |
giorgiomarcias
|
aafb13219e
|
Changed a wrong (fortunately not used) enum value.
|
2014-12-19 11:32:18 +00:00 |
giorgiomarcias
|
b179459e62
|
Fixed a weird bug that caused wrong check on self-intersections and polychord's adjacency.
|
2014-12-18 17:07:08 +00:00 |
giorgiomarcias
|
ad7f96a642
|
Removed several unusefull asserts on polychord splitting.
|
2014-11-24 08:23:23 +00:00 |
giorgiomarcias
|
6e0fe4fb49
|
Changed the SplitPolychord method: now it handles any polychord, especially self-intersecting ones.
|
2014-11-15 17:55:46 +00:00 |
giorgiomarcias
|
1f369bbf09
|
Added the option for selecting polychord loops only.
|
2014-11-07 15:38:00 +00:00 |
giorgiomarcias
|
e1027dedb5
|
Added method to find all polychords on a mesh (returns the list of Pos's, one for each polychord start edge).
|
2014-11-06 11:04:19 +00:00 |
giorgiomarcias
|
af0f42fedf
|
"public"-ized some previously "private" static method which are useful also outside. Added a "PC_OTHER" result code for user-defined purposes.
|
2014-10-17 08:54:34 +00:00 |
giorgiomarcias
|
8f72b462eb
|
Corrected a silly bug causing the polychord collapse process a strange behaviour (also some crash) when compiled with c++11. Changed also recursive types (forward declarations) avoiding pointers (by using vectors - rather than lists - and indices).
|
2014-05-04 18:53:31 +00:00 |
giorgiomarcias
|
cf1a476116
|
Corrected a bug arising when splitting a polychord with at least a 2-valence vertex (causing the polychord to blend and touch itself - wrong adjacency were computed before).
|
2014-04-22 10:26:15 +00:00 |
giorgiomarcias
|
7a9b33fcc5
|
Corrected a bug which could happen because of memory not released.
|
2014-03-14 14:56:17 +00:00 |
giorgiomarcias
|
833cc12e38
|
Added a (useful) static method to split a given polychord into a number n>1 of polychords.
|
2014-03-11 15:06:07 +00:00 |
giorgiomarcias
|
4cc8a7c919
|
Corrected a wrong behavior in case of a polychord having singularities on one side and a regular (ring) border on the other, which must not be collapsed.
|
2014-02-19 09:32:35 +00:00 |
Paolo Cignoni
|
d07b9b0c91
|
PolygonalMesh Debugging: corrected typo in the name of the polychord class
|
2014-02-18 11:03:42 +00:00 |