This website requires JavaScript.
Explore
Help
Sign In
manolas
/
vcglib
Watch
1
Star
0
Fork
You've already forked vcglib
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
437d258a22
vcglib
/
vcg
/
complex
History
Paolo Cignoni
437d258a22
Added (from an idea of Fabio Ganovelli) the possibility of adding face-quality driving quadrics. For each face, three quadric perpendicular to the face plane and passing through the edges are added (just like for borders, but with a much lower weight). In case of very planar surface these quadrics try to keep the original shapes of triangles, preferring small edge collapse. Without this in planar zones collapse order could be random.
2008-07-15 07:15:18 +00:00
..
edgemesh
Small gcc compiling issues
2007-05-31 10:08:16 +00:00
local_optimization
Added (from an idea of Fabio Ganovelli) the possibility of adding face-quality driving quadrics. For each face, three quadric perpendicular to the face plane and passing through the edges are added (just like for borders, but with a much lower weight). In case of very planar surface these quadrics try to keep the original shapes of triangles, preferring small edge collapse. Without this in planar zones collapse order could be random.
2008-07-15 07:15:18 +00:00
tetramesh
compilation with gcc
2007-11-20 09:50:32 +00:00
trimesh
added VertexCoordPlanarLaplacian that moves only the vertices that does not change the orientation of the incident faces. Very useful for creating good meshing of CAD models.
2008-07-15 07:10:31 +00:00
vertexmesh
Small gcc compiling issues
2007-05-31 10:08:16 +00:00
boundary.h
added missing newline at the end of file
2007-11-20 09:49:53 +00:00
intersection.h
Overloaded Intersection function to compute trimesh-plane intersection,it return the set of faces that are contained into intersected cells.
2007-09-19 12:16:31 +00:00
local_optimization.h
Re-factored the Heap-Simplex ratio parameter. Now it is something that should be asked to the localmodification class.
2008-07-10 09:44:09 +00:00