Paolo Cignoni
|
4bdf843589
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-20 08:03:25 +00:00 |
Paolo Cignoni
|
e9d476e93c
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-20 07:49:26 +00:00 |
Paolo Cignoni
|
f4cf3b9221
|
Changed the name of the Distance from point to plane
from DistancePointPlane
to SignedDistancePointPlane
to underline the fact that it is SIGNED!!!
|
2012-01-18 11:44:42 +00:00 |
Paolo Cignoni
|
048b884a3e
|
Added tri:UpdatePosition::Scale(mesh)
|
2012-01-18 11:22:40 +00:00 |
Paolo Cignoni
|
412ef1aa65
|
Added UpdateSelection::VertexFromEdgeLoose
added parameter for preserving the old selection to the UpdateSelection::VertexFromFaceLoose
|
2011-12-14 08:54:54 +00:00 |
Paolo Cignoni
|
ae58754015
|
Significant change of names to the UpdateSelection Class.
now follows the standard VertexClear instead of ClearVertex.
Updated all the other files of vcg using it...
(added also selection stuff for edges..)
|
2011-12-13 10:07:00 +00:00 |
Paolo Cignoni
|
c038b3584e
|
Corrected blatant bugs in the updateTopology--VertexEdge
|
2011-12-12 23:28:25 +00:00 |
Paolo Cignoni
|
0e76a8e0ce
|
Removed the useless faceprojection flag update function. No more needed!
|
2011-11-21 09:10:52 +00:00 |
Paolo Cignoni
|
e0055f8b5c
|
added a missing const...
|
2011-11-15 11:15:24 +00:00 |
Paolo Cignoni
|
2fe129645b
|
Rolled back
|
2011-10-05 15:04:40 +00:00 |
granzuglia
|
f58b646616
|
added several missing include file
|
2011-06-07 14:37:27 +00:00 |
Paolo Cignoni
|
3d4ae1b506
|
Added UpdatePosition::Translate
|
2011-06-03 08:32:27 +00:00 |
Paolo Cignoni
|
27d9cfd6cb
|
Added VertexFromPlane that put into quality the distance from a plane
|
2011-06-02 21:28:50 +00:00 |
Paolo Cignoni
|
5b6f8055f2
|
Corrected bug in the computation of VE topology
|
2011-05-31 08:35:50 +00:00 |
Paolo Cignoni
|
894ffdbdfe
|
Added trivial WedgeTexFromVertexTex
|
2011-05-20 23:20:33 +00:00 |
Paolo Cignoni
|
a9e5d6d957
|
added WedgeTexFromPlane function to create simple planar parametrizations
|
2011-05-20 15:15:44 +00:00 |
ganovelli
|
c35b1c84ff
|
DoubleArea vs Area discrepancy fixed
|
2011-05-18 11:38:42 +00:00 |
ganovelli
|
46790e61cd
|
added FaceArea
|
2011-05-18 11:37:18 +00:00 |
Paolo Cignoni
|
0c606a5cf5
|
added EdgeEdge topology computation function
|
2011-05-11 09:57:08 +00:00 |
Paolo Cignoni
|
577416408f
|
Added functions for clearing flags on edges
|
2011-05-11 06:13:38 +00:00 |
Paolo Cignoni
|
589cb681e5
|
Added parenthesis to remove gcc warnings
|
2011-05-11 06:11:21 +00:00 |
ganovelli
|
9ff0ad3f1e
|
Ongoing Rearrangement of filepath
replaced the path to comply the filepaths modification.
The replacements are as follows:
/complex/trimesh/base.h --> /complex/complex.h
/complex/trimesh/allocate.h --> /complex/allocate.h
/complex/trimesh/append.h --> /complex/append.h
/complex/trimesh/ --> /complex/algorithms/
/complex/local_optimization/ ---> /complex/algorithms/local_optimization/
/complex/local_optimization.h ---> /complex/algorithms/local_optimization.h
/complex/intersection.h ---> /complex/algorithms/intersection.h
/complex/boundary.h ---> /complex/algorithms/boundary.h
|
2011-04-01 17:06:03 +00:00 |
ganovelli
|
1ad23912db
|
|
2011-04-01 16:25:49 +00:00 |