more compile fixes
This commit is contained in:
@@ -34,6 +34,9 @@ function createProject(vendor)
|
||||
"../../../src/BulletCommon/btAlignedObjectArray.h",
|
||||
"../../../src/BulletCommon/btQuickprof.cpp",
|
||||
"../../../src/BulletCommon/btQuickprof.h",
|
||||
"../../../src/BulletGeometry/**.cpp",
|
||||
"../../../src/BulletGeometry/**.h",
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ subject to the following restrictions:
|
||||
#include <string.h>
|
||||
|
||||
#include "btConvexHull.h"
|
||||
#include "btAlignedObjectArray.h"
|
||||
#include "btMinMax.h"
|
||||
#include "btVector3.h"
|
||||
#include "BulletCommon/btAlignedObjectArray.h"
|
||||
#include "BulletCommon/btMinMax.h"
|
||||
#include "BulletCommon/btVector3.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ subject to the following restrictions:
|
||||
#ifndef BT_CD_HULL_H
|
||||
#define BT_CD_HULL_H
|
||||
|
||||
#include "btVector3.h"
|
||||
#include "btAlignedObjectArray.h"
|
||||
#include "BulletCommon/btVector3.h"
|
||||
#include "BulletCommon/btAlignedObjectArray.h"
|
||||
|
||||
typedef btAlignedObjectArray<unsigned int> TUIntArray;
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ subject to the following restrictions:
|
||||
#ifndef BT_GEOMETRY_UTIL_H
|
||||
#define BT_GEOMETRY_UTIL_H
|
||||
|
||||
#include "btVector3.h"
|
||||
#include "btAlignedObjectArray.h"
|
||||
#include "BulletCommon/btVector3.h"
|
||||
#include "BulletCommon/btAlignedObjectArray.h"
|
||||
|
||||
///The btGeometryUtil helper class provides a few methods to convert between plane equations and vertices.
|
||||
class btGeometryUtil
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "btPolarDecomposition.h"
|
||||
#include "btMinMax.h"
|
||||
#include "BulletCommon/btMinMax.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef POLARDECOMPOSITION_H
|
||||
#define POLARDECOMPOSITION_H
|
||||
|
||||
#include "btMatrix3x3.h"
|
||||
#include "BulletCommon/btMatrix3x3.h"
|
||||
|
||||
/**
|
||||
* This class is used to compute the polar decomposition of a matrix. In
|
||||
|
||||
Reference in New Issue
Block a user