diff --git a/CMakeLists.txt b/CMakeLists.txt
index 301352b58..f0835d27c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,7 +197,7 @@ IF(BUILD_EXTRAS)
SUBDIRS(Extras)
ENDIF(BUILD_EXTRAS)
-OPTION(BUILD_BULLET_MAYA_DYNAMICA_PLUGIN "Set when you want to build the Bullet Maya Dynamica Plugin (requires Extras)" OFF)
+#Maya Dynamica plugin is moved to http://dynamica.googlecode.com
SUBDIRS(src)
diff --git a/ChangeLog b/ChangeLog
index 1c10933ed..34302ce6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Primary author and maintainer: Erwin Coumans
This ChangeLog is incomplete, for an up-to-date list of all fixed issues see http://bullet.googlecode.com
using http://tinyurl.com/yabmjjj
+2010 March 6
+ - Dynamica Maya plugin (and COLLADA support) is moved to http://dynamica.googlecode.com
2010 February
- Bullet 2.76 release, revision 2010
diff --git a/Extras/CMakeLists.txt b/Extras/CMakeLists.txt
index f89e45fa6..293a65cca 100644
--- a/Extras/CMakeLists.txt
+++ b/Extras/CMakeLists.txt
@@ -1,9 +1,7 @@
SUBDIRS( Serialize ConvexDecomposition GIMPACTUtils )
-IF (BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
-SUBDIRS(MayaPlugin)
-ENDIF(BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
+#Maya Dynamica plugin is moved to http://dynamica.googlecode.com
IF (USE_GLUT)
SUBDIRS (glui)
-ENDIF (USE_GLUT)
\ No newline at end of file
+ENDIF (USE_GLUT)
diff --git a/Extras/MayaPlugin/BulletDynamica.6_module b/Extras/MayaPlugin/BulletDynamica.6_module
deleted file mode 100644
index 8ef926e8f..000000000
--- a/Extras/MayaPlugin/BulletDynamica.6_module
+++ /dev/null
@@ -1 +0,0 @@
-+ BulletDynamica2.75 1.0
\ No newline at end of file
diff --git a/Extras/MayaPlugin/BulletMayaPlugin.sln b/Extras/MayaPlugin/BulletMayaPlugin.sln
deleted file mode 100644
index 0814b7ada..000000000
--- a/Extras/MayaPlugin/BulletMayaPlugin.sln
+++ /dev/null
@@ -1,80 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletMayaPlugin", "BulletMayaPlugin.vcproj", "{681412B0-F197-4A2F-9263-DEA2E8690146}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
- ProjectSection(ProjectDependencies) = postProject
- {A0958CD9-0E39-4A77-3711-9B488F508FBF} = {A0958CD9-0E39-4A77-3711-9B488F508FBF}
- {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A} = {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}
- {61BD1097-CF2E-B296-DAA9-73A6FE135319} = {61BD1097-CF2E-B296-DAA9-73A6FE135319}
- {B1B5F775-54A9-2437-E4AC-7E817E492142} = {B1B5F775-54A9-2437-E4AC-7E817E492142}
- {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE} = {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbulletcollision", "..\..\msvc\8\libbulletcollision.vcproj", "{6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbulletdynamics", "..\..\msvc\8\libbulletdynamics.vcproj", "{61BD1097-CF2E-B296-DAA9-73A6FE135319}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbulletmath", "..\..\msvc\8\libbulletmath.vcproj", "{7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libGIMPACTUtils", "..\..\msvc\8\libGIMPACTUtils.vcproj", "{B1B5F775-54A9-2437-E4AC-7E817E492142}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblibxml", "..\..\msvc\8\liblibxml.vcproj", "{A0958CD9-0E39-4A77-3711-9B488F508FBF}"
- ProjectSection(WebsiteProperties) = preProject
- Debug.AspNetCompiler.Debug = "True"
- Release.AspNetCompiler.Debug = "False"
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- DebugDll|Win32 = DebugDll|Win32
- ReleaseDll|Win32 = ReleaseDll|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {681412B0-F197-4A2F-9263-DEA2E8690146}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {681412B0-F197-4A2F-9263-DEA2E8690146}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {681412B0-F197-4A2F-9263-DEA2E8690146}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {681412B0-F197-4A2F-9263-DEA2E8690146}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {6ADA430D-009C-2ED4-A787-2AC2D6FEB8CE}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- {61BD1097-CF2E-B296-DAA9-73A6FE135319}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {61BD1097-CF2E-B296-DAA9-73A6FE135319}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {61BD1097-CF2E-B296-DAA9-73A6FE135319}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {61BD1097-CF2E-B296-DAA9-73A6FE135319}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {7D6E339F-9C2C-31DA-FDB0-5EE50973CF2A}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- {B1B5F775-54A9-2437-E4AC-7E817E492142}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {B1B5F775-54A9-2437-E4AC-7E817E492142}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {B1B5F775-54A9-2437-E4AC-7E817E492142}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {B1B5F775-54A9-2437-E4AC-7E817E492142}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- {A0958CD9-0E39-4A77-3711-9B488F508FBF}.DebugDll|Win32.ActiveCfg = DebugDll|Win32
- {A0958CD9-0E39-4A77-3711-9B488F508FBF}.DebugDll|Win32.Build.0 = DebugDll|Win32
- {A0958CD9-0E39-4A77-3711-9B488F508FBF}.ReleaseDll|Win32.ActiveCfg = ReleaseDll|Win32
- {A0958CD9-0E39-4A77-3711-9B488F508FBF}.ReleaseDll|Win32.Build.0 = ReleaseDll|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Extras/MayaPlugin/BulletMayaPlugin.vcproj b/Extras/MayaPlugin/BulletMayaPlugin.vcproj
deleted file mode 100644
index 1a5b7e7e6..000000000
--- a/Extras/MayaPlugin/BulletMayaPlugin.vcproj
+++ /dev/null
@@ -1,1083 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Extras/MayaPlugin/BulletMayaPlugin.xcodeproj/project.pbxproj b/Extras/MayaPlugin/BulletMayaPlugin.xcodeproj/project.pbxproj
deleted file mode 100644
index fa7aa43cb..000000000
--- a/Extras/MayaPlugin/BulletMayaPlugin.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,2355 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- BC43404D1117F3C600C9C8D7 /* btBulletCollisionCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB01117F3C600C9C8D7 /* btBulletCollisionCommon.h */; };
- BC43404E1117F3C600C9C8D7 /* btBulletDynamicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB11117F3C600C9C8D7 /* btBulletDynamicsCommon.h */; };
- BC43404F1117F3C600C9C8D7 /* Bullet-C-Api.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB21117F3C600C9C8D7 /* Bullet-C-Api.h */; };
- BC4340501117F3C600C9C8D7 /* btAxisSweep3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EB51117F3C600C9C8D7 /* btAxisSweep3.cpp */; };
- BC4340511117F3C600C9C8D7 /* btAxisSweep3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB61117F3C600C9C8D7 /* btAxisSweep3.h */; };
- BC4340521117F3C600C9C8D7 /* btBroadphaseInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB71117F3C600C9C8D7 /* btBroadphaseInterface.h */; };
- BC4340531117F3C600C9C8D7 /* btBroadphaseProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EB81117F3C600C9C8D7 /* btBroadphaseProxy.cpp */; };
- BC4340541117F3C600C9C8D7 /* btBroadphaseProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EB91117F3C600C9C8D7 /* btBroadphaseProxy.h */; };
- BC4340551117F3C600C9C8D7 /* btCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBA1117F3C600C9C8D7 /* btCollisionAlgorithm.cpp */; };
- BC4340561117F3C600C9C8D7 /* btCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBB1117F3C600C9C8D7 /* btCollisionAlgorithm.h */; };
- BC4340571117F3C600C9C8D7 /* btDbvt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBC1117F3C600C9C8D7 /* btDbvt.cpp */; };
- BC4340581117F3C600C9C8D7 /* btDbvt.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBD1117F3C600C9C8D7 /* btDbvt.h */; };
- BC4340591117F3C600C9C8D7 /* btDbvtBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EBE1117F3C600C9C8D7 /* btDbvtBroadphase.cpp */; };
- BC43405A1117F3C600C9C8D7 /* btDbvtBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EBF1117F3C600C9C8D7 /* btDbvtBroadphase.h */; };
- BC43405B1117F3C600C9C8D7 /* btDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC01117F3C600C9C8D7 /* btDispatcher.cpp */; };
- BC43405C1117F3C600C9C8D7 /* btDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC11117F3C600C9C8D7 /* btDispatcher.h */; };
- BC43405D1117F3C600C9C8D7 /* btMultiSapBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC21117F3C600C9C8D7 /* btMultiSapBroadphase.cpp */; };
- BC43405E1117F3C600C9C8D7 /* btMultiSapBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC31117F3C600C9C8D7 /* btMultiSapBroadphase.h */; };
- BC43405F1117F3C600C9C8D7 /* btOverlappingPairCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC41117F3C600C9C8D7 /* btOverlappingPairCache.cpp */; };
- BC4340601117F3C600C9C8D7 /* btOverlappingPairCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC51117F3C600C9C8D7 /* btOverlappingPairCache.h */; };
- BC4340611117F3C600C9C8D7 /* btOverlappingPairCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC61117F3C600C9C8D7 /* btOverlappingPairCallback.h */; };
- BC4340621117F3C600C9C8D7 /* btQuantizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC71117F3C600C9C8D7 /* btQuantizedBvh.cpp */; };
- BC4340631117F3C600C9C8D7 /* btQuantizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EC81117F3C600C9C8D7 /* btQuantizedBvh.h */; };
- BC4340641117F3C600C9C8D7 /* btSimpleBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EC91117F3C600C9C8D7 /* btSimpleBroadphase.cpp */; };
- BC4340651117F3C600C9C8D7 /* btSimpleBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ECA1117F3C600C9C8D7 /* btSimpleBroadphase.h */; };
- BC4340661117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ECD1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp */; };
- BC4340671117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ECE1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h */; };
- BC4340681117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ECF1117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp */; };
- BC4340691117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED01117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h */; };
- BC43406A1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED11117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp */; };
- BC43406B1117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED21117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h */; };
- BC43406C1117F3C600C9C8D7 /* btBoxBoxDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED31117F3C600C9C8D7 /* btBoxBoxDetector.cpp */; };
- BC43406D1117F3C600C9C8D7 /* btBoxBoxDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED41117F3C600C9C8D7 /* btBoxBoxDetector.h */; };
- BC43406E1117F3C600C9C8D7 /* btCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED51117F3C600C9C8D7 /* btCollisionConfiguration.h */; };
- BC43406F1117F3C600C9C8D7 /* btCollisionCreateFunc.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED61117F3C600C9C8D7 /* btCollisionCreateFunc.h */; };
- BC4340701117F3C600C9C8D7 /* btCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED71117F3C600C9C8D7 /* btCollisionDispatcher.cpp */; };
- BC4340711117F3C600C9C8D7 /* btCollisionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433ED81117F3C600C9C8D7 /* btCollisionDispatcher.h */; };
- BC4340721117F3C600C9C8D7 /* btCollisionObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433ED91117F3C600C9C8D7 /* btCollisionObject.cpp */; };
- BC4340731117F3C600C9C8D7 /* btCollisionObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDA1117F3C600C9C8D7 /* btCollisionObject.h */; };
- BC4340741117F3C600C9C8D7 /* btCollisionWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDB1117F3C600C9C8D7 /* btCollisionWorld.cpp */; };
- BC4340751117F3C600C9C8D7 /* btCollisionWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDC1117F3C600C9C8D7 /* btCollisionWorld.h */; };
- BC4340761117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDD1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp */; };
- BC4340771117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EDE1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h */; };
- BC4340781117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EDF1117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp */; };
- BC4340791117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE01117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h */; };
- BC43407A1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE11117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp */; };
- BC43407B1117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE21117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h */; };
- BC43407C1117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE31117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp */; };
- BC43407D1117F3C600C9C8D7 /* btConvexConvexAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE41117F3C600C9C8D7 /* btConvexConvexAlgorithm.h */; };
- BC43407E1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE51117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp */; };
- BC43407F1117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE61117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h */; };
- BC4340801117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE71117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp */; };
- BC4340811117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EE81117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h */; };
- BC4340821117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EE91117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp */; };
- BC4340831117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEA1117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h */; };
- BC4340841117F3C600C9C8D7 /* btGhostObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EEB1117F3C600C9C8D7 /* btGhostObject.cpp */; };
- BC4340851117F3C600C9C8D7 /* btGhostObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEC1117F3C600C9C8D7 /* btGhostObject.h */; };
- BC4340861117F3C600C9C8D7 /* btInternalEdgeUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EED1117F3C600C9C8D7 /* btInternalEdgeUtility.cpp */; };
- BC4340871117F3C600C9C8D7 /* btInternalEdgeUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EEE1117F3C600C9C8D7 /* btInternalEdgeUtility.h */; };
- BC4340881117F3C600C9C8D7 /* btManifoldResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EEF1117F3C600C9C8D7 /* btManifoldResult.cpp */; };
- BC4340891117F3C600C9C8D7 /* btManifoldResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF01117F3C600C9C8D7 /* btManifoldResult.h */; };
- BC43408A1117F3C600C9C8D7 /* btSimulationIslandManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF11117F3C600C9C8D7 /* btSimulationIslandManager.cpp */; };
- BC43408B1117F3C600C9C8D7 /* btSimulationIslandManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF21117F3C600C9C8D7 /* btSimulationIslandManager.h */; };
- BC43408C1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF31117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp */; };
- BC43408D1117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF41117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h */; };
- BC43408E1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF51117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp */; };
- BC43408F1117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF61117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h */; };
- BC4340901117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF71117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp */; };
- BC4340911117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EF81117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h */; };
- BC4340921117F3C600C9C8D7 /* btUnionFind.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EF91117F3C600C9C8D7 /* btUnionFind.cpp */; };
- BC4340931117F3C600C9C8D7 /* btUnionFind.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFA1117F3C600C9C8D7 /* btUnionFind.h */; };
- BC4340941117F3C600C9C8D7 /* SphereTriangleDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EFB1117F3C600C9C8D7 /* SphereTriangleDetector.cpp */; };
- BC4340951117F3C600C9C8D7 /* SphereTriangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFC1117F3C600C9C8D7 /* SphereTriangleDetector.h */; };
- BC4340961117F3C600C9C8D7 /* btBox2dShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433EFE1117F3C600C9C8D7 /* btBox2dShape.cpp */; };
- BC4340971117F3C600C9C8D7 /* btBox2dShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433EFF1117F3C600C9C8D7 /* btBox2dShape.h */; };
- BC4340981117F3C600C9C8D7 /* btBoxShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F001117F3C600C9C8D7 /* btBoxShape.cpp */; };
- BC4340991117F3C600C9C8D7 /* btBoxShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F011117F3C600C9C8D7 /* btBoxShape.h */; };
- BC43409A1117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F021117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp */; };
- BC43409B1117F3C600C9C8D7 /* btBvhTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F031117F3C600C9C8D7 /* btBvhTriangleMeshShape.h */; };
- BC43409C1117F3C600C9C8D7 /* btCapsuleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F041117F3C600C9C8D7 /* btCapsuleShape.cpp */; };
- BC43409D1117F3C600C9C8D7 /* btCapsuleShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F051117F3C600C9C8D7 /* btCapsuleShape.h */; };
- BC43409E1117F3C600C9C8D7 /* btCollisionMargin.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F061117F3C600C9C8D7 /* btCollisionMargin.h */; };
- BC43409F1117F3C600C9C8D7 /* btCollisionShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F071117F3C600C9C8D7 /* btCollisionShape.cpp */; };
- BC4340A01117F3C600C9C8D7 /* btCollisionShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F081117F3C600C9C8D7 /* btCollisionShape.h */; };
- BC4340A11117F3C600C9C8D7 /* btCompoundShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F091117F3C600C9C8D7 /* btCompoundShape.cpp */; };
- BC4340A21117F3C600C9C8D7 /* btCompoundShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0A1117F3C600C9C8D7 /* btCompoundShape.h */; };
- BC4340A31117F3C600C9C8D7 /* btConcaveShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0B1117F3C600C9C8D7 /* btConcaveShape.cpp */; };
- BC4340A41117F3C600C9C8D7 /* btConcaveShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0C1117F3C600C9C8D7 /* btConcaveShape.h */; };
- BC4340A51117F3C600C9C8D7 /* btConeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0D1117F3C600C9C8D7 /* btConeShape.cpp */; };
- BC4340A61117F3C600C9C8D7 /* btConeShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F0E1117F3C600C9C8D7 /* btConeShape.h */; };
- BC4340A71117F3C600C9C8D7 /* btConvex2dShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F0F1117F3C600C9C8D7 /* btConvex2dShape.cpp */; };
- BC4340A81117F3C600C9C8D7 /* btConvex2dShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F101117F3C600C9C8D7 /* btConvex2dShape.h */; };
- BC4340A91117F3C600C9C8D7 /* btConvexHullShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F111117F3C600C9C8D7 /* btConvexHullShape.cpp */; };
- BC4340AA1117F3C600C9C8D7 /* btConvexHullShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F121117F3C600C9C8D7 /* btConvexHullShape.h */; };
- BC4340AB1117F3C600C9C8D7 /* btConvexInternalShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F131117F3C600C9C8D7 /* btConvexInternalShape.cpp */; };
- BC4340AC1117F3C600C9C8D7 /* btConvexInternalShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F141117F3C600C9C8D7 /* btConvexInternalShape.h */; };
- BC4340AD1117F3C600C9C8D7 /* btConvexPointCloudShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F151117F3C600C9C8D7 /* btConvexPointCloudShape.cpp */; };
- BC4340AE1117F3C600C9C8D7 /* btConvexPointCloudShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F161117F3C600C9C8D7 /* btConvexPointCloudShape.h */; };
- BC4340AF1117F3C600C9C8D7 /* btConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F171117F3C600C9C8D7 /* btConvexShape.cpp */; };
- BC4340B01117F3C600C9C8D7 /* btConvexShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F181117F3C600C9C8D7 /* btConvexShape.h */; };
- BC4340B11117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F191117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp */; };
- BC4340B21117F3C600C9C8D7 /* btConvexTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1A1117F3C600C9C8D7 /* btConvexTriangleMeshShape.h */; };
- BC4340B31117F3C600C9C8D7 /* btCylinderShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1B1117F3C600C9C8D7 /* btCylinderShape.cpp */; };
- BC4340B41117F3C600C9C8D7 /* btCylinderShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1C1117F3C600C9C8D7 /* btCylinderShape.h */; };
- BC4340B51117F3C600C9C8D7 /* btEmptyShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1D1117F3C600C9C8D7 /* btEmptyShape.cpp */; };
- BC4340B61117F3C600C9C8D7 /* btEmptyShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F1E1117F3C600C9C8D7 /* btEmptyShape.h */; };
- BC4340B71117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F1F1117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp */; };
- BC4340B81117F3C600C9C8D7 /* btHeightfieldTerrainShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F201117F3C600C9C8D7 /* btHeightfieldTerrainShape.h */; };
- BC4340B91117F3C600C9C8D7 /* btMaterial.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F211117F3C600C9C8D7 /* btMaterial.h */; };
- BC4340BA1117F3C600C9C8D7 /* btMinkowskiSumShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F221117F3C600C9C8D7 /* btMinkowskiSumShape.cpp */; };
- BC4340BB1117F3C600C9C8D7 /* btMinkowskiSumShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F231117F3C600C9C8D7 /* btMinkowskiSumShape.h */; };
- BC4340BC1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F241117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp */; };
- BC4340BD1117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F251117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h */; };
- BC4340BE1117F3C600C9C8D7 /* btMultiSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F261117F3C600C9C8D7 /* btMultiSphereShape.cpp */; };
- BC4340BF1117F3C600C9C8D7 /* btMultiSphereShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F271117F3C600C9C8D7 /* btMultiSphereShape.h */; };
- BC4340C01117F3C600C9C8D7 /* btOptimizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F281117F3C600C9C8D7 /* btOptimizedBvh.cpp */; };
- BC4340C11117F3C600C9C8D7 /* btOptimizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F291117F3C600C9C8D7 /* btOptimizedBvh.h */; };
- BC4340C21117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2A1117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp */; };
- BC4340C31117F3C600C9C8D7 /* btPolyhedralConvexShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2B1117F3C600C9C8D7 /* btPolyhedralConvexShape.h */; };
- BC4340C41117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2C1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp */; };
- BC4340C51117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2D1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h */; };
- BC4340C61117F3C600C9C8D7 /* btShapeHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F2E1117F3C600C9C8D7 /* btShapeHull.cpp */; };
- BC4340C71117F3C600C9C8D7 /* btShapeHull.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F2F1117F3C600C9C8D7 /* btShapeHull.h */; };
- BC4340C81117F3C600C9C8D7 /* btSphereShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F301117F3C600C9C8D7 /* btSphereShape.cpp */; };
- BC4340C91117F3C600C9C8D7 /* btSphereShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F311117F3C600C9C8D7 /* btSphereShape.h */; };
- BC4340CA1117F3C600C9C8D7 /* btStaticPlaneShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F321117F3C600C9C8D7 /* btStaticPlaneShape.cpp */; };
- BC4340CB1117F3C600C9C8D7 /* btStaticPlaneShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F331117F3C600C9C8D7 /* btStaticPlaneShape.h */; };
- BC4340CC1117F3C600C9C8D7 /* btStridingMeshInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F341117F3C600C9C8D7 /* btStridingMeshInterface.cpp */; };
- BC4340CD1117F3C600C9C8D7 /* btStridingMeshInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F351117F3C600C9C8D7 /* btStridingMeshInterface.h */; };
- BC4340CE1117F3C600C9C8D7 /* btTetrahedronShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F361117F3C600C9C8D7 /* btTetrahedronShape.cpp */; };
- BC4340CF1117F3C600C9C8D7 /* btTetrahedronShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F371117F3C600C9C8D7 /* btTetrahedronShape.h */; };
- BC4340D01117F3C600C9C8D7 /* btTriangleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F381117F3C600C9C8D7 /* btTriangleBuffer.cpp */; };
- BC4340D11117F3C600C9C8D7 /* btTriangleBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F391117F3C600C9C8D7 /* btTriangleBuffer.h */; };
- BC4340D21117F3C600C9C8D7 /* btTriangleCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3A1117F3C600C9C8D7 /* btTriangleCallback.cpp */; };
- BC4340D31117F3C600C9C8D7 /* btTriangleCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3B1117F3C600C9C8D7 /* btTriangleCallback.h */; };
- BC4340D41117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3C1117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp */; };
- BC4340D51117F3C600C9C8D7 /* btTriangleIndexVertexArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3D1117F3C600C9C8D7 /* btTriangleIndexVertexArray.h */; };
- BC4340D61117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F3E1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp */; };
- BC4340D71117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F3F1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h */; };
- BC4340D81117F3C600C9C8D7 /* btTriangleMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F401117F3C600C9C8D7 /* btTriangleMesh.cpp */; };
- BC4340D91117F3C600C9C8D7 /* btTriangleMesh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F411117F3C600C9C8D7 /* btTriangleMesh.h */; };
- BC4340DA1117F3C600C9C8D7 /* btTriangleMeshShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F421117F3C600C9C8D7 /* btTriangleMeshShape.cpp */; };
- BC4340DB1117F3C600C9C8D7 /* btTriangleMeshShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F431117F3C600C9C8D7 /* btTriangleMeshShape.h */; };
- BC4340DC1117F3C600C9C8D7 /* btTriangleShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F441117F3C600C9C8D7 /* btTriangleShape.h */; };
- BC4340DD1117F3C600C9C8D7 /* btUniformScalingShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F451117F3C600C9C8D7 /* btUniformScalingShape.cpp */; };
- BC4340DE1117F3C600C9C8D7 /* btUniformScalingShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F461117F3C600C9C8D7 /* btUniformScalingShape.h */; };
- BC4340DF1117F3C600C9C8D7 /* btBoxCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F491117F3C600C9C8D7 /* btBoxCollision.h */; };
- BC4340E01117F3C600C9C8D7 /* btClipPolygon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4A1117F3C600C9C8D7 /* btClipPolygon.h */; };
- BC4340E11117F3C600C9C8D7 /* btContactProcessing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F4B1117F3C600C9C8D7 /* btContactProcessing.cpp */; };
- BC4340E21117F3C600C9C8D7 /* btContactProcessing.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4C1117F3C600C9C8D7 /* btContactProcessing.h */; };
- BC4340E31117F3C600C9C8D7 /* btGenericPoolAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F4D1117F3C600C9C8D7 /* btGenericPoolAllocator.cpp */; };
- BC4340E41117F3C600C9C8D7 /* btGenericPoolAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4E1117F3C600C9C8D7 /* btGenericPoolAllocator.h */; };
- BC4340E51117F3C600C9C8D7 /* btGeometryOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F4F1117F3C600C9C8D7 /* btGeometryOperations.h */; };
- BC4340E61117F3C600C9C8D7 /* btGImpactBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F501117F3C600C9C8D7 /* btGImpactBvh.cpp */; };
- BC4340E71117F3C600C9C8D7 /* btGImpactBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F511117F3C600C9C8D7 /* btGImpactBvh.h */; };
- BC4340E81117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F521117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp */; };
- BC4340E91117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F531117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h */; };
- BC4340EA1117F3C600C9C8D7 /* btGImpactMassUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F541117F3C600C9C8D7 /* btGImpactMassUtil.h */; };
- BC4340EB1117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F551117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp */; };
- BC4340EC1117F3C600C9C8D7 /* btGImpactQuantizedBvh.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F561117F3C600C9C8D7 /* btGImpactQuantizedBvh.h */; };
- BC4340ED1117F3C600C9C8D7 /* btGImpactShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F571117F3C600C9C8D7 /* btGImpactShape.cpp */; };
- BC4340EE1117F3C600C9C8D7 /* btGImpactShape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F581117F3C600C9C8D7 /* btGImpactShape.h */; };
- BC4340EF1117F3C600C9C8D7 /* btQuantization.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F591117F3C600C9C8D7 /* btQuantization.h */; };
- BC4340F01117F3C600C9C8D7 /* btTriangleShapeEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F5A1117F3C600C9C8D7 /* btTriangleShapeEx.cpp */; };
- BC4340F11117F3C600C9C8D7 /* btTriangleShapeEx.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5B1117F3C600C9C8D7 /* btTriangleShapeEx.h */; };
- BC4340F21117F3C600C9C8D7 /* gim_array.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5C1117F3C600C9C8D7 /* gim_array.h */; };
- BC4340F31117F3C600C9C8D7 /* gim_basic_geometry_operations.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5D1117F3C600C9C8D7 /* gim_basic_geometry_operations.h */; };
- BC4340F41117F3C600C9C8D7 /* gim_bitset.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5E1117F3C600C9C8D7 /* gim_bitset.h */; };
- BC4340F51117F3C600C9C8D7 /* gim_box_collision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F5F1117F3C600C9C8D7 /* gim_box_collision.h */; };
- BC4340F61117F3C600C9C8D7 /* gim_box_set.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F601117F3C600C9C8D7 /* gim_box_set.cpp */; };
- BC4340F71117F3C600C9C8D7 /* gim_box_set.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F611117F3C600C9C8D7 /* gim_box_set.h */; };
- BC4340F81117F3C600C9C8D7 /* gim_clip_polygon.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F621117F3C600C9C8D7 /* gim_clip_polygon.h */; };
- BC4340F91117F3C600C9C8D7 /* gim_contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F631117F3C600C9C8D7 /* gim_contact.cpp */; };
- BC4340FA1117F3C600C9C8D7 /* gim_contact.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F641117F3C600C9C8D7 /* gim_contact.h */; };
- BC4340FB1117F3C600C9C8D7 /* gim_geom_types.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F651117F3C600C9C8D7 /* gim_geom_types.h */; };
- BC4340FC1117F3C600C9C8D7 /* gim_geometry.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F661117F3C600C9C8D7 /* gim_geometry.h */; };
- BC4340FD1117F3C600C9C8D7 /* gim_hash_table.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F671117F3C600C9C8D7 /* gim_hash_table.h */; };
- BC4340FE1117F3C600C9C8D7 /* gim_linear_math.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F681117F3C600C9C8D7 /* gim_linear_math.h */; };
- BC4340FF1117F3C600C9C8D7 /* gim_math.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F691117F3C600C9C8D7 /* gim_math.h */; };
- BC4341001117F3C600C9C8D7 /* gim_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F6A1117F3C600C9C8D7 /* gim_memory.cpp */; };
- BC4341011117F3C600C9C8D7 /* gim_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6B1117F3C600C9C8D7 /* gim_memory.h */; };
- BC4341021117F3C600C9C8D7 /* gim_radixsort.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6C1117F3C600C9C8D7 /* gim_radixsort.h */; };
- BC4341031117F3C600C9C8D7 /* gim_tri_collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F6D1117F3C600C9C8D7 /* gim_tri_collision.cpp */; };
- BC4341041117F3C600C9C8D7 /* gim_tri_collision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F6E1117F3C600C9C8D7 /* gim_tri_collision.h */; };
- BC4341051117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC433F701117F3C600C9C8D7 /* Makefile */; };
- BC4341061117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433F711117F3C600C9C8D7 /* Jamfile */; };
- BC4341071117F3C600C9C8D7 /* btContinuousConvexCollision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F731117F3C600C9C8D7 /* btContinuousConvexCollision.cpp */; };
- BC4341081117F3C600C9C8D7 /* btContinuousConvexCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F741117F3C600C9C8D7 /* btContinuousConvexCollision.h */; };
- BC4341091117F3C600C9C8D7 /* btConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F751117F3C600C9C8D7 /* btConvexCast.cpp */; };
- BC43410A1117F3C600C9C8D7 /* btConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F761117F3C600C9C8D7 /* btConvexCast.h */; };
- BC43410B1117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F771117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h */; };
- BC43410C1117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F781117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h */; };
- BC43410D1117F3C600C9C8D7 /* btGjkConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F791117F3C600C9C8D7 /* btGjkConvexCast.cpp */; };
- BC43410E1117F3C600C9C8D7 /* btGjkConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7A1117F3C600C9C8D7 /* btGjkConvexCast.h */; };
- BC43410F1117F3C600C9C8D7 /* btGjkEpa2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7B1117F3C600C9C8D7 /* btGjkEpa2.cpp */; };
- BC4341101117F3C600C9C8D7 /* btGjkEpa2.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7C1117F3C600C9C8D7 /* btGjkEpa2.h */; };
- BC4341111117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7D1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp */; };
- BC4341121117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F7E1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h */; };
- BC4341131117F3C600C9C8D7 /* btGjkPairDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F7F1117F3C600C9C8D7 /* btGjkPairDetector.cpp */; };
- BC4341141117F3C600C9C8D7 /* btGjkPairDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F801117F3C600C9C8D7 /* btGjkPairDetector.h */; };
- BC4341151117F3C600C9C8D7 /* btManifoldPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F811117F3C600C9C8D7 /* btManifoldPoint.h */; };
- BC4341161117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F821117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp */; };
- BC4341171117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F831117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h */; };
- BC4341181117F3C600C9C8D7 /* btPersistentManifold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F841117F3C600C9C8D7 /* btPersistentManifold.cpp */; };
- BC4341191117F3C600C9C8D7 /* btPersistentManifold.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F851117F3C600C9C8D7 /* btPersistentManifold.h */; };
- BC43411A1117F3C600C9C8D7 /* btPointCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F861117F3C600C9C8D7 /* btPointCollector.h */; };
- BC43411B1117F3C600C9C8D7 /* btRaycastCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F871117F3C600C9C8D7 /* btRaycastCallback.cpp */; };
- BC43411C1117F3C600C9C8D7 /* btRaycastCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F881117F3C600C9C8D7 /* btRaycastCallback.h */; };
- BC43411D1117F3C600C9C8D7 /* btSimplexSolverInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F891117F3C600C9C8D7 /* btSimplexSolverInterface.h */; };
- BC43411E1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F8A1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp */; };
- BC43411F1117F3C600C9C8D7 /* btSubSimplexConvexCast.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F8B1117F3C600C9C8D7 /* btSubSimplexConvexCast.h */; };
- BC4341201117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F8C1117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp */; };
- BC4341211117F3C600C9C8D7 /* btVoronoiSimplexSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F8D1117F3C600C9C8D7 /* btVoronoiSimplexSolver.h */; };
- BC4341221117F3C600C9C8D7 /* btCharacterControllerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F901117F3C600C9C8D7 /* btCharacterControllerInterface.h */; };
- BC4341231117F3C600C9C8D7 /* btKinematicCharacterController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F911117F3C600C9C8D7 /* btKinematicCharacterController.cpp */; };
- BC4341241117F3C600C9C8D7 /* btKinematicCharacterController.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F921117F3C600C9C8D7 /* btKinematicCharacterController.h */; };
- BC4341251117F3C600C9C8D7 /* btConeTwistConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F951117F3C600C9C8D7 /* btConeTwistConstraint.cpp */; };
- BC4341261117F3C600C9C8D7 /* btConeTwistConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F961117F3C600C9C8D7 /* btConeTwistConstraint.h */; };
- BC4341271117F3C600C9C8D7 /* btConstraintSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F971117F3C600C9C8D7 /* btConstraintSolver.h */; };
- BC4341281117F3C600C9C8D7 /* btContactConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F981117F3C600C9C8D7 /* btContactConstraint.cpp */; };
- BC4341291117F3C600C9C8D7 /* btContactConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F991117F3C600C9C8D7 /* btContactConstraint.h */; };
- BC43412A1117F3C600C9C8D7 /* btContactSolverInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9A1117F3C600C9C8D7 /* btContactSolverInfo.h */; };
- BC43412B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp */; };
- BC43412C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h */; };
- BC43412D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp */; };
- BC43412E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433F9E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h */; };
- BC43412F1117F3C600C9C8D7 /* btHinge2Constraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433F9F1117F3C600C9C8D7 /* btHinge2Constraint.cpp */; };
- BC4341301117F3C600C9C8D7 /* btHinge2Constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA01117F3C600C9C8D7 /* btHinge2Constraint.h */; };
- BC4341311117F3C600C9C8D7 /* btHingeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA11117F3C600C9C8D7 /* btHingeConstraint.cpp */; };
- BC4341321117F3C600C9C8D7 /* btHingeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA21117F3C600C9C8D7 /* btHingeConstraint.h */; };
- BC4341331117F3C600C9C8D7 /* btJacobianEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA31117F3C600C9C8D7 /* btJacobianEntry.h */; };
- BC4341341117F3C600C9C8D7 /* btPoint2PointConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA41117F3C600C9C8D7 /* btPoint2PointConstraint.cpp */; };
- BC4341351117F3C600C9C8D7 /* btPoint2PointConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA51117F3C600C9C8D7 /* btPoint2PointConstraint.h */; };
- BC4341361117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA61117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp */; };
- BC4341371117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA71117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h */; };
- BC4341381117F3C600C9C8D7 /* btSliderConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FA81117F3C600C9C8D7 /* btSliderConstraint.cpp */; };
- BC4341391117F3C600C9C8D7 /* btSliderConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FA91117F3C600C9C8D7 /* btSliderConstraint.h */; };
- BC43413A1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FAA1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp */; };
- BC43413B1117F3C600C9C8D7 /* btSolve2LinearConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAB1117F3C600C9C8D7 /* btSolve2LinearConstraint.h */; };
- BC43413C1117F3C600C9C8D7 /* btSolverBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAC1117F3C600C9C8D7 /* btSolverBody.h */; };
- BC43413D1117F3C600C9C8D7 /* btSolverConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAD1117F3C600C9C8D7 /* btSolverConstraint.h */; };
- BC43413E1117F3C600C9C8D7 /* btTypedConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FAE1117F3C600C9C8D7 /* btTypedConstraint.cpp */; };
- BC43413F1117F3C600C9C8D7 /* btTypedConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FAF1117F3C600C9C8D7 /* btTypedConstraint.h */; };
- BC4341401117F3C600C9C8D7 /* btUniversalConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB01117F3C600C9C8D7 /* btUniversalConstraint.cpp */; };
- BC4341411117F3C600C9C8D7 /* btUniversalConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB11117F3C600C9C8D7 /* btUniversalConstraint.h */; };
- BC4341421117F3C600C9C8D7 /* btActionInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB31117F3C600C9C8D7 /* btActionInterface.h */; };
- BC4341431117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB41117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp */; };
- BC4341441117F3C600C9C8D7 /* btContinuousDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB51117F3C600C9C8D7 /* btContinuousDynamicsWorld.h */; };
- BC4341451117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB61117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp */; };
- BC4341461117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB71117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h */; };
- BC4341471117F3C600C9C8D7 /* btDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FB81117F3C600C9C8D7 /* btDynamicsWorld.h */; };
- BC4341481117F3C600C9C8D7 /* btRigidBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FB91117F3C600C9C8D7 /* btRigidBody.cpp */; };
- BC4341491117F3C600C9C8D7 /* btRigidBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FBA1117F3C600C9C8D7 /* btRigidBody.h */; };
- BC43414A1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBB1117F3C600C9C8D7 /* btSimpleDynamicsWorld.cpp */; };
- BC43414B1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FBC1117F3C600C9C8D7 /* btSimpleDynamicsWorld.h */; };
- BC43414C1117F3C600C9C8D7 /* Bullet-C-API.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBD1117F3C600C9C8D7 /* Bullet-C-API.cpp */; };
- BC43414D1117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FBF1117F3C600C9C8D7 /* Makefile */; };
- BC43414E1117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC01117F3C600C9C8D7 /* Jamfile */; };
- BC43414F1117F3C600C9C8D7 /* btRaycastVehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC21117F3C600C9C8D7 /* btRaycastVehicle.cpp */; };
- BC4341501117F3C600C9C8D7 /* btRaycastVehicle.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC31117F3C600C9C8D7 /* btRaycastVehicle.h */; };
- BC4341511117F3C600C9C8D7 /* btVehicleRaycaster.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC41117F3C600C9C8D7 /* btVehicleRaycaster.h */; };
- BC4341521117F3C600C9C8D7 /* btWheelInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC51117F3C600C9C8D7 /* btWheelInfo.cpp */; };
- BC4341531117F3C600C9C8D7 /* btWheelInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC61117F3C600C9C8D7 /* btWheelInfo.h */; };
- BC4341541117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FC81117F3C600C9C8D7 /* btGpu3DGridBroadphase.cpp */; };
- BC4341551117F3C600C9C8D7 /* btGpu3DGridBroadphase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FC91117F3C600C9C8D7 /* btGpu3DGridBroadphase.h */; };
- BC4341561117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCA1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedCode.h */; };
- BC4341571117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCB1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedDefs.h */; };
- BC4341581117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCC1117F3C600C9C8D7 /* btGpu3DGridBroadphaseSharedTypes.h */; };
- BC4341591117F3C600C9C8D7 /* btGpuDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCD1117F3C600C9C8D7 /* btGpuDefines.h */; };
- BC43415A1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCE1117F3C600C9C8D7 /* btGpuUtilsSharedCode.h */; };
- BC43415B1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FCF1117F3C600C9C8D7 /* btGpuUtilsSharedDefs.h */; };
- BC43415C1117F3C600C9C8D7 /* btThreadSupportInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD01117F3C600C9C8D7 /* btThreadSupportInterface.cpp */; };
- BC43415D1117F3C600C9C8D7 /* btThreadSupportInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD11117F3C600C9C8D7 /* btThreadSupportInterface.h */; };
- BC43415E1117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD31117F3C600C9C8D7 /* Jamfile */; };
- BC43415F1117F3C600C9C8D7 /* MiniCLTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD61117F3C600C9C8D7 /* MiniCLTask.cpp */; };
- BC4341601117F3C600C9C8D7 /* MiniCLTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD71117F3C600C9C8D7 /* MiniCLTask.h */; };
- BC4341611117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FD81117F3C600C9C8D7 /* MiniCLTaskScheduler.cpp */; };
- BC4341621117F3C600C9C8D7 /* MiniCLTaskScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FD91117F3C600C9C8D7 /* MiniCLTaskScheduler.h */; };
- BC4341631117F3C600C9C8D7 /* PlatformDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDB1117F3C600C9C8D7 /* PlatformDefinitions.h */; };
- BC4341641117F3C600C9C8D7 /* PosixThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FDC1117F3C600C9C8D7 /* PosixThreadSupport.cpp */; };
- BC4341651117F3C600C9C8D7 /* PosixThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDD1117F3C600C9C8D7 /* PosixThreadSupport.h */; };
- BC4341661117F3C600C9C8D7 /* PpuAddressSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FDE1117F3C600C9C8D7 /* PpuAddressSpace.h */; };
- BC4341671117F3C600C9C8D7 /* SequentialThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FDF1117F3C600C9C8D7 /* SequentialThreadSupport.cpp */; };
- BC4341681117F3C600C9C8D7 /* SequentialThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE01117F3C600C9C8D7 /* SequentialThreadSupport.h */; };
- BC4341691117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE11117F3C600C9C8D7 /* SpuCollisionObjectWrapper.cpp */; };
- BC43416A1117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE21117F3C600C9C8D7 /* SpuCollisionObjectWrapper.h */; };
- BC43416B1117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE31117F3C600C9C8D7 /* SpuCollisionTaskProcess.cpp */; };
- BC43416C1117F3C600C9C8D7 /* SpuCollisionTaskProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE41117F3C600C9C8D7 /* SpuCollisionTaskProcess.h */; };
- BC43416D1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE51117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.cpp */; };
- BC43416E1117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE61117F3C600C9C8D7 /* SpuContactManifoldCollisionAlgorithm.h */; };
- BC43416F1117F3C600C9C8D7 /* SpuDoubleBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE71117F3C600C9C8D7 /* SpuDoubleBuffer.h */; };
- BC4341701117F3C600C9C8D7 /* SpuFakeDma.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FE81117F3C600C9C8D7 /* SpuFakeDma.cpp */; };
- BC4341711117F3C600C9C8D7 /* SpuFakeDma.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FE91117F3C600C9C8D7 /* SpuFakeDma.h */; };
- BC4341721117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FEA1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.cpp */; };
- BC4341731117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FEB1117F3C600C9C8D7 /* SpuGatheringCollisionDispatcher.h */; };
- BC4341741117F3C600C9C8D7 /* SpuLibspe2Support.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FEC1117F3C600C9C8D7 /* SpuLibspe2Support.cpp */; };
- BC4341751117F3C600C9C8D7 /* SpuLibspe2Support.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FED1117F3C600C9C8D7 /* SpuLibspe2Support.h */; };
- BC4341761117F3C600C9C8D7 /* Box.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FEF1117F3C600C9C8D7 /* Box.h */; };
- BC4341771117F3C600C9C8D7 /* boxBoxDistance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF01117F3C600C9C8D7 /* boxBoxDistance.cpp */; };
- BC4341781117F3C600C9C8D7 /* boxBoxDistance.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF11117F3C600C9C8D7 /* boxBoxDistance.h */; };
- BC4341791117F3C600C9C8D7 /* SpuCollisionShapes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF31117F3C600C9C8D7 /* SpuCollisionShapes.cpp */; };
- BC43417A1117F3C600C9C8D7 /* SpuCollisionShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF41117F3C600C9C8D7 /* SpuCollisionShapes.h */; };
- BC43417B1117F3C600C9C8D7 /* SpuContactResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF51117F3C600C9C8D7 /* SpuContactResult.cpp */; };
- BC43417C1117F3C600C9C8D7 /* SpuContactResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF61117F3C600C9C8D7 /* SpuContactResult.h */; };
- BC43417D1117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF71117F3C600C9C8D7 /* SpuConvexPenetrationDepthSolver.h */; };
- BC43417E1117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FF81117F3C600C9C8D7 /* SpuGatheringCollisionTask.cpp */; };
- BC43417F1117F3C600C9C8D7 /* SpuGatheringCollisionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FF91117F3C600C9C8D7 /* SpuGatheringCollisionTask.h */; };
- BC4341801117F3C600C9C8D7 /* SpuLocalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFA1117F3C600C9C8D7 /* SpuLocalSupport.h */; };
- BC4341811117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC433FFB1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.cpp */; };
- BC4341821117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFC1117F3C600C9C8D7 /* SpuMinkowskiPenetrationDepthSolver.h */; };
- BC4341831117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h in Headers */ = {isa = PBXBuildFile; fileRef = BC433FFD1117F3C600C9C8D7 /* SpuPreferredPenetrationDirections.h */; };
- BC4341841117F3C600C9C8D7 /* SpuSampleTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340001117F3C600C9C8D7 /* SpuSampleTask.cpp */; };
- BC4341851117F3C600C9C8D7 /* SpuSampleTask.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340011117F3C600C9C8D7 /* SpuSampleTask.h */; };
- BC4341861117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340021117F3C600C9C8D7 /* SpuSampleTaskProcess.cpp */; };
- BC4341871117F3C600C9C8D7 /* SpuSampleTaskProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340031117F3C600C9C8D7 /* SpuSampleTaskProcess.h */; };
- BC4341881117F3C600C9C8D7 /* boolInVec.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340071117F3C600C9C8D7 /* boolInVec.h */; };
- BC4341891117F3C600C9C8D7 /* floatInVec.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340081117F3C600C9C8D7 /* floatInVec.h */; };
- BC43418A1117F3C600C9C8D7 /* mat_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340091117F3C600C9C8D7 /* mat_aos.h */; };
- BC43418B1117F3C600C9C8D7 /* quat_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400A1117F3C600C9C8D7 /* quat_aos.h */; };
- BC43418C1117F3C600C9C8D7 /* vec_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400B1117F3C600C9C8D7 /* vec_aos.h */; };
- BC43418D1117F3C600C9C8D7 /* vectormath_aos.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400C1117F3C600C9C8D7 /* vectormath_aos.h */; };
- BC43418E1117F3C600C9C8D7 /* vectormath2bullet.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400D1117F3C600C9C8D7 /* vectormath2bullet.h */; };
- BC43418F1117F3C600C9C8D7 /* Win32ThreadSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43400E1117F3C600C9C8D7 /* Win32ThreadSupport.cpp */; };
- BC4341901117F3C600C9C8D7 /* Win32ThreadSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43400F1117F3C600C9C8D7 /* Win32ThreadSupport.h */; };
- BC4341911117F3C600C9C8D7 /* btSoftBody.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340111117F3C600C9C8D7 /* btSoftBody.cpp */; };
- BC4341921117F3C600C9C8D7 /* btSoftBody.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340121117F3C600C9C8D7 /* btSoftBody.h */; };
- BC4341931117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340131117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.cpp */; };
- BC4341941117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340141117F3C600C9C8D7 /* btSoftBodyConcaveCollisionAlgorithm.h */; };
- BC4341951117F3C600C9C8D7 /* btSoftBodyHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340151117F3C600C9C8D7 /* btSoftBodyHelpers.cpp */; };
- BC4341961117F3C600C9C8D7 /* btSoftBodyHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340161117F3C600C9C8D7 /* btSoftBodyHelpers.h */; };
- BC4341971117F3C600C9C8D7 /* btSoftBodyInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340171117F3C600C9C8D7 /* btSoftBodyInternals.h */; };
- BC4341981117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340181117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.cpp */; };
- BC4341991117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340191117F3C600C9C8D7 /* btSoftBodyRigidBodyCollisionConfiguration.h */; };
- BC43419A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401A1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.cpp */; };
- BC43419B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401B1117F3C600C9C8D7 /* btSoftRigidCollisionAlgorithm.h */; };
- BC43419C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401C1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.cpp */; };
- BC43419D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401D1117F3C600C9C8D7 /* btSoftRigidDynamicsWorld.h */; };
- BC43419E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43401E1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.cpp */; };
- BC43419F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43401F1117F3C600C9C8D7 /* btSoftSoftCollisionAlgorithm.h */; };
- BC4341A01117F3C600C9C8D7 /* btSparseSDF.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340201117F3C600C9C8D7 /* btSparseSDF.h */; };
- BC4341A11117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340221117F3C600C9C8D7 /* Jamfile */; };
- BC4341A21117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340251117F3C600C9C8D7 /* Makefile */; };
- BC4341A31117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340261117F3C600C9C8D7 /* Jamfile */; };
- BC4341A41117F3C600C9C8D7 /* btAabbUtil2.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340281117F3C600C9C8D7 /* btAabbUtil2.h */; };
- BC4341A51117F3C600C9C8D7 /* btAlignedAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4340291117F3C600C9C8D7 /* btAlignedAllocator.cpp */; };
- BC4341A61117F3C600C9C8D7 /* btAlignedAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402A1117F3C600C9C8D7 /* btAlignedAllocator.h */; };
- BC4341A71117F3C600C9C8D7 /* btAlignedObjectArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402B1117F3C600C9C8D7 /* btAlignedObjectArray.h */; };
- BC4341A81117F3C600C9C8D7 /* btConvexHull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43402C1117F3C600C9C8D7 /* btConvexHull.cpp */; };
- BC4341A91117F3C600C9C8D7 /* btConvexHull.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402D1117F3C600C9C8D7 /* btConvexHull.h */; };
- BC4341AA1117F3C600C9C8D7 /* btDefaultMotionState.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43402E1117F3C600C9C8D7 /* btDefaultMotionState.h */; };
- BC4341AB1117F3C600C9C8D7 /* btGeometryUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43402F1117F3C600C9C8D7 /* btGeometryUtil.cpp */; };
- BC4341AC1117F3C600C9C8D7 /* btGeometryUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340301117F3C600C9C8D7 /* btGeometryUtil.h */; };
- BC4341AD1117F3C600C9C8D7 /* btHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340311117F3C600C9C8D7 /* btHashMap.h */; };
- BC4341AE1117F3C600C9C8D7 /* btIDebugDraw.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340321117F3C600C9C8D7 /* btIDebugDraw.h */; };
- BC4341AF1117F3C600C9C8D7 /* btList.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340331117F3C600C9C8D7 /* btList.h */; };
- BC4341B01117F3C600C9C8D7 /* btMatrix3x3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340341117F3C600C9C8D7 /* btMatrix3x3.h */; };
- BC4341B11117F3C600C9C8D7 /* btMinMax.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340351117F3C600C9C8D7 /* btMinMax.h */; };
- BC4341B21117F3C600C9C8D7 /* btMotionState.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340361117F3C600C9C8D7 /* btMotionState.h */; };
- BC4341B31117F3C600C9C8D7 /* btPoolAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340371117F3C600C9C8D7 /* btPoolAllocator.h */; };
- BC4341B41117F3C600C9C8D7 /* btQuadWord.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340381117F3C600C9C8D7 /* btQuadWord.h */; };
- BC4341B51117F3C600C9C8D7 /* btQuaternion.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340391117F3C600C9C8D7 /* btQuaternion.h */; };
- BC4341B61117F3C600C9C8D7 /* btQuickprof.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43403A1117F3C600C9C8D7 /* btQuickprof.cpp */; };
- BC4341B71117F3C600C9C8D7 /* btQuickprof.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403B1117F3C600C9C8D7 /* btQuickprof.h */; };
- BC4341B81117F3C600C9C8D7 /* btRandom.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403C1117F3C600C9C8D7 /* btRandom.h */; };
- BC4341B91117F3C600C9C8D7 /* btScalar.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403D1117F3C600C9C8D7 /* btScalar.h */; };
- BC4341BA1117F3C600C9C8D7 /* btSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43403E1117F3C600C9C8D7 /* btSerializer.cpp */; };
- BC4341BB1117F3C600C9C8D7 /* btSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43403F1117F3C600C9C8D7 /* btSerializer.h */; };
- BC4341BC1117F3C600C9C8D7 /* btStackAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340401117F3C600C9C8D7 /* btStackAlloc.h */; };
- BC4341BD1117F3C600C9C8D7 /* btTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340411117F3C600C9C8D7 /* btTransform.h */; };
- BC4341BE1117F3C600C9C8D7 /* btTransformUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340421117F3C600C9C8D7 /* btTransformUtil.h */; };
- BC4341BF1117F3C600C9C8D7 /* btVector3.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4340431117F3C600C9C8D7 /* btVector3.h */; };
- BC4341C01117F3C600C9C8D7 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340461117F3C600C9C8D7 /* Makefile */; };
- BC4341C11117F3C600C9C8D7 /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = BC4340471117F3C600C9C8D7 /* Jamfile */; };
- BC4341C21117F3C600C9C8D7 /* cl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404A1117F3C600C9C8D7 /* cl.h */; };
- BC4341C31117F3C600C9C8D7 /* cl_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404B1117F3C600C9C8D7 /* cl_gl.h */; };
- BC4341C41117F3C600C9C8D7 /* cl_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43404C1117F3C600C9C8D7 /* cl_platform.h */; };
- BC4342011117F4CF00C9C8D7 /* sphere_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341CF1117F4CF00C9C8D7 /* sphere_shape.h */; };
- BC4342021117F4CF00C9C8D7 /* sphere_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D01117F4CF00C9C8D7 /* sphere_shape_impl.h */; };
- BC4342031117F4CF00C9C8D7 /* solver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D11117F4CF00C9C8D7 /* solver.h */; };
- BC4342041117F4CF00C9C8D7 /* solver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D21117F4CF00C9C8D7 /* solver.cpp */; };
- BC4342051117F4CF00C9C8D7 /* solver_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D31117F4CF00C9C8D7 /* solver_impl.h */; };
- BC4342061117F4CF00C9C8D7 /* shared_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D41117F4CF00C9C8D7 /* shared_ptr.h */; };
- BC4342071117F4CF00C9C8D7 /* rigidBodyNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D51117F4CF00C9C8D7 /* rigidBodyNode.h */; };
- BC4342081117F4CF00C9C8D7 /* rigidBodyNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D61117F4CF00C9C8D7 /* rigidBodyNode.cpp */; };
- BC4342091117F4CF00C9C8D7 /* rigidBodyArrayNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D71117F4CF00C9C8D7 /* rigidBodyArrayNode.h */; };
- BC43420A1117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341D81117F4CF00C9C8D7 /* rigidBodyArrayNode.cpp */; };
- BC43420B1117F4CF00C9C8D7 /* rigid_body.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341D91117F4CF00C9C8D7 /* rigid_body.h */; };
- BC43420C1117F4CF00C9C8D7 /* rigid_body_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DA1117F4CF00C9C8D7 /* rigid_body_impl.h */; };
- BC43420D1117F4CF00C9C8D7 /* pluginMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341DB1117F4CF00C9C8D7 /* pluginMain.cpp */; };
- BC43420E1117F4CF00C9C8D7 /* plane_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DC1117F4CF00C9C8D7 /* plane_shape.h */; };
- BC43420F1117F4CF00C9C8D7 /* plane_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DD1117F4CF00C9C8D7 /* plane_shape_impl.h */; };
- BC4342101117F4CF00C9C8D7 /* pdbIO.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341DE1117F4CF00C9C8D7 /* pdbIO.h */; };
- BC4342111117F4CF00C9C8D7 /* pdbIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341DF1117F4CF00C9C8D7 /* pdbIO.cpp */; };
- BC4342121117F4CF00C9C8D7 /* mesh_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E01117F4CF00C9C8D7 /* mesh_shape.h */; };
- BC4342131117F4CF00C9C8D7 /* mesh_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E11117F4CF00C9C8D7 /* mesh_shape_impl.h */; };
- BC4342141117F4CF00C9C8D7 /* mayaUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E21117F4CF00C9C8D7 /* mayaUtils.h */; };
- BC4342151117F4CF00C9C8D7 /* mathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E31117F4CF00C9C8D7 /* mathUtils.h */; };
- BC4342161117F4CF00C9C8D7 /* dSolverNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E41117F4CF00C9C8D7 /* dSolverNode.h */; };
- BC4342171117F4CF00C9C8D7 /* dSolverNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E51117F4CF00C9C8D7 /* dSolverNode.cpp */; };
- BC4342181117F4CF00C9C8D7 /* dSolverCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E61117F4CF00C9C8D7 /* dSolverCmd.h */; };
- BC4342191117F4CF00C9C8D7 /* dSolverCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E71117F4CF00C9C8D7 /* dSolverCmd.cpp */; };
- BC43421A1117F4CF00C9C8D7 /* dRigidBodyCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341E81117F4CF00C9C8D7 /* dRigidBodyCmd.h */; };
- BC43421B1117F4CF00C9C8D7 /* dRigidBodyCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341E91117F4CF00C9C8D7 /* dRigidBodyCmd.cpp */; };
- BC43421C1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EA1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.h */; };
- BC43421D1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341EB1117F4CF00C9C8D7 /* dRigidBodyArrayCmd.cpp */; };
- BC43421E1117F4CF00C9C8D7 /* drawUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EC1117F4CF00C9C8D7 /* drawUtils.h */; };
- BC43421F1117F4CF00C9C8D7 /* drawUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341ED1117F4CF00C9C8D7 /* drawUtils.cpp */; };
- BC4342201117F4CF00C9C8D7 /* convex_hull_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EE1117F4CF00C9C8D7 /* convex_hull_shape.h */; };
- BC4342211117F4CF00C9C8D7 /* convex_hull_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341EF1117F4CF00C9C8D7 /* convex_hull_shape_impl.h */; };
- BC4342221117F4CF00C9C8D7 /* collisionShapeNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F01117F4CF00C9C8D7 /* collisionShapeNode.h */; };
- BC4342231117F4CF00C9C8D7 /* collisionShapeNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F11117F4CF00C9C8D7 /* collisionShapeNode.cpp */; };
- BC4342241117F4CF00C9C8D7 /* collision_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F21117F4CF00C9C8D7 /* collision_shape.h */; };
- BC4342251117F4CF00C9C8D7 /* collision_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F31117F4CF00C9C8D7 /* collision_shape_impl.h */; };
- BC4342261117F4CF00C9C8D7 /* bulletExport.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F41117F4CF00C9C8D7 /* bulletExport.h */; };
- BC4342271117F4CF00C9C8D7 /* bulletExport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F51117F4CF00C9C8D7 /* bulletExport.cpp */; };
- BC4342281117F4CF00C9C8D7 /* bt_sphere_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F61117F4CF00C9C8D7 /* bt_sphere_shape.h */; };
- BC4342291117F4CF00C9C8D7 /* bt_solver.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F71117F4CF00C9C8D7 /* bt_solver.h */; };
- BC43422A1117F4CF00C9C8D7 /* bt_solver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4341F81117F4CF00C9C8D7 /* bt_solver.cpp */; };
- BC43422B1117F4CF00C9C8D7 /* bt_rigid_body.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341F91117F4CF00C9C8D7 /* bt_rigid_body.h */; };
- BC43422C1117F4CF00C9C8D7 /* bt_plane_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FA1117F4CF00C9C8D7 /* bt_plane_shape.h */; };
- BC43422D1117F4CF00C9C8D7 /* bt_mesh_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FB1117F4CF00C9C8D7 /* bt_mesh_shape.h */; };
- BC43422E1117F4CF00C9C8D7 /* bt_convex_hull_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FC1117F4CF00C9C8D7 /* bt_convex_hull_shape.h */; };
- BC43422F1117F4CF00C9C8D7 /* bt_collision_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FD1117F4CF00C9C8D7 /* bt_collision_shape.h */; };
- BC4342301117F4CF00C9C8D7 /* bt_box_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FE1117F4CF00C9C8D7 /* bt_box_shape.h */; };
- BC4342311117F4CF00C9C8D7 /* box_shape.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4341FF1117F4CF00C9C8D7 /* box_shape.h */; };
- BC4342321117F4CF00C9C8D7 /* box_shape_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342001117F4CF00C9C8D7 /* box_shape_impl.h */; };
- BC4342531117F51F00C9C8D7 /* sliderConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342371117F51F00C9C8D7 /* sliderConstraintNode.h */; };
- BC4342541117F51F00C9C8D7 /* sliderConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342381117F51F00C9C8D7 /* sliderConstraintNode.cpp */; };
- BC4342551117F51F00C9C8D7 /* slider_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342391117F51F00C9C8D7 /* slider_constraint_impl.h */; };
- BC4342561117F51F00C9C8D7 /* sixdofConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423A1117F51F00C9C8D7 /* sixdofConstraintNode.h */; };
- BC4342571117F51F00C9C8D7 /* sixdofConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43423B1117F51F00C9C8D7 /* sixdofConstraintNode.cpp */; };
- BC4342581117F51F00C9C8D7 /* sixdof_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423C1117F51F00C9C8D7 /* sixdof_constraint.h */; };
- BC4342591117F51F00C9C8D7 /* sixdof_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423D1117F51F00C9C8D7 /* sixdof_constraint_impl.h */; };
- BC43425A1117F51F00C9C8D7 /* nailConstraintNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43423E1117F51F00C9C8D7 /* nailConstraintNode.h */; };
- BC43425B1117F51F00C9C8D7 /* nailConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43423F1117F51F00C9C8D7 /* nailConstraintNode.cpp */; };
- BC43425C1117F51F00C9C8D7 /* nail_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342401117F51F00C9C8D7 /* nail_constraint_impl.h */; };
- BC43425D1117F51F00C9C8D7 /* hingeConstraintNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342411117F51F00C9C8D7 /* hingeConstraintNode.cpp */; };
- BC43425E1117F51F00C9C8D7 /* hinge_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342421117F51F00C9C8D7 /* hinge_constraint.h */; };
- BC43425F1117F51F00C9C8D7 /* hinge_constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342431117F51F00C9C8D7 /* hinge_constraint_impl.h */; };
- BC4342601117F51F00C9C8D7 /* dSliderConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342441117F51F00C9C8D7 /* dSliderConstraintCmd.h */; };
- BC4342611117F51F00C9C8D7 /* dSliderConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342451117F51F00C9C8D7 /* dSliderConstraintCmd.cpp */; };
- BC4342621117F51F00C9C8D7 /* dsixdofConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342461117F51F00C9C8D7 /* dsixdofConstraintCmd.h */; };
- BC4342631117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342471117F51F00C9C8D7 /* dsixdofConstraintCmd.cpp */; };
- BC4342641117F51F00C9C8D7 /* dNailConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342481117F51F00C9C8D7 /* dNailConstraintCmd.h */; };
- BC4342651117F51F00C9C8D7 /* dNailConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC4342491117F51F00C9C8D7 /* dNailConstraintCmd.cpp */; };
- BC4342661117F51F00C9C8D7 /* dHingeConstraintCmd.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424A1117F51F00C9C8D7 /* dHingeConstraintCmd.h */; };
- BC4342671117F51F00C9C8D7 /* dHingeConstraintCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC43424B1117F51F00C9C8D7 /* dHingeConstraintCmd.cpp */; };
- BC4342681117F51F00C9C8D7 /* constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424C1117F51F00C9C8D7 /* constraint.h */; };
- BC4342691117F51F00C9C8D7 /* constraint_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424D1117F51F00C9C8D7 /* constraint_impl.h */; };
- BC43426A1117F51F00C9C8D7 /* bt_slider_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424E1117F51F00C9C8D7 /* bt_slider_constraint.h */; };
- BC43426B1117F51F00C9C8D7 /* bt_sixdof_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC43424F1117F51F00C9C8D7 /* bt_sixdof_constraint.h */; };
- BC43426C1117F51F00C9C8D7 /* bt_nail_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342501117F51F00C9C8D7 /* bt_nail_constraint.h */; };
- BC43426D1117F51F00C9C8D7 /* bt_hinge_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342511117F51F00C9C8D7 /* bt_hinge_constraint.h */; };
- BC43426E1117F51F00C9C8D7 /* bt_constraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BC4342521117F51F00C9C8D7 /* bt_constraint.h */; };
- BC43427A1117F59800C9C8D7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC4342791117F59800C9C8D7 /* OpenGL.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- BC433EB01117F3C600C9C8D7 /* btBulletCollisionCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBulletCollisionCommon.h; sourceTree = ""; };
- BC433EB11117F3C600C9C8D7 /* btBulletDynamicsCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBulletDynamicsCommon.h; sourceTree = ""; };
- BC433EB21117F3C600C9C8D7 /* Bullet-C-Api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bullet-C-Api.h"; sourceTree = ""; };
- BC433EB51117F3C600C9C8D7 /* btAxisSweep3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btAxisSweep3.cpp; sourceTree = ""; };
- BC433EB61117F3C600C9C8D7 /* btAxisSweep3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btAxisSweep3.h; sourceTree = ""; };
- BC433EB71117F3C600C9C8D7 /* btBroadphaseInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBroadphaseInterface.h; sourceTree = ""; };
- BC433EB81117F3C600C9C8D7 /* btBroadphaseProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBroadphaseProxy.cpp; sourceTree = ""; };
- BC433EB91117F3C600C9C8D7 /* btBroadphaseProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBroadphaseProxy.h; sourceTree = ""; };
- BC433EBA1117F3C600C9C8D7 /* btCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EBB1117F3C600C9C8D7 /* btCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionAlgorithm.h; sourceTree = ""; };
- BC433EBC1117F3C600C9C8D7 /* btDbvt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDbvt.cpp; sourceTree = ""; };
- BC433EBD1117F3C600C9C8D7 /* btDbvt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDbvt.h; sourceTree = ""; };
- BC433EBE1117F3C600C9C8D7 /* btDbvtBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDbvtBroadphase.cpp; sourceTree = ""; };
- BC433EBF1117F3C600C9C8D7 /* btDbvtBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDbvtBroadphase.h; sourceTree = ""; };
- BC433EC01117F3C600C9C8D7 /* btDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDispatcher.cpp; sourceTree = ""; };
- BC433EC11117F3C600C9C8D7 /* btDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDispatcher.h; sourceTree = ""; };
- BC433EC21117F3C600C9C8D7 /* btMultiSapBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSapBroadphase.cpp; sourceTree = ""; };
- BC433EC31117F3C600C9C8D7 /* btMultiSapBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultiSapBroadphase.h; sourceTree = ""; };
- BC433EC41117F3C600C9C8D7 /* btOverlappingPairCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btOverlappingPairCache.cpp; sourceTree = ""; };
- BC433EC51117F3C600C9C8D7 /* btOverlappingPairCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCache.h; sourceTree = ""; };
- BC433EC61117F3C600C9C8D7 /* btOverlappingPairCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOverlappingPairCallback.h; sourceTree = ""; };
- BC433EC71117F3C600C9C8D7 /* btQuantizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btQuantizedBvh.cpp; sourceTree = ""; };
- BC433EC81117F3C600C9C8D7 /* btQuantizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuantizedBvh.h; sourceTree = ""; };
- BC433EC91117F3C600C9C8D7 /* btSimpleBroadphase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSimpleBroadphase.cpp; sourceTree = ""; };
- BC433ECA1117F3C600C9C8D7 /* btSimpleBroadphase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimpleBroadphase.h; sourceTree = ""; };
- BC433ECB1117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; };
- BC433ECD1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btActivatingCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433ECE1117F3C600C9C8D7 /* btActivatingCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btActivatingCollisionAlgorithm.h; sourceTree = ""; };
- BC433ECF1117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBox2dBox2dCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433ED01117F3C600C9C8D7 /* btBox2dBox2dCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBox2dBox2dCollisionAlgorithm.h; sourceTree = ""; };
- BC433ED11117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433ED21117F3C600C9C8D7 /* btBoxBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxBoxCollisionAlgorithm.h; sourceTree = ""; };
- BC433ED31117F3C600C9C8D7 /* btBoxBoxDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxBoxDetector.cpp; sourceTree = ""; };
- BC433ED41117F3C600C9C8D7 /* btBoxBoxDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxBoxDetector.h; sourceTree = ""; };
- BC433ED51117F3C600C9C8D7 /* btCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionConfiguration.h; sourceTree = ""; };
- BC433ED61117F3C600C9C8D7 /* btCollisionCreateFunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionCreateFunc.h; sourceTree = ""; };
- BC433ED71117F3C600C9C8D7 /* btCollisionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionDispatcher.cpp; sourceTree = ""; };
- BC433ED81117F3C600C9C8D7 /* btCollisionDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionDispatcher.h; sourceTree = ""; };
- BC433ED91117F3C600C9C8D7 /* btCollisionObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionObject.cpp; sourceTree = ""; };
- BC433EDA1117F3C600C9C8D7 /* btCollisionObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionObject.h; sourceTree = ""; };
- BC433EDB1117F3C600C9C8D7 /* btCollisionWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionWorld.cpp; sourceTree = ""; };
- BC433EDC1117F3C600C9C8D7 /* btCollisionWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionWorld.h; sourceTree = ""; };
- BC433EDD1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EDE1117F3C600C9C8D7 /* btCompoundCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCompoundCollisionAlgorithm.h; sourceTree = ""; };
- BC433EDF1117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvex2dConvex2dAlgorithm.cpp; sourceTree = ""; };
- BC433EE01117F3C600C9C8D7 /* btConvex2dConvex2dAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvex2dConvex2dAlgorithm.h; sourceTree = ""; };
- BC433EE11117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConcaveCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EE21117F3C600C9C8D7 /* btConvexConcaveCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexConcaveCollisionAlgorithm.h; sourceTree = ""; };
- BC433EE31117F3C600C9C8D7 /* btConvexConvexAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexConvexAlgorithm.cpp; sourceTree = ""; };
- BC433EE41117F3C600C9C8D7 /* btConvexConvexAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexConvexAlgorithm.h; sourceTree = ""; };
- BC433EE51117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPlaneCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EE61117F3C600C9C8D7 /* btConvexPlaneCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPlaneCollisionAlgorithm.h; sourceTree = ""; };
- BC433EE71117F3C600C9C8D7 /* btDefaultCollisionConfiguration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDefaultCollisionConfiguration.cpp; sourceTree = ""; };
- BC433EE81117F3C600C9C8D7 /* btDefaultCollisionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDefaultCollisionConfiguration.h; sourceTree = ""; };
- BC433EE91117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EEA1117F3C600C9C8D7 /* btEmptyCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btEmptyCollisionAlgorithm.h; sourceTree = ""; };
- BC433EEB1117F3C600C9C8D7 /* btGhostObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGhostObject.cpp; sourceTree = ""; };
- BC433EEC1117F3C600C9C8D7 /* btGhostObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGhostObject.h; sourceTree = ""; };
- BC433EED1117F3C600C9C8D7 /* btInternalEdgeUtility.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btInternalEdgeUtility.cpp; sourceTree = ""; };
- BC433EEE1117F3C600C9C8D7 /* btInternalEdgeUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btInternalEdgeUtility.h; sourceTree = ""; };
- BC433EEF1117F3C600C9C8D7 /* btManifoldResult.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btManifoldResult.cpp; sourceTree = ""; };
- BC433EF01117F3C600C9C8D7 /* btManifoldResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btManifoldResult.h; sourceTree = ""; };
- BC433EF11117F3C600C9C8D7 /* btSimulationIslandManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSimulationIslandManager.cpp; sourceTree = ""; };
- BC433EF21117F3C600C9C8D7 /* btSimulationIslandManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimulationIslandManager.h; sourceTree = ""; };
- BC433EF31117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereBoxCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EF41117F3C600C9C8D7 /* btSphereBoxCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereBoxCollisionAlgorithm.h; sourceTree = ""; };
- BC433EF51117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereSphereCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EF61117F3C600C9C8D7 /* btSphereSphereCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereSphereCollisionAlgorithm.h; sourceTree = ""; };
- BC433EF71117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereTriangleCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433EF81117F3C600C9C8D7 /* btSphereTriangleCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereTriangleCollisionAlgorithm.h; sourceTree = ""; };
- BC433EF91117F3C600C9C8D7 /* btUnionFind.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUnionFind.cpp; sourceTree = ""; };
- BC433EFA1117F3C600C9C8D7 /* btUnionFind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUnionFind.h; sourceTree = ""; };
- BC433EFB1117F3C600C9C8D7 /* SphereTriangleDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SphereTriangleDetector.cpp; sourceTree = ""; };
- BC433EFC1117F3C600C9C8D7 /* SphereTriangleDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SphereTriangleDetector.h; sourceTree = ""; };
- BC433EFE1117F3C600C9C8D7 /* btBox2dShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBox2dShape.cpp; sourceTree = ""; };
- BC433EFF1117F3C600C9C8D7 /* btBox2dShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBox2dShape.h; sourceTree = ""; };
- BC433F001117F3C600C9C8D7 /* btBoxShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBoxShape.cpp; sourceTree = ""; };
- BC433F011117F3C600C9C8D7 /* btBoxShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxShape.h; sourceTree = ""; };
- BC433F021117F3C600C9C8D7 /* btBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btBvhTriangleMeshShape.cpp; sourceTree = ""; };
- BC433F031117F3C600C9C8D7 /* btBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBvhTriangleMeshShape.h; sourceTree = ""; };
- BC433F041117F3C600C9C8D7 /* btCapsuleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCapsuleShape.cpp; sourceTree = ""; };
- BC433F051117F3C600C9C8D7 /* btCapsuleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCapsuleShape.h; sourceTree = ""; };
- BC433F061117F3C600C9C8D7 /* btCollisionMargin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionMargin.h; sourceTree = ""; };
- BC433F071117F3C600C9C8D7 /* btCollisionShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCollisionShape.cpp; sourceTree = ""; };
- BC433F081117F3C600C9C8D7 /* btCollisionShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCollisionShape.h; sourceTree = ""; };
- BC433F091117F3C600C9C8D7 /* btCompoundShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCompoundShape.cpp; sourceTree = ""; };
- BC433F0A1117F3C600C9C8D7 /* btCompoundShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCompoundShape.h; sourceTree = ""; };
- BC433F0B1117F3C600C9C8D7 /* btConcaveShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConcaveShape.cpp; sourceTree = ""; };
- BC433F0C1117F3C600C9C8D7 /* btConcaveShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConcaveShape.h; sourceTree = ""; };
- BC433F0D1117F3C600C9C8D7 /* btConeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConeShape.cpp; sourceTree = ""; };
- BC433F0E1117F3C600C9C8D7 /* btConeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConeShape.h; sourceTree = ""; };
- BC433F0F1117F3C600C9C8D7 /* btConvex2dShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvex2dShape.cpp; sourceTree = ""; };
- BC433F101117F3C600C9C8D7 /* btConvex2dShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvex2dShape.h; sourceTree = ""; };
- BC433F111117F3C600C9C8D7 /* btConvexHullShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexHullShape.cpp; sourceTree = ""; };
- BC433F121117F3C600C9C8D7 /* btConvexHullShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexHullShape.h; sourceTree = ""; };
- BC433F131117F3C600C9C8D7 /* btConvexInternalShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexInternalShape.cpp; sourceTree = ""; };
- BC433F141117F3C600C9C8D7 /* btConvexInternalShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexInternalShape.h; sourceTree = ""; };
- BC433F151117F3C600C9C8D7 /* btConvexPointCloudShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexPointCloudShape.cpp; sourceTree = ""; };
- BC433F161117F3C600C9C8D7 /* btConvexPointCloudShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPointCloudShape.h; sourceTree = ""; };
- BC433F171117F3C600C9C8D7 /* btConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexShape.cpp; sourceTree = ""; };
- BC433F181117F3C600C9C8D7 /* btConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexShape.h; sourceTree = ""; };
- BC433F191117F3C600C9C8D7 /* btConvexTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexTriangleMeshShape.cpp; sourceTree = ""; };
- BC433F1A1117F3C600C9C8D7 /* btConvexTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexTriangleMeshShape.h; sourceTree = ""; };
- BC433F1B1117F3C600C9C8D7 /* btCylinderShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btCylinderShape.cpp; sourceTree = ""; };
- BC433F1C1117F3C600C9C8D7 /* btCylinderShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCylinderShape.h; sourceTree = ""; };
- BC433F1D1117F3C600C9C8D7 /* btEmptyShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btEmptyShape.cpp; sourceTree = ""; };
- BC433F1E1117F3C600C9C8D7 /* btEmptyShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btEmptyShape.h; sourceTree = ""; };
- BC433F1F1117F3C600C9C8D7 /* btHeightfieldTerrainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHeightfieldTerrainShape.cpp; sourceTree = ""; };
- BC433F201117F3C600C9C8D7 /* btHeightfieldTerrainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHeightfieldTerrainShape.h; sourceTree = ""; };
- BC433F211117F3C600C9C8D7 /* btMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMaterial.h; sourceTree = ""; };
- BC433F221117F3C600C9C8D7 /* btMinkowskiSumShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiSumShape.cpp; sourceTree = ""; };
- BC433F231117F3C600C9C8D7 /* btMinkowskiSumShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMinkowskiSumShape.h; sourceTree = ""; };
- BC433F241117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultimaterialTriangleMeshShape.cpp; sourceTree = ""; };
- BC433F251117F3C600C9C8D7 /* btMultimaterialTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultimaterialTriangleMeshShape.h; sourceTree = ""; };
- BC433F261117F3C600C9C8D7 /* btMultiSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMultiSphereShape.cpp; sourceTree = ""; };
- BC433F271117F3C600C9C8D7 /* btMultiSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMultiSphereShape.h; sourceTree = ""; };
- BC433F281117F3C600C9C8D7 /* btOptimizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btOptimizedBvh.cpp; sourceTree = ""; };
- BC433F291117F3C600C9C8D7 /* btOptimizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btOptimizedBvh.h; sourceTree = ""; };
- BC433F2A1117F3C600C9C8D7 /* btPolyhedralConvexShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPolyhedralConvexShape.cpp; sourceTree = ""; };
- BC433F2B1117F3C600C9C8D7 /* btPolyhedralConvexShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPolyhedralConvexShape.h; sourceTree = ""; };
- BC433F2C1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btScaledBvhTriangleMeshShape.cpp; sourceTree = ""; };
- BC433F2D1117F3C600C9C8D7 /* btScaledBvhTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btScaledBvhTriangleMeshShape.h; sourceTree = ""; };
- BC433F2E1117F3C600C9C8D7 /* btShapeHull.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btShapeHull.cpp; sourceTree = ""; };
- BC433F2F1117F3C600C9C8D7 /* btShapeHull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btShapeHull.h; sourceTree = ""; };
- BC433F301117F3C600C9C8D7 /* btSphereShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSphereShape.cpp; sourceTree = ""; };
- BC433F311117F3C600C9C8D7 /* btSphereShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSphereShape.h; sourceTree = ""; };
- BC433F321117F3C600C9C8D7 /* btStaticPlaneShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btStaticPlaneShape.cpp; sourceTree = ""; };
- BC433F331117F3C600C9C8D7 /* btStaticPlaneShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btStaticPlaneShape.h; sourceTree = ""; };
- BC433F341117F3C600C9C8D7 /* btStridingMeshInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btStridingMeshInterface.cpp; sourceTree = ""; };
- BC433F351117F3C600C9C8D7 /* btStridingMeshInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btStridingMeshInterface.h; sourceTree = ""; };
- BC433F361117F3C600C9C8D7 /* btTetrahedronShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTetrahedronShape.cpp; sourceTree = ""; };
- BC433F371117F3C600C9C8D7 /* btTetrahedronShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTetrahedronShape.h; sourceTree = ""; };
- BC433F381117F3C600C9C8D7 /* btTriangleBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleBuffer.cpp; sourceTree = ""; };
- BC433F391117F3C600C9C8D7 /* btTriangleBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleBuffer.h; sourceTree = ""; };
- BC433F3A1117F3C600C9C8D7 /* btTriangleCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleCallback.cpp; sourceTree = ""; };
- BC433F3B1117F3C600C9C8D7 /* btTriangleCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleCallback.h; sourceTree = ""; };
- BC433F3C1117F3C600C9C8D7 /* btTriangleIndexVertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexArray.cpp; sourceTree = ""; };
- BC433F3D1117F3C600C9C8D7 /* btTriangleIndexVertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexArray.h; sourceTree = ""; };
- BC433F3E1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleIndexVertexMaterialArray.cpp; sourceTree = ""; };
- BC433F3F1117F3C600C9C8D7 /* btTriangleIndexVertexMaterialArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleIndexVertexMaterialArray.h; sourceTree = ""; };
- BC433F401117F3C600C9C8D7 /* btTriangleMesh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMesh.cpp; sourceTree = ""; };
- BC433F411117F3C600C9C8D7 /* btTriangleMesh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleMesh.h; sourceTree = ""; };
- BC433F421117F3C600C9C8D7 /* btTriangleMeshShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleMeshShape.cpp; sourceTree = ""; };
- BC433F431117F3C600C9C8D7 /* btTriangleMeshShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleMeshShape.h; sourceTree = ""; };
- BC433F441117F3C600C9C8D7 /* btTriangleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleShape.h; sourceTree = ""; };
- BC433F451117F3C600C9C8D7 /* btUniformScalingShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUniformScalingShape.cpp; sourceTree = ""; };
- BC433F461117F3C600C9C8D7 /* btUniformScalingShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUniformScalingShape.h; sourceTree = ""; };
- BC433F471117F3C600C9C8D7 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Doxyfile; sourceTree = ""; };
- BC433F491117F3C600C9C8D7 /* btBoxCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btBoxCollision.h; sourceTree = ""; };
- BC433F4A1117F3C600C9C8D7 /* btClipPolygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btClipPolygon.h; sourceTree = ""; };
- BC433F4B1117F3C600C9C8D7 /* btContactProcessing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContactProcessing.cpp; sourceTree = ""; };
- BC433F4C1117F3C600C9C8D7 /* btContactProcessing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactProcessing.h; sourceTree = ""; };
- BC433F4D1117F3C600C9C8D7 /* btGenericPoolAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGenericPoolAllocator.cpp; sourceTree = ""; };
- BC433F4E1117F3C600C9C8D7 /* btGenericPoolAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGenericPoolAllocator.h; sourceTree = ""; };
- BC433F4F1117F3C600C9C8D7 /* btGeometryOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeometryOperations.h; sourceTree = ""; };
- BC433F501117F3C600C9C8D7 /* btGImpactBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactBvh.cpp; sourceTree = ""; };
- BC433F511117F3C600C9C8D7 /* btGImpactBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactBvh.h; sourceTree = ""; };
- BC433F521117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactCollisionAlgorithm.cpp; sourceTree = ""; };
- BC433F531117F3C600C9C8D7 /* btGImpactCollisionAlgorithm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactCollisionAlgorithm.h; sourceTree = ""; };
- BC433F541117F3C600C9C8D7 /* btGImpactMassUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactMassUtil.h; sourceTree = ""; };
- BC433F551117F3C600C9C8D7 /* btGImpactQuantizedBvh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactQuantizedBvh.cpp; sourceTree = ""; };
- BC433F561117F3C600C9C8D7 /* btGImpactQuantizedBvh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactQuantizedBvh.h; sourceTree = ""; };
- BC433F571117F3C600C9C8D7 /* btGImpactShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGImpactShape.cpp; sourceTree = ""; };
- BC433F581117F3C600C9C8D7 /* btGImpactShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGImpactShape.h; sourceTree = ""; };
- BC433F591117F3C600C9C8D7 /* btQuantization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btQuantization.h; sourceTree = ""; };
- BC433F5A1117F3C600C9C8D7 /* btTriangleShapeEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTriangleShapeEx.cpp; sourceTree = ""; };
- BC433F5B1117F3C600C9C8D7 /* btTriangleShapeEx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTriangleShapeEx.h; sourceTree = ""; };
- BC433F5C1117F3C600C9C8D7 /* gim_array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_array.h; sourceTree = ""; };
- BC433F5D1117F3C600C9C8D7 /* gim_basic_geometry_operations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_basic_geometry_operations.h; sourceTree = ""; };
- BC433F5E1117F3C600C9C8D7 /* gim_bitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_bitset.h; sourceTree = ""; };
- BC433F5F1117F3C600C9C8D7 /* gim_box_collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_box_collision.h; sourceTree = ""; };
- BC433F601117F3C600C9C8D7 /* gim_box_set.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_box_set.cpp; sourceTree = ""; };
- BC433F611117F3C600C9C8D7 /* gim_box_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_box_set.h; sourceTree = ""; };
- BC433F621117F3C600C9C8D7 /* gim_clip_polygon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_clip_polygon.h; sourceTree = ""; };
- BC433F631117F3C600C9C8D7 /* gim_contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_contact.cpp; sourceTree = ""; };
- BC433F641117F3C600C9C8D7 /* gim_contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_contact.h; sourceTree = ""; };
- BC433F651117F3C600C9C8D7 /* gim_geom_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_geom_types.h; sourceTree = ""; };
- BC433F661117F3C600C9C8D7 /* gim_geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_geometry.h; sourceTree = ""; };
- BC433F671117F3C600C9C8D7 /* gim_hash_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_hash_table.h; sourceTree = ""; };
- BC433F681117F3C600C9C8D7 /* gim_linear_math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_linear_math.h; sourceTree = ""; };
- BC433F691117F3C600C9C8D7 /* gim_math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_math.h; sourceTree = ""; };
- BC433F6A1117F3C600C9C8D7 /* gim_memory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_memory.cpp; sourceTree = ""; };
- BC433F6B1117F3C600C9C8D7 /* gim_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_memory.h; sourceTree = ""; };
- BC433F6C1117F3C600C9C8D7 /* gim_radixsort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_radixsort.h; sourceTree = ""; };
- BC433F6D1117F3C600C9C8D7 /* gim_tri_collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gim_tri_collision.cpp; sourceTree = ""; };
- BC433F6E1117F3C600C9C8D7 /* gim_tri_collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gim_tri_collision.h; sourceTree = ""; };
- BC433F701117F3C600C9C8D7 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; };
- BC433F711117F3C600C9C8D7 /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; path = Jamfile; sourceTree = ""; };
- BC433F731117F3C600C9C8D7 /* btContinuousConvexCollision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousConvexCollision.cpp; sourceTree = ""; };
- BC433F741117F3C600C9C8D7 /* btContinuousConvexCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContinuousConvexCollision.h; sourceTree = ""; };
- BC433F751117F3C600C9C8D7 /* btConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConvexCast.cpp; sourceTree = ""; };
- BC433F761117F3C600C9C8D7 /* btConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexCast.h; sourceTree = ""; };
- BC433F771117F3C600C9C8D7 /* btConvexPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConvexPenetrationDepthSolver.h; sourceTree = ""; };
- BC433F781117F3C600C9C8D7 /* btDiscreteCollisionDetectorInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDiscreteCollisionDetectorInterface.h; sourceTree = ""; };
- BC433F791117F3C600C9C8D7 /* btGjkConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkConvexCast.cpp; sourceTree = ""; };
- BC433F7A1117F3C600C9C8D7 /* btGjkConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkConvexCast.h; sourceTree = ""; };
- BC433F7B1117F3C600C9C8D7 /* btGjkEpa2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpa2.cpp; sourceTree = ""; };
- BC433F7C1117F3C600C9C8D7 /* btGjkEpa2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkEpa2.h; sourceTree = ""; };
- BC433F7D1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkEpaPenetrationDepthSolver.cpp; sourceTree = ""; };
- BC433F7E1117F3C600C9C8D7 /* btGjkEpaPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkEpaPenetrationDepthSolver.h; sourceTree = ""; };
- BC433F7F1117F3C600C9C8D7 /* btGjkPairDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGjkPairDetector.cpp; sourceTree = ""; };
- BC433F801117F3C600C9C8D7 /* btGjkPairDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGjkPairDetector.h; sourceTree = ""; };
- BC433F811117F3C600C9C8D7 /* btManifoldPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btManifoldPoint.h; sourceTree = ""; };
- BC433F821117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btMinkowskiPenetrationDepthSolver.cpp; sourceTree = ""; };
- BC433F831117F3C600C9C8D7 /* btMinkowskiPenetrationDepthSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btMinkowskiPenetrationDepthSolver.h; sourceTree = ""; };
- BC433F841117F3C600C9C8D7 /* btPersistentManifold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPersistentManifold.cpp; sourceTree = ""; };
- BC433F851117F3C600C9C8D7 /* btPersistentManifold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPersistentManifold.h; sourceTree = ""; };
- BC433F861117F3C600C9C8D7 /* btPointCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPointCollector.h; sourceTree = ""; };
- BC433F871117F3C600C9C8D7 /* btRaycastCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btRaycastCallback.cpp; sourceTree = ""; };
- BC433F881117F3C600C9C8D7 /* btRaycastCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btRaycastCallback.h; sourceTree = ""; };
- BC433F891117F3C600C9C8D7 /* btSimplexSolverInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSimplexSolverInterface.h; sourceTree = ""; };
- BC433F8A1117F3C600C9C8D7 /* btSubSimplexConvexCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSubSimplexConvexCast.cpp; sourceTree = ""; };
- BC433F8B1117F3C600C9C8D7 /* btSubSimplexConvexCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSubSimplexConvexCast.h; sourceTree = ""; };
- BC433F8C1117F3C600C9C8D7 /* btVoronoiSimplexSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btVoronoiSimplexSolver.cpp; sourceTree = ""; };
- BC433F8D1117F3C600C9C8D7 /* btVoronoiSimplexSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btVoronoiSimplexSolver.h; sourceTree = ""; };
- BC433F901117F3C600C9C8D7 /* btCharacterControllerInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btCharacterControllerInterface.h; sourceTree = ""; };
- BC433F911117F3C600C9C8D7 /* btKinematicCharacterController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btKinematicCharacterController.cpp; sourceTree = ""; };
- BC433F921117F3C600C9C8D7 /* btKinematicCharacterController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btKinematicCharacterController.h; sourceTree = ""; };
- BC433F931117F3C600C9C8D7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; };
- BC433F951117F3C600C9C8D7 /* btConeTwistConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btConeTwistConstraint.cpp; sourceTree = ""; };
- BC433F961117F3C600C9C8D7 /* btConeTwistConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConeTwistConstraint.h; sourceTree = ""; };
- BC433F971117F3C600C9C8D7 /* btConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btConstraintSolver.h; sourceTree = ""; };
- BC433F981117F3C600C9C8D7 /* btContactConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContactConstraint.cpp; sourceTree = ""; };
- BC433F991117F3C600C9C8D7 /* btContactConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactConstraint.h; sourceTree = ""; };
- BC433F9A1117F3C600C9C8D7 /* btContactSolverInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContactSolverInfo.h; sourceTree = ""; };
- BC433F9B1117F3C600C9C8D7 /* btGeneric6DofConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofConstraint.cpp; sourceTree = ""; };
- BC433F9C1117F3C600C9C8D7 /* btGeneric6DofConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofConstraint.h; sourceTree = ""; };
- BC433F9D1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btGeneric6DofSpringConstraint.cpp; sourceTree = ""; };
- BC433F9E1117F3C600C9C8D7 /* btGeneric6DofSpringConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btGeneric6DofSpringConstraint.h; sourceTree = ""; };
- BC433F9F1117F3C600C9C8D7 /* btHinge2Constraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHinge2Constraint.cpp; sourceTree = ""; };
- BC433FA01117F3C600C9C8D7 /* btHinge2Constraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHinge2Constraint.h; sourceTree = ""; };
- BC433FA11117F3C600C9C8D7 /* btHingeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btHingeConstraint.cpp; sourceTree = ""; };
- BC433FA21117F3C600C9C8D7 /* btHingeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btHingeConstraint.h; sourceTree = ""; };
- BC433FA31117F3C600C9C8D7 /* btJacobianEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btJacobianEntry.h; sourceTree = ""; };
- BC433FA41117F3C600C9C8D7 /* btPoint2PointConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btPoint2PointConstraint.cpp; sourceTree = ""; };
- BC433FA51117F3C600C9C8D7 /* btPoint2PointConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btPoint2PointConstraint.h; sourceTree = ""; };
- BC433FA61117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSequentialImpulseConstraintSolver.cpp; sourceTree = ""; };
- BC433FA71117F3C600C9C8D7 /* btSequentialImpulseConstraintSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSequentialImpulseConstraintSolver.h; sourceTree = ""; };
- BC433FA81117F3C600C9C8D7 /* btSliderConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSliderConstraint.cpp; sourceTree = ""; };
- BC433FA91117F3C600C9C8D7 /* btSliderConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSliderConstraint.h; sourceTree = ""; };
- BC433FAA1117F3C600C9C8D7 /* btSolve2LinearConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btSolve2LinearConstraint.cpp; sourceTree = ""; };
- BC433FAB1117F3C600C9C8D7 /* btSolve2LinearConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolve2LinearConstraint.h; sourceTree = ""; };
- BC433FAC1117F3C600C9C8D7 /* btSolverBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolverBody.h; sourceTree = ""; };
- BC433FAD1117F3C600C9C8D7 /* btSolverConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btSolverConstraint.h; sourceTree = ""; };
- BC433FAE1117F3C600C9C8D7 /* btTypedConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btTypedConstraint.cpp; sourceTree = ""; };
- BC433FAF1117F3C600C9C8D7 /* btTypedConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btTypedConstraint.h; sourceTree = ""; };
- BC433FB01117F3C600C9C8D7 /* btUniversalConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btUniversalConstraint.cpp; sourceTree = ""; };
- BC433FB11117F3C600C9C8D7 /* btUniversalConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btUniversalConstraint.h; sourceTree = ""; };
- BC433FB31117F3C600C9C8D7 /* btActionInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btActionInterface.h; sourceTree = ""; };
- BC433FB41117F3C600C9C8D7 /* btContinuousDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btContinuousDynamicsWorld.cpp; sourceTree = ""; };
- BC433FB51117F3C600C9C8D7 /* btContinuousDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btContinuousDynamicsWorld.h; sourceTree = ""; };
- BC433FB61117F3C600C9C8D7 /* btDiscreteDynamicsWorld.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btDiscreteDynamicsWorld.cpp; sourceTree = ""; };
- BC433FB71117F3C600C9C8D7 /* btDiscreteDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDiscreteDynamicsWorld.h; sourceTree = ""; };
- BC433FB81117F3C600C9C8D7 /* btDynamicsWorld.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btDynamicsWorld.h; sourceTree = ""; };
- BC433FB91117F3C600C9C8D7 /* btRigidBody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = btRigidBody.cpp; sourceTree = "