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
|
c3833c0aa7
|
First working Version
|
2006-05-16 21:56:06 +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 |
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
|
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
|
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 |
Marco Di Benedetto
|
e3a1490ec0
|
First Commit.
|
2006-05-02 14:17:36 +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
|
29822d8362
|
changes necessary for gcc 3.4.5 on linux 64bit
|
2006-04-11 08:08:28 +00:00 |
Massimiliano Corsini
|
5358e40f63
|
Add cast to avoid warning
|
2006-03-29 10:12:08 +00:00 |
Paolo Cignoni
|
47443e5bb5
|
Double->Scalar in dodecahedron
|
2006-03-27 04:18:35 +00:00 |
Federico Ponchio
|
5b39ff496a
|
HACK: MaxVal(0.0f) not defined in vcg/math/base.h as it should be,
changing it to 1e36 (pretty close :P)
|
2006-03-01 10:29:55 +00:00 |
Federico Ponchio
|
6faf120b1f
|
Added typename
|
2006-02-28 16:51:29 +00:00 |
Paolo Cignoni
|
a16d494cd5
|
fix bug end iterator++
|
2006-02-28 12:22:48 +00:00 |
Paolo Cignoni
|
baad6db4b9
|
fix bug end iterator++
|
2006-02-28 12:13:49 +00:00 |
Paolo Cignoni
|
d1bdc88911
|
minor bug in Face-Face topology loop fixed
|
2006-02-27 19:26:14 +00:00 |
Federico Ponchio
|
ec70371a78
|
Area -> doublearea/2
added some typename
|
2006-02-27 18:02:57 +00:00 |
Paolo Cignoni
|
5fb0b4acc2
|
minor bug in Face-Face topology loop fixed
|
2006-02-27 11:56:48 +00:00 |
Nico Pietroni
|
ce453edfb1
|
sintax error corrected
|
2006-02-09 08:38:04 +00:00 |
Nico Pietroni
|
1ea84f2954
|
commented one GetClosestFace function ... the code is the same then getClosest that return barycentric coordinates
|
2006-02-08 17:02:41 +00:00 |
Paolo Cignoni
|
9e5788c078
|
Added missing typenames
|
2006-02-06 10:45:47 +00:00 |
Paolo Cignoni
|
001fd1c573
|
Added IsD() test in SelfIntersection
|
2006-02-01 15:27:00 +00:00 |
Paolo Cignoni
|
2857c3bafb
|
Corrected use of HasPerWedgeTexture
|
2006-01-30 09:00:40 +00:00 |
Paolo Cignoni
|
558c52d8cb
|
Corrected Grid
|
2006-01-30 08:09:05 +00:00 |
Paolo Cignoni
|
e61203f1ba
|
Added missing typenames
|
2006-01-30 08:03:45 +00:00 |
Massimiliano Corsini
|
3b049ec0e4
|
fix signed/unsigned mismatch
|
2006-01-27 09:58:47 +00:00 |
Nico Pietroni
|
29c6470b0b
|
used template types instead of point3f and float inside function calls
|
2006-01-24 13:23:22 +00:00 |
Paolo Cignoni
|
1e427593b7
|
Added a missing vcg::
|
2006-01-23 13:33:54 +00:00 |
Paolo Cignoni
|
02f1e55b83
|
Added Grid function (to build range map meshes...)
|
2006-01-22 17:10:15 +00:00 |
Paolo Cignoni
|
de85929aee
|
Bug due to wrong compuation of size of auxiliary vector (vn instead of vert.size() )
|
2006-01-22 17:08:50 +00:00 |
Paolo Cignoni
|
a5f755bf9f
|
vi/fi mismatch in ClipWithBox
|
2006-01-22 17:06:27 +00:00 |
Paolo Cignoni
|
f5a5f77728
|
Corrected use of Area with the unambiguous DoubleArea
Added ClipWithBox function
|
2006-01-22 10:07:42 +00:00 |
Nico Pietroni
|
f3d28fb710
|
erased extended marching cube method call.
|
2006-01-20 16:37:23 +00:00 |
Paolo Cignoni
|
8e4764e73d
|
Initial Release
|
2006-01-11 15:45:21 +00:00 |
Paolo Cignoni
|
35b967720e
|
Added RemoveDegenerateFace and added its automatic invocation at the end of RemoveDuplicateVertex
|
2006-01-11 15:40:14 +00:00 |
Nico Pietroni
|
4bc0fa600a
|
correct pass of variable closest_pt by reference in getclosestFace function
|
2006-01-10 13:31:54 +00:00 |
Paolo Cignoni
|
9f49fb189a
|
Added ndim namespace to generic Matrix
|
2006-01-03 15:29:49 +00:00 |
Nico Pietroni
|
d84e14fc2f
|
minor changes
|
2006-01-03 11:12:14 +00:00 |
Paolo Cignoni
|
1c29faf575
|
Added some missing std::
|
2006-01-02 09:49:36 +00:00 |
Paolo Cignoni
|
ac8493bbad
|
Splitted IsComplexManifold in IsTwoManifoldFace and IsTwoManifoldVertex
|
2005-12-29 12:27:37 +00:00 |
Paolo Cignoni
|
6de3303285
|
removed div by zero bug in callback of refine (tnx to Mario Latronico)
|
2005-12-22 11:24:09 +00:00 |
Massimiliano Corsini
|
3aa5e5f037
|
Remove printf
|
2005-12-21 14:15:03 +00:00 |
Massimiliano Corsini
|
ebf668b881
|
Modify genus computation
|
2005-12-21 13:09:03 +00:00 |