4 Commits

Author SHA1 Message Date
Fabio Ganovelli ganovelli
59c4e013c0 changes to includes to comply promotion of SIMPLEXplu type in vcglib
see comment below (from vcg commit):

[SIMPLEXplus promotion]
This modification removes the old way to define simplexes (already deprecated and unsupported).
In the following SIMPLEX = [vertex|edge|face|tetrahedron]

All the stuff that was in vcg/simplex/SIMPLEXplus/ has now been promoted to vcg/simplex/

Details:
- the folder vcg/simplex/SIMPLEX/with has been removed
- the file vcg/simplex/SIMPLEX/base.h has been renamed into  vcg/simplex/SIMPLEX/base_old.h 
- the content of vcg/simplex/SIMPLEXplus/ has been moved into vcg/simplex/SIMPLEX/
- the folder vcg/simplex/SIMPLEXplus/ has been removed

Actions the update the  code using vcglib:
replace <vcg/simplex/SIMPLEXplus/*> with  <vcg/simplex/SIMPLEX/*> in every include
for MESHLAB users: already done along with this commit
2008-12-19 10:46:19 +00:00
Daniele Panozzo danielepanozzo
67059f9ff9 removed wrong assert editrgbtri plugin 2008-10-14 15:14:29 +00:00
Daniele Panozzo danielepanozzo
e608bff041 fixed bug in additional splits
removed unused function protorypes
2008-04-11 16:11:25 +00:00
Daniele Panozzo danielepanozzo
5a54062a73 added modified butterfly
removed selective refinement
code cleanup
2008-04-11 04:19:29 +00:00