Paolo Cignoni
b90e16c9aa
First Reasonable version of the CLA
2016-12-05 23:28:54 +01:00
Paolo Cignoni
93acc305ab
First version of the Contributor License Agreement
...
required to be signed for any contribution
2016-12-05 23:17:25 +01:00
Paolo Cignoni
8ff8d6bb41
Small type changes (size_t -> GLuint) to avoid warning
2016-12-05 13:19:44 +01:00
Paolo Cignoni
5e03df37b7
Corrected bug in the BuildMeshFromCoordVectorIndexVector
...
And improved comment on usage
2016-12-05 13:04:51 +01:00
Paolo Cignoni
56dcf4a513
Added a missing cast in the FromMatrix (to avoid a warning)
2016-12-04 12:19:26 +01:00
Paolo Cignoni
a850722639
changed a */* into a * /* to avoid a warning
2016-12-04 12:08:29 +01:00
Paolo Cignoni
2a31fb8201
added include<time .h>
...
it is included only in files that make use of timings functions
2016-12-04 12:07:19 +01:00
Paolo Cignoni
4f34f2d78e
harmless clang warning
...
format specifies type 'unsigned long' but the argument has type
'size_t' (aka 'unsigned int')
2016-12-02 15:36:36 +01:00
Matteo Dellepiane
e977c746bd
PackInt function made public
...
In order to make the new Ponchio's nexus work properly
2016-11-29 11:37:19 +01:00
Guido Ranzuglia
77b144b796
- added missing return value
2016-11-24 18:14:02 +01:00
Paolo Cignoni
095a697535
added a check for empty lines in obj (to avoid out of bound accesses)
2016-11-24 18:02:07 +01:00
Paolo Cignoni
831639d819
Refactoring and cleaning of the plymc surface reconstruction algorithm
2016-11-24 17:13:35 +01:00
Paolo Cignoni
cff044ca38
Header and namespace cleaning
2016-11-24 17:13:35 +01:00
Paolo Cignoni
22b633c9c2
Corrected bug of trivial walker when used on a sub volume
2016-11-24 17:13:35 +01:00
Paolo Cignoni
62f9ecf602
Harmless warning
2016-11-24 17:13:35 +01:00
Paolo Cignoni
a52d3149b1
Added an enum for opening success (E_NOERROR) common to all the imported
2016-11-24 17:13:34 +01:00
Guido Ranzuglia
aa8cf5f4ae
Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel
2016-11-23 23:57:14 +01:00
Marco Callieri
84c99ef920
added axis display on trackball pan
...
When the trackball is panned, axes are rendered in the trackball sphere
2016-11-21 17:07:40 +01:00
Guido Ranzuglia
c8344bba1a
- fixed crash derived from changing mesh topology without updating internal data structures
2016-11-21 12:00:56 +01:00
Paolo Cignoni
f4feeb5d5b
Added support of backslash terminated lines in OBJ
2016-11-18 09:16:52 +01:00
Gianpaolo Palma
82300062f8
Added a new implementation of the kdtree for faces
2016-11-16 11:24:12 +01:00
Gianpaolo Palma
0906212a1f
Minor improvements
...
-Added the possibility to create a balanced tree
-Added methods to get the protected members
-Bug fixed in the size of the stack used in the query methods
2016-11-16 11:12:42 +01:00
Paolo Cignoni
a42c279255
Corrected various warning in an old importer/exporter
2016-11-10 16:41:51 +01:00
Marco Callieri
c21c89b35c
symmetry: added FaceMark to plane-generating sphere
...
if the parametric sphere used for plane geenration does not have
FaceMark, the votation function throws an exception of missing
component.
2016-11-10 09:46:49 +01:00
Paolo Cignoni
d918d62c4c
Merge branch 'master' into devel
2016-11-08 18:48:56 +01:00
Paolo Cignoni
2ac754751b
Create missing standard License file
2016-11-08 18:48:13 +01:00
Paolo Cignoni
a8e244e73b
added link to GitHub in the first page
2016-11-07 22:52:58 +01:00
Paolo Cignoni
fd3c661efc
commented out unused param
2016-11-03 12:55:46 +01:00
Paolo Cignoni
e6cac33ec8
removed an unused var
2016-11-03 12:55:29 +01:00
nico
102a211728
Updated Face face Topology before Quadrangulation
2016-11-02 12:14:39 +01:00
nico
5a12a2899a
Generalized FaceFromVertex to works on polyhedral faces
2016-11-02 12:14:39 +01:00
Paolo Cignoni
f9169b8ec2
Refactored a number of cleaning algorithms
...
Issues resolved:
- removed assert and used the correct meshassert exceptions
- removed wrong use of selection instead of visiting flag (various
filters destroyed selection when called)
- rewrote a totally clumsy count hole.
2016-11-02 12:11:18 +01:00
Paolo Cignoni
0b135dbc01
Stupid me. Wrong braces in previous commit
2016-11-02 11:44:06 +01:00
Paolo Cignoni
e7a5c27693
Added OnlyEdgeMesh precondition in MeshAssert
2016-11-02 11:23:25 +01:00
Gianpaolo Palma
16de4693b2
Bug fixed in the loading of the per-vertex and per-face color alpha value
2016-10-28 15:00:24 +02:00
Marco Callieri
9f2f60850d
added cameraType in XML export/import
...
added "cameraType" property in Intrinsics XML export and import, for
better handling of orthographic cameras in MeshLab
2016-10-25 14:32:29 +02:00
Gianpaolo Palma
680d903ad5
Indentation
2016-10-21 11:06:11 +02:00
Paolo Cignoni
73d84303de
Translated a number of comments and corrected a small bug (adding a null box does nothing also for transformed box)
2016-10-20 12:40:12 +02:00
Marco Callieri
be72f858e4
updated rubberband drawing mode (for meshlab measurement filter)
2016-10-20 12:24:17 +02:00
Gianpaolo Palma
48818b4e40
Added functions for FaceType in the EmptyTMark class
2016-10-18 13:38:10 +02:00
Guido Ranzuglia
052e7242fe
- fixed "glerror for 0 argument passed to glpointsize" bug
2016-10-14 05:34:04 +02:00
Guido Ranzuglia
20fa52181f
- fixed "if there is color both vertex/face colors are enabled even if there is just one of them" bug
2016-10-13 04:28:00 +02:00
Gianpaolo Palma
8b90ba72a3
Bug fixed by removing the deferencing of the end() iterator of the container
2016-10-07 17:01:39 +02:00
Paolo Cignoni
07fe590814
Hue in HSV is wrapped if out of range for sake of robustness
2016-10-07 00:49:34 +02:00
Gianpaolo Palma
9b9e4f6681
Bug fixed for an implicit cast to float
2016-10-03 10:09:27 +02:00
Guido Ranzuglia
684bb9ecfb
- fixed "no per mesh color applied on polygonal wire rendering" bug
2016-09-15 06:10:18 +02:00
Guido Ranzuglia
5e89a6a5f7
- roll back
2016-09-12 09:01:40 +02:00
Guido Ranzuglia
cb4f24383f
- various bugs fixed
2016-09-12 08:58:29 +02:00
Guido Ranzuglia
01787cad96
- rolled back to previous github version of the file
2016-09-08 05:25:43 +02:00
Guido Ranzuglia
16879ec6ca
- removed "no texture binded with per points vertex texture modality" bug
2016-09-08 05:22:53 +02:00