added btGetVersion(), return integer without the fraction: for example 2.64 returns 264.
moved more demos into AllBulletDemos
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
#include "GimpactConcaveDemo.h"
|
||||
#include "GimpactTestDemo.h"
|
||||
#include "GlutStuff.h"
|
||||
|
||||
//################################## main #####################################
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
gContactAddedCallback = CustomMaterialCombinerCallback;
|
||||
|
||||
GimpactConcaveDemo* concaveDemo = new GimpactConcaveDemo(); /// This will not be Deleted!!!
|
||||
concaveDemo->initPhysics();
|
||||
|
||||
Reference in New Issue
Block a user