vcglib/vcg
ganovelli 396e54b566 new mod to support partial selection (possibly to revise):
NOTE on how to use Append::MEsh with selected elements:

If we want to append only the  selected faces of the mesh and call the Append::Mesh
with selected parameter = true, we must ensure that also the cofaces of inferior
order are selected (vertices and edges). 
Otherwise what happen is that the vertices are NOT appended and then the appended
(selected) faces cannot be built.
On the other ahnd Append::Mesh will NOT change the selected flag of the input mesh, it must be done
before calling it. (check  tri::UpdateSelection<CMeshO>::VertexFromFaceLoose(currentMesh->cm); ) 

The same problem for the adjacencies with higher order simplexes. In this cases they are simply not updated . For example, if only a few vertices are selected, and they have, say, VFAdj, it is ignored.
2010-08-11 15:54:37 +00:00
..
complex new mod to support partial selection (possibly to revise): 2010-08-11 15:54:37 +00:00
connectors ImportLocal to ImportData. Adjacencies are no more handle by ImportData, but 2010-06-16 16:25:02 +00:00
container version that should work with synamic linked libraries (to be tested) 2010-06-21 15:52:18 +00:00
math Michele Sottile: added GetFovFromFocal 2010-07-21 15:54:31 +00:00
simplex slight change in the PointDistance. Now it checks with an assert in the ifthenelse chain that it chooses the best projection direction and removed a warning. 2010-07-14 08:09:28 +00:00
space minor: removed superfluous "typename" 2010-07-25 13:31:57 +00:00