Constraints can override their own number of solver iterations (either more or less than the default) or leave it default (-1)
Bump version to 2.80
This commit is contained in:
@@ -28,7 +28,7 @@ subject to the following restrictions:
|
||||
#include <float.h>
|
||||
|
||||
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
||||
#define BT_BULLET_VERSION 279
|
||||
#define BT_BULLET_VERSION 280
|
||||
|
||||
inline int btGetVersion()
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -437,8 +437,8 @@ public:
|
||||
|
||||
|
||||
buffer[9] = '2';
|
||||
buffer[10] = '7';
|
||||
buffer[11] = '8';
|
||||
buffer[10] = '8';
|
||||
buffer[11] = '0';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user