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