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
3288a61cc5
Improved documentation (front page added bugs)
2012-10-30 18:49:32 +00:00
Paolo Cignoni
578ea5ae6b
Added control in the creation of a pos that you pass a consistent triple
2012-10-26 12:39:58 +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
Nico Pietroni
8e8f537321
corrected order of functions call in NextE()
2012-10-26 12:28:17 +00:00
Paolo Cignoni
ed4500a156
Improving Documentation: removed doxygen warnings.
2012-10-26 07:08:18 +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
7e5ebe06f4
removed useless append.h and a spurious uber still floating around...
2012-10-25 23:39:31 +00:00
Paolo Cignoni
d59ea952ed
Added append to the set of files always included by complex.h
2012-10-25 23:37:25 +00:00
Paolo Cignoni
fc5a0216ac
Improved documentation about allocation. Added sample on allocation.
2012-10-25 22:53:33 +00:00
Paolo Cignoni
d784bebe07
Added guards to avoid useless (and sometime dangerous) inclusion of internal file of the vcglib
2012-10-25 21:29:10 +00:00
Paolo Cignoni
671af109a9
improved vertex component documentation
2012-10-25 21:20:10 +00:00
Paolo Cignoni
bf7511c68b
removed useless include from some samples
2012-10-25 21:18:49 +00:00
Paolo Cignoni
be27ec4d81
path correction of doxyfile
2012-10-25 16:57:30 +00:00
Paolo Cignoni
2c32f546ef
Added a VertexConstDataWrapper to the kdtree helper classes for a simpler use of a kdtree to index the vertexes of a mesh
2012-10-25 16:55:52 +00:00
Paolo Cignoni
c43920bb2e
Improving documentation and technique more correct to reference images in doc
2012-10-25 16:42:32 +00:00
Paolo Cignoni
9658740974
Improving documentation. Reordered groups and started documenting main components
2012-10-25 13:47:31 +00:00
Paolo Cignoni
4c0acdbb7c
Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy...
2012-10-25 13:46:08 +00:00
Paolo Cignoni
bc3fd845e1
Updated many importer to do not use anymore the useless, deprecated, removed, etc etc <uber>
2012-10-25 13:17:47 +00:00
Paolo Cignoni
049c996846
Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy...
2012-10-25 13:16:03 +00:00
Paolo Cignoni
cfda5a3eca
Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy...
2012-10-25 13:07:25 +00:00
Paolo Cignoni
b045c9b992
Removed old useless files. Why do we kept them?
2012-10-25 13:01:34 +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
84b9387264
Removed inclusion of subset.h
2012-10-23 23:41:41 +00:00
Paolo Cignoni
864f9cb9d7
Removed two now useless files, boundary (that involved conversion between tetrahedral and tri meshes) and subset (duplicate functionalities wrt append.h)
2012-10-23 11:12:41 +00:00
Paolo Cignoni
027da6f0a8
Just changed the default number of rotation attempt for packing OO polygons
2012-10-23 08:48:26 +00:00
Paolo Cignoni
b26b406f8f
Added a ToEigenVector method
2012-10-22 18:43:24 +00:00
Paolo Cignoni
ecd88fcb28
Added a default parameter to the sampling class and a few utility sampling classes for taking point on faces.
2012-10-22 18:42:11 +00:00
Paolo Cignoni
c980267cd8
Corrected refine, Now instead of using a dangerous vector of vertex type (that could cause issues with ocf types) it use just a vector of pair<position,normal>
2012-10-22 18:37:51 +00:00
Paolo Cignoni
c932c5d60a
Removed Covariance computing function from Matrix Class, moved into fitting
2012-10-22 18:34:08 +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
granzuglia
3a6031554b
- updated file according to new vcglib syntax
2012-10-22 12:11:49 +00:00
granzuglia
1151b88b54
- updated file according to new vcglib syntax
2012-10-22 12:06:43 +00:00
ganovelli
afc883bfc1
removed
2012-10-19 15:08:37 +00:00
ganovelli
60be67113d
removed
2012-10-19 15:08:14 +00:00
Paolo Cignoni
256a767f37
updated after the changes to UpdateColor
2012-10-19 12:46:25 +00:00
Paolo Cignoni
75122cd193
Improved comments and interface of perlin noise color
2012-10-19 12:32:05 +00:00
Paolo Cignoni
1918c53a09
Cleaning of names and reordering of Color functions
2012-10-19 11:52:57 +00:00
Paolo Cignoni
d81d14189c
Still improving doxygen base docs and samples...
2012-10-19 11:48:33 +00:00
Paolo Cignoni
b1a1b36260
Re added the empty component. It can be useful sometimes...
2012-10-19 11:45:51 +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
7e26fd3c27
Cleaned up include files and templates in MIQ
2012-10-18 16:25:50 +00:00
Paolo Cignoni
bba85aeddb
Renamed the miq into quadrangulator
2012-10-18 16:21:55 +00:00