Go to file
Paolo Cignoni 2577210a54 **** SIGNIFICANT CHANGES *****
- Cleaned up include order: Now you only need to include <vcg/complex/complex.h> (no more vertex/base.h etc) 
- Added official VN() EN() FN() const members for knowing number of vertexes etc...
- Added exceptions (at last!)
    Now instead of:
       assert(HasPerVertexNormal(m)) 
    you should write:
      if(!HasPerFaceNormal(m)) throw vcg::MissingComponentException();
2012-10-04 11:10:25 +00:00
apps added support for primitive subdivision into cells 2012-08-27 12:46:31 +00:00
docs cleaning useless files in the doc 2012-10-04 07:24:20 +00:00
eigenlib Updated Eigen - From 3.02 to 3.05. Hopefully it should be harmless. 2012-06-14 13:31:05 +00:00
img added img module 2009-07-14 14:43:19 +00:00
vcg **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
wrap minor changes in singularity drawing 2012-09-22 13:40:56 +00:00