clean up examples

This commit is contained in:
Xuchen Han
2019-08-02 14:06:42 -07:00
parent 54303e02b1
commit 8cc7cb59d7
6 changed files with 11 additions and 13 deletions

View File

@@ -16,9 +16,9 @@ subject to the following restrictions:
#include "BasicExample.h"
#include "btBulletDynamicsCommon.h"
#define ARRAY_SIZE_Y 1
#define ARRAY_SIZE_X 1
#define ARRAY_SIZE_Z 1
#define ARRAY_SIZE_Y 5
#define ARRAY_SIZE_X 5
#define ARRAY_SIZE_Z 5
#include "LinearMath/btVector3.h"
#include "LinearMath/btAlignedObjectArray.h"