Paolo Cignoni
|
18458e04a2
|
Many changes for the different interpretation of hash_set between gcc and .net. Probably to be completed.
|
2006-05-25 09:37:14 +00:00 |
Paolo Cignoni
|
3d8bbcc87f
|
added missing internal prototype to Sort function
|
2006-05-25 09:35:55 +00:00 |
Paolo Cignoni
|
47e62b3c6e
|
Removed all GLUT dependencies!
|
2006-05-25 09:22:58 +00:00 |
Paolo Cignoni
|
de11419338
|
Corrected bug in the pickface to comply deleted faces and to allow to have unsorted results.
|
2006-05-25 04:42:29 +00:00 |
Paolo Cignoni
|
8be82261cf
|
Updated HasPerFaceColor/Quality to the new style with mesh param.
|
2006-05-25 04:40:57 +00:00 |
Marco Di Benedetto
|
9ced8993e3
|
Corrected bbox inflation amount in case of _cellsize != 0
|
2006-05-24 16:42:22 +00:00 |
Paolo Cignoni
|
31d29d1f32
|
better comment to the init parameters
|
2006-05-24 15:16:01 +00:00 |
Paolo Cignoni
|
a21b630e88
|
Added missing std:: to swap
|
2006-05-24 08:54:04 +00:00 |
Paolo Cignoni
|
a6d3a2c1ea
|
Added mask clamping to the effective capabilities of the mesh
|
2006-05-21 07:01:04 +00:00 |
Paolo Cignoni
|
f641f1cd17
|
Removed not working Equalized color (use funcs in stat.h)
|
2006-05-21 07:00:01 +00:00 |
Paolo Cignoni
|
b830d98941
|
Initial Commit
|
2006-05-21 06:59:13 +00:00 |
Paolo Cignoni
|
faa420f9b0
|
Added ClampMask function
|
2006-05-21 06:58:55 +00:00 |
Paolo Cignoni
|
83a8f5efa3
|
Added DoubleFace management
|
2006-05-21 06:40:31 +00:00 |
Marco Di Benedetto
|
f001cdf2e2
|
Added check for empty generated mesh (prevent call to mesh allocator with zero vertices or faces).
|
2006-05-19 20:49:03 +00:00 |
Marco Di Benedetto
|
acf23d578f
|
added check for deleted faces and modified/added std namespace qualifier.
|
2006-05-18 22:20:53 +00:00 |
Paolo Cignoni
|
b24b496f50
|
Some minor optimizations
|
2006-05-18 13:59:20 +00:00 |
Paolo Cignoni
|
323c43074a
|
*** empty log message ***
|
2006-05-18 13:58:11 +00:00 |
Nico Pietroni
|
f9d3653ae5
|
corrected bug in GridGetInBox function
|
2006-05-17 12:48:52 +00:00 |
Paolo Cignoni
|
1e8fb101d5
|
Added initial disclaimer
|
2006-05-17 09:26:35 +00:00 |
Paolo Cignoni
|
c3833c0aa7
|
First working Version
|
2006-05-16 21:56:06 +00:00 |
Paolo Cignoni
|
3f78d3f970
|
Updated to the new remove zero area syntax
|
2006-05-16 21:55:28 +00:00 |
Paolo Cignoni
|
5988632df5
|
First working version of the Clustering Sample
|
2006-05-16 21:54:50 +00:00 |
Paolo Cignoni
|
b9cb941529
|
Redesigned the function for the removal of faces according to their area and edge lenght
|
2006-05-16 21:51:07 +00:00 |
Paolo Cignoni
|
740b84c8c6
|
Removed unused box function and rewrote initial comment.
|
2006-05-16 21:36:54 +00:00 |
Paolo Cignoni
|
9a7c06e50a
|
Wedge colors are loaded into facecolor only if specified in the incoming pi.mask
|
2006-05-16 15:01:30 +00:00 |
Nico Pietroni
|
413995409c
|
Updating of edge values id divided into 2 functions ( the first one update only a face...) added also resetting of edges flags.. (see first line of Set function)
|
2006-05-15 13:12:36 +00:00 |
Paolo Cignoni
|
179d96b098
|
Added enum for the sorting strategy of the result in SVD.
|
2006-05-15 07:36:50 +00:00 |
Marco Di Benedetto
|
3c222fd583
|
First Commit.
|
2006-05-08 15:19:21 +00:00 |
Paolo Cignoni
|
4273322f65
|
minor change: removed unused vars
|
2006-05-04 00:09:53 +00:00 |
Paolo Cignoni
|
dc06357cfa
|
HasPerWedgeTexture -> HasPerWedgeTexture(m)
|
2006-05-03 21:42:10 +00:00 |
Paolo Cignoni
|
6ce9535dc3
|
Changed HasMark to HasPerFaceMark(m) and commented some unused internal vars of the class
|
2006-05-03 21:40:27 +00:00 |
Paolo Cignoni
|
c7196917fd
|
Added possibility of not updating the topology during a SwapEdge
|
2006-05-03 21:38:57 +00:00 |
Paolo Cignoni
|
30b1d99a4c
|
Added Optional Mark
|
2006-05-03 21:37:02 +00:00 |
Paolo Cignoni
|
3cb1b4442d
|
Added new style HasPerFaceColor(m) and HasPerFaceMark(m)
|
2006-05-03 21:35:31 +00:00 |
Paolo Cignoni
|
9ce4c88f2a
|
Corrected IsDeleted -> isD
|
2006-05-03 21:23:25 +00:00 |
Paolo Cignoni
|
a3ab75da33
|
added missing Include
|
2006-05-03 21:22:39 +00:00 |
Paolo Cignoni
|
0308e552d0
|
Corrected bug: mismatch in the index of confidence vertex property (8 instead of 11)
Changed HasPerFaceColor to the new syntax (HasPerFaceColor(m) instead of FaceType::HasFaceColor() )
|
2006-05-03 21:21:21 +00:00 |
Paolo Cignoni
|
7e9d50694e
|
Added support for progress callback
|
2006-05-03 21:19:34 +00:00 |
Marco Di Benedetto
|
e3a1490ec0
|
First Commit.
|
2006-05-02 14:17:36 +00:00 |
Paolo Cignoni
|
10c513dad8
|
Added some utility methods (swapping of columns and rows, matrix-vector multiplication)
|
2006-04-29 10:26:04 +00:00 |
Paolo Cignoni
|
26ce24dec3
|
Added method for sorting the singular values computed by the SingularValueDecomposition procedure
|
2006-04-29 10:20:52 +00:00 |
Paolo Cignoni
|
9df4f755ec
|
Initial commit.
|
2006-04-21 08:05:44 +00:00 |
Paolo Cignoni
|
c5f4a75533
|
small GCC compiling issues
|
2006-04-20 08:30:27 +00:00 |
Paolo Cignoni
|
4ae1cb2a64
|
added a ; how could this ever compile?
|
2006-04-18 07:01:22 +00:00 |
Paolo Cignoni
|
2bf25202a4
|
Added ConnectedIterator (should be moved somewhere else)
Cleaned ConnectedComponents
|
2006-04-12 15:08:51 +00:00 |
Paolo Cignoni
|
5e451b6435
|
commented out one function which does not compile on linux with gcc 3.4.5
|
2006-04-11 13:51:21 +00:00 |
Paolo Cignoni
|
2754d4697d
|
changes needed for compilation on linux 64b with gcc 3.4.5
|
2006-04-11 09:48:04 +00:00 |
Paolo Cignoni
|
53dfb84a07
|
newline at end of file please
|
2006-04-11 08:41:31 +00:00 |
Paolo Cignoni
|
1f4a4221e3
|
changes necessary for gcc 3.4.5 on linux 64bit.
|
2006-04-11 08:10:05 +00:00 |
Paolo Cignoni
|
3ddd189349
|
changes necessary for gcc 3.4.5 on linux 64bit. Please take note of case-sensitivity of filenames
|
2006-04-11 08:09:35 +00:00 |