Add an improved way to approximate the area of the contact manifold, using 4 points instead of 3. It is switched off by default (need to check performance first), use gContactCalcArea3Points = false to enable it. Thanks to Hiroshi Matsuike for the improvement!

Use App prefix for AppHfFluidDemo
This commit is contained in:
erwin.coumans
2012-03-01 05:02:01 +00:00
parent 99db5e6c8a
commit 0daf69afb6
2 changed files with 49 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ LINK_LIBRARIES(
OpenGLSupport BulletDynamics BulletCollision LinearMath ${GLUT_glut_LIBRARY} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY}
)
ADD_EXECUTABLE(HfFluidDemo
ADD_EXECUTABLE(AppHfFluidDemo
HfFluidDemo_GL_ShapeDrawer.cpp
BulletHfFluid/btHfFluid.cpp
BulletHfFluid/btHfFluidBuoyantConvexShape.cpp