Added btSoftBodyHelpers::ReoptimizeLinkOrder(btSoftBody* softBody) method, to help improve performance for modern out-of-core CPUs.
It is tested in Aero2 demo (13) of AppSoftBodyDemo. Note that the cloth in Areo2 is not expensive enough to see benefits. Increase segments to see benefits. Thanks a lot for the contribution.
This commit is contained in:
@@ -179,7 +179,7 @@ ENDIF (OPENGL_FOUND)
|
||||
|
||||
|
||||
|
||||
OPTION(BUILD_OBSOLETE_DEMOS "Set when you want to build the obsolete Bullet 2 demos" OFF)
|
||||
OPTION(BUILD_OBSOLETE_DEMOS "Set when you want to build the obsolete Bullet 2 demos" ON)
|
||||
IF(BUILD_OBSOLETE_DEMOS)
|
||||
|
||||
IF (USE_GLUT)
|
||||
|
||||
Reference in New Issue
Block a user