Merge branch 'Branch_2.86.1'

This commit is contained in:
nicolaichuk
2017-03-23 17:48:23 +03:00
7 changed files with 6 additions and 6 deletions

View File

@@ -190,15 +190,15 @@ SET(CollisionShapes_HDRS
SET(Gimpact_HDRS SET(Gimpact_HDRS
Gimpact/btBoxCollision.h Gimpact/btBoxCollision.h
Gimpact/btClipPolygon.h Gimpact/btClipPolygon.h
Gimpact/btContactProcessingSructs.h Gimpact/btContactProcessingStructs.h
Gimpact/btContactProcessing.h Gimpact/btContactProcessing.h
Gimpact/btGenericPoolAllocator.h Gimpact/btGenericPoolAllocator.h
Gimpact/btGeometryOperations.h Gimpact/btGeometryOperations.h
Gimpact/btGImpactBvhSructs.h Gimpact/btGImpactBvhStructs.h
Gimpact/btGImpactBvh.h Gimpact/btGImpactBvh.h
Gimpact/btGImpactCollisionAlgorithm.h Gimpact/btGImpactCollisionAlgorithm.h
Gimpact/btGImpactMassUtil.h Gimpact/btGImpactMassUtil.h
Gimpact/btGImpactQuantizedBvhSructs.h Gimpact/btGImpactQuantizedBvhStructs.h
Gimpact/btGImpactQuantizedBvh.h Gimpact/btGImpactQuantizedBvh.h
Gimpact/btGImpactShape.h Gimpact/btGImpactShape.h
Gimpact/btQuantization.h Gimpact/btQuantization.h

View File

@@ -27,7 +27,7 @@ subject to the following restrictions:
#include "LinearMath/btTransform.h" #include "LinearMath/btTransform.h"
#include "LinearMath/btAlignedObjectArray.h" #include "LinearMath/btAlignedObjectArray.h"
#include "btTriangleShapeEx.h" #include "btTriangleShapeEx.h"
#include "btContactProcessingSructs.h" #include "btContactProcessingStructs.h"
class btContactArray:public btAlignedObjectArray<GIM_CONTACT> class btContactArray:public btAlignedObjectArray<GIM_CONTACT>
{ {

View File

@@ -29,7 +29,7 @@ subject to the following restrictions:
#include "btBoxCollision.h" #include "btBoxCollision.h"
#include "btTriangleShapeEx.h" #include "btTriangleShapeEx.h"
#include "btGImpactBvhSructs.h" #include "btGImpactBvhStructs.h"
//! A pairset array //! A pairset array
class btPairSet: public btAlignedObjectArray<GIM_PAIR> class btPairSet: public btAlignedObjectArray<GIM_PAIR>

View File

@@ -26,7 +26,7 @@ subject to the following restrictions:
#include "btGImpactBvh.h" #include "btGImpactBvh.h"
#include "btQuantization.h" #include "btQuantization.h"
#include "btGImpactQuantizedBvhSructs.h" #include "btGImpactQuantizedBvhStructs.h"
class GIM_QUANTIZED_BVH_NODE_ARRAY:public btAlignedObjectArray<BT_QUANTIZED_BVH_NODE> class GIM_QUANTIZED_BVH_NODE_ARRAY:public btAlignedObjectArray<BT_QUANTIZED_BVH_NODE>
{ {