fix MSVC 2013 compilation (std::min needs #include <algorithm>

add example use of GJK+MPR in VoronoiFractureDemo
This commit is contained in:
erwin coumans
2014-11-05 08:58:24 -08:00
parent ba0dd676aa
commit eafbf817c3
7 changed files with 429 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ subject to the following restrictions:
int main(int argc,char** argv)
{
VoronoiFractureDemo ccdDemo;
ccdDemo.initPhysics();