Go to file
granzuglia 5bcce6a3d5 //static_cast<VertexPointer>(NULL) has been introduced just to avoid an error in the MSVS2010's compiler confusing pointer with int. You could use nullptr to avoid it, but it's not supported by all compilers.
//The error should have been removed from MSVS2012				
std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL));
2013-03-24 16:33:50 +00:00
apps Refactored a bit the extended marching cube core. Cleaned up a bit the trivial walker to be used by both of them. Updated the sample for marching cube. 2013-03-22 17:06:41 +00:00
docs Improved documentation to include stars 2012-12-10 12:40:21 +00:00
eigenlib Updated Eigen to the latest version. 2013-02-27 21:07:14 +00:00
img added img module 2009-07-14 14:43:19 +00:00
vcg //static_cast<VertexPointer>(NULL) has been introduced just to avoid an error in the MSVS2010's compiler confusing pointer with int. You could use nullptr to avoid it, but it's not supported by all compilers. 2013-03-24 16:33:50 +00:00
wrap ported to Qt5 2013-03-20 12:50:07 +00:00