diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
| commit | d1c812f1162e5fdb13c215792725b2591d7428f5 (patch) | |
| tree | 407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Source/compiler | |
| parent | PhysX 3.4, APEX 1.4 patch release @22121272 (diff) | |
| download | physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Source/compiler')
70 files changed, 16896 insertions, 16916 deletions
diff --git a/PhysX_3.4/Source/compiler/android16/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/android16/Makefile.PhysX.mk index 0de75336..7fc13d87 100644 --- a/PhysX_3.4/Source/compiler/android16/Makefile.PhysX.mk +++ b/PhysX_3.4/Source/compiler/android16/Makefile.PhysX.mk @@ -114,8 +114,8 @@ PhysX_release_hpaths += ./../../PhysXCooking/src/convex PhysX_release_hpaths += ./../../SceneQuery/include PhysX_release_hpaths += ./../../PhysXMetaData/core/include PhysX_release_lpaths := -PhysX_release_lpaths += ./../../../Lib/android16 PhysX_release_lpaths += ./../../../../PxShared/lib/android16 +PhysX_release_lpaths += ./../../../Lib/android16 PhysX_release_defines := $(PhysX_custom_defines) PhysX_release_defines += ANDROID PhysX_release_defines += GLES2 @@ -128,17 +128,17 @@ PhysX_release_defines += PX_PHYSX_STATIC_LIB PhysX_release_defines += NDEBUG PhysX_release_defines += PX_SUPPORT_PVD=0 PhysX_release_libraries := +PhysX_release_libraries += PxPvdSDK +PhysX_release_libraries += PxFoundation +PhysX_release_libraries += PhysX3Common PhysX_release_libraries += LowLevel PhysX_release_libraries += LowLevelAABB -PhysX_release_libraries += LowLevelCloth PhysX_release_libraries += LowLevelDynamics +PhysX_release_libraries += LowLevelCloth PhysX_release_libraries += LowLevelParticles -PhysX_release_libraries += PhysX3Common -PhysX_release_libraries += PxFoundation -PhysX_release_libraries += PxPvdSDK -PhysX_release_libraries += PxTask PhysX_release_libraries += SceneQuery PhysX_release_libraries += SimulationController +PhysX_release_libraries += PxTask PhysX_release_common_cflags := $(PhysX_custom_cflags) PhysX_release_common_cflags += -MMD PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) @@ -180,9 +180,9 @@ postbuild_PhysX_release: mainbuild_PhysX_release mainbuild_PhysX_release: prebuild_PhysX_release $(PhysX_release_bin) prebuild_PhysX_release: -$(PhysX_release_bin): $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelCloth_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelParticles_release_obj) $(PhysXCommon_release_obj) $(PxTask_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PhysX_release_obj) build_LowLevel_release build_LowLevelAABB_release build_LowLevelCloth_release build_LowLevelDynamics_release build_LowLevelParticles_release build_PhysXCommon_release build_PxFoundation_release build_PxPvdSDK_release build_PxTask_release build_SceneQuery_release build_SimulationController_release +$(PhysX_release_bin): $(PhysXCommon_release_obj) $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelCloth_release_obj) $(LowLevelParticles_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PxTask_release_obj) $(PhysX_release_obj) build_PxPvdSDK_release build_PxFoundation_release build_PhysXCommon_release build_LowLevel_release build_LowLevelAABB_release build_LowLevelDynamics_release build_LowLevelCloth_release build_LowLevelParticles_release build_SceneQuery_release build_SimulationController_release build_PxTask_release mkdir -p `dirname ./../../../Lib/android16/libPhysX3.a` - @$(AR) rcs $(PhysX_release_bin) $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelCloth_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelParticles_release_obj) $(PhysXCommon_release_obj) $(PxTask_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PhysX_release_obj) + @$(AR) rcs $(PhysX_release_bin) $(PhysXCommon_release_obj) $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelCloth_release_obj) $(LowLevelParticles_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PxTask_release_obj) $(PhysX_release_obj) $(ECHO) building $@ complete! PhysX_release_DEPDIR = $(dir $(@))/$(*F) @@ -266,8 +266,8 @@ PhysX_debug_hpaths += ./../../PhysXCooking/src/convex PhysX_debug_hpaths += ./../../SceneQuery/include PhysX_debug_hpaths += ./../../PhysXMetaData/core/include PhysX_debug_lpaths := -PhysX_debug_lpaths += ./../../../Lib/android16 PhysX_debug_lpaths += ./../../../../PxShared/lib/android16 +PhysX_debug_lpaths += ./../../../Lib/android16 PhysX_debug_defines := $(PhysX_custom_defines) PhysX_debug_defines += ANDROID PhysX_debug_defines += GLES2 @@ -283,17 +283,17 @@ PhysX_debug_defines += PX_CHECKED=1 PhysX_debug_defines += PX_SUPPORT_PVD=1 PhysX_debug_defines += PX_NVTX=1 PhysX_debug_libraries := +PhysX_debug_libraries += PxPvdSDKDEBUG +PhysX_debug_libraries += PxFoundationDEBUG +PhysX_debug_libraries += PhysX3CommonDEBUG PhysX_debug_libraries += LowLevelDEBUG PhysX_debug_libraries += LowLevelAABBDEBUG -PhysX_debug_libraries += LowLevelClothDEBUG PhysX_debug_libraries += LowLevelDynamicsDEBUG +PhysX_debug_libraries += LowLevelClothDEBUG PhysX_debug_libraries += LowLevelParticlesDEBUG -PhysX_debug_libraries += PhysX3CommonDEBUG -PhysX_debug_libraries += PxFoundationDEBUG -PhysX_debug_libraries += PxPvdSDKDEBUG -PhysX_debug_libraries += PxTaskDEBUG PhysX_debug_libraries += SceneQueryDEBUG PhysX_debug_libraries += SimulationControllerDEBUG +PhysX_debug_libraries += PxTaskDEBUG PhysX_debug_common_cflags := $(PhysX_custom_cflags) PhysX_debug_common_cflags += -MMD PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) @@ -333,9 +333,9 @@ postbuild_PhysX_debug: mainbuild_PhysX_debug mainbuild_PhysX_debug: prebuild_PhysX_debug $(PhysX_debug_bin) prebuild_PhysX_debug: -$(PhysX_debug_bin): $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelParticles_debug_obj) $(PhysXCommon_debug_obj) $(PxTask_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PhysX_debug_obj) build_LowLevel_debug build_LowLevelAABB_debug build_LowLevelCloth_debug build_LowLevelDynamics_debug build_LowLevelParticles_debug build_PhysXCommon_debug build_PxFoundation_debug build_PxPvdSDK_debug build_PxTask_debug build_SceneQuery_debug build_SimulationController_debug +$(PhysX_debug_bin): $(PhysXCommon_debug_obj) $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelParticles_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PxTask_debug_obj) $(PhysX_debug_obj) build_PxPvdSDK_debug build_PxFoundation_debug build_PhysXCommon_debug build_LowLevel_debug build_LowLevelAABB_debug build_LowLevelDynamics_debug build_LowLevelCloth_debug build_LowLevelParticles_debug build_SceneQuery_debug build_SimulationController_debug build_PxTask_debug mkdir -p `dirname ./../../../Lib/android16/libPhysX3DEBUG.a` - @$(AR) rcs $(PhysX_debug_bin) $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelParticles_debug_obj) $(PhysXCommon_debug_obj) $(PxTask_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PhysX_debug_obj) + @$(AR) rcs $(PhysX_debug_bin) $(PhysXCommon_debug_obj) $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelParticles_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PxTask_debug_obj) $(PhysX_debug_obj) $(ECHO) building $@ complete! PhysX_debug_DEPDIR = $(dir $(@))/$(*F) @@ -419,8 +419,8 @@ PhysX_checked_hpaths += ./../../PhysXCooking/src/convex PhysX_checked_hpaths += ./../../SceneQuery/include PhysX_checked_hpaths += ./../../PhysXMetaData/core/include PhysX_checked_lpaths := -PhysX_checked_lpaths += ./../../../Lib/android16 PhysX_checked_lpaths += ./../../../../PxShared/lib/android16 +PhysX_checked_lpaths += ./../../../Lib/android16 PhysX_checked_defines := $(PhysX_custom_defines) PhysX_checked_defines += ANDROID PhysX_checked_defines += GLES2 @@ -435,17 +435,17 @@ PhysX_checked_defines += PX_CHECKED=1 PhysX_checked_defines += PX_SUPPORT_PVD=1 PhysX_checked_defines += PX_NVTX=1 PhysX_checked_libraries := +PhysX_checked_libraries += PxPvdSDKCHECKED +PhysX_checked_libraries += PxFoundationCHECKED +PhysX_checked_libraries += PhysX3CommonCHECKED PhysX_checked_libraries += LowLevelCHECKED PhysX_checked_libraries += LowLevelAABBCHECKED -PhysX_checked_libraries += LowLevelClothCHECKED PhysX_checked_libraries += LowLevelDynamicsCHECKED +PhysX_checked_libraries += LowLevelClothCHECKED PhysX_checked_libraries += LowLevelParticlesCHECKED -PhysX_checked_libraries += PhysX3CommonCHECKED -PhysX_checked_libraries += PxFoundationCHECKED -PhysX_checked_libraries += PxPvdSDKCHECKED -PhysX_checked_libraries += PxTaskCHECKED PhysX_checked_libraries += SceneQueryCHECKED PhysX_checked_libraries += SimulationControllerCHECKED +PhysX_checked_libraries += PxTaskCHECKED PhysX_checked_common_cflags := $(PhysX_custom_cflags) PhysX_checked_common_cflags += -MMD PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) @@ -487,9 +487,9 @@ postbuild_PhysX_checked: mainbuild_PhysX_checked mainbuild_PhysX_checked: prebuild_PhysX_checked $(PhysX_checked_bin) prebuild_PhysX_checked: -$(PhysX_checked_bin): $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelParticles_checked_obj) $(PhysXCommon_checked_obj) $(PxTask_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PhysX_checked_obj) build_LowLevel_checked build_LowLevelAABB_checked build_LowLevelCloth_checked build_LowLevelDynamics_checked build_LowLevelParticles_checked build_PhysXCommon_checked build_PxFoundation_checked build_PxPvdSDK_checked build_PxTask_checked build_SceneQuery_checked build_SimulationController_checked +$(PhysX_checked_bin): $(PhysXCommon_checked_obj) $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelParticles_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PxTask_checked_obj) $(PhysX_checked_obj) build_PxPvdSDK_checked build_PxFoundation_checked build_PhysXCommon_checked build_LowLevel_checked build_LowLevelAABB_checked build_LowLevelDynamics_checked build_LowLevelCloth_checked build_LowLevelParticles_checked build_SceneQuery_checked build_SimulationController_checked build_PxTask_checked mkdir -p `dirname ./../../../Lib/android16/libPhysX3CHECKED.a` - @$(AR) rcs $(PhysX_checked_bin) $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelParticles_checked_obj) $(PhysXCommon_checked_obj) $(PxTask_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PhysX_checked_obj) + @$(AR) rcs $(PhysX_checked_bin) $(PhysXCommon_checked_obj) $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelParticles_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PxTask_checked_obj) $(PhysX_checked_obj) $(ECHO) building $@ complete! PhysX_checked_DEPDIR = $(dir $(@))/$(*F) @@ -573,8 +573,8 @@ PhysX_profile_hpaths += ./../../PhysXCooking/src/convex PhysX_profile_hpaths += ./../../SceneQuery/include PhysX_profile_hpaths += ./../../PhysXMetaData/core/include PhysX_profile_lpaths := -PhysX_profile_lpaths += ./../../../Lib/android16 PhysX_profile_lpaths += ./../../../../PxShared/lib/android16 +PhysX_profile_lpaths += ./../../../Lib/android16 PhysX_profile_defines := $(PhysX_custom_defines) PhysX_profile_defines += ANDROID PhysX_profile_defines += GLES2 @@ -589,17 +589,17 @@ PhysX_profile_defines += PX_PROFILE=1 PhysX_profile_defines += PX_SUPPORT_PVD=1 PhysX_profile_defines += PX_NVTX=1 PhysX_profile_libraries := +PhysX_profile_libraries += PxPvdSDKPROFILE +PhysX_profile_libraries += PxFoundationPROFILE +PhysX_profile_libraries += PhysX3CommonPROFILE PhysX_profile_libraries += LowLevelPROFILE PhysX_profile_libraries += LowLevelAABBPROFILE -PhysX_profile_libraries += LowLevelClothPROFILE PhysX_profile_libraries += LowLevelDynamicsPROFILE +PhysX_profile_libraries += LowLevelClothPROFILE PhysX_profile_libraries += LowLevelParticlesPROFILE -PhysX_profile_libraries += PhysX3CommonPROFILE -PhysX_profile_libraries += PxFoundationPROFILE -PhysX_profile_libraries += PxPvdSDKPROFILE -PhysX_profile_libraries += PxTaskPROFILE PhysX_profile_libraries += SceneQueryPROFILE PhysX_profile_libraries += SimulationControllerPROFILE +PhysX_profile_libraries += PxTaskPROFILE PhysX_profile_common_cflags := $(PhysX_custom_cflags) PhysX_profile_common_cflags += -MMD PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) @@ -641,9 +641,9 @@ postbuild_PhysX_profile: mainbuild_PhysX_profile mainbuild_PhysX_profile: prebuild_PhysX_profile $(PhysX_profile_bin) prebuild_PhysX_profile: -$(PhysX_profile_bin): $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelParticles_profile_obj) $(PhysXCommon_profile_obj) $(PxTask_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PhysX_profile_obj) build_LowLevel_profile build_LowLevelAABB_profile build_LowLevelCloth_profile build_LowLevelDynamics_profile build_LowLevelParticles_profile build_PhysXCommon_profile build_PxFoundation_profile build_PxPvdSDK_profile build_PxTask_profile build_SceneQuery_profile build_SimulationController_profile +$(PhysX_profile_bin): $(PhysXCommon_profile_obj) $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelParticles_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PxTask_profile_obj) $(PhysX_profile_obj) build_PxPvdSDK_profile build_PxFoundation_profile build_PhysXCommon_profile build_LowLevel_profile build_LowLevelAABB_profile build_LowLevelDynamics_profile build_LowLevelCloth_profile build_LowLevelParticles_profile build_SceneQuery_profile build_SimulationController_profile build_PxTask_profile mkdir -p `dirname ./../../../Lib/android16/libPhysX3PROFILE.a` - @$(AR) rcs $(PhysX_profile_bin) $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelParticles_profile_obj) $(PhysXCommon_profile_obj) $(PxTask_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PhysX_profile_obj) + @$(AR) rcs $(PhysX_profile_bin) $(PhysXCommon_profile_obj) $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelParticles_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PxTask_profile_obj) $(PhysX_profile_obj) $(ECHO) building $@ complete! PhysX_profile_DEPDIR = $(dir $(@))/$(*F) diff --git a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCharacterKinematic.mk index e8cc8907..a7eefc3e 100644 --- a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCharacterKinematic.mk +++ b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCharacterKinematic.mk @@ -74,9 +74,9 @@ PhysXCharacterKinematic_debug_defines += PX_CHECKED=1 PhysXCharacterKinematic_debug_defines += PX_SUPPORT_PVD=1 PhysXCharacterKinematic_debug_defines += PX_NVTX=1 PhysXCharacterKinematic_debug_libraries := -PhysXCharacterKinematic_debug_libraries += PhysX3CommonDEBUG PhysXCharacterKinematic_debug_libraries += PhysX3ExtensionsDEBUG PhysXCharacterKinematic_debug_libraries += PxFoundationDEBUG +PhysXCharacterKinematic_debug_libraries += PhysX3CommonDEBUG PhysXCharacterKinematic_debug_common_cflags := $(PhysXCharacterKinematic_custom_cflags) PhysXCharacterKinematic_debug_common_cflags += -MMD PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_debug_defines)) @@ -116,7 +116,7 @@ postbuild_PhysXCharacterKinematic_debug: mainbuild_PhysXCharacterKinematic_debug mainbuild_PhysXCharacterKinematic_debug: prebuild_PhysXCharacterKinematic_debug $(PhysXCharacterKinematic_debug_bin) prebuild_PhysXCharacterKinematic_debug: -$(PhysXCharacterKinematic_debug_bin): $(PhysXCharacterKinematic_debug_obj) build_PhysXCommon_debug build_PhysXExtensions_debug build_PxFoundation_debug +$(PhysXCharacterKinematic_debug_bin): $(PhysXCharacterKinematic_debug_obj) build_PhysXExtensions_debug build_PxFoundation_debug build_PhysXCommon_debug mkdir -p `dirname ./../../../Lib/android16/libPhysX3CharacterKinematicDEBUG.a` @$(AR) rcs $(PhysXCharacterKinematic_debug_bin) $(PhysXCharacterKinematic_debug_obj) $(ECHO) building $@ complete! @@ -193,9 +193,9 @@ PhysXCharacterKinematic_checked_defines += PX_CHECKED=1 PhysXCharacterKinematic_checked_defines += PX_SUPPORT_PVD=1 PhysXCharacterKinematic_checked_defines += PX_NVTX=1 PhysXCharacterKinematic_checked_libraries := -PhysXCharacterKinematic_checked_libraries += PhysX3CommonCHECKED PhysXCharacterKinematic_checked_libraries += PhysX3ExtensionsCHECKED PhysXCharacterKinematic_checked_libraries += PxFoundationCHECKED +PhysXCharacterKinematic_checked_libraries += PhysX3CommonCHECKED PhysXCharacterKinematic_checked_common_cflags := $(PhysXCharacterKinematic_custom_cflags) PhysXCharacterKinematic_checked_common_cflags += -MMD PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_checked_defines)) @@ -237,7 +237,7 @@ postbuild_PhysXCharacterKinematic_checked: mainbuild_PhysXCharacterKinematic_che mainbuild_PhysXCharacterKinematic_checked: prebuild_PhysXCharacterKinematic_checked $(PhysXCharacterKinematic_checked_bin) prebuild_PhysXCharacterKinematic_checked: -$(PhysXCharacterKinematic_checked_bin): $(PhysXCharacterKinematic_checked_obj) build_PhysXCommon_checked build_PhysXExtensions_checked build_PxFoundation_checked +$(PhysXCharacterKinematic_checked_bin): $(PhysXCharacterKinematic_checked_obj) build_PhysXExtensions_checked build_PxFoundation_checked build_PhysXCommon_checked mkdir -p `dirname ./../../../Lib/android16/libPhysX3CharacterKinematicCHECKED.a` @$(AR) rcs $(PhysXCharacterKinematic_checked_bin) $(PhysXCharacterKinematic_checked_obj) $(ECHO) building $@ complete! @@ -314,9 +314,9 @@ PhysXCharacterKinematic_profile_defines += PX_PROFILE=1 PhysXCharacterKinematic_profile_defines += PX_SUPPORT_PVD=1 PhysXCharacterKinematic_profile_defines += PX_NVTX=1 PhysXCharacterKinematic_profile_libraries := -PhysXCharacterKinematic_profile_libraries += PhysX3CommonPROFILE PhysXCharacterKinematic_profile_libraries += PhysX3ExtensionsPROFILE PhysXCharacterKinematic_profile_libraries += PxFoundationPROFILE +PhysXCharacterKinematic_profile_libraries += PhysX3CommonPROFILE PhysXCharacterKinematic_profile_common_cflags := $(PhysXCharacterKinematic_custom_cflags) PhysXCharacterKinematic_profile_common_cflags += -MMD PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_profile_defines)) @@ -358,7 +358,7 @@ postbuild_PhysXCharacterKinematic_profile: mainbuild_PhysXCharacterKinematic_pro mainbuild_PhysXCharacterKinematic_profile: prebuild_PhysXCharacterKinematic_profile $(PhysXCharacterKinematic_profile_bin) prebuild_PhysXCharacterKinematic_profile: -$(PhysXCharacterKinematic_profile_bin): $(PhysXCharacterKinematic_profile_obj) build_PhysXCommon_profile build_PhysXExtensions_profile build_PxFoundation_profile +$(PhysXCharacterKinematic_profile_bin): $(PhysXCharacterKinematic_profile_obj) build_PhysXExtensions_profile build_PxFoundation_profile build_PhysXCommon_profile mkdir -p `dirname ./../../../Lib/android16/libPhysX3CharacterKinematicPROFILE.a` @$(AR) rcs $(PhysXCharacterKinematic_profile_bin) $(PhysXCharacterKinematic_profile_obj) $(ECHO) building $@ complete! @@ -433,9 +433,9 @@ PhysXCharacterKinematic_release_defines += PX_PHYSX_STATIC_LIB PhysXCharacterKinematic_release_defines += NDEBUG PhysXCharacterKinematic_release_defines += PX_SUPPORT_PVD=0 PhysXCharacterKinematic_release_libraries := -PhysXCharacterKinematic_release_libraries += PhysX3Common PhysXCharacterKinematic_release_libraries += PhysX3Extensions PhysXCharacterKinematic_release_libraries += PxFoundation +PhysXCharacterKinematic_release_libraries += PhysX3Common PhysXCharacterKinematic_release_common_cflags := $(PhysXCharacterKinematic_custom_cflags) PhysXCharacterKinematic_release_common_cflags += -MMD PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_release_defines)) @@ -477,7 +477,7 @@ postbuild_PhysXCharacterKinematic_release: mainbuild_PhysXCharacterKinematic_rel mainbuild_PhysXCharacterKinematic_release: prebuild_PhysXCharacterKinematic_release $(PhysXCharacterKinematic_release_bin) prebuild_PhysXCharacterKinematic_release: -$(PhysXCharacterKinematic_release_bin): $(PhysXCharacterKinematic_release_obj) build_PhysXCommon_release build_PhysXExtensions_release build_PxFoundation_release +$(PhysXCharacterKinematic_release_bin): $(PhysXCharacterKinematic_release_obj) build_PhysXExtensions_release build_PxFoundation_release build_PhysXCommon_release mkdir -p `dirname ./../../../Lib/android16/libPhysX3CharacterKinematic.a` @$(AR) rcs $(PhysXCharacterKinematic_release_bin) $(PhysXCharacterKinematic_release_obj) $(ECHO) building $@ complete! diff --git a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCooking.mk index de81dc7d..5a394a24 100644 --- a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXCooking.mk @@ -75,8 +75,8 @@ PhysXCooking_release_hpaths += ./../../PhysXCooking/src/convex PhysXCooking_release_hpaths += ./../../PhysXExtensions/src PhysXCooking_release_hpaths += ./../../PhysXGpu/include PhysXCooking_release_lpaths := -PhysXCooking_release_lpaths += ./../../../Lib/android16 PhysXCooking_release_lpaths += ./../../../../PxShared/lib/android16 +PhysXCooking_release_lpaths += ./../../../Lib/android16 PhysXCooking_release_defines := $(PhysXCooking_custom_defines) PhysXCooking_release_defines += ANDROID PhysXCooking_release_defines += GLES2 @@ -90,9 +90,9 @@ PhysXCooking_release_defines += PX_COOKING PhysXCooking_release_defines += NDEBUG PhysXCooking_release_defines += PX_SUPPORT_PVD=0 PhysXCooking_release_libraries := +PhysXCooking_release_libraries += PxFoundation PhysXCooking_release_libraries += PhysX3Common PhysXCooking_release_libraries += PhysX3Extensions -PhysXCooking_release_libraries += PxFoundation PhysXCooking_release_common_cflags := $(PhysXCooking_custom_cflags) PhysXCooking_release_common_cflags += -MMD PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_defines)) @@ -134,7 +134,7 @@ postbuild_PhysXCooking_release: mainbuild_PhysXCooking_release mainbuild_PhysXCooking_release: prebuild_PhysXCooking_release $(PhysXCooking_release_bin) prebuild_PhysXCooking_release: -$(PhysXCooking_release_bin): $(PhysXCooking_release_obj) build_PhysXCommon_release build_PhysXExtensions_release build_PxFoundation_release +$(PhysXCooking_release_bin): $(PhysXCooking_release_obj) build_PxFoundation_release build_PhysXCommon_release build_PhysXExtensions_release mkdir -p `dirname ./../../../Lib/android16/libPhysX3Cooking.a` @$(AR) rcs $(PhysXCooking_release_bin) $(PhysXCooking_release_obj) $(ECHO) building $@ complete! @@ -204,8 +204,8 @@ PhysXCooking_debug_hpaths += ./../../PhysXCooking/src/convex PhysXCooking_debug_hpaths += ./../../PhysXExtensions/src PhysXCooking_debug_hpaths += ./../../PhysXGpu/include PhysXCooking_debug_lpaths := -PhysXCooking_debug_lpaths += ./../../../Lib/android16 PhysXCooking_debug_lpaths += ./../../../../PxShared/lib/android16 +PhysXCooking_debug_lpaths += ./../../../Lib/android16 PhysXCooking_debug_defines := $(PhysXCooking_custom_defines) PhysXCooking_debug_defines += ANDROID PhysXCooking_debug_defines += GLES2 @@ -222,9 +222,9 @@ PhysXCooking_debug_defines += PX_CHECKED=1 PhysXCooking_debug_defines += PX_SUPPORT_PVD=1 PhysXCooking_debug_defines += PX_NVTX=1 PhysXCooking_debug_libraries := +PhysXCooking_debug_libraries += PxFoundationDEBUG PhysXCooking_debug_libraries += PhysX3CommonDEBUG PhysXCooking_debug_libraries += PhysX3ExtensionsDEBUG -PhysXCooking_debug_libraries += PxFoundationDEBUG PhysXCooking_debug_common_cflags := $(PhysXCooking_custom_cflags) PhysXCooking_debug_common_cflags += -MMD PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defines)) @@ -264,7 +264,7 @@ postbuild_PhysXCooking_debug: mainbuild_PhysXCooking_debug mainbuild_PhysXCooking_debug: prebuild_PhysXCooking_debug $(PhysXCooking_debug_bin) prebuild_PhysXCooking_debug: -$(PhysXCooking_debug_bin): $(PhysXCooking_debug_obj) build_PhysXCommon_debug build_PhysXExtensions_debug build_PxFoundation_debug +$(PhysXCooking_debug_bin): $(PhysXCooking_debug_obj) build_PxFoundation_debug build_PhysXCommon_debug build_PhysXExtensions_debug mkdir -p `dirname ./../../../Lib/android16/libPhysX3CookingDEBUG.a` @$(AR) rcs $(PhysXCooking_debug_bin) $(PhysXCooking_debug_obj) $(ECHO) building $@ complete! @@ -334,8 +334,8 @@ PhysXCooking_checked_hpaths += ./../../PhysXCooking/src/convex PhysXCooking_checked_hpaths += ./../../PhysXExtensions/src PhysXCooking_checked_hpaths += ./../../PhysXGpu/include PhysXCooking_checked_lpaths := -PhysXCooking_checked_lpaths += ./../../../Lib/android16 PhysXCooking_checked_lpaths += ./../../../../PxShared/lib/android16 +PhysXCooking_checked_lpaths += ./../../../Lib/android16 PhysXCooking_checked_defines := $(PhysXCooking_custom_defines) PhysXCooking_checked_defines += ANDROID PhysXCooking_checked_defines += GLES2 @@ -351,9 +351,9 @@ PhysXCooking_checked_defines += PX_CHECKED=1 PhysXCooking_checked_defines += PX_SUPPORT_PVD=1 PhysXCooking_checked_defines += PX_NVTX=1 PhysXCooking_checked_libraries := +PhysXCooking_checked_libraries += PxFoundationCHECKED PhysXCooking_checked_libraries += PhysX3CommonCHECKED PhysXCooking_checked_libraries += PhysX3ExtensionsCHECKED -PhysXCooking_checked_libraries += PxFoundationCHECKED PhysXCooking_checked_common_cflags := $(PhysXCooking_custom_cflags) PhysXCooking_checked_common_cflags += -MMD PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_defines)) @@ -395,7 +395,7 @@ postbuild_PhysXCooking_checked: mainbuild_PhysXCooking_checked mainbuild_PhysXCooking_checked: prebuild_PhysXCooking_checked $(PhysXCooking_checked_bin) prebuild_PhysXCooking_checked: -$(PhysXCooking_checked_bin): $(PhysXCooking_checked_obj) build_PhysXCommon_checked build_PhysXExtensions_checked build_PxFoundation_checked +$(PhysXCooking_checked_bin): $(PhysXCooking_checked_obj) build_PxFoundation_checked build_PhysXCommon_checked build_PhysXExtensions_checked mkdir -p `dirname ./../../../Lib/android16/libPhysX3CookingCHECKED.a` @$(AR) rcs $(PhysXCooking_checked_bin) $(PhysXCooking_checked_obj) $(ECHO) building $@ complete! @@ -465,8 +465,8 @@ PhysXCooking_profile_hpaths += ./../../PhysXCooking/src/convex PhysXCooking_profile_hpaths += ./../../PhysXExtensions/src PhysXCooking_profile_hpaths += ./../../PhysXGpu/include PhysXCooking_profile_lpaths := -PhysXCooking_profile_lpaths += ./../../../Lib/android16 PhysXCooking_profile_lpaths += ./../../../../PxShared/lib/android16 +PhysXCooking_profile_lpaths += ./../../../Lib/android16 PhysXCooking_profile_defines := $(PhysXCooking_custom_defines) PhysXCooking_profile_defines += ANDROID PhysXCooking_profile_defines += GLES2 @@ -482,9 +482,9 @@ PhysXCooking_profile_defines += PX_PROFILE=1 PhysXCooking_profile_defines += PX_SUPPORT_PVD=1 PhysXCooking_profile_defines += PX_NVTX=1 PhysXCooking_profile_libraries := +PhysXCooking_profile_libraries += PxFoundationPROFILE PhysXCooking_profile_libraries += PhysX3CommonPROFILE PhysXCooking_profile_libraries += PhysX3ExtensionsPROFILE -PhysXCooking_profile_libraries += PxFoundationPROFILE PhysXCooking_profile_common_cflags := $(PhysXCooking_custom_cflags) PhysXCooking_profile_common_cflags += -MMD PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_defines)) @@ -526,7 +526,7 @@ postbuild_PhysXCooking_profile: mainbuild_PhysXCooking_profile mainbuild_PhysXCooking_profile: prebuild_PhysXCooking_profile $(PhysXCooking_profile_bin) prebuild_PhysXCooking_profile: -$(PhysXCooking_profile_bin): $(PhysXCooking_profile_obj) build_PhysXCommon_profile build_PhysXExtensions_profile build_PxFoundation_profile +$(PhysXCooking_profile_bin): $(PhysXCooking_profile_obj) build_PxFoundation_profile build_PhysXCommon_profile build_PhysXExtensions_profile mkdir -p `dirname ./../../../Lib/android16/libPhysX3CookingPROFILE.a` @$(AR) rcs $(PhysXCooking_profile_bin) $(PhysXCooking_profile_obj) $(ECHO) building $@ complete! diff --git a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXExtensions.mk index 0d10fb85..c36757b7 100644 --- a/PhysX_3.4/Source/compiler/android16/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/android16/Makefile.PhysXExtensions.mk @@ -116,7 +116,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/android16 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_debug_defines += ANDROID PhysXExtensions_debug_defines += GLES2 PhysXExtensions_debug_defines += __STDC_LIMIT_MACROS @@ -247,7 +247,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/android16 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_checked_defines += ANDROID PhysXExtensions_checked_defines += GLES2 PhysXExtensions_checked_defines += __STDC_LIMIT_MACROS @@ -379,7 +379,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/android16 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_profile_defines += ANDROID PhysXExtensions_profile_defines += GLES2 PhysXExtensions_profile_defines += __STDC_LIMIT_MACROS @@ -511,7 +511,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/android16 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_release_defines += ANDROID PhysXExtensions_release_defines += GLES2 PhysXExtensions_release_defines += __STDC_LIMIT_MACROS diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk index 89f0cdfd..b17def81 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevel.mk @@ -92,7 +92,7 @@ LowLevel_debug_common_cflags += -MMD LowLevel_debug_common_cflags += $(addprefix -D, $(LowLevel_debug_defines)) LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths)) LowLevel_debug_common_cflags += -m32 -LowLevel_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_debug_common_cflags += -Wno-missing-field-initializers @@ -206,7 +206,7 @@ LowLevel_checked_common_cflags += -MMD LowLevel_checked_common_cflags += $(addprefix -D, $(LowLevel_checked_defines)) LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths)) LowLevel_checked_common_cflags += -m32 -LowLevel_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_checked_common_cflags += -Wno-missing-field-initializers @@ -320,7 +320,7 @@ LowLevel_profile_common_cflags += -MMD LowLevel_profile_common_cflags += $(addprefix -D, $(LowLevel_profile_defines)) LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths)) LowLevel_profile_common_cflags += -m32 -LowLevel_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_profile_common_cflags += -Wno-missing-field-initializers @@ -433,7 +433,7 @@ LowLevel_release_common_cflags += -MMD LowLevel_release_common_cflags += $(addprefix -D, $(LowLevel_release_defines)) LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths)) LowLevel_release_common_cflags += -m32 -LowLevel_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelAABB.mk index b3441629..4a3cfa86 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelAABB.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelAABB.mk @@ -64,7 +64,7 @@ LowLevelAABB_debug_common_cflags += -MMD LowLevelAABB_debug_common_cflags += $(addprefix -D, $(LowLevelAABB_debug_defines)) LowLevelAABB_debug_common_cflags += $(addprefix -I, $(LowLevelAABB_debug_hpaths)) LowLevelAABB_debug_common_cflags += -m32 -LowLevelAABB_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_debug_common_cflags += -Wno-missing-field-initializers @@ -164,7 +164,7 @@ LowLevelAABB_checked_common_cflags += -MMD LowLevelAABB_checked_common_cflags += $(addprefix -D, $(LowLevelAABB_checked_defines)) LowLevelAABB_checked_common_cflags += $(addprefix -I, $(LowLevelAABB_checked_hpaths)) LowLevelAABB_checked_common_cflags += -m32 -LowLevelAABB_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_checked_common_cflags += -Wno-missing-field-initializers @@ -264,7 +264,7 @@ LowLevelAABB_profile_common_cflags += -MMD LowLevelAABB_profile_common_cflags += $(addprefix -D, $(LowLevelAABB_profile_defines)) LowLevelAABB_profile_common_cflags += $(addprefix -I, $(LowLevelAABB_profile_hpaths)) LowLevelAABB_profile_common_cflags += -m32 -LowLevelAABB_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_profile_common_cflags += -Wno-missing-field-initializers @@ -363,7 +363,7 @@ LowLevelAABB_release_common_cflags += -MMD LowLevelAABB_release_common_cflags += $(addprefix -D, $(LowLevelAABB_release_defines)) LowLevelAABB_release_common_cflags += $(addprefix -I, $(LowLevelAABB_release_hpaths)) LowLevelAABB_release_common_cflags += -m32 -LowLevelAABB_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk index d7fe0ffb..7e40a1fa 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk @@ -59,7 +59,7 @@ LowLevelCloth_debug_common_cflags += -MMD LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_defines)) LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) LowLevelCloth_debug_common_cflags += -m32 -LowLevelCloth_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_debug_common_cflags += -Wno-missing-field-initializers @@ -148,7 +148,7 @@ LowLevelCloth_checked_common_cflags += -MMD LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checked_defines)) LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) LowLevelCloth_checked_common_cflags += -m32 -LowLevelCloth_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_checked_common_cflags += -Wno-missing-field-initializers @@ -237,7 +237,7 @@ LowLevelCloth_profile_common_cflags += -MMD LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profile_defines)) LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) LowLevelCloth_profile_common_cflags += -m32 -LowLevelCloth_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_profile_common_cflags += -Wno-missing-field-initializers @@ -325,7 +325,7 @@ LowLevelCloth_release_common_cflags += -MMD LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_release_defines)) LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) LowLevelCloth_release_common_cflags += -m32 -LowLevelCloth_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelDynamics.mk index 057be091..9ea7ce8f 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelDynamics.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelDynamics.mk @@ -85,7 +85,7 @@ LowLevelDynamics_debug_common_cflags += -MMD LowLevelDynamics_debug_common_cflags += $(addprefix -D, $(LowLevelDynamics_debug_defines)) LowLevelDynamics_debug_common_cflags += $(addprefix -I, $(LowLevelDynamics_debug_hpaths)) LowLevelDynamics_debug_common_cflags += -m32 -LowLevelDynamics_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_debug_common_cflags += -Wno-missing-field-initializers @@ -189,7 +189,7 @@ LowLevelDynamics_checked_common_cflags += -MMD LowLevelDynamics_checked_common_cflags += $(addprefix -D, $(LowLevelDynamics_checked_defines)) LowLevelDynamics_checked_common_cflags += $(addprefix -I, $(LowLevelDynamics_checked_hpaths)) LowLevelDynamics_checked_common_cflags += -m32 -LowLevelDynamics_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_checked_common_cflags += -Wno-missing-field-initializers @@ -293,7 +293,7 @@ LowLevelDynamics_profile_common_cflags += -MMD LowLevelDynamics_profile_common_cflags += $(addprefix -D, $(LowLevelDynamics_profile_defines)) LowLevelDynamics_profile_common_cflags += $(addprefix -I, $(LowLevelDynamics_profile_hpaths)) LowLevelDynamics_profile_common_cflags += -m32 -LowLevelDynamics_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_profile_common_cflags += -Wno-missing-field-initializers @@ -396,7 +396,7 @@ LowLevelDynamics_release_common_cflags += -MMD LowLevelDynamics_release_common_cflags += $(addprefix -D, $(LowLevelDynamics_release_defines)) LowLevelDynamics_release_common_cflags += $(addprefix -I, $(LowLevelDynamics_release_hpaths)) LowLevelDynamics_release_common_cflags += -m32 -LowLevelDynamics_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk index b80587c6..7bb6e9e8 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk @@ -71,7 +71,7 @@ LowLevelParticles_debug_common_cflags += -MMD LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_debug_defines)) LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) LowLevelParticles_debug_common_cflags += -m32 -LowLevelParticles_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_debug_common_cflags += -Wno-missing-field-initializers @@ -169,7 +169,7 @@ LowLevelParticles_checked_common_cflags += -MMD LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticles_checked_defines)) LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) LowLevelParticles_checked_common_cflags += -m32 -LowLevelParticles_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_checked_common_cflags += -Wno-missing-field-initializers @@ -267,7 +267,7 @@ LowLevelParticles_profile_common_cflags += -MMD LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticles_profile_defines)) LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) LowLevelParticles_profile_common_cflags += -m32 -LowLevelParticles_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_profile_common_cflags += -Wno-missing-field-initializers @@ -364,7 +364,7 @@ LowLevelParticles_release_common_cflags += -MMD LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticles_release_defines)) LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) LowLevelParticles_release_common_cflags += -m32 -LowLevelParticles_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysX.mk index 6c391bf6..3c0ac800 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysX.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysX.mk @@ -136,7 +136,7 @@ PhysX_release_common_cflags += -MMD PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths)) PhysX_release_common_cflags += -m32 -PhysX_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_release_common_cflags += -Wno-missing-field-initializers @@ -278,7 +278,7 @@ PhysX_debug_common_cflags += -MMD PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths)) PhysX_debug_common_cflags += -m32 -PhysX_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_debug_common_cflags += -Wno-missing-field-initializers @@ -419,7 +419,7 @@ PhysX_checked_common_cflags += -MMD PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths)) PhysX_checked_common_cflags += -m32 -PhysX_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_checked_common_cflags += -Wno-missing-field-initializers @@ -560,7 +560,7 @@ PhysX_profile_common_cflags += -MMD PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths)) PhysX_profile_common_cflags += -m32 -PhysX_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCharacterKinematic.mk index 62912933..36674087 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCharacterKinematic.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCharacterKinematic.mk @@ -75,7 +75,7 @@ PhysXCharacterKinematic_debug_common_cflags += -MMD PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_debug_defines)) PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths)) PhysXCharacterKinematic_debug_common_cflags += -m32 -PhysXCharacterKinematic_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_debug_common_cflags += -Wno-missing-field-initializers @@ -183,7 +183,7 @@ PhysXCharacterKinematic_checked_common_cflags += -MMD PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_checked_defines)) PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths)) PhysXCharacterKinematic_checked_common_cflags += -m32 -PhysXCharacterKinematic_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_checked_common_cflags += -Wno-missing-field-initializers @@ -291,7 +291,7 @@ PhysXCharacterKinematic_profile_common_cflags += -MMD PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_profile_defines)) PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths)) PhysXCharacterKinematic_profile_common_cflags += -m32 -PhysXCharacterKinematic_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_profile_common_cflags += -Wno-missing-field-initializers @@ -398,7 +398,7 @@ PhysXCharacterKinematic_release_common_cflags += -MMD PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_release_defines)) PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths)) PhysXCharacterKinematic_release_common_cflags += -m32 -PhysXCharacterKinematic_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCommon.mk index d2be8c5e..178221fd 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCommon.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCommon.mk @@ -199,7 +199,7 @@ PhysXCommon_release_common_cflags += -MMD PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_defines)) PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths)) PhysXCommon_release_common_cflags += -m32 -PhysXCommon_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_release_common_cflags += -Wno-missing-field-initializers @@ -309,7 +309,7 @@ PhysXCommon_debug_common_cflags += -MMD PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_defines)) PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths)) PhysXCommon_debug_common_cflags += -m32 -PhysXCommon_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_debug_common_cflags += -Wno-missing-field-initializers @@ -418,7 +418,7 @@ PhysXCommon_checked_common_cflags += -MMD PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_defines)) PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths)) PhysXCommon_checked_common_cflags += -m32 -PhysXCommon_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_checked_common_cflags += -Wno-missing-field-initializers @@ -527,7 +527,7 @@ PhysXCommon_profile_common_cflags += -MMD PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_defines)) PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths)) PhysXCommon_profile_common_cflags += -m32 -PhysXCommon_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCooking.mk index 33fb0c1e..e11c207b 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXCooking.mk @@ -92,7 +92,7 @@ PhysXCooking_release_common_cflags += -MMD PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_defines)) PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) PhysXCooking_release_common_cflags += -m32 -PhysXCooking_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_release_common_cflags += -Wno-missing-field-initializers @@ -211,7 +211,7 @@ PhysXCooking_debug_common_cflags += -MMD PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defines)) PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) PhysXCooking_debug_common_cflags += -m32 -PhysXCooking_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_debug_common_cflags += -Wno-missing-field-initializers @@ -329,7 +329,7 @@ PhysXCooking_checked_common_cflags += -MMD PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_defines)) PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) PhysXCooking_checked_common_cflags += -m32 -PhysXCooking_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_checked_common_cflags += -Wno-missing-field-initializers @@ -447,7 +447,7 @@ PhysXCooking_profile_common_cflags += -MMD PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_defines)) PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) PhysXCooking_profile_common_cflags += -m32 -PhysXCooking_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk index 4cbda9a5..8ea412ce 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk @@ -114,7 +114,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_debug_defines += _DEBUG PhysXExtensions_debug_defines += PX_DEBUG=1 @@ -127,7 +127,7 @@ PhysXExtensions_debug_common_cflags += -MMD PhysXExtensions_debug_common_cflags += $(addprefix -D, $(PhysXExtensions_debug_defines)) PhysXExtensions_debug_common_cflags += $(addprefix -I, $(PhysXExtensions_debug_hpaths)) PhysXExtensions_debug_common_cflags += -m32 -PhysXExtensions_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_debug_common_cflags += -Wno-missing-field-initializers @@ -231,7 +231,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_checked_defines += NDEBUG PhysXExtensions_checked_defines += PX_CHECKED=1 @@ -243,7 +243,7 @@ PhysXExtensions_checked_common_cflags += -MMD PhysXExtensions_checked_common_cflags += $(addprefix -D, $(PhysXExtensions_checked_defines)) PhysXExtensions_checked_common_cflags += $(addprefix -I, $(PhysXExtensions_checked_hpaths)) PhysXExtensions_checked_common_cflags += -m32 -PhysXExtensions_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_checked_common_cflags += -Wno-missing-field-initializers @@ -347,7 +347,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_profile_defines += NDEBUG PhysXExtensions_profile_defines += PX_PROFILE=1 @@ -359,7 +359,7 @@ PhysXExtensions_profile_common_cflags += -MMD PhysXExtensions_profile_common_cflags += $(addprefix -D, $(PhysXExtensions_profile_defines)) PhysXExtensions_profile_common_cflags += $(addprefix -I, $(PhysXExtensions_profile_hpaths)) PhysXExtensions_profile_common_cflags += -m32 -PhysXExtensions_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_profile_common_cflags += -Wno-missing-field-initializers @@ -463,7 +463,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_release_defines += NDEBUG PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 @@ -474,7 +474,7 @@ PhysXExtensions_release_common_cflags += -MMD PhysXExtensions_release_common_cflags += $(addprefix -D, $(PhysXExtensions_release_defines)) PhysXExtensions_release_common_cflags += $(addprefix -I, $(PhysXExtensions_release_hpaths)) PhysXExtensions_release_common_cflags += -m32 -PhysXExtensions_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXVehicle.mk index c5f01f63..e96e839b 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXVehicle.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXVehicle.mk @@ -74,7 +74,7 @@ PhysXVehicle_debug_common_cflags += -MMD PhysXVehicle_debug_common_cflags += $(addprefix -D, $(PhysXVehicle_debug_defines)) PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpaths)) PhysXVehicle_debug_common_cflags += -m32 -PhysXVehicle_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_debug_common_cflags += -Wno-missing-field-initializers @@ -173,7 +173,7 @@ PhysXVehicle_checked_common_cflags += -MMD PhysXVehicle_checked_common_cflags += $(addprefix -D, $(PhysXVehicle_checked_defines)) PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_hpaths)) PhysXVehicle_checked_common_cflags += -m32 -PhysXVehicle_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_checked_common_cflags += -Wno-missing-field-initializers @@ -272,7 +272,7 @@ PhysXVehicle_profile_common_cflags += -MMD PhysXVehicle_profile_common_cflags += $(addprefix -D, $(PhysXVehicle_profile_defines)) PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_hpaths)) PhysXVehicle_profile_common_cflags += -m32 -PhysXVehicle_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_profile_common_cflags += -Wno-missing-field-initializers @@ -370,7 +370,7 @@ PhysXVehicle_release_common_cflags += -MMD PhysXVehicle_release_common_cflags += $(addprefix -D, $(PhysXVehicle_release_defines)) PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_hpaths)) PhysXVehicle_release_common_cflags += -m32 -PhysXVehicle_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PsFastXml.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PsFastXml.mk index efaa3d3c..05bdda3d 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PsFastXml.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PsFastXml.mk @@ -39,7 +39,7 @@ PsFastXml_debug_common_cflags += -MMD PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines)) PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths)) PsFastXml_debug_common_cflags += -m32 -PsFastXml_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_debug_common_cflags += -Wno-missing-field-initializers @@ -119,7 +119,7 @@ PsFastXml_release_common_cflags += -MMD PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_defines)) PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths)) PsFastXml_release_common_cflags += -m32 -PsFastXml_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_release_common_cflags += -Wno-missing-field-initializers @@ -200,7 +200,7 @@ PsFastXml_checked_common_cflags += -MMD PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_defines)) PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths)) PsFastXml_checked_common_cflags += -m32 -PsFastXml_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_checked_common_cflags += -Wno-missing-field-initializers @@ -281,7 +281,7 @@ PsFastXml_profile_common_cflags += -MMD PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_defines)) PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths)) PsFastXml_profile_common_cflags += -m32 -PsFastXml_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PxFoundation.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PxFoundation.mk index 055ec4ab..a0079a2e 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PxFoundation.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PxFoundation.mk @@ -55,7 +55,7 @@ PxFoundation_debug_common_cflags += -MMD PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defines)) PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) PxFoundation_debug_common_cflags += -m32 -PxFoundation_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_debug_common_cflags += -Wno-missing-field-initializers @@ -135,7 +135,7 @@ PxFoundation_release_common_cflags += -MMD PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_defines)) PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) PxFoundation_release_common_cflags += -m32 -PxFoundation_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_release_common_cflags += -Wno-missing-field-initializers @@ -216,7 +216,7 @@ PxFoundation_checked_common_cflags += -MMD PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_defines)) PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) PxFoundation_checked_common_cflags += -m32 -PxFoundation_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_checked_common_cflags += -Wno-missing-field-initializers @@ -297,7 +297,7 @@ PxFoundation_profile_common_cflags += -MMD PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_defines)) PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) PxFoundation_profile_common_cflags += -m32 -PxFoundation_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PxPvdSDK.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PxPvdSDK.mk index 0601af2d..32a67f2e 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PxPvdSDK.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PxPvdSDK.mk @@ -54,7 +54,7 @@ PxPvdSDK_debug_common_cflags += -MMD PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines)) PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths)) PxPvdSDK_debug_common_cflags += -m32 -PxPvdSDK_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_debug_common_cflags += -Wno-missing-field-initializers @@ -139,7 +139,7 @@ PxPvdSDK_release_common_cflags += -MMD PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines)) PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths)) PxPvdSDK_release_common_cflags += -m32 -PxPvdSDK_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_release_common_cflags += -Wno-missing-field-initializers @@ -225,7 +225,7 @@ PxPvdSDK_checked_common_cflags += -MMD PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines)) PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths)) PxPvdSDK_checked_common_cflags += -m32 -PxPvdSDK_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_checked_common_cflags += -Wno-missing-field-initializers @@ -311,7 +311,7 @@ PxPvdSDK_profile_common_cflags += -MMD PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines)) PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths)) PxPvdSDK_profile_common_cflags += -m32 -PxPvdSDK_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PxTask.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PxTask.mk index eee04bc4..856187bb 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PxTask.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PxTask.mk @@ -38,7 +38,7 @@ PxTask_debug_common_cflags += -MMD PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines)) PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths)) PxTask_debug_common_cflags += -m32 -PxTask_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_debug_common_cflags += -Wno-missing-field-initializers @@ -117,7 +117,7 @@ PxTask_release_common_cflags += -MMD PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines)) PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths)) PxTask_release_common_cflags += -m32 -PxTask_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_release_common_cflags += -Wno-missing-field-initializers @@ -197,7 +197,7 @@ PxTask_checked_common_cflags += -MMD PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines)) PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths)) PxTask_checked_common_cflags += -m32 -PxTask_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_checked_common_cflags += -Wno-missing-field-initializers @@ -277,7 +277,7 @@ PxTask_profile_common_cflags += -MMD PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines)) PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths)) PxTask_profile_common_cflags += -m32 -PxTask_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk index c4600ca2..1d14fd01 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.SceneQuery.mk @@ -76,7 +76,7 @@ SceneQuery_debug_common_cflags += -MMD SceneQuery_debug_common_cflags += $(addprefix -D, $(SceneQuery_debug_defines)) SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) SceneQuery_debug_common_cflags += -m32 -SceneQuery_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_debug_common_cflags += -Wno-missing-field-initializers @@ -185,7 +185,7 @@ SceneQuery_checked_common_cflags += -MMD SceneQuery_checked_common_cflags += $(addprefix -D, $(SceneQuery_checked_defines)) SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpaths)) SceneQuery_checked_common_cflags += -m32 -SceneQuery_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_checked_common_cflags += -Wno-missing-field-initializers @@ -294,7 +294,7 @@ SceneQuery_profile_common_cflags += -MMD SceneQuery_profile_common_cflags += $(addprefix -D, $(SceneQuery_profile_defines)) SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpaths)) SceneQuery_profile_common_cflags += -m32 -SceneQuery_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_profile_common_cflags += -Wno-missing-field-initializers @@ -402,7 +402,7 @@ SceneQuery_release_common_cflags += -MMD SceneQuery_release_common_cflags += $(addprefix -D, $(SceneQuery_release_defines)) SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpaths)) SceneQuery_release_common_cflags += -m32 -SceneQuery_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.SimulationController.mk index b190441b..7889ef99 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.SimulationController.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.SimulationController.mk @@ -121,7 +121,7 @@ SimulationController_debug_common_cflags += -MMD SimulationController_debug_common_cflags += $(addprefix -D, $(SimulationController_debug_defines)) SimulationController_debug_common_cflags += $(addprefix -I, $(SimulationController_debug_hpaths)) SimulationController_debug_common_cflags += -m32 -SimulationController_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_debug_common_cflags += -Wno-missing-field-initializers @@ -242,7 +242,7 @@ SimulationController_checked_common_cflags += -MMD SimulationController_checked_common_cflags += $(addprefix -D, $(SimulationController_checked_defines)) SimulationController_checked_common_cflags += $(addprefix -I, $(SimulationController_checked_hpaths)) SimulationController_checked_common_cflags += -m32 -SimulationController_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_checked_common_cflags += -Wno-missing-field-initializers @@ -363,7 +363,7 @@ SimulationController_profile_common_cflags += -MMD SimulationController_profile_common_cflags += $(addprefix -D, $(SimulationController_profile_defines)) SimulationController_profile_common_cflags += $(addprefix -I, $(SimulationController_profile_hpaths)) SimulationController_profile_common_cflags += -m32 -SimulationController_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_profile_common_cflags += -Wno-missing-field-initializers @@ -483,7 +483,7 @@ SimulationController_release_common_cflags += -MMD SimulationController_release_common_cflags += $(addprefix -D, $(SimulationController_release_defines)) SimulationController_release_common_cflags += $(addprefix -I, $(SimulationController_release_hpaths)) SimulationController_release_common_cflags += -m32 -SimulationController_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk index 7db76889..a64185fd 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk @@ -93,7 +93,7 @@ LowLevel_debug_common_cflags += -MMD LowLevel_debug_common_cflags += $(addprefix -D, $(LowLevel_debug_defines)) LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths)) LowLevel_debug_common_cflags += -m64 -LowLevel_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_debug_common_cflags += -Wno-missing-field-initializers @@ -208,7 +208,7 @@ LowLevel_checked_common_cflags += -MMD LowLevel_checked_common_cflags += $(addprefix -D, $(LowLevel_checked_defines)) LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths)) LowLevel_checked_common_cflags += -m64 -LowLevel_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_checked_common_cflags += -Wno-missing-field-initializers @@ -323,7 +323,7 @@ LowLevel_profile_common_cflags += -MMD LowLevel_profile_common_cflags += $(addprefix -D, $(LowLevel_profile_defines)) LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths)) LowLevel_profile_common_cflags += -m64 -LowLevel_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_profile_common_cflags += -Wno-missing-field-initializers @@ -437,7 +437,7 @@ LowLevel_release_common_cflags += -MMD LowLevel_release_common_cflags += $(addprefix -D, $(LowLevel_release_defines)) LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths)) LowLevel_release_common_cflags += -m64 -LowLevel_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevel_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevel_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevel_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk index 384e877f..6d807f3e 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk @@ -64,7 +64,7 @@ LowLevelAABB_debug_common_cflags += -MMD LowLevelAABB_debug_common_cflags += $(addprefix -D, $(LowLevelAABB_debug_defines)) LowLevelAABB_debug_common_cflags += $(addprefix -I, $(LowLevelAABB_debug_hpaths)) LowLevelAABB_debug_common_cflags += -m64 -LowLevelAABB_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_debug_common_cflags += -Wno-missing-field-initializers @@ -164,7 +164,7 @@ LowLevelAABB_checked_common_cflags += -MMD LowLevelAABB_checked_common_cflags += $(addprefix -D, $(LowLevelAABB_checked_defines)) LowLevelAABB_checked_common_cflags += $(addprefix -I, $(LowLevelAABB_checked_hpaths)) LowLevelAABB_checked_common_cflags += -m64 -LowLevelAABB_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_checked_common_cflags += -Wno-missing-field-initializers @@ -264,7 +264,7 @@ LowLevelAABB_profile_common_cflags += -MMD LowLevelAABB_profile_common_cflags += $(addprefix -D, $(LowLevelAABB_profile_defines)) LowLevelAABB_profile_common_cflags += $(addprefix -I, $(LowLevelAABB_profile_hpaths)) LowLevelAABB_profile_common_cflags += -m64 -LowLevelAABB_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_profile_common_cflags += -Wno-missing-field-initializers @@ -363,7 +363,7 @@ LowLevelAABB_release_common_cflags += -MMD LowLevelAABB_release_common_cflags += $(addprefix -D, $(LowLevelAABB_release_defines)) LowLevelAABB_release_common_cflags += $(addprefix -I, $(LowLevelAABB_release_hpaths)) LowLevelAABB_release_common_cflags += -m64 -LowLevelAABB_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelAABB_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelAABB_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelAABB_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk index e52d7d4c..e407f4cf 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk @@ -59,7 +59,7 @@ LowLevelCloth_debug_common_cflags += -MMD LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_defines)) LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) LowLevelCloth_debug_common_cflags += -m64 -LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_debug_common_cflags += -Wno-missing-field-initializers @@ -148,7 +148,7 @@ LowLevelCloth_checked_common_cflags += -MMD LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checked_defines)) LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) LowLevelCloth_checked_common_cflags += -m64 -LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_checked_common_cflags += -Wno-missing-field-initializers @@ -237,7 +237,7 @@ LowLevelCloth_profile_common_cflags += -MMD LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profile_defines)) LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) LowLevelCloth_profile_common_cflags += -m64 -LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_profile_common_cflags += -Wno-missing-field-initializers @@ -325,7 +325,7 @@ LowLevelCloth_release_common_cflags += -MMD LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_release_defines)) LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) LowLevelCloth_release_common_cflags += -m64 -LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelCloth_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelCloth_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk index 3a21e174..d4fb8d5e 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk @@ -86,7 +86,7 @@ LowLevelDynamics_debug_common_cflags += -MMD LowLevelDynamics_debug_common_cflags += $(addprefix -D, $(LowLevelDynamics_debug_defines)) LowLevelDynamics_debug_common_cflags += $(addprefix -I, $(LowLevelDynamics_debug_hpaths)) LowLevelDynamics_debug_common_cflags += -m64 -LowLevelDynamics_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_debug_common_cflags += -Wno-missing-field-initializers @@ -191,7 +191,7 @@ LowLevelDynamics_checked_common_cflags += -MMD LowLevelDynamics_checked_common_cflags += $(addprefix -D, $(LowLevelDynamics_checked_defines)) LowLevelDynamics_checked_common_cflags += $(addprefix -I, $(LowLevelDynamics_checked_hpaths)) LowLevelDynamics_checked_common_cflags += -m64 -LowLevelDynamics_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_checked_common_cflags += -Wno-missing-field-initializers @@ -296,7 +296,7 @@ LowLevelDynamics_profile_common_cflags += -MMD LowLevelDynamics_profile_common_cflags += $(addprefix -D, $(LowLevelDynamics_profile_defines)) LowLevelDynamics_profile_common_cflags += $(addprefix -I, $(LowLevelDynamics_profile_hpaths)) LowLevelDynamics_profile_common_cflags += -m64 -LowLevelDynamics_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_profile_common_cflags += -Wno-missing-field-initializers @@ -400,7 +400,7 @@ LowLevelDynamics_release_common_cflags += -MMD LowLevelDynamics_release_common_cflags += $(addprefix -D, $(LowLevelDynamics_release_defines)) LowLevelDynamics_release_common_cflags += $(addprefix -I, $(LowLevelDynamics_release_hpaths)) LowLevelDynamics_release_common_cflags += -m64 -LowLevelDynamics_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelDynamics_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelDynamics_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelDynamics_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk index 6b2f71d9..9ecc5223 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk @@ -73,7 +73,7 @@ LowLevelParticles_debug_common_cflags += -MMD LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_debug_defines)) LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) LowLevelParticles_debug_common_cflags += -m64 -LowLevelParticles_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_debug_common_cflags += -Wno-missing-field-initializers @@ -172,7 +172,7 @@ LowLevelParticles_checked_common_cflags += -MMD LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticles_checked_defines)) LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) LowLevelParticles_checked_common_cflags += -m64 -LowLevelParticles_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_checked_common_cflags += -Wno-missing-field-initializers @@ -271,7 +271,7 @@ LowLevelParticles_profile_common_cflags += -MMD LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticles_profile_defines)) LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) LowLevelParticles_profile_common_cflags += -m64 -LowLevelParticles_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_profile_common_cflags += -Wno-missing-field-initializers @@ -369,7 +369,7 @@ LowLevelParticles_release_common_cflags += -MMD LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticles_release_defines)) LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) LowLevelParticles_release_common_cflags += -m64 -LowLevelParticles_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden LowLevelParticles_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized LowLevelParticles_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk index 270f6c0c..df6c6cc7 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk @@ -146,7 +146,7 @@ PhysX_release_common_cflags += -MMD PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths)) PhysX_release_common_cflags += -m64 -PhysX_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_release_common_cflags += -Wno-missing-field-initializers @@ -291,7 +291,7 @@ PhysX_debug_common_cflags += -MMD PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths)) PhysX_debug_common_cflags += -m64 -PhysX_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_debug_common_cflags += -Wno-missing-field-initializers @@ -435,7 +435,7 @@ PhysX_checked_common_cflags += -MMD PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths)) PhysX_checked_common_cflags += -m64 -PhysX_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_checked_common_cflags += -Wno-missing-field-initializers @@ -579,7 +579,7 @@ PhysX_profile_common_cflags += -MMD PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths)) PhysX_profile_common_cflags += -m64 -PhysX_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysX_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysX_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysX_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk index 683fc9bf..5e681152 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk @@ -75,7 +75,7 @@ PhysXCharacterKinematic_debug_common_cflags += -MMD PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_debug_defines)) PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths)) PhysXCharacterKinematic_debug_common_cflags += -m64 -PhysXCharacterKinematic_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_debug_common_cflags += -Wno-missing-field-initializers @@ -183,7 +183,7 @@ PhysXCharacterKinematic_checked_common_cflags += -MMD PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_checked_defines)) PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths)) PhysXCharacterKinematic_checked_common_cflags += -m64 -PhysXCharacterKinematic_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_checked_common_cflags += -Wno-missing-field-initializers @@ -291,7 +291,7 @@ PhysXCharacterKinematic_profile_common_cflags += -MMD PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_profile_defines)) PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths)) PhysXCharacterKinematic_profile_common_cflags += -m64 -PhysXCharacterKinematic_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_profile_common_cflags += -Wno-missing-field-initializers @@ -398,7 +398,7 @@ PhysXCharacterKinematic_release_common_cflags += -MMD PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_release_defines)) PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths)) PhysXCharacterKinematic_release_common_cflags += -m64 -PhysXCharacterKinematic_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCharacterKinematic_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCharacterKinematic_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCharacterKinematic_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk index 863131bf..d71334bb 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk @@ -199,7 +199,7 @@ PhysXCommon_release_common_cflags += -MMD PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_defines)) PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths)) PhysXCommon_release_common_cflags += -m64 -PhysXCommon_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_release_common_cflags += -Wno-missing-field-initializers @@ -309,7 +309,7 @@ PhysXCommon_debug_common_cflags += -MMD PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_defines)) PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths)) PhysXCommon_debug_common_cflags += -m64 -PhysXCommon_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_debug_common_cflags += -Wno-missing-field-initializers @@ -418,7 +418,7 @@ PhysXCommon_checked_common_cflags += -MMD PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_defines)) PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths)) PhysXCommon_checked_common_cflags += -m64 -PhysXCommon_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_checked_common_cflags += -Wno-missing-field-initializers @@ -527,7 +527,7 @@ PhysXCommon_profile_common_cflags += -MMD PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_defines)) PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths)) PhysXCommon_profile_common_cflags += -m64 -PhysXCommon_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCommon_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCommon_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCommon_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk index 12c62cb7..22056497 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk @@ -92,7 +92,7 @@ PhysXCooking_release_common_cflags += -MMD PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_defines)) PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) PhysXCooking_release_common_cflags += -m64 -PhysXCooking_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_release_common_cflags += -Wno-missing-field-initializers @@ -211,7 +211,7 @@ PhysXCooking_debug_common_cflags += -MMD PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defines)) PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) PhysXCooking_debug_common_cflags += -m64 -PhysXCooking_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_debug_common_cflags += -Wno-missing-field-initializers @@ -329,7 +329,7 @@ PhysXCooking_checked_common_cflags += -MMD PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_defines)) PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) PhysXCooking_checked_common_cflags += -m64 -PhysXCooking_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_checked_common_cflags += -Wno-missing-field-initializers @@ -447,7 +447,7 @@ PhysXCooking_profile_common_cflags += -MMD PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_defines)) PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) PhysXCooking_profile_common_cflags += -m64 -PhysXCooking_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXCooking_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXCooking_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXCooking_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk index 1bae26ea..4f6c8e7b 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk @@ -114,7 +114,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/linux64 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_debug_defines += _DEBUG PhysXExtensions_debug_defines += PX_DEBUG=1 @@ -127,7 +127,7 @@ PhysXExtensions_debug_common_cflags += -MMD PhysXExtensions_debug_common_cflags += $(addprefix -D, $(PhysXExtensions_debug_defines)) PhysXExtensions_debug_common_cflags += $(addprefix -I, $(PhysXExtensions_debug_hpaths)) PhysXExtensions_debug_common_cflags += -m64 -PhysXExtensions_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_debug_common_cflags += -Wno-missing-field-initializers @@ -231,7 +231,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/linux64 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_checked_defines += NDEBUG PhysXExtensions_checked_defines += PX_CHECKED=1 @@ -243,7 +243,7 @@ PhysXExtensions_checked_common_cflags += -MMD PhysXExtensions_checked_common_cflags += $(addprefix -D, $(PhysXExtensions_checked_defines)) PhysXExtensions_checked_common_cflags += $(addprefix -I, $(PhysXExtensions_checked_hpaths)) PhysXExtensions_checked_common_cflags += -m64 -PhysXExtensions_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_checked_common_cflags += -Wno-missing-field-initializers @@ -347,7 +347,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/linux64 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_profile_defines += NDEBUG PhysXExtensions_profile_defines += PX_PROFILE=1 @@ -359,7 +359,7 @@ PhysXExtensions_profile_common_cflags += -MMD PhysXExtensions_profile_common_cflags += $(addprefix -D, $(PhysXExtensions_profile_defines)) PhysXExtensions_profile_common_cflags += $(addprefix -I, $(PhysXExtensions_profile_hpaths)) PhysXExtensions_profile_common_cflags += -m64 -PhysXExtensions_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_profile_common_cflags += -Wno-missing-field-initializers @@ -463,7 +463,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/linux64 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_release_defines += NDEBUG PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 @@ -474,7 +474,7 @@ PhysXExtensions_release_common_cflags += -MMD PhysXExtensions_release_common_cflags += $(addprefix -D, $(PhysXExtensions_release_defines)) PhysXExtensions_release_common_cflags += $(addprefix -I, $(PhysXExtensions_release_hpaths)) PhysXExtensions_release_common_cflags += -m64 -PhysXExtensions_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXExtensions_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXExtensions_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXExtensions_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk index cb7c559e..cabe9ff8 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk @@ -74,7 +74,7 @@ PhysXVehicle_debug_common_cflags += -MMD PhysXVehicle_debug_common_cflags += $(addprefix -D, $(PhysXVehicle_debug_defines)) PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpaths)) PhysXVehicle_debug_common_cflags += -m64 -PhysXVehicle_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_debug_common_cflags += -Wno-missing-field-initializers @@ -173,7 +173,7 @@ PhysXVehicle_checked_common_cflags += -MMD PhysXVehicle_checked_common_cflags += $(addprefix -D, $(PhysXVehicle_checked_defines)) PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_hpaths)) PhysXVehicle_checked_common_cflags += -m64 -PhysXVehicle_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_checked_common_cflags += -Wno-missing-field-initializers @@ -272,7 +272,7 @@ PhysXVehicle_profile_common_cflags += -MMD PhysXVehicle_profile_common_cflags += $(addprefix -D, $(PhysXVehicle_profile_defines)) PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_hpaths)) PhysXVehicle_profile_common_cflags += -m64 -PhysXVehicle_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_profile_common_cflags += -Wno-missing-field-initializers @@ -370,7 +370,7 @@ PhysXVehicle_release_common_cflags += -MMD PhysXVehicle_release_common_cflags += $(addprefix -D, $(PhysXVehicle_release_defines)) PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_hpaths)) PhysXVehicle_release_common_cflags += -m64 -PhysXVehicle_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PhysXVehicle_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PhysXVehicle_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PhysXVehicle_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk index 013093a4..4e774eee 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk @@ -39,7 +39,7 @@ PsFastXml_debug_common_cflags += -MMD PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines)) PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths)) PsFastXml_debug_common_cflags += -m64 -PsFastXml_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_debug_common_cflags += -Wno-missing-field-initializers @@ -119,7 +119,7 @@ PsFastXml_release_common_cflags += -MMD PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_defines)) PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths)) PsFastXml_release_common_cflags += -m64 -PsFastXml_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_release_common_cflags += -Wno-missing-field-initializers @@ -200,7 +200,7 @@ PsFastXml_checked_common_cflags += -MMD PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_defines)) PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths)) PsFastXml_checked_common_cflags += -m64 -PsFastXml_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_checked_common_cflags += -Wno-missing-field-initializers @@ -281,7 +281,7 @@ PsFastXml_profile_common_cflags += -MMD PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_defines)) PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths)) PsFastXml_profile_common_cflags += -m64 -PsFastXml_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PsFastXml_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PsFastXml_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PsFastXml_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk index ff472d36..37eb8e4e 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk @@ -55,7 +55,7 @@ PxFoundation_debug_common_cflags += -MMD PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defines)) PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) PxFoundation_debug_common_cflags += -m64 -PxFoundation_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_debug_common_cflags += -Wno-missing-field-initializers @@ -135,7 +135,7 @@ PxFoundation_release_common_cflags += -MMD PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_defines)) PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) PxFoundation_release_common_cflags += -m64 -PxFoundation_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_release_common_cflags += -Wno-missing-field-initializers @@ -216,7 +216,7 @@ PxFoundation_checked_common_cflags += -MMD PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_defines)) PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) PxFoundation_checked_common_cflags += -m64 -PxFoundation_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_checked_common_cflags += -Wno-missing-field-initializers @@ -297,7 +297,7 @@ PxFoundation_profile_common_cflags += -MMD PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_defines)) PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) PxFoundation_profile_common_cflags += -m64 -PxFoundation_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxFoundation_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxFoundation_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxFoundation_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk index 902e9a7c..b891b55f 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk @@ -54,7 +54,7 @@ PxPvdSDK_debug_common_cflags += -MMD PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines)) PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths)) PxPvdSDK_debug_common_cflags += -m64 -PxPvdSDK_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_debug_common_cflags += -Wno-missing-field-initializers @@ -139,7 +139,7 @@ PxPvdSDK_release_common_cflags += -MMD PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines)) PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths)) PxPvdSDK_release_common_cflags += -m64 -PxPvdSDK_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_release_common_cflags += -Wno-missing-field-initializers @@ -225,7 +225,7 @@ PxPvdSDK_checked_common_cflags += -MMD PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines)) PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths)) PxPvdSDK_checked_common_cflags += -m64 -PxPvdSDK_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_checked_common_cflags += -Wno-missing-field-initializers @@ -311,7 +311,7 @@ PxPvdSDK_profile_common_cflags += -MMD PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines)) PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths)) PxPvdSDK_profile_common_cflags += -m64 -PxPvdSDK_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxPvdSDK_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxPvdSDK_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxPvdSDK_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk index 736aa61c..e516dd9f 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk @@ -38,7 +38,7 @@ PxTask_debug_common_cflags += -MMD PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines)) PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths)) PxTask_debug_common_cflags += -m64 -PxTask_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_debug_common_cflags += -Wno-missing-field-initializers @@ -117,7 +117,7 @@ PxTask_release_common_cflags += -MMD PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines)) PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths)) PxTask_release_common_cflags += -m64 -PxTask_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_release_common_cflags += -Wno-missing-field-initializers @@ -197,7 +197,7 @@ PxTask_checked_common_cflags += -MMD PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines)) PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths)) PxTask_checked_common_cflags += -m64 -PxTask_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_checked_common_cflags += -Wno-missing-field-initializers @@ -277,7 +277,7 @@ PxTask_profile_common_cflags += -MMD PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines)) PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths)) PxTask_profile_common_cflags += -m64 -PxTask_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden PxTask_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option PxTask_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized PxTask_profile_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk index 5b1a313b..6932895c 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk @@ -76,7 +76,7 @@ SceneQuery_debug_common_cflags += -MMD SceneQuery_debug_common_cflags += $(addprefix -D, $(SceneQuery_debug_defines)) SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) SceneQuery_debug_common_cflags += -m64 -SceneQuery_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_debug_common_cflags += -Wno-missing-field-initializers @@ -185,7 +185,7 @@ SceneQuery_checked_common_cflags += -MMD SceneQuery_checked_common_cflags += $(addprefix -D, $(SceneQuery_checked_defines)) SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpaths)) SceneQuery_checked_common_cflags += -m64 -SceneQuery_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_checked_common_cflags += -Wno-missing-field-initializers @@ -294,7 +294,7 @@ SceneQuery_profile_common_cflags += -MMD SceneQuery_profile_common_cflags += $(addprefix -D, $(SceneQuery_profile_defines)) SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpaths)) SceneQuery_profile_common_cflags += -m64 -SceneQuery_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_profile_common_cflags += -Wno-missing-field-initializers @@ -402,7 +402,7 @@ SceneQuery_release_common_cflags += -MMD SceneQuery_release_common_cflags += $(addprefix -D, $(SceneQuery_release_defines)) SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpaths)) SceneQuery_release_common_cflags += -m64 -SceneQuery_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SceneQuery_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SceneQuery_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SceneQuery_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk index 9948ce56..3bfc7bb6 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk @@ -122,7 +122,7 @@ SimulationController_debug_common_cflags += -MMD SimulationController_debug_common_cflags += $(addprefix -D, $(SimulationController_debug_defines)) SimulationController_debug_common_cflags += $(addprefix -I, $(SimulationController_debug_hpaths)) SimulationController_debug_common_cflags += -m64 -SimulationController_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_debug_common_cflags += -Wno-missing-field-initializers @@ -244,7 +244,7 @@ SimulationController_checked_common_cflags += -MMD SimulationController_checked_common_cflags += $(addprefix -D, $(SimulationController_checked_defines)) SimulationController_checked_common_cflags += $(addprefix -I, $(SimulationController_checked_hpaths)) SimulationController_checked_common_cflags += -m64 -SimulationController_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_checked_common_cflags += -Wno-missing-field-initializers @@ -366,7 +366,7 @@ SimulationController_profile_common_cflags += -MMD SimulationController_profile_common_cflags += $(addprefix -D, $(SimulationController_profile_defines)) SimulationController_profile_common_cflags += $(addprefix -I, $(SimulationController_profile_hpaths)) SimulationController_profile_common_cflags += -m64 -SimulationController_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_profile_common_cflags += -Wno-missing-field-initializers @@ -487,7 +487,7 @@ SimulationController_release_common_cflags += -MMD SimulationController_release_common_cflags += $(addprefix -D, $(SimulationController_release_defines)) SimulationController_release_common_cflags += $(addprefix -I, $(SimulationController_release_hpaths)) SimulationController_release_common_cflags += -m64 -SimulationController_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden SimulationController_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option SimulationController_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized SimulationController_release_common_cflags += -Wno-missing-field-initializers diff --git a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk index 8cdfb9df..9b124697 100644 --- a/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/make_osx32/Makefile.PhysXExtensions.mk @@ -116,7 +116,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/osx32 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_debug_defines += _DEBUG PhysXExtensions_debug_defines += PX_DEBUG=1 @@ -240,7 +240,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/osx32 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_checked_defines += NDEBUG PhysXExtensions_checked_defines += PX_CHECKED=1 @@ -363,7 +363,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/osx32 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_profile_defines += NDEBUG PhysXExtensions_profile_defines += PX_PROFILE=1 @@ -486,7 +486,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/osx32 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_release_defines += NDEBUG PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 diff --git a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk index 49f45cad..b0bd9459 100644 --- a/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/make_osx64/Makefile.PhysXExtensions.mk @@ -116,7 +116,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/osx64 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_debug_defines += _DEBUG PhysXExtensions_debug_defines += PX_DEBUG=1 @@ -240,7 +240,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/osx64 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_checked_defines += NDEBUG PhysXExtensions_checked_defines += PX_CHECKED=1 @@ -363,7 +363,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/osx64 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_profile_defines += NDEBUG PhysXExtensions_profile_defines += PX_PROFILE=1 @@ -486,7 +486,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/osx64 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22845541 PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_release_defines += NDEBUG PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 diff --git a/PhysX_3.4/Source/compiler/resource_x64/PhysX3.rc b/PhysX_3.4/Source/compiler/resource_x64/PhysX3.rc index d43be638..2f899f5f 100644 --- a/PhysX_3.4/Source/compiler/resource_x64/PhysX3.rc +++ b/PhysX_3.4/Source/compiler/resource_x64/PhysX3.rc @@ -50,8 +50,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,0,0
- PRODUCTVERSION 3,4,0,0
+ FILEVERSION 3,4,1,0
+ PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN BEGIN
VALUE "CompanyName", "NVIDIA Corporation"
VALUE "FileDescription", "PhysX3 64bit Dynamic Link Library"
- VALUE "FileVersion", "3.4.0.0"
+ VALUE "FileVersion", "3.4.1.0"
VALUE "InternalName", "PhysX3_x64"
- VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation"
+ VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation"
VALUE "OriginalFilename", "PhysX3_x64.dll"
VALUE "ProductName", "PhysX"
- VALUE "ProductVersion", "3.4.0.0"
+ VALUE "ProductVersion", "3.4.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/PhysX_3.4/Source/compiler/resource_x64/PhysX3CharacterKinematic.rc b/PhysX_3.4/Source/compiler/resource_x64/PhysX3CharacterKinematic.rc index 35e4be77..51858ef9 100644 --- a/PhysX_3.4/Source/compiler/resource_x64/PhysX3CharacterKinematic.rc +++ b/PhysX_3.4/Source/compiler/resource_x64/PhysX3CharacterKinematic.rc @@ -50,8 +50,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,0,0
- PRODUCTVERSION 3,4,0,0
+ FILEVERSION 3,4,1,0
+ PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN BEGIN
VALUE "CompanyName", "NVIDIA Corporation"
VALUE "FileDescription", "PhysX3CharacterKinematic 64bit Dynamic Link Library"
- VALUE "FileVersion", "3.4.0.0"
+ VALUE "FileVersion", "3.4.1.0"
VALUE "InternalName", "PhysX3CharacterKinematic_x64"
- VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation"
+ VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation"
VALUE "OriginalFilename", "PhysX3CharacterKinematic_x64.dll"
VALUE "ProductName", "PhysX"
- VALUE "ProductVersion", "3.4.0.0"
+ VALUE "ProductVersion", "3.4.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/PhysX_3.4/Source/compiler/resource_x64/PhysX3Common.rc b/PhysX_3.4/Source/compiler/resource_x64/PhysX3Common.rc index 9000f3c1..6395d5ce 100644 --- a/PhysX_3.4/Source/compiler/resource_x64/PhysX3Common.rc +++ b/PhysX_3.4/Source/compiler/resource_x64/PhysX3Common.rc @@ -50,8 +50,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,0,0
- PRODUCTVERSION 3,4,0,0
+ FILEVERSION 3,4,1,0
+ PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN BEGIN
VALUE "CompanyName", "NVIDIA Corporation"
VALUE "FileDescription", "PhysX3Common 64bit Dynamic Link Library"
- VALUE "FileVersion", "3.4.0.0"
+ VALUE "FileVersion", "3.4.1.0"
VALUE "InternalName", "PhysX3Common_x64"
- VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation"
+ VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation"
VALUE "OriginalFilename", "PhysX3Common_x64.dll"
VALUE "ProductName", "PhysX"
- VALUE "ProductVersion", "3.4.0.0"
+ VALUE "ProductVersion", "3.4.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/PhysX_3.4/Source/compiler/resource_x64/PhysX3Cooking.rc b/PhysX_3.4/Source/compiler/resource_x64/PhysX3Cooking.rc index 761d2146..93cbf2e0 100644 --- a/PhysX_3.4/Source/compiler/resource_x64/PhysX3Cooking.rc +++ b/PhysX_3.4/Source/compiler/resource_x64/PhysX3Cooking.rc @@ -53,8 +53,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,0,0 - PRODUCTVERSION 3,4,0,0 + FILEVERSION 3,4,1,0 + PRODUCTVERSION 3,4,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "NVIDIA Corporation" VALUE "FileDescription", "PhysX3Cooking 64bit Dynamic Link Library" - VALUE "FileVersion", "3.4.0.0" + VALUE "FileVersion", "3.4.1.0" VALUE "InternalName", "PhysX3Cooking_x64" - VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation" + VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation" VALUE "OriginalFilename", "PhysX3Cooking_x64.dll" VALUE "ProductName", "PhysX" - VALUE "ProductVersion", "3.4.0.0" + VALUE "ProductVersion", "3.4.1.0" END END BLOCK "VarFileInfo" diff --git a/PhysX_3.4/Source/compiler/resource_x86/PhysX3.rc b/PhysX_3.4/Source/compiler/resource_x86/PhysX3.rc index d5e3889d..5452f5ea 100644 --- a/PhysX_3.4/Source/compiler/resource_x86/PhysX3.rc +++ b/PhysX_3.4/Source/compiler/resource_x86/PhysX3.rc @@ -50,8 +50,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,0,0
- PRODUCTVERSION 3,4,0,0
+ FILEVERSION 3,4,1,0
+ PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN BEGIN
VALUE "CompanyName", "NVIDIA Corporation"
VALUE "FileDescription", "PhysX3 32bit Dynamic Link Library"
- VALUE "FileVersion", "3.4.0.0"
+ VALUE "FileVersion", "3.4.1.0"
VALUE "InternalName", "PhysX3_x86"
- VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation"
+ VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation"
VALUE "OriginalFilename", "PhysX3_x86.dll"
VALUE "ProductName", "PhysX"
- VALUE "ProductVersion", "3.4.0.0"
+ VALUE "ProductVersion", "3.4.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/PhysX_3.4/Source/compiler/resource_x86/PhysX3CharacterKinematic.rc b/PhysX_3.4/Source/compiler/resource_x86/PhysX3CharacterKinematic.rc index d7c3e80f..578373f7 100644 --- a/PhysX_3.4/Source/compiler/resource_x86/PhysX3CharacterKinematic.rc +++ b/PhysX_3.4/Source/compiler/resource_x86/PhysX3CharacterKinematic.rc @@ -50,8 +50,8 @@ END //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,0,0
- PRODUCTVERSION 3,4,0,0
+ FILEVERSION 3,4,1,0
+ PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN BEGIN
VALUE "CompanyName", "NVIDIA Corporation"
VALUE "FileDescription", "PhysX3CharacterKinematic 32bit Dynamic Link Library"
- VALUE "FileVersion", "3.4.0.0"
+ VALUE "FileVersion", "3.4.1.0"
VALUE "InternalName", "PhysX3CharacterKinematic_x86"
- VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation"
+ VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation"
VALUE "OriginalFilename", "PhysX3CharacterKinematic_x86.dll"
VALUE "ProductName", "PhysX"
- VALUE "ProductVersion", "3.4.0.0"
+ VALUE "ProductVersion", "3.4.1.0"
END
END
BLOCK "VarFileInfo"
diff --git a/PhysX_3.4/Source/compiler/resource_x86/PhysX3Common.rc b/PhysX_3.4/Source/compiler/resource_x86/PhysX3Common.rc index fe71d8f7..5b9fce0e 100644 --- a/PhysX_3.4/Source/compiler/resource_x86/PhysX3Common.rc +++ b/PhysX_3.4/Source/compiler/resource_x86/PhysX3Common.rc @@ -54,8 +54,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,0,0 - PRODUCTVERSION 3,4,0,0 + FILEVERSION 3,4,1,0 + PRODUCTVERSION 3,4,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -72,12 +72,12 @@ BEGIN BEGIN VALUE "CompanyName", "NVIDIA Corporation" VALUE "FileDescription", "PhysX3Common 32bit Dynamic Link Library" - VALUE "FileVersion", "3.4.0.0" + VALUE "FileVersion", "3.4.1.0" VALUE "InternalName", "PhysX3Common_x86" - VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation" + VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation" VALUE "OriginalFilename", "PhysX3Common_x86.dll" VALUE "ProductName", "PhysX" - VALUE "ProductVersion", "3.4.0.0" + VALUE "ProductVersion", "3.4.1.0" END END BLOCK "VarFileInfo" diff --git a/PhysX_3.4/Source/compiler/resource_x86/PhysX3Cooking.rc b/PhysX_3.4/Source/compiler/resource_x86/PhysX3Cooking.rc index bd876c74..609e2ebc 100644 --- a/PhysX_3.4/Source/compiler/resource_x86/PhysX3Cooking.rc +++ b/PhysX_3.4/Source/compiler/resource_x86/PhysX3Cooking.rc @@ -53,8 +53,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,0,0 - PRODUCTVERSION 3,4,0,0 + FILEVERSION 3,4,1,0 + PRODUCTVERSION 3,4,1,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "NVIDIA Corporation" VALUE "FileDescription", "PhysX3Cooking 32bit Dynamic Link Library" - VALUE "FileVersion", "3.4.0.0" + VALUE "FileVersion", "3.4.1.0" VALUE "InternalName", "PhysX3Cooking_x86" - VALUE "LegalCopyright", "Copyright (C) 2016 NVIDIA Corporation" + VALUE "LegalCopyright", "Copyright (C) 2017 NVIDIA Corporation" VALUE "OriginalFilename", "PhysX3Cooking_x86.dll" VALUE "ProductName", "PhysX" - VALUE "ProductVersion", "3.4.0.0" + VALUE "ProductVersion", "3.4.1.0" END END BLOCK "VarFileInfo" diff --git a/PhysX_3.4/Source/compiler/vc11win32/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc11win32/LowLevelDynamics.vcxproj index fe5babcb..0d009ca2 100644 --- a/PhysX_3.4/Source/compiler/vc11win32/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win32/LowLevelDynamics.vcxproj @@ -284,8 +284,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc11win32/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc11win32/PhysX.vcxproj index dd498d6c..a40fecb8 100644 --- a/PhysX_3.4/Source/compiler/vc11win32/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win32/PhysX.vcxproj @@ -87,7 +87,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x86.dll /DELAYLOAD:PxPvdSDKDEBUG_x86.dll /DELAYLOAD:PhysX3CommonDEBUG_x86.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc11win32/PhysX3GpuDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -133,7 +133,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x86.dll /DELAYLOAD:PxPvdSDKCHECKED_x86.dll /DELAYLOAD:PhysX3CommonCHECKED_x86.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc11win32/PhysX3GpuCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -179,7 +179,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x86.dll /DELAYLOAD:PxPvdSDKPROFILE_x86.dll /DELAYLOAD:PhysX3CommonPROFILE_x86.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc11win32/PhysX3GpuPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -225,7 +225,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x86.dll /DELAYLOAD:PxPvdSDK_x86.dll /DELAYLOAD:PhysX3Common_x86.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc11win32/PhysX3Gpu_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc11win32/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc11win32/PhysXExtensions.vcxproj index e0a3ccc1..04aba8d4 100644 --- a/PhysX_3.4/Source/compiler/vc11win32/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win32/PhysXExtensions.vcxproj @@ -75,7 +75,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -117,7 +117,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -159,7 +159,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -202,7 +202,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/vc11win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc11win64/LowLevelDynamics.vcxproj index 768bc6e7..a7d49a6d 100644 --- a/PhysX_3.4/Source/compiler/vc11win64/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win64/LowLevelDynamics.vcxproj @@ -280,8 +280,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc11win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc11win64/PhysX.vcxproj index 027c5889..56582e5b 100644 --- a/PhysX_3.4/Source/compiler/vc11win64/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win64/PhysX.vcxproj @@ -86,7 +86,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc11win64/PhysX3GpuDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -131,7 +131,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc11win64/PhysX3GpuCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -176,7 +176,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc11win64/PhysX3GpuPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -221,7 +221,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc11win64/PhysX3Gpu_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc11win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc11win64/PhysXExtensions.vcxproj index 6340857c..128c239f 100644 --- a/PhysX_3.4/Source/compiler/vc11win64/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc11win64/PhysXExtensions.vcxproj @@ -74,7 +74,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -115,7 +115,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -156,7 +156,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -198,7 +198,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/vc12win32/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc12win32/LowLevelDynamics.vcxproj index 895c9f9a..183520eb 100644 --- a/PhysX_3.4/Source/compiler/vc12win32/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win32/LowLevelDynamics.vcxproj @@ -284,8 +284,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc12win32/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc12win32/PhysX.vcxproj index 35a5b382..8e559531 100644 --- a/PhysX_3.4/Source/compiler/vc12win32/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win32/PhysX.vcxproj @@ -87,7 +87,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x86.dll /DELAYLOAD:PxPvdSDKDEBUG_x86.dll /DELAYLOAD:PhysX3CommonDEBUG_x86.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc12win32/PhysX3GpuDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -133,7 +133,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x86.dll /DELAYLOAD:PxPvdSDKCHECKED_x86.dll /DELAYLOAD:PhysX3CommonCHECKED_x86.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc12win32/PhysX3GpuCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -179,7 +179,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x86.dll /DELAYLOAD:PxPvdSDKPROFILE_x86.dll /DELAYLOAD:PhysX3CommonPROFILE_x86.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc12win32/PhysX3GpuPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -225,7 +225,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x86.dll /DELAYLOAD:PxPvdSDK_x86.dll /DELAYLOAD:PhysX3Common_x86.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc12win32/PhysX3Gpu_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc12win32/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc12win32/PhysXExtensions.vcxproj index dd444321..69a982af 100644 --- a/PhysX_3.4/Source/compiler/vc12win32/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win32/PhysXExtensions.vcxproj @@ -75,7 +75,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -117,7 +117,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -159,7 +159,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -202,7 +202,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/vc12win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc12win64/LowLevelDynamics.vcxproj index 0d2e4419..2c9eabc0 100644 --- a/PhysX_3.4/Source/compiler/vc12win64/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win64/LowLevelDynamics.vcxproj @@ -280,8 +280,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc12win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc12win64/PhysX.vcxproj index 070693d9..4c5ca079 100644 --- a/PhysX_3.4/Source/compiler/vc12win64/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win64/PhysX.vcxproj @@ -86,7 +86,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc12win64/PhysX3GpuDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -131,7 +131,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc12win64/PhysX3GpuCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -176,7 +176,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc12win64/PhysX3GpuPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -221,7 +221,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc12win64/PhysX3Gpu_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc12win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc12win64/PhysXExtensions.vcxproj index 32876841..283e057d 100644 --- a/PhysX_3.4/Source/compiler/vc12win64/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc12win64/PhysXExtensions.vcxproj @@ -74,7 +74,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -115,7 +115,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -156,7 +156,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -198,7 +198,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/vc14win32/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc14win32/LowLevelDynamics.vcxproj index aa8df75d..f49e2468 100644 --- a/PhysX_3.4/Source/compiler/vc14win32/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win32/LowLevelDynamics.vcxproj @@ -284,8 +284,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc14win32/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc14win32/PhysX.vcxproj index f207cad1..fb017455 100644 --- a/PhysX_3.4/Source/compiler/vc14win32/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win32/PhysX.vcxproj @@ -87,7 +87,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x86.dll /DELAYLOAD:PxPvdSDKDEBUG_x86.dll /DELAYLOAD:PhysX3CommonDEBUG_x86.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc14win32/PhysX3GpuDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -133,7 +133,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x86.dll /DELAYLOAD:PxPvdSDKCHECKED_x86.dll /DELAYLOAD:PhysX3CommonCHECKED_x86.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc14win32/PhysX3GpuCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -179,7 +179,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x86.dll /DELAYLOAD:PxPvdSDKPROFILE_x86.dll /DELAYLOAD:PhysX3CommonPROFILE_x86.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc14win32/PhysX3GpuPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -225,7 +225,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x86 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x86.dll /DELAYLOAD:PxPvdSDK_x86.dll /DELAYLOAD:PhysX3Common_x86.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;./../../../Lib/vc14win32/PhysX3Gpu_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/Win32/nvToolsExt32_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x86.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc14win32/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc14win32/PhysXExtensions.vcxproj index e301466b..5ee57f24 100644 --- a/PhysX_3.4/Source/compiler/vc14win32/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win32/PhysXExtensions.vcxproj @@ -75,7 +75,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -117,7 +117,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -159,7 +159,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -202,7 +202,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj index d9f1cd20..7f32409d 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/LowLevelDynamics.vcxproj @@ -280,8 +280,6 @@ </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyContext.h"> </ClInclude> - <ClInclude Include="..\..\LowLevelDynamics\include\DyGpuAPI.h"> - </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DySleepingConfigulation.h"> </ClInclude> <ClInclude Include="..\..\LowLevelDynamics\include\DyThresholdTable.h"> diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj index 06262318..9bfe4489 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysX.vcxproj @@ -86,7 +86,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc14win64/PhysX3GpuDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3DEBUG_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -131,7 +131,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc14win64/PhysX3GpuCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3CHECKED_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -176,7 +176,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc14win64/PhysX3GpuPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3PROFILE_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> @@ -221,7 +221,7 @@ </ClCompile> <Link> <AdditionalOptions>/MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;./../../../Lib/vc14win64/PhysX3Gpu_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalDependencies>./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)PhysX3_x64.dll</OutputFile> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> diff --git a/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj index 9209610c..7bebb22f 100644 --- a/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj +++ b/PhysX_3.4/Source/compiler/vc14win64/PhysXExtensions.vcxproj @@ -74,7 +74,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> @@ -115,7 +115,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -156,7 +156,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> @@ -198,7 +198,7 @@ <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /d2Zi+</AdditionalOptions> <Optimization>Full</Optimization> <AdditionalIncludeDirectories>./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_BUILD_NUMBER=22121302;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>PX_BUILD_NUMBER=22845541;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ExceptionHandling>false</ExceptionHandling> <WarningLevel>Level4</WarningLevel> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> diff --git a/PhysX_3.4/Source/compiler/xcode_ios/PhysX.xcodeproj/project.pbxproj b/PhysX_3.4/Source/compiler/xcode_ios/PhysX.xcodeproj/project.pbxproj index e3c2f505..68bce257 100644 --- a/PhysX_3.4/Source/compiler/xcode_ios/PhysX.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Source/compiler/xcode_ios/PhysX.xcodeproj/project.pbxproj @@ -7,223 +7,223 @@ objects = { /* Begin PBXBuildFile section of PhysX */ - FFFFa3e057807f8ea3e05780 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDa3e28e907f8ea3e28e90 /* SceneQuery */; }; - FFFFa3e057e07f8ea3e057e0 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDa3e2d3f07f8ea3e2d3f0 /* SimulationController */; }; - FFFFa31d20387f8ea31d2038 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d20387f8ea31d2038 /* NpActor.cpp */; }; - FFFFa31d20a07f8ea31d20a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d20a07f8ea31d20a0 /* NpAggregate.cpp */; }; - FFFFa31d21087f8ea31d2108 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d21087f8ea31d2108 /* NpArticulation.cpp */; }; - FFFFa31d21707f8ea31d2170 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d21707f8ea31d2170 /* NpArticulationJoint.cpp */; }; - FFFFa31d21d87f8ea31d21d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d21d87f8ea31d21d8 /* NpArticulationLink.cpp */; }; - FFFFa31d22407f8ea31d2240 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d22407f8ea31d2240 /* NpBatchQuery.cpp */; }; - FFFFa31d22a87f8ea31d22a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d22a87f8ea31d22a8 /* NpConstraint.cpp */; }; - FFFFa31d23107f8ea31d2310 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d23107f8ea31d2310 /* NpFactory.cpp */; }; - FFFFa31d23787f8ea31d2378 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d23787f8ea31d2378 /* NpMaterial.cpp */; }; - FFFFa31d23e07f8ea31d23e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d23e07f8ea31d23e0 /* NpMetaData.cpp */; }; - FFFFa31d24487f8ea31d2448 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d24487f8ea31d2448 /* NpPhysics.cpp */; }; - FFFFa31d24b07f8ea31d24b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d24b07f8ea31d24b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFFa31d25187f8ea31d2518 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d25187f8ea31d2518 /* NpReadCheck.cpp */; }; - FFFFa31d25807f8ea31d2580 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d25807f8ea31d2580 /* NpRigidDynamic.cpp */; }; - FFFFa31d25e87f8ea31d25e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d25e87f8ea31d25e8 /* NpRigidStatic.cpp */; }; - FFFFa31d26507f8ea31d2650 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d26507f8ea31d2650 /* NpScene.cpp */; }; - FFFFa31d26b87f8ea31d26b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d26b87f8ea31d26b8 /* NpSceneQueries.cpp */; }; - FFFFa31d27207f8ea31d2720 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d27207f8ea31d2720 /* NpSerializerAdapter.cpp */; }; - FFFFa31d27887f8ea31d2788 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d27887f8ea31d2788 /* NpShape.cpp */; }; - FFFFa31d27f07f8ea31d27f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d27f07f8ea31d27f0 /* NpShapeManager.cpp */; }; - FFFFa31d28587f8ea31d2858 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d28587f8ea31d2858 /* NpSpatialIndex.cpp */; }; - FFFFa31d28c07f8ea31d28c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d28c07f8ea31d28c0 /* NpVolumeCache.cpp */; }; - FFFFa31d29287f8ea31d2928 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d29287f8ea31d2928 /* NpWriteCheck.cpp */; }; - FFFFa31d29907f8ea31d2990 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d29907f8ea31d2990 /* PvdMetaDataPvdBinding.cpp */; }; - FFFFa31d29f87f8ea31d29f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d29f87f8ea31d29f8 /* PvdPhysicsClient.cpp */; }; - FFFFa31d2c007f8ea31d2c00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d2c007f8ea31d2c00 /* particles/NpParticleFluid.cpp */; }; - FFFFa31d2c687f8ea31d2c68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d2c687f8ea31d2c68 /* particles/NpParticleSystem.cpp */; }; - FFFFa31d34207f8ea31d3420 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d34207f8ea31d3420 /* buffering/ScbActor.cpp */; }; - FFFFa31d34887f8ea31d3488 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d34887f8ea31d3488 /* buffering/ScbAggregate.cpp */; }; - FFFFa31d34f07f8ea31d34f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d34f07f8ea31d34f0 /* buffering/ScbBase.cpp */; }; - FFFFa31d35587f8ea31d3558 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d35587f8ea31d3558 /* buffering/ScbCloth.cpp */; }; - FFFFa31d35c07f8ea31d35c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d35c07f8ea31d35c0 /* buffering/ScbMetaData.cpp */; }; - FFFFa31d36287f8ea31d3628 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d36287f8ea31d3628 /* buffering/ScbParticleSystem.cpp */; }; - FFFFa31d36907f8ea31d3690 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d36907f8ea31d3690 /* buffering/ScbScene.cpp */; }; - FFFFa31d36f87f8ea31d36f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d36f87f8ea31d36f8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFFa31d37607f8ea31d3760 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d37607f8ea31d3760 /* buffering/ScbShape.cpp */; }; - FFFFa31d39007f8ea31d3900 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d39007f8ea31d3900 /* cloth/NpCloth.cpp */; }; - FFFFa31d39687f8ea31d3968 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d39687f8ea31d3968 /* cloth/NpClothFabric.cpp */; }; - FFFFa31d39d07f8ea31d39d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d39d07f8ea31d39d0 /* cloth/NpClothParticleData.cpp */; }; - FFFFa31d3a387f8ea31d3a38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d3a387f8ea31d3a38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFFa31d05a87f8ea31d05a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDa31d05a87f8ea31d05a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFFa31d06107f8ea31d0610 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDa31d06107f8ea31d0610 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF5b8240207f8c5b824020 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD5b847c107f8c5b847c10 /* SceneQuery */; }; + FFFF5b8240807f8c5b824080 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD5b84c1707f8c5b84c170 /* SimulationController */; }; + FFFF5b03a8387f8c5b03a838 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03a8387f8c5b03a838 /* NpActor.cpp */; }; + FFFF5b03a8a07f8c5b03a8a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03a8a07f8c5b03a8a0 /* NpAggregate.cpp */; }; + FFFF5b03a9087f8c5b03a908 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03a9087f8c5b03a908 /* NpArticulation.cpp */; }; + FFFF5b03a9707f8c5b03a970 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03a9707f8c5b03a970 /* NpArticulationJoint.cpp */; }; + FFFF5b03a9d87f8c5b03a9d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03a9d87f8c5b03a9d8 /* NpArticulationLink.cpp */; }; + FFFF5b03aa407f8c5b03aa40 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03aa407f8c5b03aa40 /* NpBatchQuery.cpp */; }; + FFFF5b03aaa87f8c5b03aaa8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03aaa87f8c5b03aaa8 /* NpConstraint.cpp */; }; + FFFF5b03ab107f8c5b03ab10 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ab107f8c5b03ab10 /* NpFactory.cpp */; }; + FFFF5b03ab787f8c5b03ab78 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ab787f8c5b03ab78 /* NpMaterial.cpp */; }; + FFFF5b03abe07f8c5b03abe0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03abe07f8c5b03abe0 /* NpMetaData.cpp */; }; + FFFF5b03ac487f8c5b03ac48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ac487f8c5b03ac48 /* NpPhysics.cpp */; }; + FFFF5b03acb07f8c5b03acb0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03acb07f8c5b03acb0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF5b03ad187f8c5b03ad18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ad187f8c5b03ad18 /* NpReadCheck.cpp */; }; + FFFF5b03ad807f8c5b03ad80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ad807f8c5b03ad80 /* NpRigidDynamic.cpp */; }; + FFFF5b03ade87f8c5b03ade8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ade87f8c5b03ade8 /* NpRigidStatic.cpp */; }; + FFFF5b03ae507f8c5b03ae50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ae507f8c5b03ae50 /* NpScene.cpp */; }; + FFFF5b03aeb87f8c5b03aeb8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03aeb87f8c5b03aeb8 /* NpSceneQueries.cpp */; }; + FFFF5b03af207f8c5b03af20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03af207f8c5b03af20 /* NpSerializerAdapter.cpp */; }; + FFFF5b03af887f8c5b03af88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03af887f8c5b03af88 /* NpShape.cpp */; }; + FFFF5b03aff07f8c5b03aff0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03aff07f8c5b03aff0 /* NpShapeManager.cpp */; }; + FFFF5b03b0587f8c5b03b058 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b0587f8c5b03b058 /* NpSpatialIndex.cpp */; }; + FFFF5b03b0c07f8c5b03b0c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b0c07f8c5b03b0c0 /* NpVolumeCache.cpp */; }; + FFFF5b03b1287f8c5b03b128 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b1287f8c5b03b128 /* NpWriteCheck.cpp */; }; + FFFF5b03b1907f8c5b03b190 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b1907f8c5b03b190 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF5b03b1f87f8c5b03b1f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b1f87f8c5b03b1f8 /* PvdPhysicsClient.cpp */; }; + FFFF5b03b4007f8c5b03b400 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b4007f8c5b03b400 /* particles/NpParticleFluid.cpp */; }; + FFFF5b03b4687f8c5b03b468 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03b4687f8c5b03b468 /* particles/NpParticleSystem.cpp */; }; + FFFF5b03bc207f8c5b03bc20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bc207f8c5b03bc20 /* buffering/ScbActor.cpp */; }; + FFFF5b03bc887f8c5b03bc88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bc887f8c5b03bc88 /* buffering/ScbAggregate.cpp */; }; + FFFF5b03bcf07f8c5b03bcf0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bcf07f8c5b03bcf0 /* buffering/ScbBase.cpp */; }; + FFFF5b03bd587f8c5b03bd58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bd587f8c5b03bd58 /* buffering/ScbCloth.cpp */; }; + FFFF5b03bdc07f8c5b03bdc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bdc07f8c5b03bdc0 /* buffering/ScbMetaData.cpp */; }; + FFFF5b03be287f8c5b03be28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03be287f8c5b03be28 /* buffering/ScbParticleSystem.cpp */; }; + FFFF5b03be907f8c5b03be90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03be907f8c5b03be90 /* buffering/ScbScene.cpp */; }; + FFFF5b03bef87f8c5b03bef8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bef87f8c5b03bef8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF5b03bf607f8c5b03bf60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03bf607f8c5b03bf60 /* buffering/ScbShape.cpp */; }; + FFFF5b03c1007f8c5b03c100 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03c1007f8c5b03c100 /* cloth/NpCloth.cpp */; }; + FFFF5b03c1687f8c5b03c168 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03c1687f8c5b03c168 /* cloth/NpClothFabric.cpp */; }; + FFFF5b03c1d07f8c5b03c1d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03c1d07f8c5b03c1d0 /* cloth/NpClothParticleData.cpp */; }; + FFFF5b03c2387f8c5b03c238 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03c2387f8c5b03c238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF5b0367a87f8c5b0367a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD5b0367a87f8c5b0367a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF5b0368107f8c5b036810 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD5b0368107f8c5b036810 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3df24807f8ea3df2480 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31d12007f8ea31d1200 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d12687f8ea31d1268 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d12d07f8ea31d12d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d13387f8ea31d1338 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d13a07f8ea31d13a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d14087f8ea31d1408 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d14707f8ea31d1470 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d14d87f8ea31d14d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d15407f8ea31d1540 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d15a87f8ea31d15a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d16107f8ea31d1610 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d16787f8ea31d1678 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d16e07f8ea31d16e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d17487f8ea31d1748 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d17b07f8ea31d17b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d18187f8ea31d1818 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d18807f8ea31d1880 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d18e87f8ea31d18e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d19507f8ea31d1950 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d19b87f8ea31d19b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1a207f8ea31d1a20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1a887f8ea31d1a88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1af07f8ea31d1af0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1b587f8ea31d1b58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1bc07f8ea31d1bc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1c287f8ea31d1c28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1c907f8ea31d1c90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1cf87f8ea31d1cf8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1d607f8ea31d1d60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1dc87f8ea31d1dc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1e307f8ea31d1e30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1e987f8ea31d1e98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1f007f8ea31d1f00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1f687f8ea31d1f68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d1fd07f8ea31d1fd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d20387f8ea31d2038 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d20a07f8ea31d20a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d21087f8ea31d2108 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d21707f8ea31d2170 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d21d87f8ea31d21d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d22407f8ea31d2240 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d22a87f8ea31d22a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d23107f8ea31d2310 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d23787f8ea31d2378 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d23e07f8ea31d23e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d24487f8ea31d2448 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d24b07f8ea31d24b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d25187f8ea31d2518 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d25807f8ea31d2580 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d25e87f8ea31d25e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d26507f8ea31d2650 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d26b87f8ea31d26b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d27207f8ea31d2720 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d27887f8ea31d2788 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d27f07f8ea31d27f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d28587f8ea31d2858 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d28c07f8ea31d28c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d29287f8ea31d2928 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d29907f8ea31d2990 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d29f87f8ea31d29f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2a607f8ea31d2a60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2ac87f8ea31d2ac8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2b307f8ea31d2b30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2b987f8ea31d2b98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2c007f8ea31d2c00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2c687f8ea31d2c68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2cd07f8ea31d2cd0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2d387f8ea31d2d38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2da07f8ea31d2da0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2e087f8ea31d2e08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2e707f8ea31d2e70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2ed87f8ea31d2ed8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2f407f8ea31d2f40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d2fa87f8ea31d2fa8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d30107f8ea31d3010 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d30787f8ea31d3078 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d30e07f8ea31d30e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d31487f8ea31d3148 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d31b07f8ea31d31b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d32187f8ea31d3218 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d32807f8ea31d3280 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d32e87f8ea31d32e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d33507f8ea31d3350 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d33b87f8ea31d33b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d34207f8ea31d3420 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d34887f8ea31d3488 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d34f07f8ea31d34f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d35587f8ea31d3558 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d35c07f8ea31d35c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d36287f8ea31d3628 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d36907f8ea31d3690 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d36f87f8ea31d36f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d37607f8ea31d3760 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d37c87f8ea31d37c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d38307f8ea31d3830 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d38987f8ea31d3898 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d39007f8ea31d3900 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d39687f8ea31d3968 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d39d07f8ea31d39d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3a387f8ea31d3a38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd2007f8ea31cd200 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd2687f8ea31cd268 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd2d07f8ea31cd2d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd3387f8ea31cd338 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd3a07f8ea31cd3a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd4087f8ea31cd408 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd4707f8ea31cd470 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd4d87f8ea31cd4d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd5407f8ea31cd540 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd5a87f8ea31cd5a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd6107f8ea31cd610 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd6787f8ea31cd678 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd6e07f8ea31cd6e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd7487f8ea31cd748 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd7b07f8ea31cd7b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd8187f8ea31cd818 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd8807f8ea31cd880 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd8e87f8ea31cd8e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd9507f8ea31cd950 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cd9b87f8ea31cd9b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cda207f8ea31cda20 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cda887f8ea31cda88 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdaf07f8ea31cdaf0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdb587f8ea31cdb58 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdbc07f8ea31cdbc0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdc287f8ea31cdc28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdc907f8ea31cdc90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdcf87f8ea31cdcf8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdd607f8ea31cdd60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cddc87f8ea31cddc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cde307f8ea31cde30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cde987f8ea31cde98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdf007f8ea31cdf00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdf687f8ea31cdf68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31cdfd07f8ea31cdfd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce0387f8ea31ce038 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce0a07f8ea31ce0a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce1087f8ea31ce108 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce1707f8ea31ce170 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce1d87f8ea31ce1d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce2407f8ea31ce240 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce2a87f8ea31ce2a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce3107f8ea31ce310 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce3787f8ea31ce378 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce3e07f8ea31ce3e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce4487f8ea31ce448 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce4b07f8ea31ce4b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce5187f8ea31ce518 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce5807f8ea31ce580 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce5e87f8ea31ce5e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce6507f8ea31ce650 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce6b87f8ea31ce6b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce7207f8ea31ce720 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31ce7887f8ea31ce788 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d02007f8ea31d0200 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d02687f8ea31d0268 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d02d07f8ea31d02d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d03387f8ea31d0338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d03a07f8ea31d03a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d04087f8ea31d0408 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d04707f8ea31d0470 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d04d87f8ea31d04d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d05407f8ea31d0540 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d05a87f8ea31d05a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d06107f8ea31d0610 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b81c8207f8c5b81c820 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b039a007f8c5b039a00 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039a687f8c5b039a68 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039ad07f8c5b039ad0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039b387f8c5b039b38 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039ba07f8c5b039ba0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039c087f8c5b039c08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039c707f8c5b039c70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039cd87f8c5b039cd8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039d407f8c5b039d40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039da87f8c5b039da8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039e107f8c5b039e10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039e787f8c5b039e78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039ee07f8c5b039ee0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039f487f8c5b039f48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b039fb07f8c5b039fb0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a0187f8c5b03a018 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a0807f8c5b03a080 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a0e87f8c5b03a0e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a1507f8c5b03a150 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a1b87f8c5b03a1b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a2207f8c5b03a220 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a2887f8c5b03a288 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a2f07f8c5b03a2f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a3587f8c5b03a358 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a3c07f8c5b03a3c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a4287f8c5b03a428 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a4907f8c5b03a490 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a4f87f8c5b03a4f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a5607f8c5b03a560 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a5c87f8c5b03a5c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a6307f8c5b03a630 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a6987f8c5b03a698 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a7007f8c5b03a700 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a7687f8c5b03a768 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a7d07f8c5b03a7d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a8387f8c5b03a838 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a8a07f8c5b03a8a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a9087f8c5b03a908 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a9707f8c5b03a970 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03a9d87f8c5b03a9d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03aa407f8c5b03aa40 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03aaa87f8c5b03aaa8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ab107f8c5b03ab10 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ab787f8c5b03ab78 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03abe07f8c5b03abe0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ac487f8c5b03ac48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03acb07f8c5b03acb0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ad187f8c5b03ad18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ad807f8c5b03ad80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ade87f8c5b03ade8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ae507f8c5b03ae50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03aeb87f8c5b03aeb8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03af207f8c5b03af20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03af887f8c5b03af88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03aff07f8c5b03aff0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b0587f8c5b03b058 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b0c07f8c5b03b0c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b1287f8c5b03b128 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b1907f8c5b03b190 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b1f87f8c5b03b1f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b2607f8c5b03b260 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b2c87f8c5b03b2c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b3307f8c5b03b330 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b3987f8c5b03b398 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b4007f8c5b03b400 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b4687f8c5b03b468 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b4d07f8c5b03b4d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b5387f8c5b03b538 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b5a07f8c5b03b5a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b6087f8c5b03b608 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b6707f8c5b03b670 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b6d87f8c5b03b6d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b7407f8c5b03b740 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b7a87f8c5b03b7a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b8107f8c5b03b810 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b8787f8c5b03b878 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b8e07f8c5b03b8e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b9487f8c5b03b948 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03b9b07f8c5b03b9b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ba187f8c5b03ba18 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ba807f8c5b03ba80 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bae87f8c5b03bae8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bb507f8c5b03bb50 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bbb87f8c5b03bbb8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bc207f8c5b03bc20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bc887f8c5b03bc88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bcf07f8c5b03bcf0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bd587f8c5b03bd58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bdc07f8c5b03bdc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03be287f8c5b03be28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03be907f8c5b03be90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bef87f8c5b03bef8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bf607f8c5b03bf60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03bfc87f8c5b03bfc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c0307f8c5b03c030 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c0987f8c5b03c098 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c1007f8c5b03c100 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c1687f8c5b03c168 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c1d07f8c5b03c1d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03c2387f8c5b03c238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0374007f8c5b037400 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0374687f8c5b037468 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0374d07f8c5b0374d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0375387f8c5b037538 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0375a07f8c5b0375a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0376087f8c5b037608 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0376707f8c5b037670 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0376d87f8c5b0376d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0377407f8c5b037740 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0377a87f8c5b0377a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0378107f8c5b037810 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0378787f8c5b037878 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0378e07f8c5b0378e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0379487f8c5b037948 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0379b07f8c5b0379b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037a187f8c5b037a18 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037a807f8c5b037a80 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037ae87f8c5b037ae8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037b507f8c5b037b50 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037bb87f8c5b037bb8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037c207f8c5b037c20 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037c887f8c5b037c88 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037cf07f8c5b037cf0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037d587f8c5b037d58 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037dc07f8c5b037dc0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037e287f8c5b037e28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037e907f8c5b037e90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037ef87f8c5b037ef8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037f607f8c5b037f60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b037fc87f8c5b037fc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0380307f8c5b038030 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0380987f8c5b038098 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0381007f8c5b038100 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0381687f8c5b038168 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0381d07f8c5b0381d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0382387f8c5b038238 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0382a07f8c5b0382a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0383087f8c5b038308 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0383707f8c5b038370 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0383d87f8c5b0383d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0384407f8c5b038440 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0384a87f8c5b0384a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0385107f8c5b038510 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0385787f8c5b038578 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0385e07f8c5b0385e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0386487f8c5b038648 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0386b07f8c5b0386b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0387187f8c5b038718 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0387807f8c5b038780 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0387e87f8c5b0387e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0388507f8c5b038850 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0388b87f8c5b0388b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0389207f8c5b038920 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0389887f8c5b038988 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0364007f8c5b036400 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0364687f8c5b036468 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0364d07f8c5b0364d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0365387f8c5b036538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0365a07f8c5b0365a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0366087f8c5b036608 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0366707f8c5b036670 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0366d87f8c5b0366d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0367407f8c5b036740 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0367a87f8c5b0367a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0368107f8c5b036810 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3df24807f8ea3df2480 /* Resources */ = { + FFF25b81c8207f8c5b81c820 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3df24807f8ea3df2480 /* Frameworks */ = { + FFFC5b81c8207f8c5b81c820 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3df24807f8ea3df2480 /* Sources */ = { + FFF85b81c8207f8c5b81c820 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31d20387f8ea31d2038, - FFFFa31d20a07f8ea31d20a0, - FFFFa31d21087f8ea31d2108, - FFFFa31d21707f8ea31d2170, - FFFFa31d21d87f8ea31d21d8, - FFFFa31d22407f8ea31d2240, - FFFFa31d22a87f8ea31d22a8, - FFFFa31d23107f8ea31d2310, - FFFFa31d23787f8ea31d2378, - FFFFa31d23e07f8ea31d23e0, - FFFFa31d24487f8ea31d2448, - FFFFa31d24b07f8ea31d24b0, - FFFFa31d25187f8ea31d2518, - FFFFa31d25807f8ea31d2580, - FFFFa31d25e87f8ea31d25e8, - FFFFa31d26507f8ea31d2650, - FFFFa31d26b87f8ea31d26b8, - FFFFa31d27207f8ea31d2720, - FFFFa31d27887f8ea31d2788, - FFFFa31d27f07f8ea31d27f0, - FFFFa31d28587f8ea31d2858, - FFFFa31d28c07f8ea31d28c0, - FFFFa31d29287f8ea31d2928, - FFFFa31d29907f8ea31d2990, - FFFFa31d29f87f8ea31d29f8, - FFFFa31d2c007f8ea31d2c00, - FFFFa31d2c687f8ea31d2c68, - FFFFa31d34207f8ea31d3420, - FFFFa31d34887f8ea31d3488, - FFFFa31d34f07f8ea31d34f0, - FFFFa31d35587f8ea31d3558, - FFFFa31d35c07f8ea31d35c0, - FFFFa31d36287f8ea31d3628, - FFFFa31d36907f8ea31d3690, - FFFFa31d36f87f8ea31d36f8, - FFFFa31d37607f8ea31d3760, - FFFFa31d39007f8ea31d3900, - FFFFa31d39687f8ea31d3968, - FFFFa31d39d07f8ea31d39d0, - FFFFa31d3a387f8ea31d3a38, - FFFFa31d05a87f8ea31d05a8, - FFFFa31d06107f8ea31d0610, + FFFF5b03a8387f8c5b03a838, + FFFF5b03a8a07f8c5b03a8a0, + FFFF5b03a9087f8c5b03a908, + FFFF5b03a9707f8c5b03a970, + FFFF5b03a9d87f8c5b03a9d8, + FFFF5b03aa407f8c5b03aa40, + FFFF5b03aaa87f8c5b03aaa8, + FFFF5b03ab107f8c5b03ab10, + FFFF5b03ab787f8c5b03ab78, + FFFF5b03abe07f8c5b03abe0, + FFFF5b03ac487f8c5b03ac48, + FFFF5b03acb07f8c5b03acb0, + FFFF5b03ad187f8c5b03ad18, + FFFF5b03ad807f8c5b03ad80, + FFFF5b03ade87f8c5b03ade8, + FFFF5b03ae507f8c5b03ae50, + FFFF5b03aeb87f8c5b03aeb8, + FFFF5b03af207f8c5b03af20, + FFFF5b03af887f8c5b03af88, + FFFF5b03aff07f8c5b03aff0, + FFFF5b03b0587f8c5b03b058, + FFFF5b03b0c07f8c5b03b0c0, + FFFF5b03b1287f8c5b03b128, + FFFF5b03b1907f8c5b03b190, + FFFF5b03b1f87f8c5b03b1f8, + FFFF5b03b4007f8c5b03b400, + FFFF5b03b4687f8c5b03b468, + FFFF5b03bc207f8c5b03bc20, + FFFF5b03bc887f8c5b03bc88, + FFFF5b03bcf07f8c5b03bcf0, + FFFF5b03bd587f8c5b03bd58, + FFFF5b03bdc07f8c5b03bdc0, + FFFF5b03be287f8c5b03be28, + FFFF5b03be907f8c5b03be90, + FFFF5b03bef87f8c5b03bef8, + FFFF5b03bf607f8c5b03bf60, + FFFF5b03c1007f8c5b03c100, + FFFF5b03c1687f8c5b03c168, + FFFF5b03c1d07f8c5b03c1d0, + FFFF5b03c2387f8c5b03c238, + FFFF5b0367a87f8c5b0367a8, + FFFF5b0368107f8c5b036810, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a3e05c807f8ea3e05c80 /* PBXTargetDependency */ = { + FFF45b8272b07f8c5b8272b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3f26fe07f8ea3f26fe0 /* LowLevel */; - targetProxy = FFF5a3f26fe07f8ea3f26fe0 /* PBXContainerItemProxy */; + target = FFFA59d336a07f8c59d336a0 /* LowLevel */; + targetProxy = FFF559d336a07f8c59d336a0 /* PBXContainerItemProxy */; }; - FFF4a3e094407f8ea3e09440 /* PBXTargetDependency */ = { + FFF45b827ba07f8c5b827ba0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3c32a207f8ea3c32a20 /* LowLevelAABB */; - targetProxy = FFF5a3c32a207f8ea3c32a20 /* PBXContainerItemProxy */; + target = FFFA5b808e607f8c5b808e60 /* LowLevelAABB */; + targetProxy = FFF55b808e607f8c5b808e60 /* PBXContainerItemProxy */; }; - FFF4a3e083a07f8ea3e083a0 /* PBXTargetDependency */ = { + FFF45b8244d07f8c5b8244d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3c736c07f8ea3c736c0 /* LowLevelCloth */; - targetProxy = FFF5a3c736c07f8ea3c736c0 /* PBXContainerItemProxy */; + target = FFFA59d4aa007f8c59d4aa00 /* LowLevelCloth */; + targetProxy = FFF559d4aa007f8c59d4aa00 /* PBXContainerItemProxy */; }; - FFF4a3e094a07f8ea3e094a0 /* PBXTargetDependency */ = { + FFF45b8244707f8c5b824470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3c543a07f8ea3c543a0 /* LowLevelDynamics */; - targetProxy = FFF5a3c543a07f8ea3c543a0 /* PBXContainerItemProxy */; + target = FFFA59c249907f8c59c24990 /* LowLevelDynamics */; + targetProxy = FFF559c249907f8c59c24990 /* PBXContainerItemProxy */; }; - FFF4a3e057207f8ea3e05720 /* PBXTargetDependency */ = { + FFF45b8245307f8c5b824530 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3f570307f8ea3f57030 /* LowLevelParticles */; - targetProxy = FFF5a3f570307f8ea3f57030 /* PBXContainerItemProxy */; + target = FFFA5992d3c07f8c5992d3c0 /* LowLevelParticles */; + targetProxy = FFF55992d3c07f8c5992d3c0 /* PBXContainerItemProxy */; }; - FFF4a3e053107f8ea3e05310 /* PBXTargetDependency */ = { + FFF45b8272507f8c5b827250 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3896f307f8ea3896f30 /* PhysXCommon */; - targetProxy = FFF5a3896f307f8ea3896f30 /* PBXContainerItemProxy */; + target = FFFA59c183f07f8c59c183f0 /* PhysXCommon */; + targetProxy = FFF559c183f07f8c59c183f0 /* PBXContainerItemProxy */; }; - FFF4a3df27a07f8ea3df27a0 /* PBXTargetDependency */ = { + FFF45b81cb407f8c5b81cb40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3880f207f8ea3880f20 /* PxFoundation */; - targetProxy = FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */; + target = FFFA59c114307f8c59c11430 /* PxFoundation */; + targetProxy = FFF559c114307f8c59c11430 /* PBXContainerItemProxy */; }; - FFF4a3df24507f8ea3df2450 /* PBXTargetDependency */ = { + FFF45b81c7f07f8c5b81c7f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3f0a1707f8ea3f0a170 /* PxPvdSDK */; - targetProxy = FFF5a3f0a1707f8ea3f0a170 /* PBXContainerItemProxy */; + target = FFFA59944d307f8c59944d30 /* PxPvdSDK */; + targetProxy = FFF559944d307f8c59944d30 /* PBXContainerItemProxy */; }; - FFF4a3e058107f8ea3e05810 /* PBXTargetDependency */ = { + FFF45b8240b07f8c5b8240b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3cc42607f8ea3cc4260 /* PxTask */; - targetProxy = FFF5a3cc42607f8ea3cc4260 /* PBXContainerItemProxy */; + target = FFFA59d66b807f8c59d66b80 /* PxTask */; + targetProxy = FFF559d66b807f8c59d66b80 /* PBXContainerItemProxy */; }; - FFF4a3e057807f8ea3e05780 /* PBXTargetDependency */ = { + FFF45b8240207f8c5b824020 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3e28e907f8ea3e28e90 /* SceneQuery */; - targetProxy = FFF5a3e28e907f8ea3e28e90 /* PBXContainerItemProxy */; + target = FFFA5b847c107f8c5b847c10 /* SceneQuery */; + targetProxy = FFF55b847c107f8c5b847c10 /* PBXContainerItemProxy */; }; - FFF4a3e057e07f8ea3e057e0 /* PBXTargetDependency */ = { + FFF45b8240807f8c5b824080 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3e2d3f07f8ea3e2d3f0 /* SimulationController */; - targetProxy = FFF5a3e2d3f07f8ea3e2d3f0 /* PBXContainerItemProxy */; + target = FFFA5b84c1707f8c5b84c170 /* SimulationController */; + targetProxy = FFF55b84c1707f8c5b84c170 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFFa3e099907f8ea3e09990 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDa3e17d707f8ea3e17d70 /* PhysXExtensions */; }; - FFFFa31d42787f8ea31d4278 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d42787f8ea31d4278 /* CctBoxController.cpp */; }; - FFFFa31d42e07f8ea31d42e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d42e07f8ea31d42e0 /* CctCapsuleController.cpp */; }; - FFFFa31d43487f8ea31d4348 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d43487f8ea31d4348 /* CctCharacterController.cpp */; }; - FFFFa31d43b07f8ea31d43b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d43b07f8ea31d43b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFFa31d44187f8ea31d4418 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d44187f8ea31d4418 /* CctCharacterControllerManager.cpp */; }; - FFFFa31d44807f8ea31d4480 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d44807f8ea31d4480 /* CctController.cpp */; }; - FFFFa31d44e87f8ea31d44e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d44e87f8ea31d44e8 /* CctObstacleContext.cpp */; }; - FFFFa31d45507f8ea31d4550 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d45507f8ea31d4550 /* CctSweptBox.cpp */; }; - FFFFa31d45b87f8ea31d45b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d45b87f8ea31d45b8 /* CctSweptCapsule.cpp */; }; - FFFFa31d46207f8ea31d4620 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d46207f8ea31d4620 /* CctSweptVolume.cpp */; }; + FFFF5b82aed07f8c5b82aed0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD5b836b207f8c5b836b20 /* PhysXExtensions */; }; + FFFF5b033e787f8c5b033e78 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b033e787f8c5b033e78 /* CctBoxController.cpp */; }; + FFFF5b033ee07f8c5b033ee0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b033ee07f8c5b033ee0 /* CctCapsuleController.cpp */; }; + FFFF5b033f487f8c5b033f48 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b033f487f8c5b033f48 /* CctCharacterController.cpp */; }; + FFFF5b033fb07f8c5b033fb0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b033fb07f8c5b033fb0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF5b0340187f8c5b034018 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0340187f8c5b034018 /* CctCharacterControllerManager.cpp */; }; + FFFF5b0340807f8c5b034080 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0340807f8c5b034080 /* CctController.cpp */; }; + FFFF5b0340e87f8c5b0340e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0340e87f8c5b0340e8 /* CctObstacleContext.cpp */; }; + FFFF5b0341507f8c5b034150 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0341507f8c5b034150 /* CctSweptBox.cpp */; }; + FFFF5b0341b87f8c5b0341b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0341b87f8c5b0341b8 /* CctSweptCapsule.cpp */; }; + FFFF5b0342207f8c5b034220 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0342207f8c5b034220 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3e053b07f8ea3e053b0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3e0c5d07f8ea3e0c5d0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c6387f8ea3e0c638 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c6a07f8ea3e0c6a0 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c7087f8ea3e0c708 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c7707f8ea3e0c770 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c7d87f8ea3e0c7d8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c8407f8ea3e0c840 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e0c8a87f8ea3e0c8a8 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3e007f8ea31d3e00 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3e687f8ea31d3e68 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3ed07f8ea31d3ed0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3f387f8ea31d3f38 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d3fa07f8ea31d3fa0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d40087f8ea31d4008 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d40707f8ea31d4070 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d40d87f8ea31d40d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d41407f8ea31d4140 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d41a87f8ea31d41a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d42107f8ea31d4210 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d42787f8ea31d4278 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d42e07f8ea31d42e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d43487f8ea31d4348 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d43b07f8ea31d43b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d44187f8ea31d4418 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d44807f8ea31d4480 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d44e87f8ea31d44e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d45507f8ea31d4550 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d45b87f8ea31d45b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d46207f8ea31d4620 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b8241407f8c5b824140 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b82b2f07f8c5b82b2f0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b3587f8c5b82b358 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b3c07f8c5b82b3c0 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b4287f8c5b82b428 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b4907f8c5b82b490 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b4f87f8c5b82b4f8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b5607f8c5b82b560 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b82b5c87f8c5b82b5c8 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033a007f8c5b033a00 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033a687f8c5b033a68 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033ad07f8c5b033ad0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033b387f8c5b033b38 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033ba07f8c5b033ba0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033c087f8c5b033c08 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033c707f8c5b033c70 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033cd87f8c5b033cd8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033d407f8c5b033d40 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033da87f8c5b033da8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033e107f8c5b033e10 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b033e787f8c5b033e78 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b033ee07f8c5b033ee0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b033f487f8c5b033f48 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b033fb07f8c5b033fb0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0340187f8c5b034018 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0340807f8c5b034080 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0340e87f8c5b0340e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0341507f8c5b034150 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0341b87f8c5b0341b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0342207f8c5b034220 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3e053b07f8ea3e053b0 /* Resources */ = { + FFF25b8241407f8c5b824140 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3e053b07f8ea3e053b0 /* Frameworks */ = { + FFFC5b8241407f8c5b824140 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3e053b07f8ea3e053b0 /* Sources */ = { + FFF85b8241407f8c5b824140 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31d42787f8ea31d4278, - FFFFa31d42e07f8ea31d42e0, - FFFFa31d43487f8ea31d4348, - FFFFa31d43b07f8ea31d43b0, - FFFFa31d44187f8ea31d4418, - FFFFa31d44807f8ea31d4480, - FFFFa31d44e87f8ea31d44e8, - FFFFa31d45507f8ea31d4550, - FFFFa31d45b87f8ea31d45b8, - FFFFa31d46207f8ea31d4620, + FFFF5b033e787f8c5b033e78, + FFFF5b033ee07f8c5b033ee0, + FFFF5b033f487f8c5b033f48, + FFFF5b033fb07f8c5b033fb0, + FFFF5b0340187f8c5b034018, + FFFF5b0340807f8c5b034080, + FFFF5b0340e87f8c5b0340e8, + FFFF5b0341507f8c5b034150, + FFFF5b0341b87f8c5b0341b8, + FFFF5b0342207f8c5b034220, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a3e065807f8ea3e06580 /* PBXTargetDependency */ = { + FFF45b8294d07f8c5b8294d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3896f307f8ea3896f30 /* PhysXCommon */; - targetProxy = FFF5a3896f307f8ea3896f30 /* PBXContainerItemProxy */; + target = FFFA59c183f07f8c59c183f0 /* PhysXCommon */; + targetProxy = FFF559c183f07f8c59c183f0 /* PBXContainerItemProxy */; }; - FFF4a3e099907f8ea3e09990 /* PBXTargetDependency */ = { + FFF45b82aed07f8c5b82aed0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3e17d707f8ea3e17d70 /* PhysXExtensions */; - targetProxy = FFF5a3e17d707f8ea3e17d70 /* PBXContainerItemProxy */; + target = FFFA5b836b207f8c5b836b20 /* PhysXExtensions */; + targetProxy = FFF55b836b207f8c5b836b20 /* PBXContainerItemProxy */; }; - FFF4a3e0ad207f8ea3e0ad20 /* PBXTargetDependency */ = { + FFF45b82a0707f8c5b82a070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3880f207f8ea3880f20 /* PxFoundation */; - targetProxy = FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */; + target = FFFA59c114307f8c59c11430 /* PxFoundation */; + targetProxy = FFF559c114307f8c59c11430 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFFa31d84087f8ea31d8408 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d84087f8ea31d8408 /* PxVehicleComponents.cpp */; }; - FFFFa31d84707f8ea31d8470 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d84707f8ea31d8470 /* PxVehicleDrive.cpp */; }; - FFFFa31d84d87f8ea31d84d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d84d87f8ea31d84d8 /* PxVehicleDrive4W.cpp */; }; - FFFFa31d85407f8ea31d8540 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d85407f8ea31d8540 /* PxVehicleDriveNW.cpp */; }; - FFFFa31d85a87f8ea31d85a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d85a87f8ea31d85a8 /* PxVehicleDriveTank.cpp */; }; - FFFFa31d86107f8ea31d8610 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d86107f8ea31d8610 /* PxVehicleMetaData.cpp */; }; - FFFFa31d86787f8ea31d8678 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d86787f8ea31d8678 /* PxVehicleNoDrive.cpp */; }; - FFFFa31d86e07f8ea31d86e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d86e07f8ea31d86e0 /* PxVehicleSDK.cpp */; }; - FFFFa31d87487f8ea31d8748 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d87487f8ea31d8748 /* PxVehicleSerialization.cpp */; }; - FFFFa31d87b07f8ea31d87b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d87b07f8ea31d87b0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFFa31d88187f8ea31d8818 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d88187f8ea31d8818 /* PxVehicleTireFriction.cpp */; }; - FFFFa31d88807f8ea31d8880 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d88807f8ea31d8880 /* PxVehicleUpdate.cpp */; }; - FFFFa31d88e87f8ea31d88e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d88e87f8ea31d88e8 /* PxVehicleWheels.cpp */; }; - FFFFa31d89507f8ea31d8950 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d89507f8ea31d8950 /* VehicleUtilControl.cpp */; }; - FFFFa31d89b87f8ea31d89b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d89b87f8ea31d89b8 /* VehicleUtilSetup.cpp */; }; - FFFFa31d8a207f8ea31d8a20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31d8a207f8ea31d8a20 /* VehicleUtilTelemetry.cpp */; }; - FFFFa3e182687f8ea3e18268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDa3e182687f8ea3e18268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFFa3e182d07f8ea3e182d0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDa3e182d07f8ea3e182d0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF5b03ec087f8c5b03ec08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ec087f8c5b03ec08 /* PxVehicleComponents.cpp */; }; + FFFF5b03ec707f8c5b03ec70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ec707f8c5b03ec70 /* PxVehicleDrive.cpp */; }; + FFFF5b03ecd87f8c5b03ecd8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ecd87f8c5b03ecd8 /* PxVehicleDrive4W.cpp */; }; + FFFF5b03ed407f8c5b03ed40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ed407f8c5b03ed40 /* PxVehicleDriveNW.cpp */; }; + FFFF5b03eda87f8c5b03eda8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03eda87f8c5b03eda8 /* PxVehicleDriveTank.cpp */; }; + FFFF5b03ee107f8c5b03ee10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ee107f8c5b03ee10 /* PxVehicleMetaData.cpp */; }; + FFFF5b03ee787f8c5b03ee78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ee787f8c5b03ee78 /* PxVehicleNoDrive.cpp */; }; + FFFF5b03eee07f8c5b03eee0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03eee07f8c5b03eee0 /* PxVehicleSDK.cpp */; }; + FFFF5b03ef487f8c5b03ef48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03ef487f8c5b03ef48 /* PxVehicleSerialization.cpp */; }; + FFFF5b03efb07f8c5b03efb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03efb07f8c5b03efb0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF5b03f0187f8c5b03f018 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f0187f8c5b03f018 /* PxVehicleTireFriction.cpp */; }; + FFFF5b03f0807f8c5b03f080 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f0807f8c5b03f080 /* PxVehicleUpdate.cpp */; }; + FFFF5b03f0e87f8c5b03f0e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f0e87f8c5b03f0e8 /* PxVehicleWheels.cpp */; }; + FFFF5b03f1507f8c5b03f150 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f1507f8c5b03f150 /* VehicleUtilControl.cpp */; }; + FFFF5b03f1b87f8c5b03f1b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f1b87f8c5b03f1b8 /* VehicleUtilSetup.cpp */; }; + FFFF5b03f2207f8c5b03f220 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b03f2207f8c5b03f220 /* VehicleUtilTelemetry.cpp */; }; + FFFF5b8370387f8c5b837038 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD5b8370387f8c5b837038 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF5b8370a07f8c5b8370a0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD5b8370a07f8c5b8370a0 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3e069807f8ea3e06980 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31d64007f8ea31d6400 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d64687f8ea31d6468 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d64d07f8ea31d64d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d65387f8ea31d6538 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d65a07f8ea31d65a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d66087f8ea31d6608 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d66707f8ea31d6670 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d66d87f8ea31d66d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d67407f8ea31d6740 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d67a87f8ea31d67a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d68107f8ea31d6810 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d68787f8ea31d6878 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d68e07f8ea31d68e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d69487f8ea31d6948 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d69b07f8ea31d69b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d82007f8ea31d8200 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d82687f8ea31d8268 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d82d07f8ea31d82d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d83387f8ea31d8338 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d83a07f8ea31d83a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31d84087f8ea31d8408 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d84707f8ea31d8470 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d84d87f8ea31d84d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d85407f8ea31d8540 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d85a87f8ea31d85a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d86107f8ea31d8610 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d86787f8ea31d8678 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d86e07f8ea31d86e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d87487f8ea31d8748 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d87b07f8ea31d87b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d88187f8ea31d8818 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d88807f8ea31d8880 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d88e87f8ea31d88e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d89507f8ea31d8950 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d89b87f8ea31d89b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31d8a207f8ea31d8a20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3e181307f8ea3e18130 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e181987f8ea3e18198 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e182007f8ea3e18200 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e182687f8ea3e18268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3e182d07f8ea3e182d0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b8256907f8c5b825690 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b0358007f8c5b035800 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0358687f8c5b035868 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0358d07f8c5b0358d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0359387f8c5b035938 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0359a07f8c5b0359a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035a087f8c5b035a08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035a707f8c5b035a70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035ad87f8c5b035ad8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035b407f8c5b035b40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035ba87f8c5b035ba8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035c107f8c5b035c10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035c787f8c5b035c78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035ce07f8c5b035ce0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035d487f8c5b035d48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b035db07f8c5b035db0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ea007f8c5b03ea00 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ea687f8c5b03ea68 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ead07f8c5b03ead0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03eb387f8c5b03eb38 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03eba07f8c5b03eba0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ec087f8c5b03ec08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ec707f8c5b03ec70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ecd87f8c5b03ecd8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ed407f8c5b03ed40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03eda87f8c5b03eda8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ee107f8c5b03ee10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ee787f8c5b03ee78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03eee07f8c5b03eee0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03ef487f8c5b03ef48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03efb07f8c5b03efb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f0187f8c5b03f018 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f0807f8c5b03f080 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f0e87f8c5b03f0e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f1507f8c5b03f150 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f1b87f8c5b03f1b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b03f2207f8c5b03f220 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b836f007f8c5b836f00 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b836f687f8c5b836f68 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b836fd07f8c5b836fd0 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b8370387f8c5b837038 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b8370a07f8c5b8370a0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3e069807f8ea3e06980 /* Resources */ = { + FFF25b8256907f8c5b825690 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3e069807f8ea3e06980 /* Frameworks */ = { + FFFC5b8256907f8c5b825690 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3e069807f8ea3e06980 /* Sources */ = { + FFF85b8256907f8c5b825690 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31d84087f8ea31d8408, - FFFFa31d84707f8ea31d8470, - FFFFa31d84d87f8ea31d84d8, - FFFFa31d85407f8ea31d8540, - FFFFa31d85a87f8ea31d85a8, - FFFFa31d86107f8ea31d8610, - FFFFa31d86787f8ea31d8678, - FFFFa31d86e07f8ea31d86e0, - FFFFa31d87487f8ea31d8748, - FFFFa31d87b07f8ea31d87b0, - FFFFa31d88187f8ea31d8818, - FFFFa31d88807f8ea31d8880, - FFFFa31d88e87f8ea31d88e8, - FFFFa31d89507f8ea31d8950, - FFFFa31d89b87f8ea31d89b8, - FFFFa31d8a207f8ea31d8a20, - FFFFa3e182687f8ea3e18268, - FFFFa3e182d07f8ea3e182d0, + FFFF5b03ec087f8c5b03ec08, + FFFF5b03ec707f8c5b03ec70, + FFFF5b03ecd87f8c5b03ecd8, + FFFF5b03ed407f8c5b03ed40, + FFFF5b03eda87f8c5b03eda8, + FFFF5b03ee107f8c5b03ee10, + FFFF5b03ee787f8c5b03ee78, + FFFF5b03eee07f8c5b03eee0, + FFFF5b03ef487f8c5b03ef48, + FFFF5b03efb07f8c5b03efb0, + FFFF5b03f0187f8c5b03f018, + FFFF5b03f0807f8c5b03f080, + FFFF5b03f0e87f8c5b03f0e8, + FFFF5b03f1507f8c5b03f150, + FFFF5b03f1b87f8c5b03f1b8, + FFFF5b03f2207f8c5b03f220, + FFFF5b8370387f8c5b837038, + FFFF5b8370a07f8c5b8370a0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFFa31daae87f8ea31daae8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31daae87f8ea31daae8 /* ExtBroadPhase.cpp */; }; - FFFFa31dab507f8ea31dab50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dab507f8ea31dab50 /* ExtClothFabricCooker.cpp */; }; - FFFFa31dabb87f8ea31dabb8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dabb87f8ea31dabb8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFFa31dac207f8ea31dac20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dac207f8ea31dac20 /* ExtClothMeshQuadifier.cpp */; }; - FFFFa31dac887f8ea31dac88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dac887f8ea31dac88 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFFa31dacf07f8ea31dacf0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dacf07f8ea31dacf0 /* ExtCollection.cpp */; }; - FFFFa31dad587f8ea31dad58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dad587f8ea31dad58 /* ExtConvexMeshExt.cpp */; }; - FFFFa31dadc07f8ea31dadc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dadc07f8ea31dadc0 /* ExtCpuWorkerThread.cpp */; }; - FFFFa31dae287f8ea31dae28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dae287f8ea31dae28 /* ExtD6Joint.cpp */; }; - FFFFa31dae907f8ea31dae90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dae907f8ea31dae90 /* ExtD6JointSolverPrep.cpp */; }; - FFFFa31daef87f8ea31daef8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31daef87f8ea31daef8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFFa31daf607f8ea31daf60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31daf607f8ea31daf60 /* ExtDefaultErrorCallback.cpp */; }; - FFFFa31dafc87f8ea31dafc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31dafc87f8ea31dafc8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFFa31db0307f8ea31db030 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db0307f8ea31db030 /* ExtDefaultStreams.cpp */; }; - FFFFa31db0987f8ea31db098 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db0987f8ea31db098 /* ExtDistanceJoint.cpp */; }; - FFFFa31db1007f8ea31db100 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db1007f8ea31db100 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFFa31db1687f8ea31db168 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db1687f8ea31db168 /* ExtExtensions.cpp */; }; - FFFFa31db1d07f8ea31db1d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db1d07f8ea31db1d0 /* ExtFixedJoint.cpp */; }; - FFFFa31db2387f8ea31db238 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db2387f8ea31db238 /* ExtFixedJointSolverPrep.cpp */; }; - FFFFa31db2a07f8ea31db2a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db2a07f8ea31db2a0 /* ExtJoint.cpp */; }; - FFFFa31db3087f8ea31db308 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db3087f8ea31db308 /* ExtMetaData.cpp */; }; - FFFFa31db3707f8ea31db370 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db3707f8ea31db370 /* ExtParticleExt.cpp */; }; - FFFFa31db3d87f8ea31db3d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db3d87f8ea31db3d8 /* ExtPrismaticJoint.cpp */; }; - FFFFa31db4407f8ea31db440 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db4407f8ea31db440 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFFa31db4a87f8ea31db4a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db4a87f8ea31db4a8 /* ExtPvd.cpp */; }; - FFFFa31db5107f8ea31db510 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db5107f8ea31db510 /* ExtPxStringTable.cpp */; }; - FFFFa31db5787f8ea31db578 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db5787f8ea31db578 /* ExtRaycastCCD.cpp */; }; - FFFFa31db5e07f8ea31db5e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db5e07f8ea31db5e0 /* ExtRevoluteJoint.cpp */; }; - FFFFa31db6487f8ea31db648 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db6487f8ea31db648 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFFa31db6b07f8ea31db6b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db6b07f8ea31db6b0 /* ExtRigidBodyExt.cpp */; }; - FFFFa31db7187f8ea31db718 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db7187f8ea31db718 /* ExtSceneQueryExt.cpp */; }; - FFFFa31db7807f8ea31db780 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db7807f8ea31db780 /* ExtSimpleFactory.cpp */; }; - FFFFa31db7e87f8ea31db7e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db7e87f8ea31db7e8 /* ExtSmoothNormals.cpp */; }; - FFFFa31db8507f8ea31db850 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db8507f8ea31db850 /* ExtSphericalJoint.cpp */; }; - FFFFa31db8b87f8ea31db8b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db8b87f8ea31db8b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFFa31db9207f8ea31db920 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31db9207f8ea31db920 /* ExtTriangleMeshExt.cpp */; }; - FFFFa31deed07f8ea31deed0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31deed07f8ea31deed0 /* SnSerialUtils.cpp */; }; - FFFFa31def387f8ea31def38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31def387f8ea31def38 /* SnSerialization.cpp */; }; - FFFFa31defa07f8ea31defa0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31defa07f8ea31defa0 /* SnSerializationRegistry.cpp */; }; - FFFFa31df2e07f8ea31df2e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df2e07f8ea31df2e0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFFa31df3487f8ea31df348 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df3487f8ea31df348 /* Binary/SnBinarySerialization.cpp */; }; - FFFFa31df3b07f8ea31df3b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df3b07f8ea31df3b0 /* Binary/SnConvX.cpp */; }; - FFFFa31df4187f8ea31df418 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df4187f8ea31df418 /* Binary/SnConvX_Align.cpp */; }; - FFFFa31df4807f8ea31df480 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df4807f8ea31df480 /* Binary/SnConvX_Convert.cpp */; }; - FFFFa31df4e87f8ea31df4e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df4e87f8ea31df4e8 /* Binary/SnConvX_Error.cpp */; }; - FFFFa31df5507f8ea31df550 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df5507f8ea31df550 /* Binary/SnConvX_MetaData.cpp */; }; - FFFFa31df5b87f8ea31df5b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df5b87f8ea31df5b8 /* Binary/SnConvX_Output.cpp */; }; - FFFFa31df6207f8ea31df620 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df6207f8ea31df620 /* Binary/SnConvX_Union.cpp */; }; - FFFFa31df6887f8ea31df688 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31df6887f8ea31df688 /* Binary/SnSerializationContext.cpp */; }; - FFFFa31dffe07f8ea31dffe0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31dffe07f8ea31dffe0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFFa31e00487f8ea31e0048 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31e00487f8ea31e0048 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFFa31e00b07f8ea31e00b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31e00b07f8ea31e00b0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFFa31e01187f8ea31e0118 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDa31e01187f8ea31e0118 /* Xml/SnXmlSerialization.cpp */; }; - FFFFa31dcee07f8ea31dcee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDa31dcee07f8ea31dcee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF5b0412e87f8c5b0412e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0412e87f8c5b0412e8 /* ExtBroadPhase.cpp */; }; + FFFF5b0413507f8c5b041350 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0413507f8c5b041350 /* ExtClothFabricCooker.cpp */; }; + FFFF5b0413b87f8c5b0413b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0413b87f8c5b0413b8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF5b0414207f8c5b041420 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0414207f8c5b041420 /* ExtClothMeshQuadifier.cpp */; }; + FFFF5b0414887f8c5b041488 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0414887f8c5b041488 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF5b0414f07f8c5b0414f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0414f07f8c5b0414f0 /* ExtCollection.cpp */; }; + FFFF5b0415587f8c5b041558 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0415587f8c5b041558 /* ExtConvexMeshExt.cpp */; }; + FFFF5b0415c07f8c5b0415c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0415c07f8c5b0415c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF5b0416287f8c5b041628 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0416287f8c5b041628 /* ExtD6Joint.cpp */; }; + FFFF5b0416907f8c5b041690 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0416907f8c5b041690 /* ExtD6JointSolverPrep.cpp */; }; + FFFF5b0416f87f8c5b0416f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0416f87f8c5b0416f8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF5b0417607f8c5b041760 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0417607f8c5b041760 /* ExtDefaultErrorCallback.cpp */; }; + FFFF5b0417c87f8c5b0417c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0417c87f8c5b0417c8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF5b0418307f8c5b041830 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0418307f8c5b041830 /* ExtDefaultStreams.cpp */; }; + FFFF5b0418987f8c5b041898 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0418987f8c5b041898 /* ExtDistanceJoint.cpp */; }; + FFFF5b0419007f8c5b041900 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0419007f8c5b041900 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF5b0419687f8c5b041968 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0419687f8c5b041968 /* ExtExtensions.cpp */; }; + FFFF5b0419d07f8c5b0419d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0419d07f8c5b0419d0 /* ExtFixedJoint.cpp */; }; + FFFF5b041a387f8c5b041a38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041a387f8c5b041a38 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF5b041aa07f8c5b041aa0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041aa07f8c5b041aa0 /* ExtJoint.cpp */; }; + FFFF5b041b087f8c5b041b08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041b087f8c5b041b08 /* ExtMetaData.cpp */; }; + FFFF5b041b707f8c5b041b70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041b707f8c5b041b70 /* ExtParticleExt.cpp */; }; + FFFF5b041bd87f8c5b041bd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041bd87f8c5b041bd8 /* ExtPrismaticJoint.cpp */; }; + FFFF5b041c407f8c5b041c40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041c407f8c5b041c40 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF5b041ca87f8c5b041ca8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041ca87f8c5b041ca8 /* ExtPvd.cpp */; }; + FFFF5b041d107f8c5b041d10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041d107f8c5b041d10 /* ExtPxStringTable.cpp */; }; + FFFF5b041d787f8c5b041d78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041d787f8c5b041d78 /* ExtRaycastCCD.cpp */; }; + FFFF5b041de07f8c5b041de0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041de07f8c5b041de0 /* ExtRevoluteJoint.cpp */; }; + FFFF5b041e487f8c5b041e48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041e487f8c5b041e48 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF5b041eb07f8c5b041eb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041eb07f8c5b041eb0 /* ExtRigidBodyExt.cpp */; }; + FFFF5b041f187f8c5b041f18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041f187f8c5b041f18 /* ExtSceneQueryExt.cpp */; }; + FFFF5b041f807f8c5b041f80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041f807f8c5b041f80 /* ExtSimpleFactory.cpp */; }; + FFFF5b041fe87f8c5b041fe8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b041fe87f8c5b041fe8 /* ExtSmoothNormals.cpp */; }; + FFFF5b0420507f8c5b042050 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0420507f8c5b042050 /* ExtSphericalJoint.cpp */; }; + FFFF5b0420b87f8c5b0420b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0420b87f8c5b0420b8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF5b0421207f8c5b042120 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0421207f8c5b042120 /* ExtTriangleMeshExt.cpp */; }; + FFFF5b0456d07f8c5b0456d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0456d07f8c5b0456d0 /* SnSerialUtils.cpp */; }; + FFFF5b0457387f8c5b045738 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0457387f8c5b045738 /* SnSerialization.cpp */; }; + FFFF5b0457a07f8c5b0457a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0457a07f8c5b0457a0 /* SnSerializationRegistry.cpp */; }; + FFFF5b045ae07f8c5b045ae0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045ae07f8c5b045ae0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF5b045b487f8c5b045b48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045b487f8c5b045b48 /* Binary/SnBinarySerialization.cpp */; }; + FFFF5b045bb07f8c5b045bb0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045bb07f8c5b045bb0 /* Binary/SnConvX.cpp */; }; + FFFF5b045c187f8c5b045c18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045c187f8c5b045c18 /* Binary/SnConvX_Align.cpp */; }; + FFFF5b045c807f8c5b045c80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045c807f8c5b045c80 /* Binary/SnConvX_Convert.cpp */; }; + FFFF5b045ce87f8c5b045ce8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045ce87f8c5b045ce8 /* Binary/SnConvX_Error.cpp */; }; + FFFF5b045d507f8c5b045d50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045d507f8c5b045d50 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF5b045db87f8c5b045db8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045db87f8c5b045db8 /* Binary/SnConvX_Output.cpp */; }; + FFFF5b045e207f8c5b045e20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045e207f8c5b045e20 /* Binary/SnConvX_Union.cpp */; }; + FFFF5b045e887f8c5b045e88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b045e887f8c5b045e88 /* Binary/SnSerializationContext.cpp */; }; + FFFF5b0467e07f8c5b0467e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0467e07f8c5b0467e0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF5b0468487f8c5b046848 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0468487f8c5b046848 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF5b0468b07f8c5b0468b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0468b07f8c5b0468b0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF5b0469187f8c5b046918 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD5b0469187f8c5b046918 /* Xml/SnXmlSerialization.cpp */; }; + FFFF5b0436e07f8c5b0436e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD5b0436e07f8c5b0436e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3e17d707f8ea3e17d70 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31dba007f8ea31dba00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dba687f8ea31dba68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbad07f8ea31dbad0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbb387f8ea31dbb38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbba07f8ea31dbba0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbc087f8ea31dbc08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbc707f8ea31dbc70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbcd87f8ea31dbcd8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbd407f8ea31dbd40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbda87f8ea31dbda8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbe107f8ea31dbe10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbe787f8ea31dbe78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbee07f8ea31dbee0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbf487f8ea31dbf48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dbfb07f8ea31dbfb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc0187f8ea31dc018 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc0807f8ea31dc080 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc0e87f8ea31dc0e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc1507f8ea31dc150 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc1b87f8ea31dc1b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc2207f8ea31dc220 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc2887f8ea31dc288 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc2f07f8ea31dc2f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc3587f8ea31dc358 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc3c07f8ea31dc3c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc4287f8ea31dc428 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc4907f8ea31dc490 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc4f87f8ea31dc4f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc5607f8ea31dc560 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc5c87f8ea31dc5c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc6307f8ea31dc630 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc6987f8ea31dc698 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc7007f8ea31dc700 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc7687f8ea31dc768 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc7d07f8ea31dc7d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc8387f8ea31dc838 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dc8a07f8ea31dc8a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da4007f8ea31da400 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da4687f8ea31da468 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da4d07f8ea31da4d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da5387f8ea31da538 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da5a07f8ea31da5a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da6087f8ea31da608 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da6707f8ea31da670 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da6d87f8ea31da6d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da7407f8ea31da740 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da7a87f8ea31da7a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da8107f8ea31da810 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da8787f8ea31da878 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da8e07f8ea31da8e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da9487f8ea31da948 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31da9b07f8ea31da9b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31daa187f8ea31daa18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31daa807f8ea31daa80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31daae87f8ea31daae8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dab507f8ea31dab50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dabb87f8ea31dabb8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dac207f8ea31dac20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dac887f8ea31dac88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dacf07f8ea31dacf0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dad587f8ea31dad58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dadc07f8ea31dadc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dae287f8ea31dae28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dae907f8ea31dae90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31daef87f8ea31daef8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31daf607f8ea31daf60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dafc87f8ea31dafc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db0307f8ea31db030 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db0987f8ea31db098 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db1007f8ea31db100 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db1687f8ea31db168 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db1d07f8ea31db1d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db2387f8ea31db238 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db2a07f8ea31db2a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db3087f8ea31db308 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db3707f8ea31db370 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db3d87f8ea31db3d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db4407f8ea31db440 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db4a87f8ea31db4a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db5107f8ea31db510 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db5787f8ea31db578 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db5e07f8ea31db5e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db6487f8ea31db648 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db6b07f8ea31db6b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db7187f8ea31db718 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db7807f8ea31db780 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db7e87f8ea31db7e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db8507f8ea31db850 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db8b87f8ea31db8b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31db9207f8ea31db920 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31dee007f8ea31dee00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dee687f8ea31dee68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31deed07f8ea31deed0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31def387f8ea31def38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31defa07f8ea31defa0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df0087f8ea31df008 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df0707f8ea31df070 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df0d87f8ea31df0d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df1407f8ea31df140 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df1a87f8ea31df1a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df2107f8ea31df210 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df2787f8ea31df278 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df2e07f8ea31df2e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df3487f8ea31df348 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df3b07f8ea31df3b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df4187f8ea31df418 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df4807f8ea31df480 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df4e87f8ea31df4e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df5507f8ea31df550 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df5b87f8ea31df5b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df6207f8ea31df620 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df6887f8ea31df688 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31df6f07f8ea31df6f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df7587f8ea31df758 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df7c07f8ea31df7c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df8287f8ea31df828 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df8907f8ea31df890 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df8f87f8ea31df8f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df9607f8ea31df960 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31df9c87f8ea31df9c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfa307f8ea31dfa30 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfa987f8ea31dfa98 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfb007f8ea31dfb00 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfb687f8ea31dfb68 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfbd07f8ea31dfbd0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfc387f8ea31dfc38 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfca07f8ea31dfca0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfd087f8ea31dfd08 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfd707f8ea31dfd70 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfdd87f8ea31dfdd8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfe407f8ea31dfe40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dfea87f8ea31dfea8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dff107f8ea31dff10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dff787f8ea31dff78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dffe07f8ea31dffe0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e00487f8ea31e0048 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e00b07f8ea31e00b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e01187f8ea31e0118 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e01807f8ea31e0180 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dca007f8ea31dca00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dca687f8ea31dca68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcad07f8ea31dcad0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcb387f8ea31dcb38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcba07f8ea31dcba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcc087f8ea31dcc08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcc707f8ea31dcc70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dccd87f8ea31dccd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcd407f8ea31dcd40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcda87f8ea31dcda8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dce107f8ea31dce10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dce787f8ea31dce78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31dcee07f8ea31dcee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b836b207f8c5b836b20 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b0422007f8c5b042200 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0422687f8c5b042268 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0422d07f8c5b0422d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0423387f8c5b042338 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0423a07f8c5b0423a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0424087f8c5b042408 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0424707f8c5b042470 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0424d87f8c5b0424d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0425407f8c5b042540 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0425a87f8c5b0425a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0426107f8c5b042610 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0426787f8c5b042678 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0426e07f8c5b0426e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0427487f8c5b042748 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0427b07f8c5b0427b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0428187f8c5b042818 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0428807f8c5b042880 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0428e87f8c5b0428e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0429507f8c5b042950 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0429b87f8c5b0429b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042a207f8c5b042a20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042a887f8c5b042a88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042af07f8c5b042af0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042b587f8c5b042b58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042bc07f8c5b042bc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042c287f8c5b042c28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042c907f8c5b042c90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042cf87f8c5b042cf8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042d607f8c5b042d60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042dc87f8c5b042dc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042e307f8c5b042e30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042e987f8c5b042e98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042f007f8c5b042f00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042f687f8c5b042f68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b042fd07f8c5b042fd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0430387f8c5b043038 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0430a07f8c5b0430a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040c007f8c5b040c00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040c687f8c5b040c68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040cd07f8c5b040cd0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040d387f8c5b040d38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040da07f8c5b040da0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040e087f8c5b040e08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040e707f8c5b040e70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040ed87f8c5b040ed8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040f407f8c5b040f40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b040fa87f8c5b040fa8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0410107f8c5b041010 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0410787f8c5b041078 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0410e07f8c5b0410e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0411487f8c5b041148 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0411b07f8c5b0411b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0412187f8c5b041218 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0412807f8c5b041280 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0412e87f8c5b0412e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0413507f8c5b041350 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0413b87f8c5b0413b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0414207f8c5b041420 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0414887f8c5b041488 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0414f07f8c5b0414f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0415587f8c5b041558 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0415c07f8c5b0415c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0416287f8c5b041628 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0416907f8c5b041690 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0416f87f8c5b0416f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0417607f8c5b041760 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0417c87f8c5b0417c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0418307f8c5b041830 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0418987f8c5b041898 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0419007f8c5b041900 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0419687f8c5b041968 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0419d07f8c5b0419d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041a387f8c5b041a38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041aa07f8c5b041aa0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041b087f8c5b041b08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041b707f8c5b041b70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041bd87f8c5b041bd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041c407f8c5b041c40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041ca87f8c5b041ca8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041d107f8c5b041d10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041d787f8c5b041d78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041de07f8c5b041de0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041e487f8c5b041e48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041eb07f8c5b041eb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041f187f8c5b041f18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041f807f8c5b041f80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b041fe87f8c5b041fe8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0420507f8c5b042050 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0420b87f8c5b0420b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0421207f8c5b042120 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0456007f8c5b045600 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0456687f8c5b045668 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0456d07f8c5b0456d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0457387f8c5b045738 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0457a07f8c5b0457a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0458087f8c5b045808 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0458707f8c5b045870 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0458d87f8c5b0458d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0459407f8c5b045940 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0459a87f8c5b0459a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b045a107f8c5b045a10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b045a787f8c5b045a78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b045ae07f8c5b045ae0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045b487f8c5b045b48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045bb07f8c5b045bb0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045c187f8c5b045c18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045c807f8c5b045c80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045ce87f8c5b045ce8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045d507f8c5b045d50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045db87f8c5b045db8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045e207f8c5b045e20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045e887f8c5b045e88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b045ef07f8c5b045ef0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b045f587f8c5b045f58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b045fc07f8c5b045fc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0460287f8c5b046028 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0460907f8c5b046090 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0460f87f8c5b0460f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0461607f8c5b046160 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0461c87f8c5b0461c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0462307f8c5b046230 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0462987f8c5b046298 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0463007f8c5b046300 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0463687f8c5b046368 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0463d07f8c5b0463d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0464387f8c5b046438 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0464a07f8c5b0464a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0465087f8c5b046508 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0465707f8c5b046570 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0465d87f8c5b0465d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0466407f8c5b046640 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0466a87f8c5b0466a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0467107f8c5b046710 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0467787f8c5b046778 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0467e07f8c5b0467e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0468487f8c5b046848 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0468b07f8c5b0468b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0469187f8c5b046918 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0469807f8c5b046980 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0432007f8c5b043200 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0432687f8c5b043268 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0432d07f8c5b0432d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0433387f8c5b043338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0433a07f8c5b0433a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0434087f8c5b043408 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0434707f8c5b043470 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0434d87f8c5b0434d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0435407f8c5b043540 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0435a87f8c5b0435a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0436107f8c5b043610 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0436787f8c5b043678 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0436e07f8c5b0436e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3e17d707f8ea3e17d70 /* Resources */ = { + FFF25b836b207f8c5b836b20 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3e17d707f8ea3e17d70 /* Frameworks */ = { + FFFC5b836b207f8c5b836b20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3e17d707f8ea3e17d70 /* Sources */ = { + FFF85b836b207f8c5b836b20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31daae87f8ea31daae8, - FFFFa31dab507f8ea31dab50, - FFFFa31dabb87f8ea31dabb8, - FFFFa31dac207f8ea31dac20, - FFFFa31dac887f8ea31dac88, - FFFFa31dacf07f8ea31dacf0, - FFFFa31dad587f8ea31dad58, - FFFFa31dadc07f8ea31dadc0, - FFFFa31dae287f8ea31dae28, - FFFFa31dae907f8ea31dae90, - FFFFa31daef87f8ea31daef8, - FFFFa31daf607f8ea31daf60, - FFFFa31dafc87f8ea31dafc8, - FFFFa31db0307f8ea31db030, - FFFFa31db0987f8ea31db098, - FFFFa31db1007f8ea31db100, - FFFFa31db1687f8ea31db168, - FFFFa31db1d07f8ea31db1d0, - FFFFa31db2387f8ea31db238, - FFFFa31db2a07f8ea31db2a0, - FFFFa31db3087f8ea31db308, - FFFFa31db3707f8ea31db370, - FFFFa31db3d87f8ea31db3d8, - FFFFa31db4407f8ea31db440, - FFFFa31db4a87f8ea31db4a8, - FFFFa31db5107f8ea31db510, - FFFFa31db5787f8ea31db578, - FFFFa31db5e07f8ea31db5e0, - FFFFa31db6487f8ea31db648, - FFFFa31db6b07f8ea31db6b0, - FFFFa31db7187f8ea31db718, - FFFFa31db7807f8ea31db780, - FFFFa31db7e87f8ea31db7e8, - FFFFa31db8507f8ea31db850, - FFFFa31db8b87f8ea31db8b8, - FFFFa31db9207f8ea31db920, - FFFFa31deed07f8ea31deed0, - FFFFa31def387f8ea31def38, - FFFFa31defa07f8ea31defa0, - FFFFa31df2e07f8ea31df2e0, - FFFFa31df3487f8ea31df348, - FFFFa31df3b07f8ea31df3b0, - FFFFa31df4187f8ea31df418, - FFFFa31df4807f8ea31df480, - FFFFa31df4e87f8ea31df4e8, - FFFFa31df5507f8ea31df550, - FFFFa31df5b87f8ea31df5b8, - FFFFa31df6207f8ea31df620, - FFFFa31df6887f8ea31df688, - FFFFa31dffe07f8ea31dffe0, - FFFFa31e00487f8ea31e0048, - FFFFa31e00b07f8ea31e00b0, - FFFFa31e01187f8ea31e0118, - FFFFa31dcee07f8ea31dcee0, + FFFF5b0412e87f8c5b0412e8, + FFFF5b0413507f8c5b041350, + FFFF5b0413b87f8c5b0413b8, + FFFF5b0414207f8c5b041420, + FFFF5b0414887f8c5b041488, + FFFF5b0414f07f8c5b0414f0, + FFFF5b0415587f8c5b041558, + FFFF5b0415c07f8c5b0415c0, + FFFF5b0416287f8c5b041628, + FFFF5b0416907f8c5b041690, + FFFF5b0416f87f8c5b0416f8, + FFFF5b0417607f8c5b041760, + FFFF5b0417c87f8c5b0417c8, + FFFF5b0418307f8c5b041830, + FFFF5b0418987f8c5b041898, + FFFF5b0419007f8c5b041900, + FFFF5b0419687f8c5b041968, + FFFF5b0419d07f8c5b0419d0, + FFFF5b041a387f8c5b041a38, + FFFF5b041aa07f8c5b041aa0, + FFFF5b041b087f8c5b041b08, + FFFF5b041b707f8c5b041b70, + FFFF5b041bd87f8c5b041bd8, + FFFF5b041c407f8c5b041c40, + FFFF5b041ca87f8c5b041ca8, + FFFF5b041d107f8c5b041d10, + FFFF5b041d787f8c5b041d78, + FFFF5b041de07f8c5b041de0, + FFFF5b041e487f8c5b041e48, + FFFF5b041eb07f8c5b041eb0, + FFFF5b041f187f8c5b041f18, + FFFF5b041f807f8c5b041f80, + FFFF5b041fe87f8c5b041fe8, + FFFF5b0420507f8c5b042050, + FFFF5b0420b87f8c5b0420b8, + FFFF5b0421207f8c5b042120, + FFFF5b0456d07f8c5b0456d0, + FFFF5b0457387f8c5b045738, + FFFF5b0457a07f8c5b0457a0, + FFFF5b045ae07f8c5b045ae0, + FFFF5b045b487f8c5b045b48, + FFFF5b045bb07f8c5b045bb0, + FFFF5b045c187f8c5b045c18, + FFFF5b045c807f8c5b045c80, + FFFF5b045ce87f8c5b045ce8, + FFFF5b045d507f8c5b045d50, + FFFF5b045db87f8c5b045db8, + FFFF5b045e207f8c5b045e20, + FFFF5b045e887f8c5b045e88, + FFFF5b0467e07f8c5b0467e0, + FFFF5b0468487f8c5b046848, + FFFF5b0468b07f8c5b0468b0, + FFFF5b0469187f8c5b046918, + FFFF5b0436e07f8c5b0436e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,56 +880,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a3e14cc07f8ea3e14cc0 /* PBXTargetDependency */ = { + FFF45b8362207f8c5b836220 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3b08f107f8ea3b08f10 /* PsFastXml */; - targetProxy = FFF5a3b08f107f8ea3b08f10 /* PBXContainerItemProxy */; + target = FFFA5b8199707f8c5b819970 /* PsFastXml */; + targetProxy = FFF55b8199707f8c5b819970 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFFa31e2e007f8ea31e2e00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e2e007f8ea31e2e00 /* SqAABBPruner.cpp */; }; - FFFFa31e2e687f8ea31e2e68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e2e687f8ea31e2e68 /* SqAABBTree.cpp */; }; - FFFFa31e2ed07f8ea31e2ed0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e2ed07f8ea31e2ed0 /* SqAABBTreeUpdateMap.cpp */; }; - FFFFa31e2f387f8ea31e2f38 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e2f387f8ea31e2f38 /* SqBounds.cpp */; }; - FFFFa31e2fa07f8ea31e2fa0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e2fa07f8ea31e2fa0 /* SqBucketPruner.cpp */; }; - FFFFa31e30087f8ea31e3008 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e30087f8ea31e3008 /* SqExtendedBucketPruner.cpp */; }; - FFFFa31e30707f8ea31e3070 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e30707f8ea31e3070 /* SqMetaData.cpp */; }; - FFFFa31e30d87f8ea31e30d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e30d87f8ea31e30d8 /* SqPruningPool.cpp */; }; - FFFFa31e31407f8ea31e3140 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e31407f8ea31e3140 /* SqPruningStructure.cpp */; }; - FFFFa31e31a87f8ea31e31a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31e31a87f8ea31e31a8 /* SqSceneQueryManager.cpp */; }; + FFFF5b0496007f8c5b049600 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0496007f8c5b049600 /* SqAABBPruner.cpp */; }; + FFFF5b0496687f8c5b049668 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0496687f8c5b049668 /* SqAABBTree.cpp */; }; + FFFF5b0496d07f8c5b0496d0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0496d07f8c5b0496d0 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF5b0497387f8c5b049738 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0497387f8c5b049738 /* SqBounds.cpp */; }; + FFFF5b0497a07f8c5b0497a0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0497a07f8c5b0497a0 /* SqBucketPruner.cpp */; }; + FFFF5b0498087f8c5b049808 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0498087f8c5b049808 /* SqExtendedBucketPruner.cpp */; }; + FFFF5b0498707f8c5b049870 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0498707f8c5b049870 /* SqMetaData.cpp */; }; + FFFF5b0498d87f8c5b0498d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0498d87f8c5b0498d8 /* SqPruningPool.cpp */; }; + FFFF5b0499407f8c5b049940 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0499407f8c5b049940 /* SqPruningStructure.cpp */; }; + FFFF5b0499a87f8c5b0499a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0499a87f8c5b0499a8 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3e28e907f8ea3e28e90 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31e2e007f8ea31e2e00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e2e687f8ea31e2e68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e2ed07f8ea31e2ed0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e2f387f8ea31e2f38 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e2fa07f8ea31e2fa0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e30087f8ea31e3008 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e30707f8ea31e3070 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e30d87f8ea31e30d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e31407f8ea31e3140 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e31a87f8ea31e31a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31e32107f8ea31e3210 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e32787f8ea31e3278 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e32e07f8ea31e32e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e33487f8ea31e3348 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e33b07f8ea31e33b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e34187f8ea31e3418 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e34807f8ea31e3480 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e34e87f8ea31e34e8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e35507f8ea31e3550 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e35b87f8ea31e35b8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e2d1307f8ea3e2d130 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e2d1987f8ea3e2d198 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e2d2007f8ea3e2d200 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3e2d2687f8ea3e2d268 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b847c107f8c5b847c10 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b0496007f8c5b049600 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0496687f8c5b049668 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0496d07f8c5b0496d0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0497387f8c5b049738 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0497a07f8c5b0497a0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0498087f8c5b049808 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0498707f8c5b049870 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0498d87f8c5b0498d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0499407f8c5b049940 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0499a87f8c5b0499a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b049a107f8c5b049a10 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049a787f8c5b049a78 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049ae07f8c5b049ae0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049b487f8c5b049b48 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049bb07f8c5b049bb0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049c187f8c5b049c18 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049c807f8c5b049c80 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049ce87f8c5b049ce8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049d507f8c5b049d50 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b049db87f8c5b049db8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b84beb07f8c5b84beb0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b84bf187f8c5b84bf18 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b84bf807f8c5b84bf80 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b84bfe87f8c5b84bfe8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3e28e907f8ea3e28e90 /* Resources */ = { + FFF25b847c107f8c5b847c10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -939,7 +939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3e28e907f8ea3e28e90 /* Frameworks */ = { + FFFC5b847c107f8c5b847c10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -949,20 +949,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3e28e907f8ea3e28e90 /* Sources */ = { + FFF85b847c107f8c5b847c10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31e2e007f8ea31e2e00, - FFFFa31e2e687f8ea31e2e68, - FFFFa31e2ed07f8ea31e2ed0, - FFFFa31e2f387f8ea31e2f38, - FFFFa31e2fa07f8ea31e2fa0, - FFFFa31e30087f8ea31e3008, - FFFFa31e30707f8ea31e3070, - FFFFa31e30d87f8ea31e30d8, - FFFFa31e31407f8ea31e3140, - FFFFa31e31a87f8ea31e31a8, + FFFF5b0496007f8c5b049600, + FFFF5b0496687f8c5b049668, + FFFF5b0496d07f8c5b0496d0, + FFFF5b0497387f8c5b049738, + FFFF5b0497a07f8c5b0497a0, + FFFF5b0498087f8c5b049808, + FFFF5b0498707f8c5b049870, + FFFF5b0498d87f8c5b0498d8, + FFFF5b0499407f8c5b049940, + FFFF5b0499a87f8c5b0499a8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -974,154 +974,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFFa40599d07f8ea40599d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa40599d07f8ea40599d0 /* ScActorCore.cpp */; }; - FFFFa4059a387f8ea4059a38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059a387f8ea4059a38 /* ScActorSim.cpp */; }; - FFFFa4059aa07f8ea4059aa0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059aa07f8ea4059aa0 /* ScArticulationCore.cpp */; }; - FFFFa4059b087f8ea4059b08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059b087f8ea4059b08 /* ScArticulationJointCore.cpp */; }; - FFFFa4059b707f8ea4059b70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059b707f8ea4059b70 /* ScArticulationJointSim.cpp */; }; - FFFFa4059bd87f8ea4059bd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059bd87f8ea4059bd8 /* ScArticulationSim.cpp */; }; - FFFFa4059c407f8ea4059c40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059c407f8ea4059c40 /* ScBodyCore.cpp */; }; - FFFFa4059ca87f8ea4059ca8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059ca87f8ea4059ca8 /* ScBodyCoreKinematic.cpp */; }; - FFFFa4059d107f8ea4059d10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059d107f8ea4059d10 /* ScBodySim.cpp */; }; - FFFFa4059d787f8ea4059d78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059d787f8ea4059d78 /* ScConstraintCore.cpp */; }; - FFFFa4059de07f8ea4059de0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059de07f8ea4059de0 /* ScConstraintGroupNode.cpp */; }; - FFFFa4059e487f8ea4059e48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059e487f8ea4059e48 /* ScConstraintInteraction.cpp */; }; - FFFFa4059eb07f8ea4059eb0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059eb07f8ea4059eb0 /* ScConstraintProjectionManager.cpp */; }; - FFFFa4059f187f8ea4059f18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059f187f8ea4059f18 /* ScConstraintProjectionTree.cpp */; }; - FFFFa4059f807f8ea4059f80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059f807f8ea4059f80 /* ScConstraintSim.cpp */; }; - FFFFa4059fe87f8ea4059fe8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4059fe87f8ea4059fe8 /* ScElementInteractionMarker.cpp */; }; - FFFFa405a0507f8ea405a050 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a0507f8ea405a050 /* ScElementSim.cpp */; }; - FFFFa405a0b87f8ea405a0b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a0b87f8ea405a0b8 /* ScInteraction.cpp */; }; - FFFFa405a1207f8ea405a120 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a1207f8ea405a120 /* ScIterators.cpp */; }; - FFFFa405a1887f8ea405a188 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a1887f8ea405a188 /* ScMaterialCore.cpp */; }; - FFFFa405a1f07f8ea405a1f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a1f07f8ea405a1f0 /* ScMetaData.cpp */; }; - FFFFa405a2587f8ea405a258 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a2587f8ea405a258 /* ScNPhaseCore.cpp */; }; - FFFFa405a2c07f8ea405a2c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a2c07f8ea405a2c0 /* ScPhysics.cpp */; }; - FFFFa405a3287f8ea405a328 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a3287f8ea405a328 /* ScRigidCore.cpp */; }; - FFFFa405a3907f8ea405a390 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a3907f8ea405a390 /* ScRigidSim.cpp */; }; - FFFFa405a3f87f8ea405a3f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a3f87f8ea405a3f8 /* ScScene.cpp */; }; - FFFFa405a4607f8ea405a460 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a4607f8ea405a460 /* ScShapeCore.cpp */; }; - FFFFa405a4c87f8ea405a4c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a4c87f8ea405a4c8 /* ScShapeInteraction.cpp */; }; - FFFFa405a5307f8ea405a530 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a5307f8ea405a530 /* ScShapeSim.cpp */; }; - FFFFa405a5987f8ea405a598 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a5987f8ea405a598 /* ScSimStats.cpp */; }; - FFFFa405a6007f8ea405a600 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a6007f8ea405a600 /* ScSimulationController.cpp */; }; - FFFFa405a6687f8ea405a668 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a6687f8ea405a668 /* ScSqBoundsManager.cpp */; }; - FFFFa405a6d07f8ea405a6d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a6d07f8ea405a6d0 /* ScStaticCore.cpp */; }; - FFFFa405a7387f8ea405a738 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a7387f8ea405a738 /* ScStaticSim.cpp */; }; - FFFFa405a7a07f8ea405a7a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a7a07f8ea405a7a0 /* ScTriggerInteraction.cpp */; }; - FFFFa405a9407f8ea405a940 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a9407f8ea405a940 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFFa405a9a87f8ea405a9a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405a9a87f8ea405a9a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFFa405aa107f8ea405aa10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405aa107f8ea405aa10 /* particles/ScParticleSystemCore.cpp */; }; - FFFFa405aa787f8ea405aa78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405aa787f8ea405aa78 /* particles/ScParticleSystemSim.cpp */; }; - FFFFa405abb07f8ea405abb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405abb07f8ea405abb0 /* cloth/ScClothCore.cpp */; }; - FFFFa405ac187f8ea405ac18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405ac187f8ea405ac18 /* cloth/ScClothFabricCore.cpp */; }; - FFFFa405ac807f8ea405ac80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405ac807f8ea405ac80 /* cloth/ScClothShape.cpp */; }; - FFFFa405ace87f8ea405ace8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405ace87f8ea405ace8 /* cloth/ScClothSim.cpp */; }; + FFFF5b04ffd07f8c5b04ffd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b04ffd07f8c5b04ffd0 /* ScActorCore.cpp */; }; + FFFF5b0500387f8c5b050038 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0500387f8c5b050038 /* ScActorSim.cpp */; }; + FFFF5b0500a07f8c5b0500a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0500a07f8c5b0500a0 /* ScArticulationCore.cpp */; }; + FFFF5b0501087f8c5b050108 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0501087f8c5b050108 /* ScArticulationJointCore.cpp */; }; + FFFF5b0501707f8c5b050170 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0501707f8c5b050170 /* ScArticulationJointSim.cpp */; }; + FFFF5b0501d87f8c5b0501d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0501d87f8c5b0501d8 /* ScArticulationSim.cpp */; }; + FFFF5b0502407f8c5b050240 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0502407f8c5b050240 /* ScBodyCore.cpp */; }; + FFFF5b0502a87f8c5b0502a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0502a87f8c5b0502a8 /* ScBodyCoreKinematic.cpp */; }; + FFFF5b0503107f8c5b050310 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0503107f8c5b050310 /* ScBodySim.cpp */; }; + FFFF5b0503787f8c5b050378 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0503787f8c5b050378 /* ScConstraintCore.cpp */; }; + FFFF5b0503e07f8c5b0503e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0503e07f8c5b0503e0 /* ScConstraintGroupNode.cpp */; }; + FFFF5b0504487f8c5b050448 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0504487f8c5b050448 /* ScConstraintInteraction.cpp */; }; + FFFF5b0504b07f8c5b0504b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0504b07f8c5b0504b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF5b0505187f8c5b050518 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0505187f8c5b050518 /* ScConstraintProjectionTree.cpp */; }; + FFFF5b0505807f8c5b050580 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0505807f8c5b050580 /* ScConstraintSim.cpp */; }; + FFFF5b0505e87f8c5b0505e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0505e87f8c5b0505e8 /* ScElementInteractionMarker.cpp */; }; + FFFF5b0506507f8c5b050650 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0506507f8c5b050650 /* ScElementSim.cpp */; }; + FFFF5b0506b87f8c5b0506b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0506b87f8c5b0506b8 /* ScInteraction.cpp */; }; + FFFF5b0507207f8c5b050720 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0507207f8c5b050720 /* ScIterators.cpp */; }; + FFFF5b0507887f8c5b050788 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0507887f8c5b050788 /* ScMaterialCore.cpp */; }; + FFFF5b0507f07f8c5b0507f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0507f07f8c5b0507f0 /* ScMetaData.cpp */; }; + FFFF5b0508587f8c5b050858 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0508587f8c5b050858 /* ScNPhaseCore.cpp */; }; + FFFF5b0508c07f8c5b0508c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0508c07f8c5b0508c0 /* ScPhysics.cpp */; }; + FFFF5b0509287f8c5b050928 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0509287f8c5b050928 /* ScRigidCore.cpp */; }; + FFFF5b0509907f8c5b050990 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0509907f8c5b050990 /* ScRigidSim.cpp */; }; + FFFF5b0509f87f8c5b0509f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0509f87f8c5b0509f8 /* ScScene.cpp */; }; + FFFF5b050a607f8c5b050a60 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050a607f8c5b050a60 /* ScShapeCore.cpp */; }; + FFFF5b050ac87f8c5b050ac8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050ac87f8c5b050ac8 /* ScShapeInteraction.cpp */; }; + FFFF5b050b307f8c5b050b30 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050b307f8c5b050b30 /* ScShapeSim.cpp */; }; + FFFF5b050b987f8c5b050b98 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050b987f8c5b050b98 /* ScSimStats.cpp */; }; + FFFF5b050c007f8c5b050c00 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050c007f8c5b050c00 /* ScSimulationController.cpp */; }; + FFFF5b050c687f8c5b050c68 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050c687f8c5b050c68 /* ScSqBoundsManager.cpp */; }; + FFFF5b050cd07f8c5b050cd0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050cd07f8c5b050cd0 /* ScStaticCore.cpp */; }; + FFFF5b050d387f8c5b050d38 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050d387f8c5b050d38 /* ScStaticSim.cpp */; }; + FFFF5b050da07f8c5b050da0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050da07f8c5b050da0 /* ScTriggerInteraction.cpp */; }; + FFFF5b050f407f8c5b050f40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050f407f8c5b050f40 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF5b050fa87f8c5b050fa8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b050fa87f8c5b050fa8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF5b0510107f8c5b051010 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0510107f8c5b051010 /* particles/ScParticleSystemCore.cpp */; }; + FFFF5b0510787f8c5b051078 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0510787f8c5b051078 /* particles/ScParticleSystemSim.cpp */; }; + FFFF5b0511b07f8c5b0511b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0511b07f8c5b0511b0 /* cloth/ScClothCore.cpp */; }; + FFFF5b0512187f8c5b051218 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0512187f8c5b051218 /* cloth/ScClothFabricCore.cpp */; }; + FFFF5b0512807f8c5b051280 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0512807f8c5b051280 /* cloth/ScClothShape.cpp */; }; + FFFF5b0512e87f8c5b0512e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0512e87f8c5b0512e8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3e2d3f07f8ea3e2d3f0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31e58007f8ea31e5800 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e58687f8ea31e5868 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e58d07f8ea31e58d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e59387f8ea31e5938 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e59a07f8ea31e59a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5a087f8ea31e5a08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5a707f8ea31e5a70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5ad87f8ea31e5ad8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5b407f8ea31e5b40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5ba87f8ea31e5ba8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5c107f8ea31e5c10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5c787f8ea31e5c78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5ce07f8ea31e5ce0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5d487f8ea31e5d48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31e5db07f8ea31e5db0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058c007f8ea4058c00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058c687f8ea4058c68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058cd07f8ea4058cd0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058d387f8ea4058d38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058da07f8ea4058da0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058e087f8ea4058e08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058e707f8ea4058e70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058ed87f8ea4058ed8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058f407f8ea4058f40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4058fa87f8ea4058fa8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40590107f8ea4059010 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40590787f8ea4059078 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40590e07f8ea40590e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40591487f8ea4059148 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40591b07f8ea40591b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40592187f8ea4059218 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40592807f8ea4059280 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40592e87f8ea40592e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40593507f8ea4059350 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40593b87f8ea40593b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40594207f8ea4059420 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40594887f8ea4059488 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40594f07f8ea40594f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40595587f8ea4059558 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40595c07f8ea40595c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40596287f8ea4059628 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40596907f8ea4059690 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40596f87f8ea40596f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40597607f8ea4059760 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40597c87f8ea40597c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40598307f8ea4059830 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40598987f8ea4059898 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40599007f8ea4059900 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40599687f8ea4059968 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40599d07f8ea40599d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059a387f8ea4059a38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059aa07f8ea4059aa0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059b087f8ea4059b08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059b707f8ea4059b70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059bd87f8ea4059bd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059c407f8ea4059c40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059ca87f8ea4059ca8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059d107f8ea4059d10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059d787f8ea4059d78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059de07f8ea4059de0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059e487f8ea4059e48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059eb07f8ea4059eb0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059f187f8ea4059f18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059f807f8ea4059f80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4059fe87f8ea4059fe8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a0507f8ea405a050 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a0b87f8ea405a0b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a1207f8ea405a120 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a1887f8ea405a188 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a1f07f8ea405a1f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a2587f8ea405a258 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a2c07f8ea405a2c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a3287f8ea405a328 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a3907f8ea405a390 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a3f87f8ea405a3f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a4607f8ea405a460 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a4c87f8ea405a4c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a5307f8ea405a530 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a5987f8ea405a598 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a6007f8ea405a600 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a6687f8ea405a668 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a6d07f8ea405a6d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a7387f8ea405a738 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a7a07f8ea405a7a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a8087f8ea405a808 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405a8707f8ea405a870 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405a8d87f8ea405a8d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405a9407f8ea405a940 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405a9a87f8ea405a9a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405aa107f8ea405aa10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405aa787f8ea405aa78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405aae07f8ea405aae0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405ab487f8ea405ab48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405abb07f8ea405abb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405ac187f8ea405ac18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405ac807f8ea405ac80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405ace87f8ea405ace8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b84c1707f8c5b84c170 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b04c0007f8c5b04c000 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c0687f8c5b04c068 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c0d07f8c5b04c0d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c1387f8c5b04c138 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c1a07f8c5b04c1a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c2087f8c5b04c208 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c2707f8c5b04c270 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c2d87f8c5b04c2d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c3407f8c5b04c340 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c3a87f8c5b04c3a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c4107f8c5b04c410 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c4787f8c5b04c478 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c4e07f8c5b04c4e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c5487f8c5b04c548 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04c5b07f8c5b04c5b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f2007f8c5b04f200 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f2687f8c5b04f268 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f2d07f8c5b04f2d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f3387f8c5b04f338 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f3a07f8c5b04f3a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f4087f8c5b04f408 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f4707f8c5b04f470 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f4d87f8c5b04f4d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f5407f8c5b04f540 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f5a87f8c5b04f5a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f6107f8c5b04f610 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f6787f8c5b04f678 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f6e07f8c5b04f6e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f7487f8c5b04f748 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f7b07f8c5b04f7b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f8187f8c5b04f818 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f8807f8c5b04f880 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f8e87f8c5b04f8e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f9507f8c5b04f950 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04f9b87f8c5b04f9b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fa207f8c5b04fa20 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fa887f8c5b04fa88 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04faf07f8c5b04faf0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fb587f8c5b04fb58 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fbc07f8c5b04fbc0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fc287f8c5b04fc28 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fc907f8c5b04fc90 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fcf87f8c5b04fcf8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fd607f8c5b04fd60 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fdc87f8c5b04fdc8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fe307f8c5b04fe30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04fe987f8c5b04fe98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04ff007f8c5b04ff00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04ff687f8c5b04ff68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b04ffd07f8c5b04ffd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0500387f8c5b050038 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0500a07f8c5b0500a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0501087f8c5b050108 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0501707f8c5b050170 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0501d87f8c5b0501d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0502407f8c5b050240 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0502a87f8c5b0502a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0503107f8c5b050310 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0503787f8c5b050378 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0503e07f8c5b0503e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0504487f8c5b050448 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0504b07f8c5b0504b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0505187f8c5b050518 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0505807f8c5b050580 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0505e87f8c5b0505e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0506507f8c5b050650 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0506b87f8c5b0506b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0507207f8c5b050720 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0507887f8c5b050788 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0507f07f8c5b0507f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0508587f8c5b050858 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0508c07f8c5b0508c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0509287f8c5b050928 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0509907f8c5b050990 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0509f87f8c5b0509f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050a607f8c5b050a60 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050ac87f8c5b050ac8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050b307f8c5b050b30 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050b987f8c5b050b98 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050c007f8c5b050c00 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050c687f8c5b050c68 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050cd07f8c5b050cd0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050d387f8c5b050d38 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050da07f8c5b050da0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050e087f8c5b050e08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b050e707f8c5b050e70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b050ed87f8c5b050ed8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b050f407f8c5b050f40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b050fa87f8c5b050fa8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0510107f8c5b051010 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0510787f8c5b051078 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0510e07f8c5b0510e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0511487f8c5b051148 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0511b07f8c5b0511b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0512187f8c5b051218 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0512807f8c5b051280 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0512e87f8c5b0512e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3e2d3f07f8ea3e2d3f0 /* Resources */ = { + FFF25b84c1707f8c5b84c170 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1131,7 +1131,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3e2d3f07f8ea3e2d3f0 /* Frameworks */ = { + FFFC5b84c1707f8c5b84c170 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1141,53 +1141,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3e2d3f07f8ea3e2d3f0 /* Sources */ = { + FFF85b84c1707f8c5b84c170 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa40599d07f8ea40599d0, - FFFFa4059a387f8ea4059a38, - FFFFa4059aa07f8ea4059aa0, - FFFFa4059b087f8ea4059b08, - FFFFa4059b707f8ea4059b70, - FFFFa4059bd87f8ea4059bd8, - FFFFa4059c407f8ea4059c40, - FFFFa4059ca87f8ea4059ca8, - FFFFa4059d107f8ea4059d10, - FFFFa4059d787f8ea4059d78, - FFFFa4059de07f8ea4059de0, - FFFFa4059e487f8ea4059e48, - FFFFa4059eb07f8ea4059eb0, - FFFFa4059f187f8ea4059f18, - FFFFa4059f807f8ea4059f80, - FFFFa4059fe87f8ea4059fe8, - FFFFa405a0507f8ea405a050, - FFFFa405a0b87f8ea405a0b8, - FFFFa405a1207f8ea405a120, - FFFFa405a1887f8ea405a188, - FFFFa405a1f07f8ea405a1f0, - FFFFa405a2587f8ea405a258, - FFFFa405a2c07f8ea405a2c0, - FFFFa405a3287f8ea405a328, - FFFFa405a3907f8ea405a390, - FFFFa405a3f87f8ea405a3f8, - FFFFa405a4607f8ea405a460, - FFFFa405a4c87f8ea405a4c8, - FFFFa405a5307f8ea405a530, - FFFFa405a5987f8ea405a598, - FFFFa405a6007f8ea405a600, - FFFFa405a6687f8ea405a668, - FFFFa405a6d07f8ea405a6d0, - FFFFa405a7387f8ea405a738, - FFFFa405a7a07f8ea405a7a0, - FFFFa405a9407f8ea405a940, - FFFFa405a9a87f8ea405a9a8, - FFFFa405aa107f8ea405aa10, - FFFFa405aa787f8ea405aa78, - FFFFa405abb07f8ea405abb0, - FFFFa405ac187f8ea405ac18, - FFFFa405ac807f8ea405ac80, - FFFFa405ace87f8ea405ace8, + FFFF5b04ffd07f8c5b04ffd0, + FFFF5b0500387f8c5b050038, + FFFF5b0500a07f8c5b0500a0, + FFFF5b0501087f8c5b050108, + FFFF5b0501707f8c5b050170, + FFFF5b0501d87f8c5b0501d8, + FFFF5b0502407f8c5b050240, + FFFF5b0502a87f8c5b0502a8, + FFFF5b0503107f8c5b050310, + FFFF5b0503787f8c5b050378, + FFFF5b0503e07f8c5b0503e0, + FFFF5b0504487f8c5b050448, + FFFF5b0504b07f8c5b0504b0, + FFFF5b0505187f8c5b050518, + FFFF5b0505807f8c5b050580, + FFFF5b0505e87f8c5b0505e8, + FFFF5b0506507f8c5b050650, + FFFF5b0506b87f8c5b0506b8, + FFFF5b0507207f8c5b050720, + FFFF5b0507887f8c5b050788, + FFFF5b0507f07f8c5b0507f0, + FFFF5b0508587f8c5b050858, + FFFF5b0508c07f8c5b0508c0, + FFFF5b0509287f8c5b050928, + FFFF5b0509907f8c5b050990, + FFFF5b0509f87f8c5b0509f8, + FFFF5b050a607f8c5b050a60, + FFFF5b050ac87f8c5b050ac8, + FFFF5b050b307f8c5b050b30, + FFFF5b050b987f8c5b050b98, + FFFF5b050c007f8c5b050c00, + FFFF5b050c687f8c5b050c68, + FFFF5b050cd07f8c5b050cd0, + FFFF5b050d387f8c5b050d38, + FFFF5b050da07f8c5b050da0, + FFFF5b050f407f8c5b050f40, + FFFF5b050fa87f8c5b050fa8, + FFFF5b0510107f8c5b051010, + FFFF5b0510787f8c5b051078, + FFFF5b0511b07f8c5b0511b0, + FFFF5b0512187f8c5b051218, + FFFF5b0512807f8c5b051280, + FFFF5b0512e87f8c5b0512e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,80 +1199,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFFa53421807f8ea5342180 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDa3e17d707f8ea3e17d70 /* PhysXExtensions */; }; - FFFFa405d6007f8ea405d600 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d6007f8ea405d600 /* Adjacencies.cpp */; }; - FFFFa405d6687f8ea405d668 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d6687f8ea405d668 /* Cooking.cpp */; }; - FFFFa405d6d07f8ea405d6d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d6d07f8ea405d6d0 /* CookingUtils.cpp */; }; - FFFFa405d7387f8ea405d738 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d7387f8ea405d738 /* EdgeList.cpp */; }; - FFFFa405d7a07f8ea405d7a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d7a07f8ea405d7a0 /* MeshCleaner.cpp */; }; - FFFFa405d8087f8ea405d808 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405d8087f8ea405d808 /* Quantizer.cpp */; }; - FFFFa405dae07f8ea405dae0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405dae07f8ea405dae0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFFa405db487f8ea405db48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405db487f8ea405db48 /* mesh/HeightFieldCooking.cpp */; }; - FFFFa405dbb07f8ea405dbb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405dbb07f8ea405dbb0 /* mesh/RTreeCooking.cpp */; }; - FFFFa405dc187f8ea405dc18 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405dc187f8ea405dc18 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFFa405de887f8ea405de88 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405de887f8ea405de88 /* convex/BigConvexDataBuilder.cpp */; }; - FFFFa405def07f8ea405def0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405def07f8ea405def0 /* convex/ConvexHullBuilder.cpp */; }; - FFFFa405df587f8ea405df58 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405df587f8ea405df58 /* convex/ConvexHullLib.cpp */; }; - FFFFa405dfc07f8ea405dfc0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405dfc07f8ea405dfc0 /* convex/ConvexHullUtils.cpp */; }; - FFFFa405e0287f8ea405e028 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405e0287f8ea405e028 /* convex/ConvexMeshBuilder.cpp */; }; - FFFFa405e0907f8ea405e090 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405e0907f8ea405e090 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFFa405e0f87f8ea405e0f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405e0f87f8ea405e0f8 /* convex/InflationConvexHullLib.cpp */; }; - FFFFa405e1607f8ea405e160 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405e1607f8ea405e160 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFFa405e1c87f8ea405e1c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa405e1c87f8ea405e1c8 /* convex/VolumeIntegration.cpp */; }; + FFFF5b8563807f8c5b856380 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD5b836b207f8c5b836b20 /* PhysXExtensions */; }; + FFFF5b0534007f8c5b053400 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0534007f8c5b053400 /* Adjacencies.cpp */; }; + FFFF5b0534687f8c5b053468 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0534687f8c5b053468 /* Cooking.cpp */; }; + FFFF5b0534d07f8c5b0534d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0534d07f8c5b0534d0 /* CookingUtils.cpp */; }; + FFFF5b0535387f8c5b053538 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0535387f8c5b053538 /* EdgeList.cpp */; }; + FFFF5b0535a07f8c5b0535a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0535a07f8c5b0535a0 /* MeshCleaner.cpp */; }; + FFFF5b0536087f8c5b053608 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0536087f8c5b053608 /* Quantizer.cpp */; }; + FFFF5b0538e07f8c5b0538e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0538e07f8c5b0538e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF5b0539487f8c5b053948 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0539487f8c5b053948 /* mesh/HeightFieldCooking.cpp */; }; + FFFF5b0539b07f8c5b0539b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0539b07f8c5b0539b0 /* mesh/RTreeCooking.cpp */; }; + FFFF5b053a187f8c5b053a18 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053a187f8c5b053a18 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF5b053c887f8c5b053c88 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053c887f8c5b053c88 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF5b053cf07f8c5b053cf0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053cf07f8c5b053cf0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF5b053d587f8c5b053d58 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053d587f8c5b053d58 /* convex/ConvexHullLib.cpp */; }; + FFFF5b053dc07f8c5b053dc0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053dc07f8c5b053dc0 /* convex/ConvexHullUtils.cpp */; }; + FFFF5b053e287f8c5b053e28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053e287f8c5b053e28 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF5b053e907f8c5b053e90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053e907f8c5b053e90 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF5b053ef87f8c5b053ef8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053ef87f8c5b053ef8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF5b053f607f8c5b053f60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053f607f8c5b053f60 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF5b053fc87f8c5b053fc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b053fc87f8c5b053fc8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa5367b807f8ea5367b80 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa5340f707f8ea5340f70 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa5340fd87f8ea5340fd8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa53410407f8ea5341040 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa53410a87f8ea53410a8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDa53411107f8ea5341110 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa53411787f8ea5341178 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa53411e07f8ea53411e0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405d6007f8ea405d600 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d6687f8ea405d668 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d6d07f8ea405d6d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d7387f8ea405d738 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d7a07f8ea405d7a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d8087f8ea405d808 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405d8707f8ea405d870 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405d8d87f8ea405d8d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405d9407f8ea405d940 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405d9a87f8ea405d9a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405da107f8ea405da10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405da787f8ea405da78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405dae07f8ea405dae0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405db487f8ea405db48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405dbb07f8ea405dbb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405dc187f8ea405dc18 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405dc807f8ea405dc80 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405dce87f8ea405dce8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405dd507f8ea405dd50 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405ddb87f8ea405ddb8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405de207f8ea405de20 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405de887f8ea405de88 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405def07f8ea405def0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405df587f8ea405df58 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405dfc07f8ea405dfc0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e0287f8ea405e028 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e0907f8ea405e090 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e0f87f8ea405e0f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e1607f8ea405e160 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e1c87f8ea405e1c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa405e2307f8ea405e230 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e2987f8ea405e298 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e3007f8ea405e300 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e3687f8ea405e368 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e3d07f8ea405e3d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e4387f8ea405e438 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e4a07f8ea405e4a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e5087f8ea405e508 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDa405e5707f8ea405e570 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b8507d07f8c5b8507d0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b85aa807f8c5b85aa80 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85aae87f8c5b85aae8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85ab507f8c5b85ab50 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85abb87f8c5b85abb8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85ac207f8c5b85ac20 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85ac887f8c5b85ac88 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b85acf07f8c5b85acf0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0534007f8c5b053400 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0534687f8c5b053468 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0534d07f8c5b0534d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0535387f8c5b053538 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0535a07f8c5b0535a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0536087f8c5b053608 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0536707f8c5b053670 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0536d87f8c5b0536d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0537407f8c5b053740 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0537a87f8c5b0537a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0538107f8c5b053810 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0538787f8c5b053878 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0538e07f8c5b0538e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0539487f8c5b053948 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0539b07f8c5b0539b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053a187f8c5b053a18 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053a807f8c5b053a80 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b053ae87f8c5b053ae8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b053b507f8c5b053b50 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b053bb87f8c5b053bb8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b053c207f8c5b053c20 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b053c887f8c5b053c88 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053cf07f8c5b053cf0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053d587f8c5b053d58 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053dc07f8c5b053dc0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053e287f8c5b053e28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053e907f8c5b053e90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053ef87f8c5b053ef8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053f607f8c5b053f60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b053fc87f8c5b053fc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0540307f8c5b054030 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0540987f8c5b054098 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0541007f8c5b054100 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0541687f8c5b054168 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0541d07f8c5b0541d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0542387f8c5b054238 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0542a07f8c5b0542a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0543087f8c5b054308 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b0543707f8c5b054370 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a5367b807f8ea5367b80 /* Resources */ = { + FFF25b8507d07f8c5b8507d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1282,7 +1282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa5367b807f8ea5367b80 /* Frameworks */ = { + FFFC5b8507d07f8c5b8507d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1292,29 +1292,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a5367b807f8ea5367b80 /* Sources */ = { + FFF85b8507d07f8c5b8507d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa405d6007f8ea405d600, - FFFFa405d6687f8ea405d668, - FFFFa405d6d07f8ea405d6d0, - FFFFa405d7387f8ea405d738, - FFFFa405d7a07f8ea405d7a0, - FFFFa405d8087f8ea405d808, - FFFFa405dae07f8ea405dae0, - FFFFa405db487f8ea405db48, - FFFFa405dbb07f8ea405dbb0, - FFFFa405dc187f8ea405dc18, - FFFFa405de887f8ea405de88, - FFFFa405def07f8ea405def0, - FFFFa405df587f8ea405df58, - FFFFa405dfc07f8ea405dfc0, - FFFFa405e0287f8ea405e028, - FFFFa405e0907f8ea405e090, - FFFFa405e0f87f8ea405e0f8, - FFFFa405e1607f8ea405e160, - FFFFa405e1c87f8ea405e1c8, + FFFF5b0534007f8c5b053400, + FFFF5b0534687f8c5b053468, + FFFF5b0534d07f8c5b0534d0, + FFFF5b0535387f8c5b053538, + FFFF5b0535a07f8c5b0535a0, + FFFF5b0536087f8c5b053608, + FFFF5b0538e07f8c5b0538e0, + FFFF5b0539487f8c5b053948, + FFFF5b0539b07f8c5b0539b0, + FFFF5b053a187f8c5b053a18, + FFFF5b053c887f8c5b053c88, + FFFF5b053cf07f8c5b053cf0, + FFFF5b053d587f8c5b053d58, + FFFF5b053dc07f8c5b053dc0, + FFFF5b053e287f8c5b053e28, + FFFF5b053e907f8c5b053e90, + FFFF5b053ef87f8c5b053ef8, + FFFF5b053f607f8c5b053f60, + FFFF5b053fc87f8c5b053fc8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1323,515 +1323,515 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a5363f707f8ea5363f70 /* PBXTargetDependency */ = { + FFF45b85b3f07f8c5b85b3f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3896f307f8ea3896f30 /* PhysXCommon */; - targetProxy = FFF5a3896f307f8ea3896f30 /* PBXContainerItemProxy */; + target = FFFA59c183f07f8c59c183f0 /* PhysXCommon */; + targetProxy = FFF559c183f07f8c59c183f0 /* PBXContainerItemProxy */; }; - FFF4a53421807f8ea5342180 /* PBXTargetDependency */ = { + FFF45b8563807f8c5b856380 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3e17d707f8ea3e17d70 /* PhysXExtensions */; - targetProxy = FFF5a3e17d707f8ea3e17d70 /* PBXContainerItemProxy */; + target = FFFA5b836b207f8c5b836b20 /* PhysXExtensions */; + targetProxy = FFF55b836b207f8c5b836b20 /* PBXContainerItemProxy */; }; - FFF4a5363f407f8ea5363f40 /* PBXTargetDependency */ = { + FFF45b8568607f8c5b856860 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3880f207f8ea3880f20 /* PxFoundation */; - targetProxy = FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */; + target = FFFA59c114307f8c59c11430 /* PxFoundation */; + targetProxy = FFF559c114307f8c59c11430 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFFa31a22007f8ea31a2200 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a22007f8ea31a2200 /* src/CmBoxPruning.cpp */; }; - FFFFa31a22687f8ea31a2268 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a22687f8ea31a2268 /* src/CmCollection.cpp */; }; - FFFFa31a22d07f8ea31a22d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a22d07f8ea31a22d0 /* src/CmMathUtils.cpp */; }; - FFFFa31a23387f8ea31a2338 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a23387f8ea31a2338 /* src/CmPtrTable.cpp */; }; - FFFFa31a23a07f8ea31a23a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a23a07f8ea31a23a0 /* src/CmRadixSort.cpp */; }; - FFFFa31a24087f8ea31a2408 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a24087f8ea31a2408 /* src/CmRadixSortBuffered.cpp */; }; - FFFFa31a24707f8ea31a2470 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a24707f8ea31a2470 /* src/CmRenderOutput.cpp */; }; - FFFFa31a24d87f8ea31a24d8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDa31a24d87f8ea31a24d8 /* src/CmVisualization.cpp */; }; - FFFFa40013a87f8ea40013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40013a87f8ea40013a8 /* ../../Include/GeomUtils */; }; - FFFFa40048e07f8ea40048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40048e07f8ea40048e0 /* src/GuBounds.cpp */; }; - FFFFa40049487f8ea4004948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40049487f8ea4004948 /* src/GuBox.cpp */; }; - FFFFa40049b07f8ea40049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40049b07f8ea40049b0 /* src/GuCCTSweepTests.cpp */; }; - FFFFa4004a187f8ea4004a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004a187f8ea4004a18 /* src/GuCapsule.cpp */; }; - FFFFa4004a807f8ea4004a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004a807f8ea4004a80 /* src/GuGeometryQuery.cpp */; }; - FFFFa4004ae87f8ea4004ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004ae87f8ea4004ae8 /* src/GuGeometryUnion.cpp */; }; - FFFFa4004b507f8ea4004b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004b507f8ea4004b50 /* src/GuInternal.cpp */; }; - FFFFa4004bb87f8ea4004bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004bb87f8ea4004bb8 /* src/GuMTD.cpp */; }; - FFFFa4004c207f8ea4004c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004c207f8ea4004c20 /* src/GuMeshFactory.cpp */; }; - FFFFa4004c887f8ea4004c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004c887f8ea4004c88 /* src/GuMetaData.cpp */; }; - FFFFa4004cf07f8ea4004cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004cf07f8ea4004cf0 /* src/GuOverlapTests.cpp */; }; - FFFFa4004d587f8ea4004d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004d587f8ea4004d58 /* src/GuRaycastTests.cpp */; }; - FFFFa4004dc07f8ea4004dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004dc07f8ea4004dc0 /* src/GuSerialize.cpp */; }; - FFFFa4004e287f8ea4004e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004e287f8ea4004e28 /* src/GuSweepMTD.cpp */; }; - FFFFa4004e907f8ea4004e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004e907f8ea4004e90 /* src/GuSweepSharedTests.cpp */; }; - FFFFa4004ef87f8ea4004ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004ef87f8ea4004ef8 /* src/GuSweepTests.cpp */; }; - FFFFa4004f607f8ea4004f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004f607f8ea4004f60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFFa4004fc87f8ea4004fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4004fc87f8ea4004fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFFa40050307f8ea4005030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40050307f8ea4005030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFFa40050987f8ea4005098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40050987f8ea4005098 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFFa40051007f8ea4005100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40051007f8ea4005100 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFFa40051687f8ea4005168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40051687f8ea4005168 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFFa40051d07f8ea40051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40051d07f8ea40051d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFFa40052387f8ea4005238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40052387f8ea4005238 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFFa40052a07f8ea40052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40052a07f8ea40052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFFa40053087f8ea4005308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40053087f8ea4005308 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFFa40053707f8ea4005370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40053707f8ea4005370 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFFa40053d87f8ea40053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40053d87f8ea40053d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFFa40054407f8ea4005440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40054407f8ea4005440 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFFa40054a87f8ea40054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40054a87f8ea40054a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFFa40055107f8ea4005510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40055107f8ea4005510 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFFa40055787f8ea4005578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40055787f8ea4005578 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFFa40055e07f8ea40055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40055e07f8ea40055e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFFa40056487f8ea4005648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40056487f8ea4005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFFa40056b07f8ea40056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40056b07f8ea40056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFFa40057187f8ea4005718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40057187f8ea4005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFFa40057807f8ea4005780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40057807f8ea4005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFFa40057e87f8ea40057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40057e87f8ea40057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFFa40058507f8ea4005850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40058507f8ea4005850 /* src/common/GuSeparatingAxes.cpp */; }; - FFFFa40058b87f8ea40058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40058b87f8ea40058b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFFa40059207f8ea4005920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40059207f8ea4005920 /* src/convex/GuConvexHelper.cpp */; }; - FFFFa40059887f8ea4005988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40059887f8ea4005988 /* src/convex/GuConvexMesh.cpp */; }; - FFFFa40059f07f8ea40059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40059f07f8ea40059f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFFa4005a587f8ea4005a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005a587f8ea4005a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFFa4005ac07f8ea4005ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005ac07f8ea4005ac0 /* src/convex/GuHillClimbing.cpp */; }; - FFFFa4005b287f8ea4005b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005b287f8ea4005b28 /* src/convex/GuShapeConvex.cpp */; }; - FFFFa4005b907f8ea4005b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005b907f8ea4005b90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFFa4005bf87f8ea4005bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005bf87f8ea4005bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFFa4005c607f8ea4005c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005c607f8ea4005c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFFa4005cc87f8ea4005cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005cc87f8ea4005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFFa4005d307f8ea4005d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005d307f8ea4005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFFa4005d987f8ea4005d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005d987f8ea4005d98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFFa4005e007f8ea4005e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005e007f8ea4005e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFFa4005e687f8ea4005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005e687f8ea4005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFFa4005ed07f8ea4005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005ed07f8ea4005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFFa4005f387f8ea4005f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005f387f8ea4005f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFFa4005fa07f8ea4005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4005fa07f8ea4005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFFa40060087f8ea4006008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40060087f8ea4006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFFa40060707f8ea4006070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40060707f8ea4006070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFFa40060d87f8ea40060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40060d87f8ea40060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFFa40061407f8ea4006140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40061407f8ea4006140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFFa40061a87f8ea40061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40061a87f8ea40061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFFa40062107f8ea4006210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40062107f8ea4006210 /* src/gjk/GuEPA.cpp */; }; - FFFFa40062787f8ea4006278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40062787f8ea4006278 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFFa40062e07f8ea40062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40062e07f8ea40062e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFFa40063487f8ea4006348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40063487f8ea4006348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFFa40063b07f8ea40063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40063b07f8ea40063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFFa40064187f8ea4006418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40064187f8ea4006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFFa40064807f8ea4006480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40064807f8ea4006480 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFFa40064e87f8ea40064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40064e87f8ea40064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFFa40065507f8ea4006550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40065507f8ea4006550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFFa40065b87f8ea40065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40065b87f8ea40065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFFa40066207f8ea4006620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40066207f8ea4006620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFFa40066887f8ea4006688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40066887f8ea4006688 /* src/mesh/GuBV32.cpp */; }; - FFFFa40066f07f8ea40066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40066f07f8ea40066f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFFa40067587f8ea4006758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40067587f8ea4006758 /* src/mesh/GuBV4.cpp */; }; - FFFFa40067c07f8ea40067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40067c07f8ea40067c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFFa40068287f8ea4006828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40068287f8ea4006828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFFa40068907f8ea4006890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40068907f8ea4006890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFFa40068f87f8ea40068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40068f87f8ea40068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFFa40069607f8ea4006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40069607f8ea4006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFFa40069c87f8ea40069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40069c87f8ea40069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFFa4006a307f8ea4006a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006a307f8ea4006a30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFFa4006a987f8ea4006a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006a987f8ea4006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFFa4006b007f8ea4006b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006b007f8ea4006b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFFa4006b687f8ea4006b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006b687f8ea4006b68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFFa4006bd07f8ea4006bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006bd07f8ea4006bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFFa4006c387f8ea4006c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006c387f8ea4006c38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFFa4006ca07f8ea4006ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006ca07f8ea4006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFFa4006d087f8ea4006d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006d087f8ea4006d08 /* src/mesh/GuRTree.cpp */; }; - FFFFa4006d707f8ea4006d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006d707f8ea4006d70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFFa4006dd87f8ea4006dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006dd87f8ea4006dd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFFa4006e407f8ea4006e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006e407f8ea4006e40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFFa4006ea87f8ea4006ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006ea87f8ea4006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFFa4006f107f8ea4006f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006f107f8ea4006f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFFa4006f787f8ea4006f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006f787f8ea4006f78 /* src/hf/GuHeightField.cpp */; }; - FFFFa4006fe07f8ea4006fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4006fe07f8ea4006fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFFa40070487f8ea4007048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40070487f8ea4007048 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFFa40070b07f8ea40070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40070b07f8ea40070b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFFa40071187f8ea4007118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40071187f8ea4007118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFFa40071807f8ea4007180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40071807f8ea4007180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFFa40071e87f8ea40071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40071e87f8ea40071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFFa40072507f8ea4007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40072507f8ea4007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFFa40072b87f8ea40072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40072b87f8ea40072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFFa40073207f8ea4007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40073207f8ea4007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFFa40073887f8ea4007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40073887f8ea4007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFFa40073f07f8ea40073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40073f07f8ea40073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFFa40074587f8ea4007458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40074587f8ea4007458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFFa40074c07f8ea40074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40074c07f8ea40074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFFa40075287f8ea4007528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40075287f8ea4007528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFFa40075907f8ea4007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40075907f8ea4007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFFa40075f87f8ea40075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40075f87f8ea40075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFFa40076607f8ea4007660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40076607f8ea4007660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFFa40076c87f8ea40076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40076c87f8ea40076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFFa40077307f8ea4007730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40077307f8ea4007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFFa40077987f8ea4007798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40077987f8ea4007798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFFa40078007f8ea4007800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40078007f8ea4007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFFa40078687f8ea4007868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40078687f8ea4007868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFFa40078d07f8ea40078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40078d07f8ea40078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFFa40079387f8ea4007938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40079387f8ea4007938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFFa40079a07f8ea40079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa40079a07f8ea40079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFFa4007a087f8ea4007a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007a087f8ea4007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFFa4007a707f8ea4007a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007a707f8ea4007a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFFa4007ad87f8ea4007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007ad87f8ea4007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFFa4007b407f8ea4007b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007b407f8ea4007b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFFa4007ba87f8ea4007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007ba87f8ea4007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFFa4007c107f8ea4007c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDa4007c107f8ea4007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF5a023e007f8c5a023e00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a023e007f8c5a023e00 /* src/CmBoxPruning.cpp */; }; + FFFF5a023e687f8c5a023e68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a023e687f8c5a023e68 /* src/CmCollection.cpp */; }; + FFFF5a023ed07f8c5a023ed0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a023ed07f8c5a023ed0 /* src/CmMathUtils.cpp */; }; + FFFF5a023f387f8c5a023f38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a023f387f8c5a023f38 /* src/CmPtrTable.cpp */; }; + FFFF5a023fa07f8c5a023fa0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a023fa07f8c5a023fa0 /* src/CmRadixSort.cpp */; }; + FFFF5a0240087f8c5a024008 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a0240087f8c5a024008 /* src/CmRadixSortBuffered.cpp */; }; + FFFF5a0240707f8c5a024070 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a0240707f8c5a024070 /* src/CmRenderOutput.cpp */; }; + FFFF5a0240d87f8c5a0240d8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD5a0240d87f8c5a0240d8 /* src/CmVisualization.cpp */; }; + FFFF5a8013a87f8c5a8013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8013a87f8c5a8013a8 /* ../../Include/GeomUtils */; }; + FFFF5a8048e07f8c5a8048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8048e07f8c5a8048e0 /* src/GuBounds.cpp */; }; + FFFF5a8049487f8c5a804948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8049487f8c5a804948 /* src/GuBox.cpp */; }; + FFFF5a8049b07f8c5a8049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8049b07f8c5a8049b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF5a804a187f8c5a804a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804a187f8c5a804a18 /* src/GuCapsule.cpp */; }; + FFFF5a804a807f8c5a804a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804a807f8c5a804a80 /* src/GuGeometryQuery.cpp */; }; + FFFF5a804ae87f8c5a804ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804ae87f8c5a804ae8 /* src/GuGeometryUnion.cpp */; }; + FFFF5a804b507f8c5a804b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804b507f8c5a804b50 /* src/GuInternal.cpp */; }; + FFFF5a804bb87f8c5a804bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804bb87f8c5a804bb8 /* src/GuMTD.cpp */; }; + FFFF5a804c207f8c5a804c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804c207f8c5a804c20 /* src/GuMeshFactory.cpp */; }; + FFFF5a804c887f8c5a804c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804c887f8c5a804c88 /* src/GuMetaData.cpp */; }; + FFFF5a804cf07f8c5a804cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804cf07f8c5a804cf0 /* src/GuOverlapTests.cpp */; }; + FFFF5a804d587f8c5a804d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804d587f8c5a804d58 /* src/GuRaycastTests.cpp */; }; + FFFF5a804dc07f8c5a804dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804dc07f8c5a804dc0 /* src/GuSerialize.cpp */; }; + FFFF5a804e287f8c5a804e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804e287f8c5a804e28 /* src/GuSweepMTD.cpp */; }; + FFFF5a804e907f8c5a804e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804e907f8c5a804e90 /* src/GuSweepSharedTests.cpp */; }; + FFFF5a804ef87f8c5a804ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804ef87f8c5a804ef8 /* src/GuSweepTests.cpp */; }; + FFFF5a804f607f8c5a804f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804f607f8c5a804f60 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF5a804fc87f8c5a804fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a804fc87f8c5a804fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF5a8050307f8c5a805030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8050307f8c5a805030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF5a8050987f8c5a805098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8050987f8c5a805098 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF5a8051007f8c5a805100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8051007f8c5a805100 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF5a8051687f8c5a805168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8051687f8c5a805168 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF5a8051d07f8c5a8051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8051d07f8c5a8051d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF5a8052387f8c5a805238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8052387f8c5a805238 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF5a8052a07f8c5a8052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8052a07f8c5a8052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF5a8053087f8c5a805308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8053087f8c5a805308 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF5a8053707f8c5a805370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8053707f8c5a805370 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF5a8053d87f8c5a8053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8053d87f8c5a8053d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF5a8054407f8c5a805440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8054407f8c5a805440 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF5a8054a87f8c5a8054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8054a87f8c5a8054a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF5a8055107f8c5a805510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8055107f8c5a805510 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF5a8055787f8c5a805578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8055787f8c5a805578 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF5a8055e07f8c5a8055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8055e07f8c5a8055e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF5a8056487f8c5a805648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8056487f8c5a805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF5a8056b07f8c5a8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8056b07f8c5a8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF5a8057187f8c5a805718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8057187f8c5a805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF5a8057807f8c5a805780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8057807f8c5a805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF5a8057e87f8c5a8057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8057e87f8c5a8057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF5a8058507f8c5a805850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8058507f8c5a805850 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF5a8058b87f8c5a8058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8058b87f8c5a8058b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF5a8059207f8c5a805920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8059207f8c5a805920 /* src/convex/GuConvexHelper.cpp */; }; + FFFF5a8059887f8c5a805988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8059887f8c5a805988 /* src/convex/GuConvexMesh.cpp */; }; + FFFF5a8059f07f8c5a8059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8059f07f8c5a8059f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF5a805a587f8c5a805a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805a587f8c5a805a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF5a805ac07f8c5a805ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805ac07f8c5a805ac0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF5a805b287f8c5a805b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805b287f8c5a805b28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF5a805b907f8c5a805b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805b907f8c5a805b90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF5a805bf87f8c5a805bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805bf87f8c5a805bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF5a805c607f8c5a805c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805c607f8c5a805c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF5a805cc87f8c5a805cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805cc87f8c5a805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF5a805d307f8c5a805d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805d307f8c5a805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF5a805d987f8c5a805d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805d987f8c5a805d98 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF5a805e007f8c5a805e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805e007f8c5a805e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF5a805e687f8c5a805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805e687f8c5a805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF5a805ed07f8c5a805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805ed07f8c5a805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF5a805f387f8c5a805f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805f387f8c5a805f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF5a805fa07f8c5a805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a805fa07f8c5a805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF5a8060087f8c5a806008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8060087f8c5a806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF5a8060707f8c5a806070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8060707f8c5a806070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF5a8060d87f8c5a8060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8060d87f8c5a8060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF5a8061407f8c5a806140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8061407f8c5a806140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF5a8061a87f8c5a8061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8061a87f8c5a8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF5a8062107f8c5a806210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8062107f8c5a806210 /* src/gjk/GuEPA.cpp */; }; + FFFF5a8062787f8c5a806278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8062787f8c5a806278 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF5a8062e07f8c5a8062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8062e07f8c5a8062e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF5a8063487f8c5a806348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8063487f8c5a806348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF5a8063b07f8c5a8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8063b07f8c5a8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF5a8064187f8c5a806418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8064187f8c5a806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF5a8064807f8c5a806480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8064807f8c5a806480 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF5a8064e87f8c5a8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8064e87f8c5a8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF5a8065507f8c5a806550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8065507f8c5a806550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF5a8065b87f8c5a8065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8065b87f8c5a8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF5a8066207f8c5a806620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8066207f8c5a806620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF5a8066887f8c5a806688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8066887f8c5a806688 /* src/mesh/GuBV32.cpp */; }; + FFFF5a8066f07f8c5a8066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8066f07f8c5a8066f0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF5a8067587f8c5a806758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8067587f8c5a806758 /* src/mesh/GuBV4.cpp */; }; + FFFF5a8067c07f8c5a8067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8067c07f8c5a8067c0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF5a8068287f8c5a806828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8068287f8c5a806828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF5a8068907f8c5a806890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8068907f8c5a806890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF5a8068f87f8c5a8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8068f87f8c5a8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF5a8069607f8c5a806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8069607f8c5a806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF5a8069c87f8c5a8069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8069c87f8c5a8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF5a806a307f8c5a806a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806a307f8c5a806a30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF5a806a987f8c5a806a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806a987f8c5a806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF5a806b007f8c5a806b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806b007f8c5a806b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF5a806b687f8c5a806b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806b687f8c5a806b68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF5a806bd07f8c5a806bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806bd07f8c5a806bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF5a806c387f8c5a806c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806c387f8c5a806c38 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF5a806ca07f8c5a806ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806ca07f8c5a806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF5a806d087f8c5a806d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806d087f8c5a806d08 /* src/mesh/GuRTree.cpp */; }; + FFFF5a806d707f8c5a806d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806d707f8c5a806d70 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF5a806dd87f8c5a806dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806dd87f8c5a806dd8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF5a806e407f8c5a806e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806e407f8c5a806e40 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF5a806ea87f8c5a806ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806ea87f8c5a806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF5a806f107f8c5a806f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806f107f8c5a806f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF5a806f787f8c5a806f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806f787f8c5a806f78 /* src/hf/GuHeightField.cpp */; }; + FFFF5a806fe07f8c5a806fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a806fe07f8c5a806fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF5a8070487f8c5a807048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8070487f8c5a807048 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF5a8070b07f8c5a8070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8070b07f8c5a8070b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF5a8071187f8c5a807118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8071187f8c5a807118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF5a8071807f8c5a807180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8071807f8c5a807180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF5a8071e87f8c5a8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8071e87f8c5a8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF5a8072507f8c5a807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8072507f8c5a807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF5a8072b87f8c5a8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8072b87f8c5a8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF5a8073207f8c5a807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8073207f8c5a807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF5a8073887f8c5a807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8073887f8c5a807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF5a8073f07f8c5a8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8073f07f8c5a8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF5a8074587f8c5a807458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8074587f8c5a807458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF5a8074c07f8c5a8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8074c07f8c5a8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF5a8075287f8c5a807528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8075287f8c5a807528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF5a8075907f8c5a807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8075907f8c5a807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF5a8075f87f8c5a8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8075f87f8c5a8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF5a8076607f8c5a807660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8076607f8c5a807660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF5a8076c87f8c5a8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8076c87f8c5a8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF5a8077307f8c5a807730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8077307f8c5a807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF5a8077987f8c5a807798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8077987f8c5a807798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF5a8078007f8c5a807800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8078007f8c5a807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF5a8078687f8c5a807868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8078687f8c5a807868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF5a8078d07f8c5a8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8078d07f8c5a8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF5a8079387f8c5a807938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8079387f8c5a807938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF5a8079a07f8c5a8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a8079a07f8c5a8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF5a807a087f8c5a807a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807a087f8c5a807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF5a807a707f8c5a807a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807a707f8c5a807a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF5a807ad87f8c5a807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807ad87f8c5a807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF5a807b407f8c5a807b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807b407f8c5a807b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF5a807ba87f8c5a807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807ba87f8c5a807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF5a807c107f8c5a807c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD5a807c107f8c5a807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3896f307f8ea3896f30 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa400ec007f8ea400ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ec687f8ea400ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ecd07f8ea400ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ed387f8ea400ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400eda07f8ea400eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ee087f8ea400ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ee707f8ea400ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400eed87f8ea400eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400ef407f8ea400ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400efa87f8ea400efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f0107f8ea400f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f0787f8ea400f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f0e07f8ea400f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f1487f8ea400f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f1b07f8ea400f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f2187f8ea400f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f2807f8ea400f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f2e87f8ea400f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f3507f8ea400f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f3b87f8ea400f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f4207f8ea400f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f4887f8ea400f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f4f07f8ea400f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f5587f8ea400f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f5c07f8ea400f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f6287f8ea400f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f6907f8ea400f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f6f87f8ea400f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f7607f8ea400f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f7c87f8ea400f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f8307f8ea400f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f8987f8ea400f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa400f9007f8ea400f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a22007f8ea31a2200 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a22687f8ea31a2268 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a22d07f8ea31a22d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a23387f8ea31a2338 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a23a07f8ea31a23a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a24087f8ea31a2408 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a24707f8ea31a2470 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a24d87f8ea31a24d8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31a25407f8ea31a2540 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a25a87f8ea31a25a8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a26107f8ea31a2610 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a26787f8ea31a2678 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a26e07f8ea31a26e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a27487f8ea31a2748 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a27b07f8ea31a27b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a28187f8ea31a2818 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a28807f8ea31a2880 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a28e87f8ea31a28e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a29507f8ea31a2950 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a29b87f8ea31a29b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2a207f8ea31a2a20 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2a887f8ea31a2a88 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2af07f8ea31a2af0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2b587f8ea31a2b58 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2bc07f8ea31a2bc0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2c287f8ea31a2c28 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2c907f8ea31a2c90 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2cf87f8ea31a2cf8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2d607f8ea31a2d60 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2dc87f8ea31a2dc8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2e307f8ea31a2e30 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2e987f8ea31a2e98 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2f007f8ea31a2f00 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2f687f8ea31a2f68 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a2fd07f8ea31a2fd0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a30387f8ea31a3038 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40010007f8ea4001000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40010687f8ea4001068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40010d07f8ea40010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40011387f8ea4001138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40011a07f8ea40011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40012087f8ea4001208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40012707f8ea4001270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40012d87f8ea40012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40013407f8ea4001340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40013a87f8ea40013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFDa40014107f8ea4001410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40014787f8ea4001478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40014e07f8ea40014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40015487f8ea4001548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40015b07f8ea40015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40016187f8ea4001618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40016807f8ea4001680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40016e87f8ea40016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40017507f8ea4001750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40017b87f8ea40017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40018207f8ea4001820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40018887f8ea4001888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40018f07f8ea40018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40019587f8ea4001958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40019c07f8ea40019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001a287f8ea4001a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001a907f8ea4001a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001af87f8ea4001af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001b607f8ea4001b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001bc87f8ea4001bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001c307f8ea4001c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001c987f8ea4001c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001d007f8ea4001d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001d687f8ea4001d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001dd07f8ea4001dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001e387f8ea4001e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001ea07f8ea4001ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001f087f8ea4001f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001f707f8ea4001f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4001fd87f8ea4001fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40020407f8ea4002040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40020a87f8ea40020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40021107f8ea4002110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40021787f8ea4002178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40021e07f8ea40021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40022487f8ea4002248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40022b07f8ea40022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40023187f8ea4002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40023807f8ea4002380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40023e87f8ea40023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40024507f8ea4002450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40024b87f8ea40024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40025207f8ea4002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40025887f8ea4002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40025f07f8ea40025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40026587f8ea4002658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40026c07f8ea40026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40027287f8ea4002728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40027907f8ea4002790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40027f87f8ea40027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40028607f8ea4002860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40028c87f8ea40028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40029307f8ea4002930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40029987f8ea4002998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002a007f8ea4002a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002a687f8ea4002a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002ad07f8ea4002ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002b387f8ea4002b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002ba07f8ea4002ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002c087f8ea4002c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002c707f8ea4002c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002cd87f8ea4002cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002d407f8ea4002d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002da87f8ea4002da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002e107f8ea4002e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002e787f8ea4002e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002ee07f8ea4002ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002f487f8ea4002f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4002fb07f8ea4002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40030187f8ea4003018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40030807f8ea4003080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40030e87f8ea40030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40031507f8ea4003150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40031b87f8ea40031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40032207f8ea4003220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40032887f8ea4003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40032f07f8ea40032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40033587f8ea4003358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40033c07f8ea40033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40034287f8ea4003428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40034907f8ea4003490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40034f87f8ea40034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40035607f8ea4003560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40035c87f8ea40035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40036307f8ea4003630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40036987f8ea4003698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40037007f8ea4003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40037687f8ea4003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40037d07f8ea40037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40038387f8ea4003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40038a07f8ea40038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40039087f8ea4003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40039707f8ea4003970 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40039d87f8ea40039d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003a407f8ea4003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003aa87f8ea4003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003b107f8ea4003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003b787f8ea4003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003be07f8ea4003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003c487f8ea4003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003cb07f8ea4003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003d187f8ea4003d18 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003d807f8ea4003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003de87f8ea4003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003e507f8ea4003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003eb87f8ea4003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003f207f8ea4003f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003f887f8ea4003f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4003ff07f8ea4003ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40040587f8ea4004058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40040c07f8ea40040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40041287f8ea4004128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40041907f8ea4004190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40041f87f8ea40041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40042607f8ea4004260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40042c87f8ea40042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40043307f8ea4004330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40043987f8ea4004398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40044007f8ea4004400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40044687f8ea4004468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40044d07f8ea40044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40045387f8ea4004538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40045a07f8ea40045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40046087f8ea4004608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40046707f8ea4004670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40046d87f8ea40046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40047407f8ea4004740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40047a87f8ea40047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40048107f8ea4004810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40048787f8ea4004878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40048e07f8ea40048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40049487f8ea4004948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40049b07f8ea40049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004a187f8ea4004a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004a807f8ea4004a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004ae87f8ea4004ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004b507f8ea4004b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004bb87f8ea4004bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004c207f8ea4004c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004c887f8ea4004c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004cf07f8ea4004cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004d587f8ea4004d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004dc07f8ea4004dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004e287f8ea4004e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004e907f8ea4004e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004ef87f8ea4004ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004f607f8ea4004f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4004fc87f8ea4004fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40050307f8ea4005030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40050987f8ea4005098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40051007f8ea4005100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40051687f8ea4005168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40051d07f8ea40051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40052387f8ea4005238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40052a07f8ea40052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40053087f8ea4005308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40053707f8ea4005370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40053d87f8ea40053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40054407f8ea4005440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40054a87f8ea40054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40055107f8ea4005510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40055787f8ea4005578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40055e07f8ea40055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40056487f8ea4005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40056b07f8ea40056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40057187f8ea4005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40057807f8ea4005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40057e87f8ea40057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40058507f8ea4005850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40058b87f8ea40058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40059207f8ea4005920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40059887f8ea4005988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40059f07f8ea40059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005a587f8ea4005a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005ac07f8ea4005ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005b287f8ea4005b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005b907f8ea4005b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005bf87f8ea4005bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005c607f8ea4005c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005cc87f8ea4005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005d307f8ea4005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005d987f8ea4005d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005e007f8ea4005e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005e687f8ea4005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005ed07f8ea4005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005f387f8ea4005f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4005fa07f8ea4005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40060087f8ea4006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40060707f8ea4006070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40060d87f8ea40060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40061407f8ea4006140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40061a87f8ea40061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40062107f8ea4006210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40062787f8ea4006278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40062e07f8ea40062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40063487f8ea4006348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40063b07f8ea40063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40064187f8ea4006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40064807f8ea4006480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40064e87f8ea40064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40065507f8ea4006550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40065b87f8ea40065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40066207f8ea4006620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40066887f8ea4006688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40066f07f8ea40066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40067587f8ea4006758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40067c07f8ea40067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40068287f8ea4006828 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40068907f8ea4006890 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40068f87f8ea40068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40069607f8ea4006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40069c87f8ea40069c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006a307f8ea4006a30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006a987f8ea4006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006b007f8ea4006b00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006b687f8ea4006b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006bd07f8ea4006bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006c387f8ea4006c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006ca07f8ea4006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006d087f8ea4006d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006d707f8ea4006d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006dd87f8ea4006dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006e407f8ea4006e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006ea87f8ea4006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006f107f8ea4006f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006f787f8ea4006f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4006fe07f8ea4006fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40070487f8ea4007048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40070b07f8ea40070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40071187f8ea4007118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40071807f8ea4007180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40071e87f8ea40071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40072507f8ea4007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40072b87f8ea40072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40073207f8ea4007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40073887f8ea4007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40073f07f8ea40073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40074587f8ea4007458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40074c07f8ea40074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40075287f8ea4007528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40075907f8ea4007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40075f87f8ea40075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40076607f8ea4007660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40076c87f8ea40076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40077307f8ea4007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40077987f8ea4007798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40078007f8ea4007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40078687f8ea4007868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40078d07f8ea40078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40079387f8ea4007938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40079a07f8ea40079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007a087f8ea4007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007a707f8ea4007a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007ad87f8ea4007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007b407f8ea4007b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007ba87f8ea4007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4007c107f8ea4007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59c183f07f8c59c183f0 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5a80ec007f8c5a80ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ec687f8c5a80ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ecd07f8c5a80ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ed387f8c5a80ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80eda07f8c5a80eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ee087f8c5a80ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ee707f8c5a80ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80eed87f8c5a80eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80ef407f8c5a80ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80efa87f8c5a80efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f0107f8c5a80f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f0787f8c5a80f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f0e07f8c5a80f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f1487f8c5a80f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f1b07f8c5a80f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f2187f8c5a80f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f2807f8c5a80f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f2e87f8c5a80f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f3507f8c5a80f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f3b87f8c5a80f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f4207f8c5a80f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f4887f8c5a80f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f4f07f8c5a80f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f5587f8c5a80f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f5c07f8c5a80f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f6287f8c5a80f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f6907f8c5a80f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f6f87f8c5a80f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f7607f8c5a80f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f7c87f8c5a80f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f8307f8c5a80f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f8987f8c5a80f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a80f9007f8c5a80f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a023e007f8c5a023e00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a023e687f8c5a023e68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a023ed07f8c5a023ed0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a023f387f8c5a023f38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a023fa07f8c5a023fa0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a0240087f8c5a024008 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a0240707f8c5a024070 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a0240d87f8c5a0240d8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a0241407f8c5a024140 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0241a87f8c5a0241a8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0242107f8c5a024210 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0242787f8c5a024278 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0242e07f8c5a0242e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0243487f8c5a024348 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0243b07f8c5a0243b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0244187f8c5a024418 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0244807f8c5a024480 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0244e87f8c5a0244e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0245507f8c5a024550 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0245b87f8c5a0245b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0246207f8c5a024620 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0246887f8c5a024688 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0246f07f8c5a0246f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0247587f8c5a024758 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0247c07f8c5a0247c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0248287f8c5a024828 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0248907f8c5a024890 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0248f87f8c5a0248f8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0249607f8c5a024960 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a0249c87f8c5a0249c8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024a307f8c5a024a30 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024a987f8c5a024a98 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024b007f8c5a024b00 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024b687f8c5a024b68 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024bd07f8c5a024bd0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a024c387f8c5a024c38 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8010007f8c5a801000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8010687f8c5a801068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8010d07f8c5a8010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8011387f8c5a801138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8011a07f8c5a8011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8012087f8c5a801208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8012707f8c5a801270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8012d87f8c5a8012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8013407f8c5a801340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8013a87f8c5a8013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD5a8014107f8c5a801410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8014787f8c5a801478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8014e07f8c5a8014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8015487f8c5a801548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8015b07f8c5a8015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8016187f8c5a801618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8016807f8c5a801680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8016e87f8c5a8016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8017507f8c5a801750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8017b87f8c5a8017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8018207f8c5a801820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8018887f8c5a801888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8018f07f8c5a8018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8019587f8c5a801958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8019c07f8c5a8019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801a287f8c5a801a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801a907f8c5a801a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801af87f8c5a801af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801b607f8c5a801b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801bc87f8c5a801bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801c307f8c5a801c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801c987f8c5a801c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801d007f8c5a801d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801d687f8c5a801d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801dd07f8c5a801dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801e387f8c5a801e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801ea07f8c5a801ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801f087f8c5a801f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801f707f8c5a801f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a801fd87f8c5a801fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8020407f8c5a802040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8020a87f8c5a8020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8021107f8c5a802110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8021787f8c5a802178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8021e07f8c5a8021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8022487f8c5a802248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8022b07f8c5a8022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8023187f8c5a802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8023807f8c5a802380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8023e87f8c5a8023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8024507f8c5a802450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8024b87f8c5a8024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8025207f8c5a802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8025887f8c5a802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8025f07f8c5a8025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8026587f8c5a802658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8026c07f8c5a8026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8027287f8c5a802728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8027907f8c5a802790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8027f87f8c5a8027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8028607f8c5a802860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8028c87f8c5a8028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8029307f8c5a802930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8029987f8c5a802998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802a007f8c5a802a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802a687f8c5a802a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802ad07f8c5a802ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802b387f8c5a802b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802ba07f8c5a802ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802c087f8c5a802c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802c707f8c5a802c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802cd87f8c5a802cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802d407f8c5a802d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802da87f8c5a802da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802e107f8c5a802e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802e787f8c5a802e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802ee07f8c5a802ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802f487f8c5a802f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a802fb07f8c5a802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8030187f8c5a803018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8030807f8c5a803080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8030e87f8c5a8030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8031507f8c5a803150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8031b87f8c5a8031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8032207f8c5a803220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8032887f8c5a803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8032f07f8c5a8032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8033587f8c5a803358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8033c07f8c5a8033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8034287f8c5a803428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8034907f8c5a803490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8034f87f8c5a8034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8035607f8c5a803560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8035c87f8c5a8035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8036307f8c5a803630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8036987f8c5a803698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8037007f8c5a803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8037687f8c5a803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8037d07f8c5a8037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8038387f8c5a803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8038a07f8c5a8038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8039087f8c5a803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8039707f8c5a803970 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8039d87f8c5a8039d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803a407f8c5a803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803aa87f8c5a803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803b107f8c5a803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803b787f8c5a803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803be07f8c5a803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803c487f8c5a803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803cb07f8c5a803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803d187f8c5a803d18 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803d807f8c5a803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803de87f8c5a803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803e507f8c5a803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803eb87f8c5a803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803f207f8c5a803f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803f887f8c5a803f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a803ff07f8c5a803ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8040587f8c5a804058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8040c07f8c5a8040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8041287f8c5a804128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8041907f8c5a804190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8041f87f8c5a8041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8042607f8c5a804260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8042c87f8c5a8042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8043307f8c5a804330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8043987f8c5a804398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8044007f8c5a804400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8044687f8c5a804468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8044d07f8c5a8044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8045387f8c5a804538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8045a07f8c5a8045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8046087f8c5a804608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8046707f8c5a804670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8046d87f8c5a8046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8047407f8c5a804740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8047a87f8c5a8047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8048107f8c5a804810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8048787f8c5a804878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8048e07f8c5a8048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8049487f8c5a804948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8049b07f8c5a8049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804a187f8c5a804a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804a807f8c5a804a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804ae87f8c5a804ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804b507f8c5a804b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804bb87f8c5a804bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804c207f8c5a804c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804c887f8c5a804c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804cf07f8c5a804cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804d587f8c5a804d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804dc07f8c5a804dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804e287f8c5a804e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804e907f8c5a804e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804ef87f8c5a804ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804f607f8c5a804f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a804fc87f8c5a804fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8050307f8c5a805030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8050987f8c5a805098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8051007f8c5a805100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8051687f8c5a805168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8051d07f8c5a8051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8052387f8c5a805238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8052a07f8c5a8052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8053087f8c5a805308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8053707f8c5a805370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8053d87f8c5a8053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8054407f8c5a805440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8054a87f8c5a8054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8055107f8c5a805510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8055787f8c5a805578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8055e07f8c5a8055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8056487f8c5a805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8056b07f8c5a8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8057187f8c5a805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8057807f8c5a805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8057e87f8c5a8057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8058507f8c5a805850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8058b87f8c5a8058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8059207f8c5a805920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8059887f8c5a805988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8059f07f8c5a8059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805a587f8c5a805a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805ac07f8c5a805ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805b287f8c5a805b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805b907f8c5a805b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805bf87f8c5a805bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805c607f8c5a805c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805cc87f8c5a805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805d307f8c5a805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805d987f8c5a805d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805e007f8c5a805e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805e687f8c5a805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805ed07f8c5a805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805f387f8c5a805f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a805fa07f8c5a805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8060087f8c5a806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8060707f8c5a806070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8060d87f8c5a8060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8061407f8c5a806140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8061a87f8c5a8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8062107f8c5a806210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8062787f8c5a806278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8062e07f8c5a8062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8063487f8c5a806348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8063b07f8c5a8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8064187f8c5a806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8064807f8c5a806480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8064e87f8c5a8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8065507f8c5a806550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8065b87f8c5a8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8066207f8c5a806620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8066887f8c5a806688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8066f07f8c5a8066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8067587f8c5a806758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8067c07f8c5a8067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8068287f8c5a806828 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8068907f8c5a806890 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8068f87f8c5a8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8069607f8c5a806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8069c87f8c5a8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806a307f8c5a806a30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806a987f8c5a806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806b007f8c5a806b00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806b687f8c5a806b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806bd07f8c5a806bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806c387f8c5a806c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806ca07f8c5a806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806d087f8c5a806d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806d707f8c5a806d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806dd87f8c5a806dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806e407f8c5a806e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806ea87f8c5a806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806f107f8c5a806f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806f787f8c5a806f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a806fe07f8c5a806fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8070487f8c5a807048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8070b07f8c5a8070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8071187f8c5a807118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8071807f8c5a807180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8071e87f8c5a8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8072507f8c5a807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8072b87f8c5a8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8073207f8c5a807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8073887f8c5a807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8073f07f8c5a8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8074587f8c5a807458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8074c07f8c5a8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8075287f8c5a807528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8075907f8c5a807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8075f87f8c5a8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8076607f8c5a807660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8076c87f8c5a8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8077307f8c5a807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8077987f8c5a807798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8078007f8c5a807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8078687f8c5a807868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8078d07f8c5a8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8079387f8c5a807938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8079a07f8c5a8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807a087f8c5a807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807a707f8c5a807a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807ad87f8c5a807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807b407f8c5a807b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807ba87f8c5a807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a807c107f8c5a807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3896f307f8ea3896f30 /* Resources */ = { + FFF259c183f07f8c59c183f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa40013a87f8ea40013a8, + FFFF5a8013a87f8c5a8013a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3896f307f8ea3896f30 /* Frameworks */ = { + FFFC59c183f07f8c59c183f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,145 +1841,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3896f307f8ea3896f30 /* Sources */ = { + FFF859c183f07f8c59c183f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa31a22007f8ea31a2200, - FFFFa31a22687f8ea31a2268, - FFFFa31a22d07f8ea31a22d0, - FFFFa31a23387f8ea31a2338, - FFFFa31a23a07f8ea31a23a0, - FFFFa31a24087f8ea31a2408, - FFFFa31a24707f8ea31a2470, - FFFFa31a24d87f8ea31a24d8, - FFFFa40048e07f8ea40048e0, - FFFFa40049487f8ea4004948, - FFFFa40049b07f8ea40049b0, - FFFFa4004a187f8ea4004a18, - FFFFa4004a807f8ea4004a80, - FFFFa4004ae87f8ea4004ae8, - FFFFa4004b507f8ea4004b50, - FFFFa4004bb87f8ea4004bb8, - FFFFa4004c207f8ea4004c20, - FFFFa4004c887f8ea4004c88, - FFFFa4004cf07f8ea4004cf0, - FFFFa4004d587f8ea4004d58, - FFFFa4004dc07f8ea4004dc0, - FFFFa4004e287f8ea4004e28, - FFFFa4004e907f8ea4004e90, - FFFFa4004ef87f8ea4004ef8, - FFFFa4004f607f8ea4004f60, - FFFFa4004fc87f8ea4004fc8, - FFFFa40050307f8ea4005030, - FFFFa40050987f8ea4005098, - FFFFa40051007f8ea4005100, - FFFFa40051687f8ea4005168, - FFFFa40051d07f8ea40051d0, - FFFFa40052387f8ea4005238, - FFFFa40052a07f8ea40052a0, - FFFFa40053087f8ea4005308, - FFFFa40053707f8ea4005370, - FFFFa40053d87f8ea40053d8, - FFFFa40054407f8ea4005440, - FFFFa40054a87f8ea40054a8, - FFFFa40055107f8ea4005510, - FFFFa40055787f8ea4005578, - FFFFa40055e07f8ea40055e0, - FFFFa40056487f8ea4005648, - FFFFa40056b07f8ea40056b0, - FFFFa40057187f8ea4005718, - FFFFa40057807f8ea4005780, - FFFFa40057e87f8ea40057e8, - FFFFa40058507f8ea4005850, - FFFFa40058b87f8ea40058b8, - FFFFa40059207f8ea4005920, - FFFFa40059887f8ea4005988, - FFFFa40059f07f8ea40059f0, - FFFFa4005a587f8ea4005a58, - FFFFa4005ac07f8ea4005ac0, - FFFFa4005b287f8ea4005b28, - FFFFa4005b907f8ea4005b90, - FFFFa4005bf87f8ea4005bf8, - FFFFa4005c607f8ea4005c60, - FFFFa4005cc87f8ea4005cc8, - FFFFa4005d307f8ea4005d30, - FFFFa4005d987f8ea4005d98, - FFFFa4005e007f8ea4005e00, - FFFFa4005e687f8ea4005e68, - FFFFa4005ed07f8ea4005ed0, - FFFFa4005f387f8ea4005f38, - FFFFa4005fa07f8ea4005fa0, - FFFFa40060087f8ea4006008, - FFFFa40060707f8ea4006070, - FFFFa40060d87f8ea40060d8, - FFFFa40061407f8ea4006140, - FFFFa40061a87f8ea40061a8, - FFFFa40062107f8ea4006210, - FFFFa40062787f8ea4006278, - FFFFa40062e07f8ea40062e0, - FFFFa40063487f8ea4006348, - FFFFa40063b07f8ea40063b0, - FFFFa40064187f8ea4006418, - FFFFa40064807f8ea4006480, - FFFFa40064e87f8ea40064e8, - FFFFa40065507f8ea4006550, - FFFFa40065b87f8ea40065b8, - FFFFa40066207f8ea4006620, - FFFFa40066887f8ea4006688, - FFFFa40066f07f8ea40066f0, - FFFFa40067587f8ea4006758, - FFFFa40067c07f8ea40067c0, - FFFFa40068287f8ea4006828, - FFFFa40068907f8ea4006890, - FFFFa40068f87f8ea40068f8, - FFFFa40069607f8ea4006960, - FFFFa40069c87f8ea40069c8, - FFFFa4006a307f8ea4006a30, - FFFFa4006a987f8ea4006a98, - FFFFa4006b007f8ea4006b00, - FFFFa4006b687f8ea4006b68, - FFFFa4006bd07f8ea4006bd0, - FFFFa4006c387f8ea4006c38, - FFFFa4006ca07f8ea4006ca0, - FFFFa4006d087f8ea4006d08, - FFFFa4006d707f8ea4006d70, - FFFFa4006dd87f8ea4006dd8, - FFFFa4006e407f8ea4006e40, - FFFFa4006ea87f8ea4006ea8, - FFFFa4006f107f8ea4006f10, - FFFFa4006f787f8ea4006f78, - FFFFa4006fe07f8ea4006fe0, - FFFFa40070487f8ea4007048, - FFFFa40070b07f8ea40070b0, - FFFFa40071187f8ea4007118, - FFFFa40071807f8ea4007180, - FFFFa40071e87f8ea40071e8, - FFFFa40072507f8ea4007250, - FFFFa40072b87f8ea40072b8, - FFFFa40073207f8ea4007320, - FFFFa40073887f8ea4007388, - FFFFa40073f07f8ea40073f0, - FFFFa40074587f8ea4007458, - FFFFa40074c07f8ea40074c0, - FFFFa40075287f8ea4007528, - FFFFa40075907f8ea4007590, - FFFFa40075f87f8ea40075f8, - FFFFa40076607f8ea4007660, - FFFFa40076c87f8ea40076c8, - FFFFa40077307f8ea4007730, - FFFFa40077987f8ea4007798, - FFFFa40078007f8ea4007800, - FFFFa40078687f8ea4007868, - FFFFa40078d07f8ea40078d0, - FFFFa40079387f8ea4007938, - FFFFa40079a07f8ea40079a0, - FFFFa4007a087f8ea4007a08, - FFFFa4007a707f8ea4007a70, - FFFFa4007ad87f8ea4007ad8, - FFFFa4007b407f8ea4007b40, - FFFFa4007ba87f8ea4007ba8, - FFFFa4007c107f8ea4007c10, + FFFF5a023e007f8c5a023e00, + FFFF5a023e687f8c5a023e68, + FFFF5a023ed07f8c5a023ed0, + FFFF5a023f387f8c5a023f38, + FFFF5a023fa07f8c5a023fa0, + FFFF5a0240087f8c5a024008, + FFFF5a0240707f8c5a024070, + FFFF5a0240d87f8c5a0240d8, + FFFF5a8048e07f8c5a8048e0, + FFFF5a8049487f8c5a804948, + FFFF5a8049b07f8c5a8049b0, + FFFF5a804a187f8c5a804a18, + FFFF5a804a807f8c5a804a80, + FFFF5a804ae87f8c5a804ae8, + FFFF5a804b507f8c5a804b50, + FFFF5a804bb87f8c5a804bb8, + FFFF5a804c207f8c5a804c20, + FFFF5a804c887f8c5a804c88, + FFFF5a804cf07f8c5a804cf0, + FFFF5a804d587f8c5a804d58, + FFFF5a804dc07f8c5a804dc0, + FFFF5a804e287f8c5a804e28, + FFFF5a804e907f8c5a804e90, + FFFF5a804ef87f8c5a804ef8, + FFFF5a804f607f8c5a804f60, + FFFF5a804fc87f8c5a804fc8, + FFFF5a8050307f8c5a805030, + FFFF5a8050987f8c5a805098, + FFFF5a8051007f8c5a805100, + FFFF5a8051687f8c5a805168, + FFFF5a8051d07f8c5a8051d0, + FFFF5a8052387f8c5a805238, + FFFF5a8052a07f8c5a8052a0, + FFFF5a8053087f8c5a805308, + FFFF5a8053707f8c5a805370, + FFFF5a8053d87f8c5a8053d8, + FFFF5a8054407f8c5a805440, + FFFF5a8054a87f8c5a8054a8, + FFFF5a8055107f8c5a805510, + FFFF5a8055787f8c5a805578, + FFFF5a8055e07f8c5a8055e0, + FFFF5a8056487f8c5a805648, + FFFF5a8056b07f8c5a8056b0, + FFFF5a8057187f8c5a805718, + FFFF5a8057807f8c5a805780, + FFFF5a8057e87f8c5a8057e8, + FFFF5a8058507f8c5a805850, + FFFF5a8058b87f8c5a8058b8, + FFFF5a8059207f8c5a805920, + FFFF5a8059887f8c5a805988, + FFFF5a8059f07f8c5a8059f0, + FFFF5a805a587f8c5a805a58, + FFFF5a805ac07f8c5a805ac0, + FFFF5a805b287f8c5a805b28, + FFFF5a805b907f8c5a805b90, + FFFF5a805bf87f8c5a805bf8, + FFFF5a805c607f8c5a805c60, + FFFF5a805cc87f8c5a805cc8, + FFFF5a805d307f8c5a805d30, + FFFF5a805d987f8c5a805d98, + FFFF5a805e007f8c5a805e00, + FFFF5a805e687f8c5a805e68, + FFFF5a805ed07f8c5a805ed0, + FFFF5a805f387f8c5a805f38, + FFFF5a805fa07f8c5a805fa0, + FFFF5a8060087f8c5a806008, + FFFF5a8060707f8c5a806070, + FFFF5a8060d87f8c5a8060d8, + FFFF5a8061407f8c5a806140, + FFFF5a8061a87f8c5a8061a8, + FFFF5a8062107f8c5a806210, + FFFF5a8062787f8c5a806278, + FFFF5a8062e07f8c5a8062e0, + FFFF5a8063487f8c5a806348, + FFFF5a8063b07f8c5a8063b0, + FFFF5a8064187f8c5a806418, + FFFF5a8064807f8c5a806480, + FFFF5a8064e87f8c5a8064e8, + FFFF5a8065507f8c5a806550, + FFFF5a8065b87f8c5a8065b8, + FFFF5a8066207f8c5a806620, + FFFF5a8066887f8c5a806688, + FFFF5a8066f07f8c5a8066f0, + FFFF5a8067587f8c5a806758, + FFFF5a8067c07f8c5a8067c0, + FFFF5a8068287f8c5a806828, + FFFF5a8068907f8c5a806890, + FFFF5a8068f87f8c5a8068f8, + FFFF5a8069607f8c5a806960, + FFFF5a8069c87f8c5a8069c8, + FFFF5a806a307f8c5a806a30, + FFFF5a806a987f8c5a806a98, + FFFF5a806b007f8c5a806b00, + FFFF5a806b687f8c5a806b68, + FFFF5a806bd07f8c5a806bd0, + FFFF5a806c387f8c5a806c38, + FFFF5a806ca07f8c5a806ca0, + FFFF5a806d087f8c5a806d08, + FFFF5a806d707f8c5a806d70, + FFFF5a806dd87f8c5a806dd8, + FFFF5a806e407f8c5a806e40, + FFFF5a806ea87f8c5a806ea8, + FFFF5a806f107f8c5a806f10, + FFFF5a806f787f8c5a806f78, + FFFF5a806fe07f8c5a806fe0, + FFFF5a8070487f8c5a807048, + FFFF5a8070b07f8c5a8070b0, + FFFF5a8071187f8c5a807118, + FFFF5a8071807f8c5a807180, + FFFF5a8071e87f8c5a8071e8, + FFFF5a8072507f8c5a807250, + FFFF5a8072b87f8c5a8072b8, + FFFF5a8073207f8c5a807320, + FFFF5a8073887f8c5a807388, + FFFF5a8073f07f8c5a8073f0, + FFFF5a8074587f8c5a807458, + FFFF5a8074c07f8c5a8074c0, + FFFF5a8075287f8c5a807528, + FFFF5a8075907f8c5a807590, + FFFF5a8075f87f8c5a8075f8, + FFFF5a8076607f8c5a807660, + FFFF5a8076c87f8c5a8076c8, + FFFF5a8077307f8c5a807730, + FFFF5a8077987f8c5a807798, + FFFF5a8078007f8c5a807800, + FFFF5a8078687f8c5a807868, + FFFF5a8078d07f8c5a8078d0, + FFFF5a8079387f8c5a807938, + FFFF5a8079a07f8c5a8079a0, + FFFF5a807a087f8c5a807a08, + FFFF5a807a707f8c5a807a70, + FFFF5a807ad87f8c5a807ad8, + FFFF5a807b407f8c5a807b40, + FFFF5a807ba87f8c5a807ba8, + FFFF5a807c107f8c5a807c10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1988,132 +1988,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a3b003c07f8ea3b003c0 /* PBXTargetDependency */ = { + FFF459c0ef507f8c59c0ef50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3880f207f8ea3880f20 /* PxFoundation */; - targetProxy = FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */; + target = FFFA59c114307f8c59c11430 /* PxFoundation */; + targetProxy = FFF559c114307f8c59c11430 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFFa3194f187f8ea3194f18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa3194f187f8ea3194f18 /* src/PsAllocator.cpp */; }; - FFFFa3194f807f8ea3194f80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa3194f807f8ea3194f80 /* src/PsAssert.cpp */; }; - FFFFa3194fe87f8ea3194fe8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa3194fe87f8ea3194fe8 /* src/PsFoundation.cpp */; }; - FFFFa31950507f8ea3195050 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31950507f8ea3195050 /* src/PsMathUtils.cpp */; }; - FFFFa31950b87f8ea31950b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31950b87f8ea31950b8 /* src/PsString.cpp */; }; - FFFFa31951207f8ea3195120 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31951207f8ea3195120 /* src/PsTempAllocator.cpp */; }; - FFFFa31951887f8ea3195188 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31951887f8ea3195188 /* src/PsUtilities.cpp */; }; - FFFFa31951f07f8ea31951f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31951f07f8ea31951f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFFa31952587f8ea3195258 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31952587f8ea3195258 /* src/unix/PsUnixCpu.cpp */; }; - FFFFa31952c07f8ea31952c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31952c07f8ea31952c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFFa31953287f8ea3195328 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31953287f8ea3195328 /* src/unix/PsUnixMutex.cpp */; }; - FFFFa31953907f8ea3195390 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31953907f8ea3195390 /* src/unix/PsUnixPrintString.cpp */; }; - FFFFa31953f87f8ea31953f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31953f87f8ea31953f8 /* src/unix/PsUnixSList.cpp */; }; - FFFFa31954607f8ea3195460 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31954607f8ea3195460 /* src/unix/PsUnixSocket.cpp */; }; - FFFFa31954c87f8ea31954c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31954c87f8ea31954c8 /* src/unix/PsUnixSync.cpp */; }; - FFFFa31955307f8ea3195530 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31955307f8ea3195530 /* src/unix/PsUnixThread.cpp */; }; - FFFFa31955987f8ea3195598 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa31955987f8ea3195598 /* src/unix/PsUnixTime.cpp */; }; + FFFF5a01d1187f8c5a01d118 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d1187f8c5a01d118 /* src/PsAllocator.cpp */; }; + FFFF5a01d1807f8c5a01d180 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d1807f8c5a01d180 /* src/PsAssert.cpp */; }; + FFFF5a01d1e87f8c5a01d1e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d1e87f8c5a01d1e8 /* src/PsFoundation.cpp */; }; + FFFF5a01d2507f8c5a01d250 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d2507f8c5a01d250 /* src/PsMathUtils.cpp */; }; + FFFF5a01d2b87f8c5a01d2b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d2b87f8c5a01d2b8 /* src/PsString.cpp */; }; + FFFF5a01d3207f8c5a01d320 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d3207f8c5a01d320 /* src/PsTempAllocator.cpp */; }; + FFFF5a01d3887f8c5a01d388 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d3887f8c5a01d388 /* src/PsUtilities.cpp */; }; + FFFF5a01d3f07f8c5a01d3f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d3f07f8c5a01d3f0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF5a01d4587f8c5a01d458 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d4587f8c5a01d458 /* src/unix/PsUnixCpu.cpp */; }; + FFFF5a01d4c07f8c5a01d4c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d4c07f8c5a01d4c0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF5a01d5287f8c5a01d528 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d5287f8c5a01d528 /* src/unix/PsUnixMutex.cpp */; }; + FFFF5a01d5907f8c5a01d590 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d5907f8c5a01d590 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF5a01d5f87f8c5a01d5f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d5f87f8c5a01d5f8 /* src/unix/PsUnixSList.cpp */; }; + FFFF5a01d6607f8c5a01d660 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d6607f8c5a01d660 /* src/unix/PsUnixSocket.cpp */; }; + FFFF5a01d6c87f8c5a01d6c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d6c87f8c5a01d6c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF5a01d7307f8c5a01d730 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d7307f8c5a01d730 /* src/unix/PsUnixThread.cpp */; }; + FFFF5a01d7987f8c5a01d798 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a01d7987f8c5a01d798 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3880f207f8ea3880f20 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa31a58007f8ea31a5800 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a58687f8ea31a5868 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a58d07f8ea31a58d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a59387f8ea31a5938 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a59a07f8ea31a59a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5a087f8ea31a5a08 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5a707f8ea31a5a70 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5ad87f8ea31a5ad8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5b407f8ea31a5b40 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5ba87f8ea31a5ba8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5c107f8ea31a5c10 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5c787f8ea31a5c78 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5ce07f8ea31a5ce0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5d487f8ea31a5d48 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5db07f8ea31a5db0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5e187f8ea31a5e18 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5e807f8ea31a5e80 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5ee87f8ea31a5ee8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5f507f8ea31a5f50 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a5fb87f8ea31a5fb8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a60207f8ea31a6020 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a60887f8ea31a6088 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a60f07f8ea31a60f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a61587f8ea31a6158 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a61c07f8ea31a61c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a62287f8ea31a6228 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a62907f8ea31a6290 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a62f87f8ea31a62f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31a63607f8ea31a6360 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193c007f8ea3193c00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193c687f8ea3193c68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193cd07f8ea3193cd0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193d387f8ea3193d38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193da07f8ea3193da0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193e087f8ea3193e08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193e707f8ea3193e70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193ed87f8ea3193ed8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193f407f8ea3193f40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3193fa87f8ea3193fa8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31940107f8ea3194010 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31940787f8ea3194078 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31940e07f8ea31940e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31941487f8ea3194148 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31941b07f8ea31941b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31942187f8ea3194218 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31942807f8ea3194280 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31942e87f8ea31942e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31943507f8ea3194350 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31943b87f8ea31943b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31944207f8ea3194420 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31944887f8ea3194488 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31944f07f8ea31944f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31945587f8ea3194558 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31945c07f8ea31945c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31946287f8ea3194628 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31946907f8ea3194690 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31946f87f8ea31946f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31947607f8ea3194760 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31947c87f8ea31947c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31948307f8ea3194830 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31948987f8ea3194898 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31949007f8ea3194900 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31949687f8ea3194968 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFDa31949d07f8ea31949d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194a387f8ea3194a38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194aa07f8ea3194aa0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194b087f8ea3194b08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194b707f8ea3194b70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194bd87f8ea3194bd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194c407f8ea3194c40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194ca87f8ea3194ca8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194d107f8ea3194d10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194d787f8ea3194d78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194de07f8ea3194de0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194e487f8ea3194e48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194eb07f8ea3194eb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3194f187f8ea3194f18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3194f807f8ea3194f80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3194fe87f8ea3194fe8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31950507f8ea3195050 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31950b87f8ea31950b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31951207f8ea3195120 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31951887f8ea3195188 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31951f07f8ea31951f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31952587f8ea3195258 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31952c07f8ea31952c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31953287f8ea3195328 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31953907f8ea3195390 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31953f87f8ea31953f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31954607f8ea3195460 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31954c87f8ea31954c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31955307f8ea3195530 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa31955987f8ea3195598 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59c114307f8c59c11430 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5a01b2007f8c5a01b200 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b2687f8c5a01b268 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b2d07f8c5a01b2d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b3387f8c5a01b338 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b3a07f8c5a01b3a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b4087f8c5a01b408 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b4707f8c5a01b470 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b4d87f8c5a01b4d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b5407f8c5a01b540 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b5a87f8c5a01b5a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b6107f8c5a01b610 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b6787f8c5a01b678 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b6e07f8c5a01b6e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b7487f8c5a01b748 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b7b07f8c5a01b7b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b8187f8c5a01b818 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b8807f8c5a01b880 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b8e87f8c5a01b8e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b9507f8c5a01b950 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01b9b87f8c5a01b9b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01ba207f8c5a01ba20 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01ba887f8c5a01ba88 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01baf07f8c5a01baf0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bb587f8c5a01bb58 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bbc07f8c5a01bbc0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bc287f8c5a01bc28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bc907f8c5a01bc90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bcf87f8c5a01bcf8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bd607f8c5a01bd60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01be007f8c5a01be00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01be687f8c5a01be68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bed07f8c5a01bed0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bf387f8c5a01bf38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01bfa07f8c5a01bfa0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c0087f8c5a01c008 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c0707f8c5a01c070 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c0d87f8c5a01c0d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c1407f8c5a01c140 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c1a87f8c5a01c1a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c2107f8c5a01c210 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c2787f8c5a01c278 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c2e07f8c5a01c2e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c3487f8c5a01c348 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c3b07f8c5a01c3b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c4187f8c5a01c418 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c4807f8c5a01c480 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c4e87f8c5a01c4e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c5507f8c5a01c550 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c5b87f8c5a01c5b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c6207f8c5a01c620 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c6887f8c5a01c688 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c6f07f8c5a01c6f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c7587f8c5a01c758 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c7c07f8c5a01c7c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c8287f8c5a01c828 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c8907f8c5a01c890 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c8f87f8c5a01c8f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c9607f8c5a01c960 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01c9c87f8c5a01c9c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01ca307f8c5a01ca30 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01ca987f8c5a01ca98 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cb007f8c5a01cb00 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cb687f8c5a01cb68 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cbd07f8c5a01cbd0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cc387f8c5a01cc38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cca07f8c5a01cca0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cd087f8c5a01cd08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cd707f8c5a01cd70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cdd87f8c5a01cdd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01ce407f8c5a01ce40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cea87f8c5a01cea8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cf107f8c5a01cf10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cf787f8c5a01cf78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01cfe07f8c5a01cfe0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d0487f8c5a01d048 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d0b07f8c5a01d0b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d1187f8c5a01d118 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d1807f8c5a01d180 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d1e87f8c5a01d1e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d2507f8c5a01d250 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d2b87f8c5a01d2b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d3207f8c5a01d320 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d3887f8c5a01d388 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d3f07f8c5a01d3f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d4587f8c5a01d458 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d4c07f8c5a01d4c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d5287f8c5a01d528 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d5907f8c5a01d590 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d5f87f8c5a01d5f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d6607f8c5a01d660 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d6c87f8c5a01d6c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d7307f8c5a01d730 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a01d7987f8c5a01d798 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3880f207f8ea3880f20 /* Resources */ = { + FFF259c114307f8c59c11430 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2123,7 +2123,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3880f207f8ea3880f20 /* Frameworks */ = { + FFFC59c114307f8c59c11430 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2133,27 +2133,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3880f207f8ea3880f20 /* Sources */ = { + FFF859c114307f8c59c11430 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa3194f187f8ea3194f18, - FFFFa3194f807f8ea3194f80, - FFFFa3194fe87f8ea3194fe8, - FFFFa31950507f8ea3195050, - FFFFa31950b87f8ea31950b8, - FFFFa31951207f8ea3195120, - FFFFa31951887f8ea3195188, - FFFFa31951f07f8ea31951f0, - FFFFa31952587f8ea3195258, - FFFFa31952c07f8ea31952c0, - FFFFa31953287f8ea3195328, - FFFFa31953907f8ea3195390, - FFFFa31953f87f8ea31953f8, - FFFFa31954607f8ea3195460, - FFFFa31954c87f8ea31954c8, - FFFFa31955307f8ea3195530, - FFFFa31955987f8ea3195598, + FFFF5a01d1187f8c5a01d118, + FFFF5a01d1807f8c5a01d180, + FFFF5a01d1e87f8c5a01d1e8, + FFFF5a01d2507f8c5a01d250, + FFFF5a01d2b87f8c5a01d2b8, + FFFF5a01d3207f8c5a01d320, + FFFF5a01d3887f8c5a01d388, + FFFF5a01d3f07f8c5a01d3f0, + FFFF5a01d4587f8c5a01d458, + FFFF5a01d4c07f8c5a01d4c0, + FFFF5a01d5287f8c5a01d528, + FFFF5a01d5907f8c5a01d590, + FFFF5a01d5f87f8c5a01d5f8, + FFFF5a01d6607f8c5a01d660, + FFFF5a01d6c87f8c5a01d6c8, + FFFF5a01d7307f8c5a01d730, + FFFF5a01d7987f8c5a01d798, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2165,103 +2165,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFFa480f9a87f8ea480f9a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480f9a87f8ea480f9a8 /* src/PxProfileEventImpl.cpp */; }; - FFFFa480fa107f8ea480fa10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fa107f8ea480fa10 /* src/PxPvd.cpp */; }; - FFFFa480fa787f8ea480fa78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fa787f8ea480fa78 /* src/PxPvdDataStream.cpp */; }; - FFFFa480fae07f8ea480fae0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fae07f8ea480fae0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFFa480fb487f8ea480fb48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fb487f8ea480fb48 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFFa480fbb07f8ea480fbb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fbb07f8ea480fbb0 /* src/PxPvdImpl.cpp */; }; - FFFFa480fc187f8ea480fc18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fc187f8ea480fc18 /* src/PxPvdMemClient.cpp */; }; - FFFFa480fc807f8ea480fc80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fc807f8ea480fc80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFFa480fce87f8ea480fce8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fce87f8ea480fce8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFFa480fd507f8ea480fd50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fd507f8ea480fd50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFFa480fdb87f8ea480fdb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa480fdb87f8ea480fdb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF59186da87f8c59186da8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186da87f8c59186da8 /* src/PxProfileEventImpl.cpp */; }; + FFFF59186e107f8c59186e10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186e107f8c59186e10 /* src/PxPvd.cpp */; }; + FFFF59186e787f8c59186e78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186e787f8c59186e78 /* src/PxPvdDataStream.cpp */; }; + FFFF59186ee07f8c59186ee0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186ee07f8c59186ee0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF59186f487f8c59186f48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186f487f8c59186f48 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF59186fb07f8c59186fb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59186fb07f8c59186fb0 /* src/PxPvdImpl.cpp */; }; + FFFF591870187f8c59187018 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD591870187f8c59187018 /* src/PxPvdMemClient.cpp */; }; + FFFF591870807f8c59187080 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD591870807f8c59187080 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF591870e87f8c591870e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD591870e87f8c591870e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF591871507f8c59187150 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD591871507f8c59187150 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF591871b87f8c591871b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD591871b87f8c591871b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3f0a1707f8ea3f0a170 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3f0cc807f8ea3f0cc80 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f0cce87f8ea3f0cce8 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f6007f8ea480f600 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f6687f8ea480f668 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f6d07f8ea480f6d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f7387f8ea480f738 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f7a07f8ea480f7a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f8087f8ea480f808 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f8707f8ea480f870 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f8d87f8ea480f8d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f9407f8ea480f940 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480f9a87f8ea480f9a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fa107f8ea480fa10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fa787f8ea480fa78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fae07f8ea480fae0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fb487f8ea480fb48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fbb07f8ea480fbb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fc187f8ea480fc18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fc807f8ea480fc80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fce87f8ea480fce8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fd507f8ea480fd50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fdb87f8ea480fdb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa480fe207f8ea480fe20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480fe887f8ea480fe88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480fef07f8ea480fef0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480ff587f8ea480ff58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa480ffc07f8ea480ffc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48100287f8ea4810028 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48100907f8ea4810090 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48100f87f8ea48100f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48101607f8ea4810160 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48101c87f8ea48101c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48102307f8ea4810230 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48102987f8ea4810298 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48103007f8ea4810300 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48103687f8ea4810368 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48103d07f8ea48103d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48104387f8ea4810438 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48104a07f8ea48104a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48105087f8ea4810508 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48105707f8ea4810570 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48105d87f8ea48105d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48106407f8ea4810640 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48106a87f8ea48106a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48107107f8ea4810710 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48107787f8ea4810778 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48107e07f8ea48107e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48108487f8ea4810848 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48108b07f8ea48108b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48109187f8ea4810918 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48109807f8ea4810980 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48109e87f8ea48109e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810a507f8ea4810a50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810ab87f8ea4810ab8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810b207f8ea4810b20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810b887f8ea4810b88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810bf07f8ea4810bf0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810c587f8ea4810c58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810cc07f8ea4810cc0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810d287f8ea4810d28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810d907f8ea4810d90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810df87f8ea4810df8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810e607f8ea4810e60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810ec87f8ea4810ec8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810f307f8ea4810f30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4810f987f8ea4810f98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48110007f8ea4811000 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48110687f8ea4811068 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48110d07f8ea48110d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48111387f8ea4811138 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48111a07f8ea48111a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48112087f8ea4811208 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48112707f8ea4811270 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48112d87f8ea48112d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48113407f8ea4811340 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48113a87f8ea48113a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48114107f8ea4811410 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48114787f8ea4811478 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD59944d307f8c59944d30 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD599418207f8c59941820 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD599418887f8c59941888 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186a007f8c59186a00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186a687f8c59186a68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186ad07f8c59186ad0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186b387f8c59186b38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186ba07f8c59186ba0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186c087f8c59186c08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186c707f8c59186c70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186cd87f8c59186cd8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186d407f8c59186d40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD59186da87f8c59186da8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59186e107f8c59186e10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59186e787f8c59186e78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59186ee07f8c59186ee0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59186f487f8c59186f48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59186fb07f8c59186fb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591870187f8c59187018 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591870807f8c59187080 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591870e87f8c591870e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591871507f8c59187150 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591871b87f8c591871b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD591872207f8c59187220 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD591872887f8c59187288 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD591872f07f8c591872f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD591873587f8c59187358 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD591873c07f8c591873c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD591874287f8c59187428 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD591874907f8c59187490 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD591874f87f8c591874f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD591875607f8c59187560 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD591875c87f8c591875c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD591876307f8c59187630 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD591876987f8c59187698 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD591877007f8c59187700 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD591877687f8c59187768 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD591877d07f8c591877d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD591878387f8c59187838 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD591878a07f8c591878a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD591879087f8c59187908 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD591879707f8c59187970 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD591879d87f8c591879d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187a407f8c59187a40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187aa87f8c59187aa8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187b107f8c59187b10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187b787f8c59187b78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187be07f8c59187be0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187c487f8c59187c48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187cb07f8c59187cb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187d187f8c59187d18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187d807f8c59187d80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187de87f8c59187de8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187e507f8c59187e50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187eb87f8c59187eb8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187f207f8c59187f20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187f887f8c59187f88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD59187ff07f8c59187ff0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD591880587f8c59188058 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD591880c07f8c591880c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD591881287f8c59188128 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD591881907f8c59188190 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD591881f87f8c591881f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD591882607f8c59188260 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD591882c87f8c591882c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD591883307f8c59188330 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD591883987f8c59188398 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD591884007f8c59188400 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD591884687f8c59188468 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD591884d07f8c591884d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD591885387f8c59188538 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD591885a07f8c591885a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD591886087f8c59188608 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD591886707f8c59188670 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD591886d87f8c591886d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD591887407f8c59188740 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD591887a87f8c591887a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD591888107f8c59188810 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD591888787f8c59188878 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3f0a1707f8ea3f0a170 /* Resources */ = { + FFF259944d307f8c59944d30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2271,7 +2271,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3f0a1707f8ea3f0a170 /* Frameworks */ = { + FFFC59944d307f8c59944d30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2281,21 +2281,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3f0a1707f8ea3f0a170 /* Sources */ = { + FFF859944d307f8c59944d30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa480f9a87f8ea480f9a8, - FFFFa480fa107f8ea480fa10, - FFFFa480fa787f8ea480fa78, - FFFFa480fae07f8ea480fae0, - FFFFa480fb487f8ea480fb48, - FFFFa480fbb07f8ea480fbb0, - FFFFa480fc187f8ea480fc18, - FFFFa480fc807f8ea480fc80, - FFFFa480fce87f8ea480fce8, - FFFFa480fd507f8ea480fd50, - FFFFa480fdb87f8ea480fdb8, + FFFF59186da87f8c59186da8, + FFFF59186e107f8c59186e10, + FFFF59186e787f8c59186e78, + FFFF59186ee07f8c59186ee0, + FFFF59186f487f8c59186f48, + FFFF59186fb07f8c59186fb0, + FFFF591870187f8c59187018, + FFFF591870807f8c59187080, + FFFF591870e87f8c591870e8, + FFFF591871507f8c59187150, + FFFF591871b87f8c591871b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2304,108 +2304,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4a3f084007f8ea3f08400 /* PBXTargetDependency */ = { + FFF4599408d07f8c599408d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAa3880f207f8ea3880f20 /* PxFoundation */; - targetProxy = FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */; + target = FFFA59c114307f8c59c11430 /* PxFoundation */; + targetProxy = FFF559c114307f8c59c11430 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFFa3f2aa507f8ea3f2aa50 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2aa507f8ea3f2aa50 /* px_globals.cpp */; }; - FFFFa3f2e0907f8ea3f2e090 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e0907f8ea3f2e090 /* PxsCCD.cpp */; }; - FFFFa3f2e0f87f8ea3f2e0f8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e0f87f8ea3f2e0f8 /* PxsContactManager.cpp */; }; - FFFFa3f2e1607f8ea3f2e160 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e1607f8ea3f2e160 /* PxsContext.cpp */; }; - FFFFa3f2e1c87f8ea3f2e1c8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e1c87f8ea3f2e1c8 /* PxsDefaultMemoryManager.cpp */; }; - FFFFa3f2e2307f8ea3f2e230 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e2307f8ea3f2e230 /* PxsIslandSim.cpp */; }; - FFFFa3f2e2987f8ea3f2e298 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e2987f8ea3f2e298 /* PxsMaterialCombiner.cpp */; }; - FFFFa3f2e3007f8ea3f2e300 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e3007f8ea3f2e300 /* PxsNphaseImplementationContext.cpp */; }; - FFFFa3f2e3687f8ea3f2e368 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDa3f2e3687f8ea3f2e368 /* PxsSimpleIslandManager.cpp */; }; - FFFFa4816e007f8ea4816e00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa4816e007f8ea4816e00 /* collision/PxcContact.cpp */; }; - FFFFa4816e687f8ea4816e68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa4816e687f8ea4816e68 /* pipeline/PxcContactCache.cpp */; }; - FFFFa4816ed07f8ea4816ed0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa4816ed07f8ea4816ed0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFFa4816f387f8ea4816f38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa4816f387f8ea4816f38 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFFa4816fa07f8ea4816fa0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa4816fa07f8ea4816fa0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFFa48170087f8ea4817008 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48170087f8ea4817008 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFFa48170707f8ea4817070 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48170707f8ea4817070 /* pipeline/PxcMaterialShape.cpp */; }; - FFFFa48170d87f8ea48170d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48170d87f8ea48170d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFFa48171407f8ea4817140 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48171407f8ea4817140 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFFa48171a87f8ea48171a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48171a87f8ea48171a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFFa48172107f8ea4817210 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48172107f8ea4817210 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFFa48172787f8ea4817278 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDa48172787f8ea4817278 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF59d387007f8c59d38700 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD59d387007f8c59d38700 /* px_globals.cpp */; }; + FFFF59d3b1907f8c59d3b190 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b1907f8c59d3b190 /* PxsCCD.cpp */; }; + FFFF59d3b1f87f8c59d3b1f8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b1f87f8c59d3b1f8 /* PxsContactManager.cpp */; }; + FFFF59d3b2607f8c59d3b260 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b2607f8c59d3b260 /* PxsContext.cpp */; }; + FFFF59d3b2c87f8c59d3b2c8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b2c87f8c59d3b2c8 /* PxsDefaultMemoryManager.cpp */; }; + FFFF59d3b3307f8c59d3b330 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b3307f8c59d3b330 /* PxsIslandSim.cpp */; }; + FFFF59d3b3987f8c59d3b398 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b3987f8c59d3b398 /* PxsMaterialCombiner.cpp */; }; + FFFF59d3b4007f8c59d3b400 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b4007f8c59d3b400 /* PxsNphaseImplementationContext.cpp */; }; + FFFF59d3b4687f8c59d3b468 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD59d3b4687f8c59d3b468 /* PxsSimpleIslandManager.cpp */; }; + FFFF5a8182007f8c5a818200 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8182007f8c5a818200 /* collision/PxcContact.cpp */; }; + FFFF5a8182687f8c5a818268 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8182687f8c5a818268 /* pipeline/PxcContactCache.cpp */; }; + FFFF5a8182d07f8c5a8182d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8182d07f8c5a8182d0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF5a8183387f8c5a818338 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8183387f8c5a818338 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF5a8183a07f8c5a8183a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8183a07f8c5a8183a0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF5a8184087f8c5a818408 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8184087f8c5a818408 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF5a8184707f8c5a818470 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8184707f8c5a818470 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF5a8184d87f8c5a8184d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8184d87f8c5a8184d8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF5a8185407f8c5a818540 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8185407f8c5a818540 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF5a8185a87f8c5a8185a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8185a87f8c5a8185a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF5a8186107f8c5a818610 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8186107f8c5a818610 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF5a8186787f8c5a818678 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD5a8186787f8c5a818678 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3f26fe07f8ea3f26fe0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3f2aa507f8ea3f2aa50 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2cf807f8ea3f2cf80 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2cfe87f8ea3f2cfe8 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d0507f8ea3f2d050 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d0b87f8ea3f2d0b8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d1207f8ea3f2d120 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d1887f8ea3f2d188 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d1f07f8ea3f2d1f0 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d2587f8ea3f2d258 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2d2c07f8ea3f2d2c0 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e0907f8ea3f2e090 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e0f87f8ea3f2e0f8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e1607f8ea3f2e160 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e1c87f8ea3f2e1c8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e2307f8ea3f2e230 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e2987f8ea3f2e298 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e3007f8ea3f2e300 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3f2e3687f8ea3f2e368 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48016007f8ea4801600 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48016687f8ea4801668 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48016d07f8ea48016d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48017387f8ea4801738 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48017a07f8ea48017a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48018087f8ea4801808 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48018707f8ea4801870 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48018d87f8ea48018d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48019407f8ea4801940 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48019a87f8ea48019a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801a107f8ea4801a10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801a787f8ea4801a78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801ae07f8ea4801ae0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801b487f8ea4801b48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801bb07f8ea4801bb0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801c187f8ea4801c18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801c807f8ea4801c80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801ce87f8ea4801ce8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801d507f8ea4801d50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4801db87f8ea4801db8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4816e007f8ea4816e00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4816e687f8ea4816e68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4816ed07f8ea4816ed0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4816f387f8ea4816f38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4816fa07f8ea4816fa0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48170087f8ea4817008 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48170707f8ea4817070 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48170d87f8ea48170d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48171407f8ea4817140 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48171a87f8ea48171a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48172107f8ea4817210 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48172787f8ea4817278 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48176007f8ea4817600 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48176687f8ea4817668 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48176d07f8ea48176d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48177387f8ea4817738 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48177a07f8ea48177a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48178087f8ea4817808 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48178707f8ea4817870 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48178d87f8ea48178d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48179407f8ea4817940 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48179a87f8ea48179a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4817a107f8ea4817a10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4817a787f8ea4817a78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4817ae07f8ea4817ae0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4817b487f8ea4817b48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4817bb07f8ea4817bb0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d336a07f8c59d336a0 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD59d387007f8c59d38700 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a0207f8c59d3a020 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a0887f8c59d3a088 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a0f07f8c59d3a0f0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a1587f8c59d3a158 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a1c07f8c59d3a1c0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a2287f8c59d3a228 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a2907f8c59d3a290 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a2f87f8c59d3a2f8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3a3607f8c59d3a360 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b1907f8c59d3b190 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b1f87f8c59d3b1f8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b2607f8c59d3b260 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b2c87f8c59d3b2c8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b3307f8c59d3b330 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b3987f8c59d3b398 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b4007f8c59d3b400 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d3b4687f8c59d3b468 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8198007f8c5a819800 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8198687f8c5a819868 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8198d07f8c5a8198d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8199387f8c5a819938 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8199a07f8c5a8199a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819a087f8c5a819a08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819a707f8c5a819a70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819ad87f8c5a819ad8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819b407f8c5a819b40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819ba87f8c5a819ba8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819c107f8c5a819c10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819c787f8c5a819c78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819ce07f8c5a819ce0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819d487f8c5a819d48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819db07f8c5a819db0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819e187f8c5a819e18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819e807f8c5a819e80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819ee87f8c5a819ee8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819f507f8c5a819f50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a819fb87f8c5a819fb8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8182007f8c5a818200 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8182687f8c5a818268 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8182d07f8c5a8182d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8183387f8c5a818338 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8183a07f8c5a8183a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8184087f8c5a818408 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8184707f8c5a818470 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8184d87f8c5a8184d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8185407f8c5a818540 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8185a87f8c5a8185a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8186107f8c5a818610 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8186787f8c5a818678 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a818a007f8c5a818a00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818a687f8c5a818a68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818ad07f8c5a818ad0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818b387f8c5a818b38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818ba07f8c5a818ba0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818c087f8c5a818c08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818c707f8c5a818c70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818cd87f8c5a818cd8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818d407f8c5a818d40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818da87f8c5a818da8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818e107f8c5a818e10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818e787f8c5a818e78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818ee07f8c5a818ee0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818f487f8c5a818f48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a818fb07f8c5a818fb0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3f26fe07f8ea3f26fe0 /* Resources */ = { + FFF259d336a07f8c59d336a0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2415,7 +2415,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3f26fe07f8ea3f26fe0 /* Frameworks */ = { + FFFC59d336a07f8c59d336a0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2425,31 +2425,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3f26fe07f8ea3f26fe0 /* Sources */ = { + FFF859d336a07f8c59d336a0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa3f2aa507f8ea3f2aa50, - FFFFa3f2e0907f8ea3f2e090, - FFFFa3f2e0f87f8ea3f2e0f8, - FFFFa3f2e1607f8ea3f2e160, - FFFFa3f2e1c87f8ea3f2e1c8, - FFFFa3f2e2307f8ea3f2e230, - FFFFa3f2e2987f8ea3f2e298, - FFFFa3f2e3007f8ea3f2e300, - FFFFa3f2e3687f8ea3f2e368, - FFFFa4816e007f8ea4816e00, - FFFFa4816e687f8ea4816e68, - FFFFa4816ed07f8ea4816ed0, - FFFFa4816f387f8ea4816f38, - FFFFa4816fa07f8ea4816fa0, - FFFFa48170087f8ea4817008, - FFFFa48170707f8ea4817070, - FFFFa48170d87f8ea48170d8, - FFFFa48171407f8ea4817140, - FFFFa48171a87f8ea48171a8, - FFFFa48172107f8ea4817210, - FFFFa48172787f8ea4817278, + FFFF59d387007f8c59d38700, + FFFF59d3b1907f8c59d3b190, + FFFF59d3b1f87f8c59d3b1f8, + FFFF59d3b2607f8c59d3b260, + FFFF59d3b2c87f8c59d3b2c8, + FFFF59d3b3307f8c59d3b330, + FFFF59d3b3987f8c59d3b398, + FFFF59d3b4007f8c59d3b400, + FFFF59d3b4687f8c59d3b468, + FFFF5a8182007f8c5a818200, + FFFF5a8182687f8c5a818268, + FFFF5a8182d07f8c5a8182d0, + FFFF5a8183387f8c5a818338, + FFFF5a8183a07f8c5a8183a0, + FFFF5a8184087f8c5a818408, + FFFF5a8184707f8c5a818470, + FFFF5a8184d87f8c5a8184d8, + FFFF5a8185407f8c5a818540, + FFFF5a8185a87f8c5a8185a8, + FFFF5a8186107f8c5a818610, + FFFF5a8186787f8c5a818678, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2461,38 +2461,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFFa4018a707f8ea4018a70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018a707f8ea4018a70 /* BpBroadPhase.cpp */; }; - FFFFa4018ad87f8ea4018ad8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018ad87f8ea4018ad8 /* BpBroadPhaseMBP.cpp */; }; - FFFFa4018b407f8ea4018b40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018b407f8ea4018b40 /* BpBroadPhaseSap.cpp */; }; - FFFFa4018ba87f8ea4018ba8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018ba87f8ea4018ba8 /* BpBroadPhaseSapAux.cpp */; }; - FFFFa4018c107f8ea4018c10 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018c107f8ea4018c10 /* BpMBPTasks.cpp */; }; - FFFFa4018c787f8ea4018c78 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018c787f8ea4018c78 /* BpSAPTasks.cpp */; }; - FFFFa4018ce07f8ea4018ce0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa4018ce07f8ea4018ce0 /* BpSimpleAABBManager.cpp */; }; + FFFF5b01fe707f8c5b01fe70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b01fe707f8c5b01fe70 /* BpBroadPhase.cpp */; }; + FFFF5b01fed87f8c5b01fed8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b01fed87f8c5b01fed8 /* BpBroadPhaseMBP.cpp */; }; + FFFF5b01ff407f8c5b01ff40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b01ff407f8c5b01ff40 /* BpBroadPhaseSap.cpp */; }; + FFFF5b01ffa87f8c5b01ffa8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b01ffa87f8c5b01ffa8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF5b0200107f8c5b020010 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0200107f8c5b020010 /* BpMBPTasks.cpp */; }; + FFFF5b0200787f8c5b020078 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0200787f8c5b020078 /* BpSAPTasks.cpp */; }; + FFFF5b0200e07f8c5b0200e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b0200e07f8c5b0200e0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3c32a207f8ea3c32a20 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3c363707f8ea3c36370 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c363d87f8ea3c363d8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c364407f8ea3c36440 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c364a87f8ea3c364a8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40188007f8ea4018800 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40188687f8ea4018868 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40188d07f8ea40188d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40189387f8ea4018938 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40189a07f8ea40189a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4018a087f8ea4018a08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4018a707f8ea4018a70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018ad87f8ea4018ad8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018b407f8ea4018b40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018ba87f8ea4018ba8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018c107f8ea4018c10 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018c787f8ea4018c78 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4018ce07f8ea4018ce0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b808e607f8c5b808e60 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b80c5f07f8c5b80c5f0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b80c6587f8c5b80c658 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b80c6c07f8c5b80c6c0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b80c7287f8c5b80c728 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fc007f8c5b01fc00 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fc687f8c5b01fc68 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fcd07f8c5b01fcd0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fd387f8c5b01fd38 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fda07f8c5b01fda0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fe087f8c5b01fe08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fe707f8c5b01fe70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b01fed87f8c5b01fed8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b01ff407f8c5b01ff40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b01ffa87f8c5b01ffa8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0200107f8c5b020010 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0200787f8c5b020078 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b0200e07f8c5b0200e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3c32a207f8ea3c32a20 /* Resources */ = { + FFF25b808e607f8c5b808e60 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2502,7 +2502,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3c32a207f8ea3c32a20 /* Frameworks */ = { + FFFC5b808e607f8c5b808e60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2512,17 +2512,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3c32a207f8ea3c32a20 /* Sources */ = { + FFF85b808e607f8c5b808e60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa4018a707f8ea4018a70, - FFFFa4018ad87f8ea4018ad8, - FFFFa4018b407f8ea4018b40, - FFFFa4018ba87f8ea4018ba8, - FFFFa4018c107f8ea4018c10, - FFFFa4018c787f8ea4018c78, - FFFFa4018ce07f8ea4018ce0, + FFFF5b01fe707f8c5b01fe70, + FFFF5b01fed87f8c5b01fed8, + FFFF5b01ff407f8c5b01ff40, + FFFF5b01ffa87f8c5b01ffa8, + FFFF5b0200107f8c5b020010, + FFFF5b0200787f8c5b020078, + FFFF5b0200e07f8c5b0200e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2534,106 +2534,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFFa40214007f8ea4021400 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40214007f8ea4021400 /* DyArticulation.cpp */; }; - FFFFa40214687f8ea4021468 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40214687f8ea4021468 /* DyArticulationContactPrep.cpp */; }; - FFFFa40214d07f8ea40214d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40214d07f8ea40214d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFFa40215387f8ea4021538 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40215387f8ea4021538 /* DyArticulationHelper.cpp */; }; - FFFFa40215a07f8ea40215a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40215a07f8ea40215a0 /* DyArticulationSIMD.cpp */; }; - FFFFa40216087f8ea4021608 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40216087f8ea4021608 /* DyArticulationScalar.cpp */; }; - FFFFa40216707f8ea4021670 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40216707f8ea4021670 /* DyConstraintPartition.cpp */; }; - FFFFa40216d87f8ea40216d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40216d87f8ea40216d8 /* DyConstraintSetup.cpp */; }; - FFFFa40217407f8ea4021740 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40217407f8ea4021740 /* DyConstraintSetupBlock.cpp */; }; - FFFFa40217a87f8ea40217a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40217a87f8ea40217a8 /* DyContactPrep.cpp */; }; - FFFFa40218107f8ea4021810 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40218107f8ea4021810 /* DyContactPrep4.cpp */; }; - FFFFa40218787f8ea4021878 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40218787f8ea4021878 /* DyContactPrep4PF.cpp */; }; - FFFFa40218e07f8ea40218e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40218e07f8ea40218e0 /* DyContactPrepPF.cpp */; }; - FFFFa40219487f8ea4021948 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40219487f8ea4021948 /* DyDynamics.cpp */; }; - FFFFa40219b07f8ea40219b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa40219b07f8ea40219b0 /* DyFrictionCorrelation.cpp */; }; - FFFFa4021a187f8ea4021a18 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021a187f8ea4021a18 /* DyRigidBodyToSolverBody.cpp */; }; - FFFFa4021a807f8ea4021a80 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021a807f8ea4021a80 /* DySolverConstraints.cpp */; }; - FFFFa4021ae87f8ea4021ae8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021ae87f8ea4021ae8 /* DySolverConstraintsBlock.cpp */; }; - FFFFa4021b507f8ea4021b50 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021b507f8ea4021b50 /* DySolverControl.cpp */; }; - FFFFa4021bb87f8ea4021bb8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021bb87f8ea4021bb8 /* DySolverControlPF.cpp */; }; - FFFFa4021c207f8ea4021c20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021c207f8ea4021c20 /* DySolverPFConstraints.cpp */; }; - FFFFa4021c887f8ea4021c88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021c887f8ea4021c88 /* DySolverPFConstraintsBlock.cpp */; }; - FFFFa4021cf07f8ea4021cf0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021cf07f8ea4021cf0 /* DyThreadContext.cpp */; }; - FFFFa4021d587f8ea4021d58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDa4021d587f8ea4021d58 /* DyThresholdTable.cpp */; }; + FFFF5a02d2007f8c5a02d200 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d2007f8c5a02d200 /* DyArticulation.cpp */; }; + FFFF5a02d2687f8c5a02d268 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d2687f8c5a02d268 /* DyArticulationContactPrep.cpp */; }; + FFFF5a02d2d07f8c5a02d2d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d2d07f8c5a02d2d0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF5a02d3387f8c5a02d338 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d3387f8c5a02d338 /* DyArticulationHelper.cpp */; }; + FFFF5a02d3a07f8c5a02d3a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d3a07f8c5a02d3a0 /* DyArticulationSIMD.cpp */; }; + FFFF5a02d4087f8c5a02d408 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d4087f8c5a02d408 /* DyArticulationScalar.cpp */; }; + FFFF5a02d4707f8c5a02d470 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d4707f8c5a02d470 /* DyConstraintPartition.cpp */; }; + FFFF5a02d4d87f8c5a02d4d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d4d87f8c5a02d4d8 /* DyConstraintSetup.cpp */; }; + FFFF5a02d5407f8c5a02d540 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d5407f8c5a02d540 /* DyConstraintSetupBlock.cpp */; }; + FFFF5a02d5a87f8c5a02d5a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d5a87f8c5a02d5a8 /* DyContactPrep.cpp */; }; + FFFF5a02d6107f8c5a02d610 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d6107f8c5a02d610 /* DyContactPrep4.cpp */; }; + FFFF5a02d6787f8c5a02d678 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d6787f8c5a02d678 /* DyContactPrep4PF.cpp */; }; + FFFF5a02d6e07f8c5a02d6e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d6e07f8c5a02d6e0 /* DyContactPrepPF.cpp */; }; + FFFF5a02d7487f8c5a02d748 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d7487f8c5a02d748 /* DyDynamics.cpp */; }; + FFFF5a02d7b07f8c5a02d7b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d7b07f8c5a02d7b0 /* DyFrictionCorrelation.cpp */; }; + FFFF5a02d8187f8c5a02d818 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d8187f8c5a02d818 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF5a02d8807f8c5a02d880 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d8807f8c5a02d880 /* DySolverConstraints.cpp */; }; + FFFF5a02d8e87f8c5a02d8e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d8e87f8c5a02d8e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF5a02d9507f8c5a02d950 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d9507f8c5a02d950 /* DySolverControl.cpp */; }; + FFFF5a02d9b87f8c5a02d9b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02d9b87f8c5a02d9b8 /* DySolverControlPF.cpp */; }; + FFFF5a02da207f8c5a02da20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02da207f8c5a02da20 /* DySolverPFConstraints.cpp */; }; + FFFF5a02da887f8c5a02da88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02da887f8c5a02da88 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF5a02daf07f8c5a02daf0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02daf07f8c5a02daf0 /* DyThreadContext.cpp */; }; + FFFF5a02db587f8c5a02db58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD5a02db587f8c5a02db58 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3c543a07f8ea3c543a0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa40214007f8ea4021400 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40214687f8ea4021468 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40214d07f8ea40214d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40215387f8ea4021538 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40215a07f8ea40215a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40216087f8ea4021608 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40216707f8ea4021670 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40216d87f8ea40216d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40217407f8ea4021740 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40217a87f8ea40217a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40218107f8ea4021810 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40218787f8ea4021878 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40218e07f8ea40218e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40219487f8ea4021948 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa40219b07f8ea40219b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021a187f8ea4021a18 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021a807f8ea4021a80 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021ae87f8ea4021ae8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021b507f8ea4021b50 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021bb87f8ea4021bb8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021c207f8ea4021c20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021c887f8ea4021c88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021cf07f8ea4021cf0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa4021d587f8ea4021d58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51d007f8ea3c51d00 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51d687f8ea3c51d68 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51dd07f8ea3c51dd0 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51e387f8ea3c51e38 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51ea07f8ea3c51ea0 /* DyGpuAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyGpuAPI.h"; path = "../../LowLevelDynamics/include/DyGpuAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51f087f8ea3c51f08 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c51f707f8ea3c51f70 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40226007f8ea4022600 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40226687f8ea4022668 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40226d07f8ea40226d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40227387f8ea4022738 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40227a07f8ea40227a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40228087f8ea4022808 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40228707f8ea4022870 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40228d87f8ea40228d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40229407f8ea4022940 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40229a87f8ea40229a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022a107f8ea4022a10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022a787f8ea4022a78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022ae07f8ea4022ae0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022b487f8ea4022b48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022bb07f8ea4022bb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022c187f8ea4022c18 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022c807f8ea4022c80 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022ce87f8ea4022ce8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022d507f8ea4022d50 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022db87f8ea4022db8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022e207f8ea4022e20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022e887f8ea4022e88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022ef07f8ea4022ef0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022f587f8ea4022f58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4022fc07f8ea4022fc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40230287f8ea4023028 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40230907f8ea4023090 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40230f87f8ea40230f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40231607f8ea4023160 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40231c87f8ea40231c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40232307f8ea4023230 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40232987f8ea4023298 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40233007f8ea4023300 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40233687f8ea4023368 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40233d07f8ea40233d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40234387f8ea4023438 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFDa40234a07f8ea40234a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c249907f8c59c24990 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5a02d2007f8c5a02d200 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d2687f8c5a02d268 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d2d07f8c5a02d2d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d3387f8c5a02d338 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d3a07f8c5a02d3a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d4087f8c5a02d408 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d4707f8c5a02d470 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d4d87f8c5a02d4d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d5407f8c5a02d540 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d5a87f8c5a02d5a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d6107f8c5a02d610 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d6787f8c5a02d678 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d6e07f8c5a02d6e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d7487f8c5a02d748 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d7b07f8c5a02d7b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d8187f8c5a02d818 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d8807f8c5a02d880 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d8e87f8c5a02d8e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d9507f8c5a02d950 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02d9b87f8c5a02d9b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02da207f8c5a02da20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02da887f8c5a02da88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02daf07f8c5a02daf0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a02db587f8c5a02db58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59c31cb07f8c59c31cb0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c31d187f8c59c31d18 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c31d807f8c59c31d80 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c31de87f8c59c31de8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c31e507f8c59c31e50 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD59c31eb87f8c59c31eb8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ea007f8c5a02ea00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ea687f8c5a02ea68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ead07f8c5a02ead0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02eb387f8c5a02eb38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02eba07f8c5a02eba0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ec087f8c5a02ec08 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ec707f8c5a02ec70 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ecd87f8c5a02ecd8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ed407f8c5a02ed40 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02eda87f8c5a02eda8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ee107f8c5a02ee10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ee787f8c5a02ee78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02eee07f8c5a02eee0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02ef487f8c5a02ef48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02efb07f8c5a02efb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f0187f8c5a02f018 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f0807f8c5a02f080 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f0e87f8c5a02f0e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f1507f8c5a02f150 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f1b87f8c5a02f1b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f2207f8c5a02f220 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f2887f8c5a02f288 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f2f07f8c5a02f2f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f3587f8c5a02f358 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f3c07f8c5a02f3c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f4287f8c5a02f428 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f4907f8c5a02f490 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f4f87f8c5a02f4f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f5607f8c5a02f560 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f5c87f8c5a02f5c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f6307f8c5a02f630 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f6987f8c5a02f698 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f7007f8c5a02f700 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f7687f8c5a02f768 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f7d07f8c5a02f7d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f8387f8c5a02f838 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a02f8a07f8c5a02f8a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3c543a07f8ea3c543a0 /* Resources */ = { + FFF259c249907f8c59c24990 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2643,7 +2642,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3c543a07f8ea3c543a0 /* Frameworks */ = { + FFFC59c249907f8c59c24990 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,34 +2652,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3c543a07f8ea3c543a0 /* Sources */ = { + FFF859c249907f8c59c24990 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa40214007f8ea4021400, - FFFFa40214687f8ea4021468, - FFFFa40214d07f8ea40214d0, - FFFFa40215387f8ea4021538, - FFFFa40215a07f8ea40215a0, - FFFFa40216087f8ea4021608, - FFFFa40216707f8ea4021670, - FFFFa40216d87f8ea40216d8, - FFFFa40217407f8ea4021740, - FFFFa40217a87f8ea40217a8, - FFFFa40218107f8ea4021810, - FFFFa40218787f8ea4021878, - FFFFa40218e07f8ea40218e0, - FFFFa40219487f8ea4021948, - FFFFa40219b07f8ea40219b0, - FFFFa4021a187f8ea4021a18, - FFFFa4021a807f8ea4021a80, - FFFFa4021ae87f8ea4021ae8, - FFFFa4021b507f8ea4021b50, - FFFFa4021bb87f8ea4021bb8, - FFFFa4021c207f8ea4021c20, - FFFFa4021c887f8ea4021c88, - FFFFa4021cf07f8ea4021cf0, - FFFFa4021d587f8ea4021d58, + FFFF5a02d2007f8c5a02d200, + FFFF5a02d2687f8c5a02d268, + FFFF5a02d2d07f8c5a02d2d0, + FFFF5a02d3387f8c5a02d338, + FFFF5a02d3a07f8c5a02d3a0, + FFFF5a02d4087f8c5a02d408, + FFFF5a02d4707f8c5a02d470, + FFFF5a02d4d87f8c5a02d4d8, + FFFF5a02d5407f8c5a02d540, + FFFF5a02d5a87f8c5a02d5a8, + FFFF5a02d6107f8c5a02d610, + FFFF5a02d6787f8c5a02d678, + FFFF5a02d6e07f8c5a02d6e0, + FFFF5a02d7487f8c5a02d748, + FFFF5a02d7b07f8c5a02d7b0, + FFFF5a02d8187f8c5a02d818, + FFFF5a02d8807f8c5a02d880, + FFFF5a02d8e87f8c5a02d8e8, + FFFF5a02d9507f8c5a02d950, + FFFF5a02d9b87f8c5a02d9b8, + FFFF5a02da207f8c5a02da20, + FFFF5a02da887f8c5a02da88, + FFFF5a02daf07f8c5a02daf0, + FFFF5a02db587f8c5a02db58, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2692,73 +2691,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFFa402c8907f8ea402c890 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402c8907f8ea402c890 /* Allocator.cpp */; }; - FFFFa402c8f87f8ea402c8f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402c8f87f8ea402c8f8 /* Factory.cpp */; }; - FFFFa402c9607f8ea402c960 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402c9607f8ea402c960 /* PhaseConfig.cpp */; }; - FFFFa402c9c87f8ea402c9c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402c9c87f8ea402c9c8 /* SwCloth.cpp */; }; - FFFFa402ca307f8ea402ca30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402ca307f8ea402ca30 /* SwClothData.cpp */; }; - FFFFa402ca987f8ea402ca98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402ca987f8ea402ca98 /* SwCollision.cpp */; }; - FFFFa402cb007f8ea402cb00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cb007f8ea402cb00 /* SwFabric.cpp */; }; - FFFFa402cb687f8ea402cb68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cb687f8ea402cb68 /* SwFactory.cpp */; }; - FFFFa402cbd07f8ea402cbd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cbd07f8ea402cbd0 /* SwInterCollision.cpp */; }; - FFFFa402cc387f8ea402cc38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cc387f8ea402cc38 /* SwSelfCollision.cpp */; }; - FFFFa402cca07f8ea402cca0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cca07f8ea402cca0 /* SwSolver.cpp */; }; - FFFFa402cd087f8ea402cd08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cd087f8ea402cd08 /* SwSolverKernel.cpp */; }; - FFFFa402cd707f8ea402cd70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa402cd707f8ea402cd70 /* TripletScheduler.cpp */; }; + FFFF5a8244907f8c5a824490 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8244907f8c5a824490 /* Allocator.cpp */; }; + FFFF5a8244f87f8c5a8244f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8244f87f8c5a8244f8 /* Factory.cpp */; }; + FFFF5a8245607f8c5a824560 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8245607f8c5a824560 /* PhaseConfig.cpp */; }; + FFFF5a8245c87f8c5a8245c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8245c87f8c5a8245c8 /* SwCloth.cpp */; }; + FFFF5a8246307f8c5a824630 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8246307f8c5a824630 /* SwClothData.cpp */; }; + FFFF5a8246987f8c5a824698 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8246987f8c5a824698 /* SwCollision.cpp */; }; + FFFF5a8247007f8c5a824700 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8247007f8c5a824700 /* SwFabric.cpp */; }; + FFFF5a8247687f8c5a824768 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8247687f8c5a824768 /* SwFactory.cpp */; }; + FFFF5a8247d07f8c5a8247d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8247d07f8c5a8247d0 /* SwInterCollision.cpp */; }; + FFFF5a8248387f8c5a824838 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8248387f8c5a824838 /* SwSelfCollision.cpp */; }; + FFFF5a8248a07f8c5a8248a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8248a07f8c5a8248a0 /* SwSolver.cpp */; }; + FFFF5a8249087f8c5a824908 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8249087f8c5a824908 /* SwSolverKernel.cpp */; }; + FFFF5a8249707f8c5a824970 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5a8249707f8c5a824970 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3c736c07f8ea3c736c0 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3c76b007f8ea3c76b00 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76b687f8ea3c76b68 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76bd07f8ea3c76bd0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76c387f8ea3c76c38 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76ca07f8ea3c76ca0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76d087f8ea3c76d08 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3c76d707f8ea3c76d70 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402be007f8ea402be00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402be687f8ea402be68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402bed07f8ea402bed0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402bf387f8ea402bf38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402bfa07f8ea402bfa0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c0087f8ea402c008 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c0707f8ea402c070 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c0d87f8ea402c0d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c1407f8ea402c140 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c1a87f8ea402c1a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c2107f8ea402c210 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c2787f8ea402c278 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c2e07f8ea402c2e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c3487f8ea402c348 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c3b07f8ea402c3b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c4187f8ea402c418 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c4807f8ea402c480 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c4e87f8ea402c4e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c5507f8ea402c550 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c5b87f8ea402c5b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c6207f8ea402c620 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c6887f8ea402c688 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c6f07f8ea402c6f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c7587f8ea402c758 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c7c07f8ea402c7c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c8287f8ea402c828 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFDa402c8907f8ea402c890 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402c8f87f8ea402c8f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402c9607f8ea402c960 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402c9c87f8ea402c9c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402ca307f8ea402ca30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402ca987f8ea402ca98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cb007f8ea402cb00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cb687f8ea402cb68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cbd07f8ea402cbd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cc387f8ea402cc38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cca07f8ea402cca0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cd087f8ea402cd08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa402cd707f8ea402cd70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d4aa007f8c59d4aa00 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD59d5a8b07f8c59d5a8b0 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5a9187f8c59d5a918 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5a9807f8c59d5a980 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5a9e87f8c59d5a9e8 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5aa507f8c59d5aa50 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5aab87f8c59d5aab8 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d5ab207f8c59d5ab20 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823a007f8c5a823a00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823a687f8c5a823a68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823ad07f8c5a823ad0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823b387f8c5a823b38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823ba07f8c5a823ba0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823c087f8c5a823c08 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823c707f8c5a823c70 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823cd87f8c5a823cd8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823d407f8c5a823d40 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823da87f8c5a823da8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823e107f8c5a823e10 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823e787f8c5a823e78 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823ee07f8c5a823ee0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823f487f8c5a823f48 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a823fb07f8c5a823fb0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8240187f8c5a824018 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8240807f8c5a824080 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8240e87f8c5a8240e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8241507f8c5a824150 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8241b87f8c5a8241b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8242207f8c5a824220 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8242887f8c5a824288 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8242f07f8c5a8242f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8243587f8c5a824358 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8243c07f8c5a8243c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8244287f8c5a824428 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD5a8244907f8c5a824490 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8244f87f8c5a8244f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8245607f8c5a824560 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8245c87f8c5a8245c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8246307f8c5a824630 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8246987f8c5a824698 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8247007f8c5a824700 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8247687f8c5a824768 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8247d07f8c5a8247d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8248387f8c5a824838 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8248a07f8c5a8248a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8249087f8c5a824908 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5a8249707f8c5a824970 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3c736c07f8ea3c736c0 /* Resources */ = { + FFF259d4aa007f8c59d4aa00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2768,7 +2767,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3c736c07f8ea3c736c0 /* Frameworks */ = { + FFFC59d4aa007f8c59d4aa00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,23 +2777,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3c736c07f8ea3c736c0 /* Sources */ = { + FFF859d4aa007f8c59d4aa00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa402c8907f8ea402c890, - FFFFa402c8f87f8ea402c8f8, - FFFFa402c9607f8ea402c960, - FFFFa402c9c87f8ea402c9c8, - FFFFa402ca307f8ea402ca30, - FFFFa402ca987f8ea402ca98, - FFFFa402cb007f8ea402cb00, - FFFFa402cb687f8ea402cb68, - FFFFa402cbd07f8ea402cbd0, - FFFFa402cc387f8ea402cc38, - FFFFa402cca07f8ea402cca0, - FFFFa402cd087f8ea402cd08, - FFFFa402cd707f8ea402cd70, + FFFF5a8244907f8c5a824490, + FFFF5a8244f87f8c5a8244f8, + FFFF5a8245607f8c5a824560, + FFFF5a8245c87f8c5a8245c8, + FFFF5a8246307f8c5a824630, + FFFF5a8246987f8c5a824698, + FFFF5a8247007f8c5a824700, + FFFF5a8247687f8c5a824768, + FFFF5a8247d07f8c5a8247d0, + FFFF5a8248387f8c5a824838, + FFFF5a8248a07f8c5a8248a0, + FFFF5a8249087f8c5a824908, + FFFF5a8249707f8c5a824970, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2806,79 +2805,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFFa48223587f8ea4822358 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48223587f8ea4822358 /* PtBatcher.cpp */; }; - FFFFa48223c07f8ea48223c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48223c07f8ea48223c0 /* PtBodyTransformVault.cpp */; }; - FFFFa48224287f8ea4822428 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48224287f8ea4822428 /* PtCollision.cpp */; }; - FFFFa48224907f8ea4822490 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48224907f8ea4822490 /* PtCollisionBox.cpp */; }; - FFFFa48224f87f8ea48224f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48224f87f8ea48224f8 /* PtCollisionCapsule.cpp */; }; - FFFFa48225607f8ea4822560 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48225607f8ea4822560 /* PtCollisionConvex.cpp */; }; - FFFFa48225c87f8ea48225c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48225c87f8ea48225c8 /* PtCollisionMesh.cpp */; }; - FFFFa48226307f8ea4822630 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48226307f8ea4822630 /* PtCollisionPlane.cpp */; }; - FFFFa48226987f8ea4822698 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48226987f8ea4822698 /* PtCollisionSphere.cpp */; }; - FFFFa48227007f8ea4822700 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48227007f8ea4822700 /* PtContextCpu.cpp */; }; - FFFFa48227687f8ea4822768 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48227687f8ea4822768 /* PtDynamics.cpp */; }; - FFFFa48227d07f8ea48227d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48227d07f8ea48227d0 /* PtParticleData.cpp */; }; - FFFFa48228387f8ea4822838 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48228387f8ea4822838 /* PtParticleShapeCpu.cpp */; }; - FFFFa48228a07f8ea48228a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48228a07f8ea48228a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFFa48229087f8ea4822908 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48229087f8ea4822908 /* PtSpatialHash.cpp */; }; - FFFFa48229707f8ea4822970 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa48229707f8ea4822970 /* PtSpatialLocalHash.cpp */; }; + FFFF5919cd587f8c5919cd58 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919cd587f8c5919cd58 /* PtBatcher.cpp */; }; + FFFF5919cdc07f8c5919cdc0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919cdc07f8c5919cdc0 /* PtBodyTransformVault.cpp */; }; + FFFF5919ce287f8c5919ce28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919ce287f8c5919ce28 /* PtCollision.cpp */; }; + FFFF5919ce907f8c5919ce90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919ce907f8c5919ce90 /* PtCollisionBox.cpp */; }; + FFFF5919cef87f8c5919cef8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919cef87f8c5919cef8 /* PtCollisionCapsule.cpp */; }; + FFFF5919cf607f8c5919cf60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919cf607f8c5919cf60 /* PtCollisionConvex.cpp */; }; + FFFF5919cfc87f8c5919cfc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919cfc87f8c5919cfc8 /* PtCollisionMesh.cpp */; }; + FFFF5919d0307f8c5919d030 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d0307f8c5919d030 /* PtCollisionPlane.cpp */; }; + FFFF5919d0987f8c5919d098 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d0987f8c5919d098 /* PtCollisionSphere.cpp */; }; + FFFF5919d1007f8c5919d100 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d1007f8c5919d100 /* PtContextCpu.cpp */; }; + FFFF5919d1687f8c5919d168 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d1687f8c5919d168 /* PtDynamics.cpp */; }; + FFFF5919d1d07f8c5919d1d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d1d07f8c5919d1d0 /* PtParticleData.cpp */; }; + FFFF5919d2387f8c5919d238 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d2387f8c5919d238 /* PtParticleShapeCpu.cpp */; }; + FFFF5919d2a07f8c5919d2a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d2a07f8c5919d2a0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF5919d3087f8c5919d308 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d3087f8c5919d308 /* PtSpatialHash.cpp */; }; + FFFF5919d3707f8c5919d370 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5919d3707f8c5919d370 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3f570307f8ea3f57030 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa48204007f8ea4820400 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48204687f8ea4820468 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48204d07f8ea48204d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48205387f8ea4820538 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48205a07f8ea48205a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48206087f8ea4820608 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48206707f8ea4820670 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48206d87f8ea48206d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48207407f8ea4820740 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48207a87f8ea48207a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821a007f8ea4821a00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821a687f8ea4821a68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821ad07f8ea4821ad0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821b387f8ea4821b38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821ba07f8ea4821ba0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821c087f8ea4821c08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821c707f8ea4821c70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821cd87f8ea4821cd8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821d407f8ea4821d40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821da87f8ea4821da8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821e107f8ea4821e10 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821e787f8ea4821e78 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821ee07f8ea4821ee0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821f487f8ea4821f48 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFDa4821fb07f8ea4821fb0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48220187f8ea4822018 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48220807f8ea4822080 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48220e87f8ea48220e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48221507f8ea4822150 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48221b87f8ea48221b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48222207f8ea4822220 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48222887f8ea4822288 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48222f07f8ea48222f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFDa48223587f8ea4822358 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48223c07f8ea48223c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48224287f8ea4822428 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48224907f8ea4822490 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48224f87f8ea48224f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48225607f8ea4822560 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48225c87f8ea48225c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48226307f8ea4822630 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48226987f8ea4822698 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48227007f8ea4822700 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48227687f8ea4822768 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48227d07f8ea48227d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48228387f8ea4822838 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48228a07f8ea48228a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48229087f8ea4822908 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDa48229707f8ea4822970 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5992d3c07f8c5992d3c0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD591968007f8c59196800 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD591968687f8c59196868 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD591968d07f8c591968d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD591969387f8c59196938 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD591969a07f8c591969a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD59196a087f8c59196a08 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD59196a707f8c59196a70 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD59196ad87f8c59196ad8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD59196b407f8c59196b40 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD59196ba87f8c59196ba8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c4007f8c5919c400 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c4687f8c5919c468 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c4d07f8c5919c4d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c5387f8c5919c538 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c5a07f8c5919c5a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c6087f8c5919c608 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c6707f8c5919c670 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c6d87f8c5919c6d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c7407f8c5919c740 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c7a87f8c5919c7a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c8107f8c5919c810 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c8787f8c5919c878 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c8e07f8c5919c8e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c9487f8c5919c948 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919c9b07f8c5919c9b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919ca187f8c5919ca18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919ca807f8c5919ca80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cae87f8c5919cae8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cb507f8c5919cb50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cbb87f8c5919cbb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cc207f8c5919cc20 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cc887f8c5919cc88 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919ccf07f8c5919ccf0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD5919cd587f8c5919cd58 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919cdc07f8c5919cdc0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919ce287f8c5919ce28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919ce907f8c5919ce90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919cef87f8c5919cef8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919cf607f8c5919cf60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919cfc87f8c5919cfc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d0307f8c5919d030 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d0987f8c5919d098 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d1007f8c5919d100 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d1687f8c5919d168 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d1d07f8c5919d1d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d2387f8c5919d238 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d2a07f8c5919d2a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d3087f8c5919d308 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5919d3707f8c5919d370 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3f570307f8ea3f57030 /* Resources */ = { + FFF25992d3c07f8c5992d3c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2888,7 +2887,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3f570307f8ea3f57030 /* Frameworks */ = { + FFFC5992d3c07f8c5992d3c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,26 +2897,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3f570307f8ea3f57030 /* Sources */ = { + FFF85992d3c07f8c5992d3c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa48223587f8ea4822358, - FFFFa48223c07f8ea48223c0, - FFFFa48224287f8ea4822428, - FFFFa48224907f8ea4822490, - FFFFa48224f87f8ea48224f8, - FFFFa48225607f8ea4822560, - FFFFa48225c87f8ea48225c8, - FFFFa48226307f8ea4822630, - FFFFa48226987f8ea4822698, - FFFFa48227007f8ea4822700, - FFFFa48227687f8ea4822768, - FFFFa48227d07f8ea48227d0, - FFFFa48228387f8ea4822838, - FFFFa48228a07f8ea48228a0, - FFFFa48229087f8ea4822908, - FFFFa48229707f8ea4822970, + FFFF5919cd587f8c5919cd58, + FFFF5919cdc07f8c5919cdc0, + FFFF5919ce287f8c5919ce28, + FFFF5919ce907f8c5919ce90, + FFFF5919cef87f8c5919cef8, + FFFF5919cf607f8c5919cf60, + FFFF5919cfc87f8c5919cfc8, + FFFF5919d0307f8c5919d030, + FFFF5919d0987f8c5919d098, + FFFF5919d1007f8c5919d100, + FFFF5919d1687f8c5919d168, + FFFF5919d1d07f8c5919d1d0, + FFFF5919d2387f8c5919d238, + FFFF5919d2a07f8c5919d2a0, + FFFF5919d3087f8c5919d308, + FFFF5919d3707f8c5919d370, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2929,22 +2928,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFFa3cc24007f8ea3cc2400 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa3cc24007f8ea3cc2400 /* src/TaskManager.cpp */; }; + FFFF59d64d107f8c59d64d10 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD59d64d107f8c59d64d10 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3cc42607f8ea3cc4260 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3cc54607f8ea3cc5460 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc54c87f8ea3cc54c8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc55307f8ea3cc5530 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc55987f8ea3cc5598 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc56007f8ea3cc5600 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc56687f8ea3cc5668 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3cc24007f8ea3cc2400 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD59d66b807f8c59d66b80 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD59d6c8407f8c59d6c840 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d6c8a87f8c59d6c8a8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d6c9107f8c59d6c910 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d6c9787f8c59d6c978 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d6c9e07f8c59d6c9e0 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d6ca487f8c59d6ca48 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD59d64d107f8c59d64d10 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3cc42607f8ea3cc4260 /* Resources */ = { + FFF259d66b807f8c59d66b80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2954,7 +2953,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3cc42607f8ea3cc4260 /* Frameworks */ = { + FFFC59d66b807f8c59d66b80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,11 +2963,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3cc42607f8ea3cc4260 /* Sources */ = { + FFF859d66b807f8c59d66b80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa3cc24007f8ea3cc2400, + FFFF59d64d107f8c59d64d10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2980,17 +2979,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFFa3b099607f8ea3b09960 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDa3b099607f8ea3b09960 /* PsFastXml.cpp */; }; + FFFF5b817ef07f8c5b817ef0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD5b817ef07f8c5b817ef0 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDa3b08f107f8ea3b08f10 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDa3b098407f8ea3b09840 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFDa3b099607f8ea3b09960 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5b8199707f8c5b819970 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5b817df07f8c5b817df0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD5b817ef07f8c5b817ef0 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2a3b08f107f8ea3b08f10 /* Resources */ = { + FFF25b8199707f8c5b819970 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3000,7 +2999,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCa3b08f107f8ea3b08f10 /* Frameworks */ = { + FFFC5b8199707f8c5b819970 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,11 +3009,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8a3b08f107f8ea3b08f10 /* Sources */ = { + FFF85b8199707f8c5b819970 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFa3b099607f8ea3b09960, + FFFF5b817ef07f8c5b817ef0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3026,1970 +3025,1969 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5a3df24807f8ea3df2480 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b81c8207f8c5b81c820 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3df24807f8ea3df2480 /* PhysX */; + remoteGlobalIDString = FFFA5b81c8207f8c5b81c820 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5a3e053b07f8ea3e053b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b8241407f8c5b824140 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3e053b07f8ea3e053b0 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA5b8241407f8c5b824140 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5a3e069807f8ea3e06980 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b8256907f8c5b825690 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3e069807f8ea3e06980 /* PhysXVehicle */; + remoteGlobalIDString = FFFA5b8256907f8c5b825690 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5a3e17d707f8ea3e17d70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b836b207f8c5b836b20 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3e17d707f8ea3e17d70 /* PhysXExtensions */; + remoteGlobalIDString = FFFA5b836b207f8c5b836b20 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5a3e28e907f8ea3e28e90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b847c107f8c5b847c10 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3e28e907f8ea3e28e90 /* SceneQuery */; + remoteGlobalIDString = FFFA5b847c107f8c5b847c10 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5a3e2d3f07f8ea3e2d3f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b84c1707f8c5b84c170 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3e2d3f07f8ea3e2d3f0 /* SimulationController */; + remoteGlobalIDString = FFFA5b84c1707f8c5b84c170 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5a5367b807f8ea5367b80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b8507d07f8c5b8507d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa5367b807f8ea5367b80 /* PhysXCooking */; + remoteGlobalIDString = FFFA5b8507d07f8c5b8507d0 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5a3896f307f8ea3896f30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559c183f07f8c59c183f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3896f307f8ea3896f30 /* PhysXCommon */; + remoteGlobalIDString = FFFA59c183f07f8c59c183f0 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5a3880f207f8ea3880f20 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559c114307f8c59c11430 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3880f207f8ea3880f20 /* PxFoundation */; + remoteGlobalIDString = FFFA59c114307f8c59c11430 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5a3f0a1707f8ea3f0a170 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559944d307f8c59944d30 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3f0a1707f8ea3f0a170 /* PxPvdSDK */; + remoteGlobalIDString = FFFA59944d307f8c59944d30 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5a3f26fe07f8ea3f26fe0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559d336a07f8c59d336a0 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3f26fe07f8ea3f26fe0 /* LowLevel */; + remoteGlobalIDString = FFFA59d336a07f8c59d336a0 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5a3c32a207f8ea3c32a20 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b808e607f8c5b808e60 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3c32a207f8ea3c32a20 /* LowLevelAABB */; + remoteGlobalIDString = FFFA5b808e607f8c5b808e60 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5a3c543a07f8ea3c543a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559c249907f8c59c24990 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3c543a07f8ea3c543a0 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA59c249907f8c59c24990 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5a3c736c07f8ea3c736c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559d4aa007f8c59d4aa00 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3c736c07f8ea3c736c0 /* LowLevelCloth */; + remoteGlobalIDString = FFFA59d4aa007f8c59d4aa00 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5a3f570307f8ea3f57030 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55992d3c07f8c5992d3c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3f570307f8ea3f57030 /* LowLevelParticles */; + remoteGlobalIDString = FFFA5992d3c07f8c5992d3c0 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5a3cc42607f8ea3cc4260 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF559d66b807f8c59d66b80 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3cc42607f8ea3cc4260 /* PxTask */; + remoteGlobalIDString = FFFA59d66b807f8c59d66b80 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5a3b08f107f8ea3b08f10 /* PBXContainerItemProxy */ = { - containerPortal = FFF9a2c823107f8ea2c82310 /* Project object */; + FFF55b8199707f8c5b819970 /* PBXContainerItemProxy */ = { + containerPortal = FFF958c7cd607f8c58c7cd60 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAa3b08f107f8ea3b08f10 /* PsFastXml */; + remoteGlobalIDString = FFFA5b8199707f8c5b819970 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBa2c823787f8ea2c82378 /* PhysX */ = { + FFFB58c7cdc87f8c58c7cdc8 /* PhysX */ = { isa = PBXGroup; children = ( - FFF0a2c823107f8ea2c82310 /* Source */, - FFEEa2c823107f8ea2c82310 /* Products */, + FFF058c7cd607f8c58c7cd60 /* Source */, + FFEE58c7cd607f8c58c7cd60 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF0a2c823107f8ea2c82310 /* Source */ = { + FFF058c7cd607f8c58c7cd60 /* Source */ = { isa = PBXGroup; children = ( - FFFBa3df24807f8ea3df2480, - FFFBa3e053b07f8ea3e053b0, - FFFBa3e069807f8ea3e06980, - FFFBa3e17d707f8ea3e17d70, - FFFBa3e28e907f8ea3e28e90, - FFFBa3e2d3f07f8ea3e2d3f0, - FFFBa5367b807f8ea5367b80, - FFFBa3896f307f8ea3896f30, - FFFBa3880f207f8ea3880f20, - FFFBa3f0a1707f8ea3f0a170, - FFFBa3f26fe07f8ea3f26fe0, - FFFBa3c32a207f8ea3c32a20, - FFFBa3c543a07f8ea3c543a0, - FFFBa3c736c07f8ea3c736c0, - FFFBa3f570307f8ea3f57030, - FFFBa3cc42607f8ea3cc4260, - FFFBa3b08f107f8ea3b08f10, + FFFB5b81c8207f8c5b81c820, + FFFB5b8241407f8c5b824140, + FFFB5b8256907f8c5b825690, + FFFB5b836b207f8c5b836b20, + FFFB5b847c107f8c5b847c10, + FFFB5b84c1707f8c5b84c170, + FFFB5b8507d07f8c5b8507d0, + FFFB59c183f07f8c59c183f0, + FFFB59c114307f8c59c11430, + FFFB59944d307f8c59944d30, + FFFB59d336a07f8c59d336a0, + FFFB5b808e607f8c5b808e60, + FFFB59c249907f8c59c24990, + FFFB59d4aa007f8c59d4aa00, + FFFB5992d3c07f8c5992d3c0, + FFFB59d66b807f8c59d66b80, + FFFB5b8199707f8c5b819970, ); name = Source; sourceTree = "<group>"; }; - FFEEa2c823107f8ea2c82310 /* Products */ = { + FFEE58c7cd607f8c58c7cd60 /* Products */ = { isa = PBXGroup; children = ( - FFFDa3df24807f8ea3df2480, - FFFDa3e053b07f8ea3e053b0, - FFFDa3e069807f8ea3e06980, - FFFDa3e17d707f8ea3e17d70, - FFFDa3e28e907f8ea3e28e90, - FFFDa3e2d3f07f8ea3e2d3f0, - FFFDa5367b807f8ea5367b80, - FFFDa3896f307f8ea3896f30, - FFFDa3880f207f8ea3880f20, - FFFDa3f0a1707f8ea3f0a170, - FFFDa3f26fe07f8ea3f26fe0, - FFFDa3c32a207f8ea3c32a20, - FFFDa3c543a07f8ea3c543a0, - FFFDa3c736c07f8ea3c736c0, - FFFDa3f570307f8ea3f57030, - FFFDa3cc42607f8ea3cc4260, - FFFDa3b08f107f8ea3b08f10, + FFFD5b81c8207f8c5b81c820, + FFFD5b8241407f8c5b824140, + FFFD5b8256907f8c5b825690, + FFFD5b836b207f8c5b836b20, + FFFD5b847c107f8c5b847c10, + FFFD5b84c1707f8c5b84c170, + FFFD5b8507d07f8c5b8507d0, + FFFD59c183f07f8c59c183f0, + FFFD59c114307f8c59c11430, + FFFD59944d307f8c59944d30, + FFFD59d336a07f8c59d336a0, + FFFD5b808e607f8c5b808e60, + FFFD59c249907f8c59c24990, + FFFD59d4aa007f8c59d4aa00, + FFFD5992d3c07f8c5992d3c0, + FFFD59d66b807f8c59d66b80, + FFFD5b8199707f8c5b819970, ); name = Products; sourceTree = "<group>"; }; - FFFBa3df24807f8ea3df2480 /* PhysX */ = { + FFFB5b81c8207f8c5b81c820 /* PhysX */ = { isa = PBXGroup; children = ( - FFFBa3e0d2707f8ea3e0d270 /* src */, - FFFBa3e0d2987f8ea3e0d298 /* include */, - FFFBa3e0d2c07f8ea3e0d2c0 /* metadata */, + FFFB5b82bf807f8c5b82bf80 /* src */, + FFFB5b82bfa87f8c5b82bfa8 /* include */, + FFFB5b82bfd07f8c5b82bfd0 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFBa3e0d2707f8ea3e0d270 /* src */ = { + FFFB5b82bf807f8c5b82bf80 /* src */ = { isa = PBXGroup; children = ( - FFFDa31d12007f8ea31d1200 /* NpActor.h */, - FFFDa31d12687f8ea31d1268 /* NpActorTemplate.h */, - FFFDa31d12d07f8ea31d12d0 /* NpAggregate.h */, - FFFDa31d13387f8ea31d1338 /* NpArticulation.h */, - FFFDa31d13a07f8ea31d13a0 /* NpArticulationJoint.h */, - FFFDa31d14087f8ea31d1408 /* NpArticulationLink.h */, - FFFDa31d14707f8ea31d1470 /* NpBatchQuery.h */, - FFFDa31d14d87f8ea31d14d8 /* NpCast.h */, - FFFDa31d15407f8ea31d1540 /* NpConnector.h */, - FFFDa31d15a87f8ea31d15a8 /* NpConstraint.h */, - FFFDa31d16107f8ea31d1610 /* NpFactory.h */, - FFFDa31d16787f8ea31d1678 /* NpMaterial.h */, - FFFDa31d16e07f8ea31d16e0 /* NpMaterialManager.h */, - FFFDa31d17487f8ea31d1748 /* NpPhysics.h */, - FFFDa31d17b07f8ea31d17b0 /* NpPhysicsInsertionCallback.h */, - FFFDa31d18187f8ea31d1818 /* NpPtrTableStorageManager.h */, - FFFDa31d18807f8ea31d1880 /* NpPvdSceneQueryCollector.h */, - FFFDa31d18e87f8ea31d18e8 /* NpQueryShared.h */, - FFFDa31d19507f8ea31d1950 /* NpReadCheck.h */, - FFFDa31d19b87f8ea31d19b8 /* NpRigidActorTemplate.h */, - FFFDa31d1a207f8ea31d1a20 /* NpRigidActorTemplateInternal.h */, - FFFDa31d1a887f8ea31d1a88 /* NpRigidBodyTemplate.h */, - FFFDa31d1af07f8ea31d1af0 /* NpRigidDynamic.h */, - FFFDa31d1b587f8ea31d1b58 /* NpRigidStatic.h */, - FFFDa31d1bc07f8ea31d1bc0 /* NpScene.h */, - FFFDa31d1c287f8ea31d1c28 /* NpSceneQueries.h */, - FFFDa31d1c907f8ea31d1c90 /* NpShape.h */, - FFFDa31d1cf87f8ea31d1cf8 /* NpShapeManager.h */, - FFFDa31d1d607f8ea31d1d60 /* NpSpatialIndex.h */, - FFFDa31d1dc87f8ea31d1dc8 /* NpVolumeCache.h */, - FFFDa31d1e307f8ea31d1e30 /* NpWriteCheck.h */, - FFFDa31d1e987f8ea31d1e98 /* PvdMetaDataBindingData.h */, - FFFDa31d1f007f8ea31d1f00 /* PvdMetaDataPvdBinding.h */, - FFFDa31d1f687f8ea31d1f68 /* PvdPhysicsClient.h */, - FFFDa31d1fd07f8ea31d1fd0 /* PvdTypeNames.h */, - FFFDa31d20387f8ea31d2038 /* NpActor.cpp */, - FFFDa31d20a07f8ea31d20a0 /* NpAggregate.cpp */, - FFFDa31d21087f8ea31d2108 /* NpArticulation.cpp */, - FFFDa31d21707f8ea31d2170 /* NpArticulationJoint.cpp */, - FFFDa31d21d87f8ea31d21d8 /* NpArticulationLink.cpp */, - FFFDa31d22407f8ea31d2240 /* NpBatchQuery.cpp */, - FFFDa31d22a87f8ea31d22a8 /* NpConstraint.cpp */, - FFFDa31d23107f8ea31d2310 /* NpFactory.cpp */, - FFFDa31d23787f8ea31d2378 /* NpMaterial.cpp */, - FFFDa31d23e07f8ea31d23e0 /* NpMetaData.cpp */, - FFFDa31d24487f8ea31d2448 /* NpPhysics.cpp */, - FFFDa31d24b07f8ea31d24b0 /* NpPvdSceneQueryCollector.cpp */, - FFFDa31d25187f8ea31d2518 /* NpReadCheck.cpp */, - FFFDa31d25807f8ea31d2580 /* NpRigidDynamic.cpp */, - FFFDa31d25e87f8ea31d25e8 /* NpRigidStatic.cpp */, - FFFDa31d26507f8ea31d2650 /* NpScene.cpp */, - FFFDa31d26b87f8ea31d26b8 /* NpSceneQueries.cpp */, - FFFDa31d27207f8ea31d2720 /* NpSerializerAdapter.cpp */, - FFFDa31d27887f8ea31d2788 /* NpShape.cpp */, - FFFDa31d27f07f8ea31d27f0 /* NpShapeManager.cpp */, - FFFDa31d28587f8ea31d2858 /* NpSpatialIndex.cpp */, - FFFDa31d28c07f8ea31d28c0 /* NpVolumeCache.cpp */, - FFFDa31d29287f8ea31d2928 /* NpWriteCheck.cpp */, - FFFDa31d29907f8ea31d2990 /* PvdMetaDataPvdBinding.cpp */, - FFFDa31d29f87f8ea31d29f8 /* PvdPhysicsClient.cpp */, - FFFDa31d2a607f8ea31d2a60 /* particles/NpParticleBaseTemplate.h */, - FFFDa31d2ac87f8ea31d2ac8 /* particles/NpParticleFluid.h */, - FFFDa31d2b307f8ea31d2b30 /* particles/NpParticleFluidReadData.h */, - FFFDa31d2b987f8ea31d2b98 /* particles/NpParticleSystem.h */, - FFFDa31d2c007f8ea31d2c00 /* particles/NpParticleFluid.cpp */, - FFFDa31d2c687f8ea31d2c68 /* particles/NpParticleSystem.cpp */, - FFFDa31d2cd07f8ea31d2cd0 /* buffering/ScbActor.h */, - FFFDa31d2d387f8ea31d2d38 /* buffering/ScbAggregate.h */, - FFFDa31d2da07f8ea31d2da0 /* buffering/ScbArticulation.h */, - FFFDa31d2e087f8ea31d2e08 /* buffering/ScbArticulationJoint.h */, - FFFDa31d2e707f8ea31d2e70 /* buffering/ScbBase.h */, - FFFDa31d2ed87f8ea31d2ed8 /* buffering/ScbBody.h */, - FFFDa31d2f407f8ea31d2f40 /* buffering/ScbCloth.h */, - FFFDa31d2fa87f8ea31d2fa8 /* buffering/ScbConstraint.h */, - FFFDa31d30107f8ea31d3010 /* buffering/ScbDefs.h */, - FFFDa31d30787f8ea31d3078 /* buffering/ScbNpDeps.h */, - FFFDa31d30e07f8ea31d30e0 /* buffering/ScbParticleSystem.h */, - FFFDa31d31487f8ea31d3148 /* buffering/ScbRigidObject.h */, - FFFDa31d31b07f8ea31d31b0 /* buffering/ScbRigidStatic.h */, - FFFDa31d32187f8ea31d3218 /* buffering/ScbScene.h */, - FFFDa31d32807f8ea31d3280 /* buffering/ScbSceneBuffer.h */, - FFFDa31d32e87f8ea31d32e8 /* buffering/ScbScenePvdClient.h */, - FFFDa31d33507f8ea31d3350 /* buffering/ScbShape.h */, - FFFDa31d33b87f8ea31d33b8 /* buffering/ScbType.h */, - FFFDa31d34207f8ea31d3420 /* buffering/ScbActor.cpp */, - FFFDa31d34887f8ea31d3488 /* buffering/ScbAggregate.cpp */, - FFFDa31d34f07f8ea31d34f0 /* buffering/ScbBase.cpp */, - FFFDa31d35587f8ea31d3558 /* buffering/ScbCloth.cpp */, - FFFDa31d35c07f8ea31d35c0 /* buffering/ScbMetaData.cpp */, - FFFDa31d36287f8ea31d3628 /* buffering/ScbParticleSystem.cpp */, - FFFDa31d36907f8ea31d3690 /* buffering/ScbScene.cpp */, - FFFDa31d36f87f8ea31d36f8 /* buffering/ScbScenePvdClient.cpp */, - FFFDa31d37607f8ea31d3760 /* buffering/ScbShape.cpp */, - FFFDa31d37c87f8ea31d37c8 /* cloth/NpCloth.h */, - FFFDa31d38307f8ea31d3830 /* cloth/NpClothFabric.h */, - FFFDa31d38987f8ea31d3898 /* cloth/NpClothParticleData.h */, - FFFDa31d39007f8ea31d3900 /* cloth/NpCloth.cpp */, - FFFDa31d39687f8ea31d3968 /* cloth/NpClothFabric.cpp */, - FFFDa31d39d07f8ea31d39d0 /* cloth/NpClothParticleData.cpp */, - FFFDa31d3a387f8ea31d3a38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD5b039a007f8c5b039a00 /* NpActor.h */, + FFFD5b039a687f8c5b039a68 /* NpActorTemplate.h */, + FFFD5b039ad07f8c5b039ad0 /* NpAggregate.h */, + FFFD5b039b387f8c5b039b38 /* NpArticulation.h */, + FFFD5b039ba07f8c5b039ba0 /* NpArticulationJoint.h */, + FFFD5b039c087f8c5b039c08 /* NpArticulationLink.h */, + FFFD5b039c707f8c5b039c70 /* NpBatchQuery.h */, + FFFD5b039cd87f8c5b039cd8 /* NpCast.h */, + FFFD5b039d407f8c5b039d40 /* NpConnector.h */, + FFFD5b039da87f8c5b039da8 /* NpConstraint.h */, + FFFD5b039e107f8c5b039e10 /* NpFactory.h */, + FFFD5b039e787f8c5b039e78 /* NpMaterial.h */, + FFFD5b039ee07f8c5b039ee0 /* NpMaterialManager.h */, + FFFD5b039f487f8c5b039f48 /* NpPhysics.h */, + FFFD5b039fb07f8c5b039fb0 /* NpPhysicsInsertionCallback.h */, + FFFD5b03a0187f8c5b03a018 /* NpPtrTableStorageManager.h */, + FFFD5b03a0807f8c5b03a080 /* NpPvdSceneQueryCollector.h */, + FFFD5b03a0e87f8c5b03a0e8 /* NpQueryShared.h */, + FFFD5b03a1507f8c5b03a150 /* NpReadCheck.h */, + FFFD5b03a1b87f8c5b03a1b8 /* NpRigidActorTemplate.h */, + FFFD5b03a2207f8c5b03a220 /* NpRigidActorTemplateInternal.h */, + FFFD5b03a2887f8c5b03a288 /* NpRigidBodyTemplate.h */, + FFFD5b03a2f07f8c5b03a2f0 /* NpRigidDynamic.h */, + FFFD5b03a3587f8c5b03a358 /* NpRigidStatic.h */, + FFFD5b03a3c07f8c5b03a3c0 /* NpScene.h */, + FFFD5b03a4287f8c5b03a428 /* NpSceneQueries.h */, + FFFD5b03a4907f8c5b03a490 /* NpShape.h */, + FFFD5b03a4f87f8c5b03a4f8 /* NpShapeManager.h */, + FFFD5b03a5607f8c5b03a560 /* NpSpatialIndex.h */, + FFFD5b03a5c87f8c5b03a5c8 /* NpVolumeCache.h */, + FFFD5b03a6307f8c5b03a630 /* NpWriteCheck.h */, + FFFD5b03a6987f8c5b03a698 /* PvdMetaDataBindingData.h */, + FFFD5b03a7007f8c5b03a700 /* PvdMetaDataPvdBinding.h */, + FFFD5b03a7687f8c5b03a768 /* PvdPhysicsClient.h */, + FFFD5b03a7d07f8c5b03a7d0 /* PvdTypeNames.h */, + FFFD5b03a8387f8c5b03a838 /* NpActor.cpp */, + FFFD5b03a8a07f8c5b03a8a0 /* NpAggregate.cpp */, + FFFD5b03a9087f8c5b03a908 /* NpArticulation.cpp */, + FFFD5b03a9707f8c5b03a970 /* NpArticulationJoint.cpp */, + FFFD5b03a9d87f8c5b03a9d8 /* NpArticulationLink.cpp */, + FFFD5b03aa407f8c5b03aa40 /* NpBatchQuery.cpp */, + FFFD5b03aaa87f8c5b03aaa8 /* NpConstraint.cpp */, + FFFD5b03ab107f8c5b03ab10 /* NpFactory.cpp */, + FFFD5b03ab787f8c5b03ab78 /* NpMaterial.cpp */, + FFFD5b03abe07f8c5b03abe0 /* NpMetaData.cpp */, + FFFD5b03ac487f8c5b03ac48 /* NpPhysics.cpp */, + FFFD5b03acb07f8c5b03acb0 /* NpPvdSceneQueryCollector.cpp */, + FFFD5b03ad187f8c5b03ad18 /* NpReadCheck.cpp */, + FFFD5b03ad807f8c5b03ad80 /* NpRigidDynamic.cpp */, + FFFD5b03ade87f8c5b03ade8 /* NpRigidStatic.cpp */, + FFFD5b03ae507f8c5b03ae50 /* NpScene.cpp */, + FFFD5b03aeb87f8c5b03aeb8 /* NpSceneQueries.cpp */, + FFFD5b03af207f8c5b03af20 /* NpSerializerAdapter.cpp */, + FFFD5b03af887f8c5b03af88 /* NpShape.cpp */, + FFFD5b03aff07f8c5b03aff0 /* NpShapeManager.cpp */, + FFFD5b03b0587f8c5b03b058 /* NpSpatialIndex.cpp */, + FFFD5b03b0c07f8c5b03b0c0 /* NpVolumeCache.cpp */, + FFFD5b03b1287f8c5b03b128 /* NpWriteCheck.cpp */, + FFFD5b03b1907f8c5b03b190 /* PvdMetaDataPvdBinding.cpp */, + FFFD5b03b1f87f8c5b03b1f8 /* PvdPhysicsClient.cpp */, + FFFD5b03b2607f8c5b03b260 /* particles/NpParticleBaseTemplate.h */, + FFFD5b03b2c87f8c5b03b2c8 /* particles/NpParticleFluid.h */, + FFFD5b03b3307f8c5b03b330 /* particles/NpParticleFluidReadData.h */, + FFFD5b03b3987f8c5b03b398 /* particles/NpParticleSystem.h */, + FFFD5b03b4007f8c5b03b400 /* particles/NpParticleFluid.cpp */, + FFFD5b03b4687f8c5b03b468 /* particles/NpParticleSystem.cpp */, + FFFD5b03b4d07f8c5b03b4d0 /* buffering/ScbActor.h */, + FFFD5b03b5387f8c5b03b538 /* buffering/ScbAggregate.h */, + FFFD5b03b5a07f8c5b03b5a0 /* buffering/ScbArticulation.h */, + FFFD5b03b6087f8c5b03b608 /* buffering/ScbArticulationJoint.h */, + FFFD5b03b6707f8c5b03b670 /* buffering/ScbBase.h */, + FFFD5b03b6d87f8c5b03b6d8 /* buffering/ScbBody.h */, + FFFD5b03b7407f8c5b03b740 /* buffering/ScbCloth.h */, + FFFD5b03b7a87f8c5b03b7a8 /* buffering/ScbConstraint.h */, + FFFD5b03b8107f8c5b03b810 /* buffering/ScbDefs.h */, + FFFD5b03b8787f8c5b03b878 /* buffering/ScbNpDeps.h */, + FFFD5b03b8e07f8c5b03b8e0 /* buffering/ScbParticleSystem.h */, + FFFD5b03b9487f8c5b03b948 /* buffering/ScbRigidObject.h */, + FFFD5b03b9b07f8c5b03b9b0 /* buffering/ScbRigidStatic.h */, + FFFD5b03ba187f8c5b03ba18 /* buffering/ScbScene.h */, + FFFD5b03ba807f8c5b03ba80 /* buffering/ScbSceneBuffer.h */, + FFFD5b03bae87f8c5b03bae8 /* buffering/ScbScenePvdClient.h */, + FFFD5b03bb507f8c5b03bb50 /* buffering/ScbShape.h */, + FFFD5b03bbb87f8c5b03bbb8 /* buffering/ScbType.h */, + FFFD5b03bc207f8c5b03bc20 /* buffering/ScbActor.cpp */, + FFFD5b03bc887f8c5b03bc88 /* buffering/ScbAggregate.cpp */, + FFFD5b03bcf07f8c5b03bcf0 /* buffering/ScbBase.cpp */, + FFFD5b03bd587f8c5b03bd58 /* buffering/ScbCloth.cpp */, + FFFD5b03bdc07f8c5b03bdc0 /* buffering/ScbMetaData.cpp */, + FFFD5b03be287f8c5b03be28 /* buffering/ScbParticleSystem.cpp */, + FFFD5b03be907f8c5b03be90 /* buffering/ScbScene.cpp */, + FFFD5b03bef87f8c5b03bef8 /* buffering/ScbScenePvdClient.cpp */, + FFFD5b03bf607f8c5b03bf60 /* buffering/ScbShape.cpp */, + FFFD5b03bfc87f8c5b03bfc8 /* cloth/NpCloth.h */, + FFFD5b03c0307f8c5b03c030 /* cloth/NpClothFabric.h */, + FFFD5b03c0987f8c5b03c098 /* cloth/NpClothParticleData.h */, + FFFD5b03c1007f8c5b03c100 /* cloth/NpCloth.cpp */, + FFFD5b03c1687f8c5b03c168 /* cloth/NpClothFabric.cpp */, + FFFD5b03c1d07f8c5b03c1d0 /* cloth/NpClothParticleData.cpp */, + FFFD5b03c2387f8c5b03c238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3e0d2987f8ea3e0d298 /* include */ = { + FFFB5b82bfa87f8c5b82bfa8 /* include */ = { isa = PBXGroup; children = ( - FFFDa31cd2007f8ea31cd200 /* PxActor.h */, - FFFDa31cd2687f8ea31cd268 /* PxAggregate.h */, - FFFDa31cd2d07f8ea31cd2d0 /* PxArticulation.h */, - FFFDa31cd3387f8ea31cd338 /* PxArticulationJoint.h */, - FFFDa31cd3a07f8ea31cd3a0 /* PxArticulationLink.h */, - FFFDa31cd4087f8ea31cd408 /* PxBatchQuery.h */, - FFFDa31cd4707f8ea31cd470 /* PxBatchQueryDesc.h */, - FFFDa31cd4d87f8ea31cd4d8 /* PxBroadPhase.h */, - FFFDa31cd5407f8ea31cd540 /* PxClient.h */, - FFFDa31cd5a87f8ea31cd5a8 /* PxConstraint.h */, - FFFDa31cd6107f8ea31cd610 /* PxConstraintDesc.h */, - FFFDa31cd6787f8ea31cd678 /* PxContact.h */, - FFFDa31cd6e07f8ea31cd6e0 /* PxContactModifyCallback.h */, - FFFDa31cd7487f8ea31cd748 /* PxDeletionListener.h */, - FFFDa31cd7b07f8ea31cd7b0 /* PxFiltering.h */, - FFFDa31cd8187f8ea31cd818 /* PxForceMode.h */, - FFFDa31cd8807f8ea31cd880 /* PxImmediateMode.h */, - FFFDa31cd8e87f8ea31cd8e8 /* PxLockedData.h */, - FFFDa31cd9507f8ea31cd950 /* PxMaterial.h */, - FFFDa31cd9b87f8ea31cd9b8 /* PxPhysXConfig.h */, - FFFDa31cda207f8ea31cda20 /* PxPhysics.h */, - FFFDa31cda887f8ea31cda88 /* PxPhysicsAPI.h */, - FFFDa31cdaf07f8ea31cdaf0 /* PxPhysicsSerialization.h */, - FFFDa31cdb587f8ea31cdb58 /* PxPhysicsVersion.h */, - FFFDa31cdbc07f8ea31cdbc0 /* PxPruningStructure.h */, - FFFDa31cdc287f8ea31cdc28 /* PxQueryFiltering.h */, - FFFDa31cdc907f8ea31cdc90 /* PxQueryReport.h */, - FFFDa31cdcf87f8ea31cdcf8 /* PxRigidActor.h */, - FFFDa31cdd607f8ea31cdd60 /* PxRigidBody.h */, - FFFDa31cddc87f8ea31cddc8 /* PxRigidDynamic.h */, - FFFDa31cde307f8ea31cde30 /* PxRigidStatic.h */, - FFFDa31cde987f8ea31cde98 /* PxScene.h */, - FFFDa31cdf007f8ea31cdf00 /* PxSceneDesc.h */, - FFFDa31cdf687f8ea31cdf68 /* PxSceneLock.h */, - FFFDa31cdfd07f8ea31cdfd0 /* PxShape.h */, - FFFDa31ce0387f8ea31ce038 /* PxSimulationEventCallback.h */, - FFFDa31ce0a07f8ea31ce0a0 /* PxSimulationStatistics.h */, - FFFDa31ce1087f8ea31ce108 /* PxSpatialIndex.h */, - FFFDa31ce1707f8ea31ce170 /* PxVisualizationParameter.h */, - FFFDa31ce1d87f8ea31ce1d8 /* PxVolumeCache.h */, - FFFDa31ce2407f8ea31ce240 /* particles/PxParticleBase.h */, - FFFDa31ce2a87f8ea31ce2a8 /* particles/PxParticleBaseFlag.h */, - FFFDa31ce3107f8ea31ce310 /* particles/PxParticleCreationData.h */, - FFFDa31ce3787f8ea31ce378 /* particles/PxParticleFlag.h */, - FFFDa31ce3e07f8ea31ce3e0 /* particles/PxParticleFluid.h */, - FFFDa31ce4487f8ea31ce448 /* particles/PxParticleFluidReadData.h */, - FFFDa31ce4b07f8ea31ce4b0 /* particles/PxParticleReadData.h */, - FFFDa31ce5187f8ea31ce518 /* particles/PxParticleSystem.h */, - FFFDa31ce5807f8ea31ce580 /* pvd/PxPvdSceneClient.h */, - FFFDa31ce5e87f8ea31ce5e8 /* cloth/PxCloth.h */, - FFFDa31ce6507f8ea31ce650 /* cloth/PxClothCollisionData.h */, - FFFDa31ce6b87f8ea31ce6b8 /* cloth/PxClothFabric.h */, - FFFDa31ce7207f8ea31ce720 /* cloth/PxClothParticleData.h */, - FFFDa31ce7887f8ea31ce788 /* cloth/PxClothTypes.h */, + FFFD5b0374007f8c5b037400 /* PxActor.h */, + FFFD5b0374687f8c5b037468 /* PxAggregate.h */, + FFFD5b0374d07f8c5b0374d0 /* PxArticulation.h */, + FFFD5b0375387f8c5b037538 /* PxArticulationJoint.h */, + FFFD5b0375a07f8c5b0375a0 /* PxArticulationLink.h */, + FFFD5b0376087f8c5b037608 /* PxBatchQuery.h */, + FFFD5b0376707f8c5b037670 /* PxBatchQueryDesc.h */, + FFFD5b0376d87f8c5b0376d8 /* PxBroadPhase.h */, + FFFD5b0377407f8c5b037740 /* PxClient.h */, + FFFD5b0377a87f8c5b0377a8 /* PxConstraint.h */, + FFFD5b0378107f8c5b037810 /* PxConstraintDesc.h */, + FFFD5b0378787f8c5b037878 /* PxContact.h */, + FFFD5b0378e07f8c5b0378e0 /* PxContactModifyCallback.h */, + FFFD5b0379487f8c5b037948 /* PxDeletionListener.h */, + FFFD5b0379b07f8c5b0379b0 /* PxFiltering.h */, + FFFD5b037a187f8c5b037a18 /* PxForceMode.h */, + FFFD5b037a807f8c5b037a80 /* PxImmediateMode.h */, + FFFD5b037ae87f8c5b037ae8 /* PxLockedData.h */, + FFFD5b037b507f8c5b037b50 /* PxMaterial.h */, + FFFD5b037bb87f8c5b037bb8 /* PxPhysXConfig.h */, + FFFD5b037c207f8c5b037c20 /* PxPhysics.h */, + FFFD5b037c887f8c5b037c88 /* PxPhysicsAPI.h */, + FFFD5b037cf07f8c5b037cf0 /* PxPhysicsSerialization.h */, + FFFD5b037d587f8c5b037d58 /* PxPhysicsVersion.h */, + FFFD5b037dc07f8c5b037dc0 /* PxPruningStructure.h */, + FFFD5b037e287f8c5b037e28 /* PxQueryFiltering.h */, + FFFD5b037e907f8c5b037e90 /* PxQueryReport.h */, + FFFD5b037ef87f8c5b037ef8 /* PxRigidActor.h */, + FFFD5b037f607f8c5b037f60 /* PxRigidBody.h */, + FFFD5b037fc87f8c5b037fc8 /* PxRigidDynamic.h */, + FFFD5b0380307f8c5b038030 /* PxRigidStatic.h */, + FFFD5b0380987f8c5b038098 /* PxScene.h */, + FFFD5b0381007f8c5b038100 /* PxSceneDesc.h */, + FFFD5b0381687f8c5b038168 /* PxSceneLock.h */, + FFFD5b0381d07f8c5b0381d0 /* PxShape.h */, + FFFD5b0382387f8c5b038238 /* PxSimulationEventCallback.h */, + FFFD5b0382a07f8c5b0382a0 /* PxSimulationStatistics.h */, + FFFD5b0383087f8c5b038308 /* PxSpatialIndex.h */, + FFFD5b0383707f8c5b038370 /* PxVisualizationParameter.h */, + FFFD5b0383d87f8c5b0383d8 /* PxVolumeCache.h */, + FFFD5b0384407f8c5b038440 /* particles/PxParticleBase.h */, + FFFD5b0384a87f8c5b0384a8 /* particles/PxParticleBaseFlag.h */, + FFFD5b0385107f8c5b038510 /* particles/PxParticleCreationData.h */, + FFFD5b0385787f8c5b038578 /* particles/PxParticleFlag.h */, + FFFD5b0385e07f8c5b0385e0 /* particles/PxParticleFluid.h */, + FFFD5b0386487f8c5b038648 /* particles/PxParticleFluidReadData.h */, + FFFD5b0386b07f8c5b0386b0 /* particles/PxParticleReadData.h */, + FFFD5b0387187f8c5b038718 /* particles/PxParticleSystem.h */, + FFFD5b0387807f8c5b038780 /* pvd/PxPvdSceneClient.h */, + FFFD5b0387e87f8c5b0387e8 /* cloth/PxCloth.h */, + FFFD5b0388507f8c5b038850 /* cloth/PxClothCollisionData.h */, + FFFD5b0388b87f8c5b0388b8 /* cloth/PxClothFabric.h */, + FFFD5b0389207f8c5b038920 /* cloth/PxClothParticleData.h */, + FFFD5b0389887f8c5b038988 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e0d2c07f8ea3e0d2c0 /* metadata */ = { + FFFB5b82bfd07f8c5b82bfd0 /* metadata */ = { isa = PBXGroup; children = ( - FFFDa31d02007f8ea31d0200 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDa31d02687f8ea31d0268 /* core/include/PvdMetaDataExtensions.h */, - FFFDa31d02d07f8ea31d02d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDa31d03387f8ea31d0338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDa31d03a07f8ea31d03a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDa31d04087f8ea31d0408 /* core/include/PxMetaDataCompare.h */, - FFFDa31d04707f8ea31d0470 /* core/include/PxMetaDataCppPrefix.h */, - FFFDa31d04d87f8ea31d04d8 /* core/include/PxMetaDataObjects.h */, - FFFDa31d05407f8ea31d0540 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDa31d05a87f8ea31d05a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFDa31d06107f8ea31d0610 /* core/src/PxMetaDataObjects.cpp */, + FFFD5b0364007f8c5b036400 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD5b0364687f8c5b036468 /* core/include/PvdMetaDataExtensions.h */, + FFFD5b0364d07f8c5b0364d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD5b0365387f8c5b036538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD5b0365a07f8c5b0365a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD5b0366087f8c5b036608 /* core/include/PxMetaDataCompare.h */, + FFFD5b0366707f8c5b036670 /* core/include/PxMetaDataCppPrefix.h */, + FFFD5b0366d87f8c5b0366d8 /* core/include/PxMetaDataObjects.h */, + FFFD5b0367407f8c5b036740 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD5b0367a87f8c5b0367a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD5b0368107f8c5b036810 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBa3e053b07f8ea3e053b0 /* PhysXCharacterKinematic */ = { + FFFB5b8241407f8c5b824140 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFBa3e0c5807f8ea3e0c580 /* include */, - FFFBa3e0c5a87f8ea3e0c5a8 /* src */, + FFFB5b82b2a07f8c5b82b2a0 /* include */, + FFFB5b82b2c87f8c5b82b2c8 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFBa3e0c5807f8ea3e0c580 /* include */ = { + FFFB5b82b2a07f8c5b82b2a0 /* include */ = { isa = PBXGroup; children = ( - FFFDa3e0c5d07f8ea3e0c5d0 /* PxBoxController.h */, - FFFDa3e0c6387f8ea3e0c638 /* PxCapsuleController.h */, - FFFDa3e0c6a07f8ea3e0c6a0 /* PxCharacter.h */, - FFFDa3e0c7087f8ea3e0c708 /* PxController.h */, - FFFDa3e0c7707f8ea3e0c770 /* PxControllerBehavior.h */, - FFFDa3e0c7d87f8ea3e0c7d8 /* PxControllerManager.h */, - FFFDa3e0c8407f8ea3e0c840 /* PxControllerObstacles.h */, - FFFDa3e0c8a87f8ea3e0c8a8 /* PxExtended.h */, + FFFD5b82b2f07f8c5b82b2f0 /* PxBoxController.h */, + FFFD5b82b3587f8c5b82b358 /* PxCapsuleController.h */, + FFFD5b82b3c07f8c5b82b3c0 /* PxCharacter.h */, + FFFD5b82b4287f8c5b82b428 /* PxController.h */, + FFFD5b82b4907f8c5b82b490 /* PxControllerBehavior.h */, + FFFD5b82b4f87f8c5b82b4f8 /* PxControllerManager.h */, + FFFD5b82b5607f8c5b82b560 /* PxControllerObstacles.h */, + FFFD5b82b5c87f8c5b82b5c8 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e0c5a87f8ea3e0c5a8 /* src */ = { + FFFB5b82b2c87f8c5b82b2c8 /* src */ = { isa = PBXGroup; children = ( - FFFDa31d3e007f8ea31d3e00 /* CctBoxController.h */, - FFFDa31d3e687f8ea31d3e68 /* CctCapsuleController.h */, - FFFDa31d3ed07f8ea31d3ed0 /* CctCharacterController.h */, - FFFDa31d3f387f8ea31d3f38 /* CctCharacterControllerManager.h */, - FFFDa31d3fa07f8ea31d3fa0 /* CctController.h */, - FFFDa31d40087f8ea31d4008 /* CctInternalStructs.h */, - FFFDa31d40707f8ea31d4070 /* CctObstacleContext.h */, - FFFDa31d40d87f8ea31d40d8 /* CctSweptBox.h */, - FFFDa31d41407f8ea31d4140 /* CctSweptCapsule.h */, - FFFDa31d41a87f8ea31d41a8 /* CctSweptVolume.h */, - FFFDa31d42107f8ea31d4210 /* CctUtils.h */, - FFFDa31d42787f8ea31d4278 /* CctBoxController.cpp */, - FFFDa31d42e07f8ea31d42e0 /* CctCapsuleController.cpp */, - FFFDa31d43487f8ea31d4348 /* CctCharacterController.cpp */, - FFFDa31d43b07f8ea31d43b0 /* CctCharacterControllerCallbacks.cpp */, - FFFDa31d44187f8ea31d4418 /* CctCharacterControllerManager.cpp */, - FFFDa31d44807f8ea31d4480 /* CctController.cpp */, - FFFDa31d44e87f8ea31d44e8 /* CctObstacleContext.cpp */, - FFFDa31d45507f8ea31d4550 /* CctSweptBox.cpp */, - FFFDa31d45b87f8ea31d45b8 /* CctSweptCapsule.cpp */, - FFFDa31d46207f8ea31d4620 /* CctSweptVolume.cpp */, + FFFD5b033a007f8c5b033a00 /* CctBoxController.h */, + FFFD5b033a687f8c5b033a68 /* CctCapsuleController.h */, + FFFD5b033ad07f8c5b033ad0 /* CctCharacterController.h */, + FFFD5b033b387f8c5b033b38 /* CctCharacterControllerManager.h */, + FFFD5b033ba07f8c5b033ba0 /* CctController.h */, + FFFD5b033c087f8c5b033c08 /* CctInternalStructs.h */, + FFFD5b033c707f8c5b033c70 /* CctObstacleContext.h */, + FFFD5b033cd87f8c5b033cd8 /* CctSweptBox.h */, + FFFD5b033d407f8c5b033d40 /* CctSweptCapsule.h */, + FFFD5b033da87f8c5b033da8 /* CctSweptVolume.h */, + FFFD5b033e107f8c5b033e10 /* CctUtils.h */, + FFFD5b033e787f8c5b033e78 /* CctBoxController.cpp */, + FFFD5b033ee07f8c5b033ee0 /* CctCapsuleController.cpp */, + FFFD5b033f487f8c5b033f48 /* CctCharacterController.cpp */, + FFFD5b033fb07f8c5b033fb0 /* CctCharacterControllerCallbacks.cpp */, + FFFD5b0340187f8c5b034018 /* CctCharacterControllerManager.cpp */, + FFFD5b0340807f8c5b034080 /* CctController.cpp */, + FFFD5b0340e87f8c5b0340e8 /* CctObstacleContext.cpp */, + FFFD5b0341507f8c5b034150 /* CctSweptBox.cpp */, + FFFD5b0341b87f8c5b0341b8 /* CctSweptCapsule.cpp */, + FFFD5b0342207f8c5b034220 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3e069807f8ea3e06980 /* PhysXVehicle */ = { + FFFB5b8256907f8c5b825690 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFBa3e158f07f8ea3e158f0 /* include */, - FFFBa3e159187f8ea3e15918 /* src */, - FFFBa3e159407f8ea3e15940 /* metadata */, + FFFB5b835c807f8c5b835c80 /* include */, + FFFB5b835ca87f8c5b835ca8 /* src */, + FFFB5b835cd07f8c5b835cd0 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFBa3e158f07f8ea3e158f0 /* include */ = { + FFFB5b835c807f8c5b835c80 /* include */ = { isa = PBXGroup; children = ( - FFFDa31d64007f8ea31d6400 /* PxVehicleComponents.h */, - FFFDa31d64687f8ea31d6468 /* PxVehicleDrive.h */, - FFFDa31d64d07f8ea31d64d0 /* PxVehicleDrive4W.h */, - FFFDa31d65387f8ea31d6538 /* PxVehicleDriveNW.h */, - FFFDa31d65a07f8ea31d65a0 /* PxVehicleDriveTank.h */, - FFFDa31d66087f8ea31d6608 /* PxVehicleNoDrive.h */, - FFFDa31d66707f8ea31d6670 /* PxVehicleSDK.h */, - FFFDa31d66d87f8ea31d66d8 /* PxVehicleShaders.h */, - FFFDa31d67407f8ea31d6740 /* PxVehicleTireFriction.h */, - FFFDa31d67a87f8ea31d67a8 /* PxVehicleUpdate.h */, - FFFDa31d68107f8ea31d6810 /* PxVehicleUtil.h */, - FFFDa31d68787f8ea31d6878 /* PxVehicleUtilControl.h */, - FFFDa31d68e07f8ea31d68e0 /* PxVehicleUtilSetup.h */, - FFFDa31d69487f8ea31d6948 /* PxVehicleUtilTelemetry.h */, - FFFDa31d69b07f8ea31d69b0 /* PxVehicleWheels.h */, + FFFD5b0358007f8c5b035800 /* PxVehicleComponents.h */, + FFFD5b0358687f8c5b035868 /* PxVehicleDrive.h */, + FFFD5b0358d07f8c5b0358d0 /* PxVehicleDrive4W.h */, + FFFD5b0359387f8c5b035938 /* PxVehicleDriveNW.h */, + FFFD5b0359a07f8c5b0359a0 /* PxVehicleDriveTank.h */, + FFFD5b035a087f8c5b035a08 /* PxVehicleNoDrive.h */, + FFFD5b035a707f8c5b035a70 /* PxVehicleSDK.h */, + FFFD5b035ad87f8c5b035ad8 /* PxVehicleShaders.h */, + FFFD5b035b407f8c5b035b40 /* PxVehicleTireFriction.h */, + FFFD5b035ba87f8c5b035ba8 /* PxVehicleUpdate.h */, + FFFD5b035c107f8c5b035c10 /* PxVehicleUtil.h */, + FFFD5b035c787f8c5b035c78 /* PxVehicleUtilControl.h */, + FFFD5b035ce07f8c5b035ce0 /* PxVehicleUtilSetup.h */, + FFFD5b035d487f8c5b035d48 /* PxVehicleUtilTelemetry.h */, + FFFD5b035db07f8c5b035db0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e159187f8ea3e15918 /* src */ = { + FFFB5b835ca87f8c5b835ca8 /* src */ = { isa = PBXGroup; children = ( - FFFDa31d82007f8ea31d8200 /* PxVehicleDefaults.h */, - FFFDa31d82687f8ea31d8268 /* PxVehicleLinearMath.h */, - FFFDa31d82d07f8ea31d82d0 /* PxVehicleSerialization.h */, - FFFDa31d83387f8ea31d8338 /* PxVehicleSuspLimitConstraintShader.h */, - FFFDa31d83a07f8ea31d83a0 /* PxVehicleSuspWheelTire4.h */, - FFFDa31d84087f8ea31d8408 /* PxVehicleComponents.cpp */, - FFFDa31d84707f8ea31d8470 /* PxVehicleDrive.cpp */, - FFFDa31d84d87f8ea31d84d8 /* PxVehicleDrive4W.cpp */, - FFFDa31d85407f8ea31d8540 /* PxVehicleDriveNW.cpp */, - FFFDa31d85a87f8ea31d85a8 /* PxVehicleDriveTank.cpp */, - FFFDa31d86107f8ea31d8610 /* PxVehicleMetaData.cpp */, - FFFDa31d86787f8ea31d8678 /* PxVehicleNoDrive.cpp */, - FFFDa31d86e07f8ea31d86e0 /* PxVehicleSDK.cpp */, - FFFDa31d87487f8ea31d8748 /* PxVehicleSerialization.cpp */, - FFFDa31d87b07f8ea31d87b0 /* PxVehicleSuspWheelTire4.cpp */, - FFFDa31d88187f8ea31d8818 /* PxVehicleTireFriction.cpp */, - FFFDa31d88807f8ea31d8880 /* PxVehicleUpdate.cpp */, - FFFDa31d88e87f8ea31d88e8 /* PxVehicleWheels.cpp */, - FFFDa31d89507f8ea31d8950 /* VehicleUtilControl.cpp */, - FFFDa31d89b87f8ea31d89b8 /* VehicleUtilSetup.cpp */, - FFFDa31d8a207f8ea31d8a20 /* VehicleUtilTelemetry.cpp */, + FFFD5b03ea007f8c5b03ea00 /* PxVehicleDefaults.h */, + FFFD5b03ea687f8c5b03ea68 /* PxVehicleLinearMath.h */, + FFFD5b03ead07f8c5b03ead0 /* PxVehicleSerialization.h */, + FFFD5b03eb387f8c5b03eb38 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD5b03eba07f8c5b03eba0 /* PxVehicleSuspWheelTire4.h */, + FFFD5b03ec087f8c5b03ec08 /* PxVehicleComponents.cpp */, + FFFD5b03ec707f8c5b03ec70 /* PxVehicleDrive.cpp */, + FFFD5b03ecd87f8c5b03ecd8 /* PxVehicleDrive4W.cpp */, + FFFD5b03ed407f8c5b03ed40 /* PxVehicleDriveNW.cpp */, + FFFD5b03eda87f8c5b03eda8 /* PxVehicleDriveTank.cpp */, + FFFD5b03ee107f8c5b03ee10 /* PxVehicleMetaData.cpp */, + FFFD5b03ee787f8c5b03ee78 /* PxVehicleNoDrive.cpp */, + FFFD5b03eee07f8c5b03eee0 /* PxVehicleSDK.cpp */, + FFFD5b03ef487f8c5b03ef48 /* PxVehicleSerialization.cpp */, + FFFD5b03efb07f8c5b03efb0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD5b03f0187f8c5b03f018 /* PxVehicleTireFriction.cpp */, + FFFD5b03f0807f8c5b03f080 /* PxVehicleUpdate.cpp */, + FFFD5b03f0e87f8c5b03f0e8 /* PxVehicleWheels.cpp */, + FFFD5b03f1507f8c5b03f150 /* VehicleUtilControl.cpp */, + FFFD5b03f1b87f8c5b03f1b8 /* VehicleUtilSetup.cpp */, + FFFD5b03f2207f8c5b03f220 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3e159407f8ea3e15940 /* metadata */ = { + FFFB5b835cd07f8c5b835cd0 /* metadata */ = { isa = PBXGroup; children = ( - FFFDa3e181307f8ea3e18130 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFDa3e181987f8ea3e18198 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFDa3e182007f8ea3e18200 /* include/PxVehicleMetaDataObjects.h */, - FFFDa3e182687f8ea3e18268 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFDa3e182d07f8ea3e182d0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD5b836f007f8c5b836f00 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD5b836f687f8c5b836f68 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD5b836fd07f8c5b836fd0 /* include/PxVehicleMetaDataObjects.h */, + FFFD5b8370387f8c5b837038 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD5b8370a07f8c5b8370a0 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBa3e17d707f8ea3e17d70 /* PhysXExtensions */ = { + FFFB5b836b207f8c5b836b20 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFBa3e1a3c07f8ea3e1a3c0 /* include */, - FFFBa3e1a3e87f8ea3e1a3e8 /* src */, - FFFBa3e1a4107f8ea3e1a410 /* serialization */, - FFFBa3e1a4387f8ea3e1a438 /* metadata */, + FFFB5b8391407f8c5b839140 /* include */, + FFFB5b8391687f8c5b839168 /* src */, + FFFB5b8391907f8c5b839190 /* serialization */, + FFFB5b8391b87f8c5b8391b8 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFBa3e1a3c07f8ea3e1a3c0 /* include */ = { + FFFB5b8391407f8c5b839140 /* include */ = { isa = PBXGroup; children = ( - FFFDa31dba007f8ea31dba00 /* PxBinaryConverter.h */, - FFFDa31dba687f8ea31dba68 /* PxBroadPhaseExt.h */, - FFFDa31dbad07f8ea31dbad0 /* PxClothFabricCooker.h */, - FFFDa31dbb387f8ea31dbb38 /* PxClothMeshDesc.h */, - FFFDa31dbba07f8ea31dbba0 /* PxClothMeshQuadifier.h */, - FFFDa31dbc087f8ea31dbc08 /* PxClothTetherCooker.h */, - FFFDa31dbc707f8ea31dbc70 /* PxCollectionExt.h */, - FFFDa31dbcd87f8ea31dbcd8 /* PxConstraintExt.h */, - FFFDa31dbd407f8ea31dbd40 /* PxConvexMeshExt.h */, - FFFDa31dbda87f8ea31dbda8 /* PxD6Joint.h */, - FFFDa31dbe107f8ea31dbe10 /* PxDefaultAllocator.h */, - FFFDa31dbe787f8ea31dbe78 /* PxDefaultCpuDispatcher.h */, - FFFDa31dbee07f8ea31dbee0 /* PxDefaultErrorCallback.h */, - FFFDa31dbf487f8ea31dbf48 /* PxDefaultSimulationFilterShader.h */, - FFFDa31dbfb07f8ea31dbfb0 /* PxDefaultStreams.h */, - FFFDa31dc0187f8ea31dc018 /* PxDistanceJoint.h */, - FFFDa31dc0807f8ea31dc080 /* PxExtensionsAPI.h */, - FFFDa31dc0e87f8ea31dc0e8 /* PxFixedJoint.h */, - FFFDa31dc1507f8ea31dc150 /* PxJoint.h */, - FFFDa31dc1b87f8ea31dc1b8 /* PxJointLimit.h */, - FFFDa31dc2207f8ea31dc220 /* PxMassProperties.h */, - FFFDa31dc2887f8ea31dc288 /* PxParticleExt.h */, - FFFDa31dc2f07f8ea31dc2f0 /* PxPrismaticJoint.h */, - FFFDa31dc3587f8ea31dc358 /* PxRaycastCCD.h */, - FFFDa31dc3c07f8ea31dc3c0 /* PxRepXSerializer.h */, - FFFDa31dc4287f8ea31dc428 /* PxRepXSimpleType.h */, - FFFDa31dc4907f8ea31dc490 /* PxRevoluteJoint.h */, - FFFDa31dc4f87f8ea31dc4f8 /* PxRigidActorExt.h */, - FFFDa31dc5607f8ea31dc560 /* PxRigidBodyExt.h */, - FFFDa31dc5c87f8ea31dc5c8 /* PxSceneQueryExt.h */, - FFFDa31dc6307f8ea31dc630 /* PxSerialization.h */, - FFFDa31dc6987f8ea31dc698 /* PxShapeExt.h */, - FFFDa31dc7007f8ea31dc700 /* PxSimpleFactory.h */, - FFFDa31dc7687f8ea31dc768 /* PxSmoothNormals.h */, - FFFDa31dc7d07f8ea31dc7d0 /* PxSphericalJoint.h */, - FFFDa31dc8387f8ea31dc838 /* PxStringTableExt.h */, - FFFDa31dc8a07f8ea31dc8a0 /* PxTriangleMeshExt.h */, + FFFD5b0422007f8c5b042200 /* PxBinaryConverter.h */, + FFFD5b0422687f8c5b042268 /* PxBroadPhaseExt.h */, + FFFD5b0422d07f8c5b0422d0 /* PxClothFabricCooker.h */, + FFFD5b0423387f8c5b042338 /* PxClothMeshDesc.h */, + FFFD5b0423a07f8c5b0423a0 /* PxClothMeshQuadifier.h */, + FFFD5b0424087f8c5b042408 /* PxClothTetherCooker.h */, + FFFD5b0424707f8c5b042470 /* PxCollectionExt.h */, + FFFD5b0424d87f8c5b0424d8 /* PxConstraintExt.h */, + FFFD5b0425407f8c5b042540 /* PxConvexMeshExt.h */, + FFFD5b0425a87f8c5b0425a8 /* PxD6Joint.h */, + FFFD5b0426107f8c5b042610 /* PxDefaultAllocator.h */, + FFFD5b0426787f8c5b042678 /* PxDefaultCpuDispatcher.h */, + FFFD5b0426e07f8c5b0426e0 /* PxDefaultErrorCallback.h */, + FFFD5b0427487f8c5b042748 /* PxDefaultSimulationFilterShader.h */, + FFFD5b0427b07f8c5b0427b0 /* PxDefaultStreams.h */, + FFFD5b0428187f8c5b042818 /* PxDistanceJoint.h */, + FFFD5b0428807f8c5b042880 /* PxExtensionsAPI.h */, + FFFD5b0428e87f8c5b0428e8 /* PxFixedJoint.h */, + FFFD5b0429507f8c5b042950 /* PxJoint.h */, + FFFD5b0429b87f8c5b0429b8 /* PxJointLimit.h */, + FFFD5b042a207f8c5b042a20 /* PxMassProperties.h */, + FFFD5b042a887f8c5b042a88 /* PxParticleExt.h */, + FFFD5b042af07f8c5b042af0 /* PxPrismaticJoint.h */, + FFFD5b042b587f8c5b042b58 /* PxRaycastCCD.h */, + FFFD5b042bc07f8c5b042bc0 /* PxRepXSerializer.h */, + FFFD5b042c287f8c5b042c28 /* PxRepXSimpleType.h */, + FFFD5b042c907f8c5b042c90 /* PxRevoluteJoint.h */, + FFFD5b042cf87f8c5b042cf8 /* PxRigidActorExt.h */, + FFFD5b042d607f8c5b042d60 /* PxRigidBodyExt.h */, + FFFD5b042dc87f8c5b042dc8 /* PxSceneQueryExt.h */, + FFFD5b042e307f8c5b042e30 /* PxSerialization.h */, + FFFD5b042e987f8c5b042e98 /* PxShapeExt.h */, + FFFD5b042f007f8c5b042f00 /* PxSimpleFactory.h */, + FFFD5b042f687f8c5b042f68 /* PxSmoothNormals.h */, + FFFD5b042fd07f8c5b042fd0 /* PxSphericalJoint.h */, + FFFD5b0430387f8c5b043038 /* PxStringTableExt.h */, + FFFD5b0430a07f8c5b0430a0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e1a3e87f8ea3e1a3e8 /* src */ = { + FFFB5b8391687f8c5b839168 /* src */ = { isa = PBXGroup; children = ( - FFFDa31da4007f8ea31da400 /* ExtConstraintHelper.h */, - FFFDa31da4687f8ea31da468 /* ExtCpuWorkerThread.h */, - FFFDa31da4d07f8ea31da4d0 /* ExtD6Joint.h */, - FFFDa31da5387f8ea31da538 /* ExtDefaultCpuDispatcher.h */, - FFFDa31da5a07f8ea31da5a0 /* ExtDistanceJoint.h */, - FFFDa31da6087f8ea31da608 /* ExtFixedJoint.h */, - FFFDa31da6707f8ea31da670 /* ExtInertiaTensor.h */, - FFFDa31da6d87f8ea31da6d8 /* ExtJoint.h */, - FFFDa31da7407f8ea31da740 /* ExtJointMetaDataExtensions.h */, - FFFDa31da7a87f8ea31da7a8 /* ExtPlatform.h */, - FFFDa31da8107f8ea31da810 /* ExtPrismaticJoint.h */, - FFFDa31da8787f8ea31da878 /* ExtPvd.h */, - FFFDa31da8e07f8ea31da8e0 /* ExtRevoluteJoint.h */, - FFFDa31da9487f8ea31da948 /* ExtSerialization.h */, - FFFDa31da9b07f8ea31da9b0 /* ExtSharedQueueEntryPool.h */, - FFFDa31daa187f8ea31daa18 /* ExtSphericalJoint.h */, - FFFDa31daa807f8ea31daa80 /* ExtTaskQueueHelper.h */, - FFFDa31daae87f8ea31daae8 /* ExtBroadPhase.cpp */, - FFFDa31dab507f8ea31dab50 /* ExtClothFabricCooker.cpp */, - FFFDa31dabb87f8ea31dabb8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFDa31dac207f8ea31dac20 /* ExtClothMeshQuadifier.cpp */, - FFFDa31dac887f8ea31dac88 /* ExtClothSimpleTetherCooker.cpp */, - FFFDa31dacf07f8ea31dacf0 /* ExtCollection.cpp */, - FFFDa31dad587f8ea31dad58 /* ExtConvexMeshExt.cpp */, - FFFDa31dadc07f8ea31dadc0 /* ExtCpuWorkerThread.cpp */, - FFFDa31dae287f8ea31dae28 /* ExtD6Joint.cpp */, - FFFDa31dae907f8ea31dae90 /* ExtD6JointSolverPrep.cpp */, - FFFDa31daef87f8ea31daef8 /* ExtDefaultCpuDispatcher.cpp */, - FFFDa31daf607f8ea31daf60 /* ExtDefaultErrorCallback.cpp */, - FFFDa31dafc87f8ea31dafc8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFDa31db0307f8ea31db030 /* ExtDefaultStreams.cpp */, - FFFDa31db0987f8ea31db098 /* ExtDistanceJoint.cpp */, - FFFDa31db1007f8ea31db100 /* ExtDistanceJointSolverPrep.cpp */, - FFFDa31db1687f8ea31db168 /* ExtExtensions.cpp */, - FFFDa31db1d07f8ea31db1d0 /* ExtFixedJoint.cpp */, - FFFDa31db2387f8ea31db238 /* ExtFixedJointSolverPrep.cpp */, - FFFDa31db2a07f8ea31db2a0 /* ExtJoint.cpp */, - FFFDa31db3087f8ea31db308 /* ExtMetaData.cpp */, - FFFDa31db3707f8ea31db370 /* ExtParticleExt.cpp */, - FFFDa31db3d87f8ea31db3d8 /* ExtPrismaticJoint.cpp */, - FFFDa31db4407f8ea31db440 /* ExtPrismaticJointSolverPrep.cpp */, - FFFDa31db4a87f8ea31db4a8 /* ExtPvd.cpp */, - FFFDa31db5107f8ea31db510 /* ExtPxStringTable.cpp */, - FFFDa31db5787f8ea31db578 /* ExtRaycastCCD.cpp */, - FFFDa31db5e07f8ea31db5e0 /* ExtRevoluteJoint.cpp */, - FFFDa31db6487f8ea31db648 /* ExtRevoluteJointSolverPrep.cpp */, - FFFDa31db6b07f8ea31db6b0 /* ExtRigidBodyExt.cpp */, - FFFDa31db7187f8ea31db718 /* ExtSceneQueryExt.cpp */, - FFFDa31db7807f8ea31db780 /* ExtSimpleFactory.cpp */, - FFFDa31db7e87f8ea31db7e8 /* ExtSmoothNormals.cpp */, - FFFDa31db8507f8ea31db850 /* ExtSphericalJoint.cpp */, - FFFDa31db8b87f8ea31db8b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFDa31db9207f8ea31db920 /* ExtTriangleMeshExt.cpp */, + FFFD5b040c007f8c5b040c00 /* ExtConstraintHelper.h */, + FFFD5b040c687f8c5b040c68 /* ExtCpuWorkerThread.h */, + FFFD5b040cd07f8c5b040cd0 /* ExtD6Joint.h */, + FFFD5b040d387f8c5b040d38 /* ExtDefaultCpuDispatcher.h */, + FFFD5b040da07f8c5b040da0 /* ExtDistanceJoint.h */, + FFFD5b040e087f8c5b040e08 /* ExtFixedJoint.h */, + FFFD5b040e707f8c5b040e70 /* ExtInertiaTensor.h */, + FFFD5b040ed87f8c5b040ed8 /* ExtJoint.h */, + FFFD5b040f407f8c5b040f40 /* ExtJointMetaDataExtensions.h */, + FFFD5b040fa87f8c5b040fa8 /* ExtPlatform.h */, + FFFD5b0410107f8c5b041010 /* ExtPrismaticJoint.h */, + FFFD5b0410787f8c5b041078 /* ExtPvd.h */, + FFFD5b0410e07f8c5b0410e0 /* ExtRevoluteJoint.h */, + FFFD5b0411487f8c5b041148 /* ExtSerialization.h */, + FFFD5b0411b07f8c5b0411b0 /* ExtSharedQueueEntryPool.h */, + FFFD5b0412187f8c5b041218 /* ExtSphericalJoint.h */, + FFFD5b0412807f8c5b041280 /* ExtTaskQueueHelper.h */, + FFFD5b0412e87f8c5b0412e8 /* ExtBroadPhase.cpp */, + FFFD5b0413507f8c5b041350 /* ExtClothFabricCooker.cpp */, + FFFD5b0413b87f8c5b0413b8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD5b0414207f8c5b041420 /* ExtClothMeshQuadifier.cpp */, + FFFD5b0414887f8c5b041488 /* ExtClothSimpleTetherCooker.cpp */, + FFFD5b0414f07f8c5b0414f0 /* ExtCollection.cpp */, + FFFD5b0415587f8c5b041558 /* ExtConvexMeshExt.cpp */, + FFFD5b0415c07f8c5b0415c0 /* ExtCpuWorkerThread.cpp */, + FFFD5b0416287f8c5b041628 /* ExtD6Joint.cpp */, + FFFD5b0416907f8c5b041690 /* ExtD6JointSolverPrep.cpp */, + FFFD5b0416f87f8c5b0416f8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD5b0417607f8c5b041760 /* ExtDefaultErrorCallback.cpp */, + FFFD5b0417c87f8c5b0417c8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD5b0418307f8c5b041830 /* ExtDefaultStreams.cpp */, + FFFD5b0418987f8c5b041898 /* ExtDistanceJoint.cpp */, + FFFD5b0419007f8c5b041900 /* ExtDistanceJointSolverPrep.cpp */, + FFFD5b0419687f8c5b041968 /* ExtExtensions.cpp */, + FFFD5b0419d07f8c5b0419d0 /* ExtFixedJoint.cpp */, + FFFD5b041a387f8c5b041a38 /* ExtFixedJointSolverPrep.cpp */, + FFFD5b041aa07f8c5b041aa0 /* ExtJoint.cpp */, + FFFD5b041b087f8c5b041b08 /* ExtMetaData.cpp */, + FFFD5b041b707f8c5b041b70 /* ExtParticleExt.cpp */, + FFFD5b041bd87f8c5b041bd8 /* ExtPrismaticJoint.cpp */, + FFFD5b041c407f8c5b041c40 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD5b041ca87f8c5b041ca8 /* ExtPvd.cpp */, + FFFD5b041d107f8c5b041d10 /* ExtPxStringTable.cpp */, + FFFD5b041d787f8c5b041d78 /* ExtRaycastCCD.cpp */, + FFFD5b041de07f8c5b041de0 /* ExtRevoluteJoint.cpp */, + FFFD5b041e487f8c5b041e48 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD5b041eb07f8c5b041eb0 /* ExtRigidBodyExt.cpp */, + FFFD5b041f187f8c5b041f18 /* ExtSceneQueryExt.cpp */, + FFFD5b041f807f8c5b041f80 /* ExtSimpleFactory.cpp */, + FFFD5b041fe87f8c5b041fe8 /* ExtSmoothNormals.cpp */, + FFFD5b0420507f8c5b042050 /* ExtSphericalJoint.cpp */, + FFFD5b0420b87f8c5b0420b8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD5b0421207f8c5b042120 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3e1a4107f8ea3e1a410 /* serialization */ = { + FFFB5b8391907f8c5b839190 /* serialization */ = { isa = PBXGroup; children = ( - FFFDa31dee007f8ea31dee00 /* SnSerialUtils.h */, - FFFDa31dee687f8ea31dee68 /* SnSerializationRegistry.h */, - FFFDa31deed07f8ea31deed0 /* SnSerialUtils.cpp */, - FFFDa31def387f8ea31def38 /* SnSerialization.cpp */, - FFFDa31defa07f8ea31defa0 /* SnSerializationRegistry.cpp */, - FFFDa31df0087f8ea31df008 /* Binary/SnConvX.h */, - FFFDa31df0707f8ea31df070 /* Binary/SnConvX_Align.h */, - FFFDa31df0d87f8ea31df0d8 /* Binary/SnConvX_Common.h */, - FFFDa31df1407f8ea31df140 /* Binary/SnConvX_MetaData.h */, - FFFDa31df1a87f8ea31df1a8 /* Binary/SnConvX_Output.h */, - FFFDa31df2107f8ea31df210 /* Binary/SnConvX_Union.h */, - FFFDa31df2787f8ea31df278 /* Binary/SnSerializationContext.h */, - FFFDa31df2e07f8ea31df2e0 /* Binary/SnBinaryDeserialization.cpp */, - FFFDa31df3487f8ea31df348 /* Binary/SnBinarySerialization.cpp */, - FFFDa31df3b07f8ea31df3b0 /* Binary/SnConvX.cpp */, - FFFDa31df4187f8ea31df418 /* Binary/SnConvX_Align.cpp */, - FFFDa31df4807f8ea31df480 /* Binary/SnConvX_Convert.cpp */, - FFFDa31df4e87f8ea31df4e8 /* Binary/SnConvX_Error.cpp */, - FFFDa31df5507f8ea31df550 /* Binary/SnConvX_MetaData.cpp */, - FFFDa31df5b87f8ea31df5b8 /* Binary/SnConvX_Output.cpp */, - FFFDa31df6207f8ea31df620 /* Binary/SnConvX_Union.cpp */, - FFFDa31df6887f8ea31df688 /* Binary/SnSerializationContext.cpp */, - FFFDa31df6f07f8ea31df6f0 /* Xml/SnJointRepXSerializer.h */, - FFFDa31df7587f8ea31df758 /* Xml/SnPxStreamOperators.h */, - FFFDa31df7c07f8ea31df7c0 /* Xml/SnRepX1_0Defaults.h */, - FFFDa31df8287f8ea31df828 /* Xml/SnRepX3_1Defaults.h */, - FFFDa31df8907f8ea31df890 /* Xml/SnRepX3_2Defaults.h */, - FFFDa31df8f87f8ea31df8f8 /* Xml/SnRepXCollection.h */, - FFFDa31df9607f8ea31df960 /* Xml/SnRepXCoreSerializer.h */, - FFFDa31df9c87f8ea31df9c8 /* Xml/SnRepXSerializerImpl.h */, - FFFDa31dfa307f8ea31dfa30 /* Xml/SnRepXUpgrader.h */, - FFFDa31dfa987f8ea31dfa98 /* Xml/SnSimpleXmlWriter.h */, - FFFDa31dfb007f8ea31dfb00 /* Xml/SnXmlDeserializer.h */, - FFFDa31dfb687f8ea31dfb68 /* Xml/SnXmlImpl.h */, - FFFDa31dfbd07f8ea31dfbd0 /* Xml/SnXmlMemoryAllocator.h */, - FFFDa31dfc387f8ea31dfc38 /* Xml/SnXmlMemoryPool.h */, - FFFDa31dfca07f8ea31dfca0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFDa31dfd087f8ea31dfd08 /* Xml/SnXmlReader.h */, - FFFDa31dfd707f8ea31dfd70 /* Xml/SnXmlSerializer.h */, - FFFDa31dfdd87f8ea31dfdd8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFDa31dfe407f8ea31dfe40 /* Xml/SnXmlStringToType.h */, - FFFDa31dfea87f8ea31dfea8 /* Xml/SnXmlVisitorReader.h */, - FFFDa31dff107f8ea31dff10 /* Xml/SnXmlVisitorWriter.h */, - FFFDa31dff787f8ea31dff78 /* Xml/SnXmlWriter.h */, - FFFDa31dffe07f8ea31dffe0 /* Xml/SnJointRepXSerializer.cpp */, - FFFDa31e00487f8ea31e0048 /* Xml/SnRepXCoreSerializer.cpp */, - FFFDa31e00b07f8ea31e00b0 /* Xml/SnRepXUpgrader.cpp */, - FFFDa31e01187f8ea31e0118 /* Xml/SnXmlSerialization.cpp */, - FFFDa31e01807f8ea31e0180 /* File/SnFile.h */, + FFFD5b0456007f8c5b045600 /* SnSerialUtils.h */, + FFFD5b0456687f8c5b045668 /* SnSerializationRegistry.h */, + FFFD5b0456d07f8c5b0456d0 /* SnSerialUtils.cpp */, + FFFD5b0457387f8c5b045738 /* SnSerialization.cpp */, + FFFD5b0457a07f8c5b0457a0 /* SnSerializationRegistry.cpp */, + FFFD5b0458087f8c5b045808 /* Binary/SnConvX.h */, + FFFD5b0458707f8c5b045870 /* Binary/SnConvX_Align.h */, + FFFD5b0458d87f8c5b0458d8 /* Binary/SnConvX_Common.h */, + FFFD5b0459407f8c5b045940 /* Binary/SnConvX_MetaData.h */, + FFFD5b0459a87f8c5b0459a8 /* Binary/SnConvX_Output.h */, + FFFD5b045a107f8c5b045a10 /* Binary/SnConvX_Union.h */, + FFFD5b045a787f8c5b045a78 /* Binary/SnSerializationContext.h */, + FFFD5b045ae07f8c5b045ae0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD5b045b487f8c5b045b48 /* Binary/SnBinarySerialization.cpp */, + FFFD5b045bb07f8c5b045bb0 /* Binary/SnConvX.cpp */, + FFFD5b045c187f8c5b045c18 /* Binary/SnConvX_Align.cpp */, + FFFD5b045c807f8c5b045c80 /* Binary/SnConvX_Convert.cpp */, + FFFD5b045ce87f8c5b045ce8 /* Binary/SnConvX_Error.cpp */, + FFFD5b045d507f8c5b045d50 /* Binary/SnConvX_MetaData.cpp */, + FFFD5b045db87f8c5b045db8 /* Binary/SnConvX_Output.cpp */, + FFFD5b045e207f8c5b045e20 /* Binary/SnConvX_Union.cpp */, + FFFD5b045e887f8c5b045e88 /* Binary/SnSerializationContext.cpp */, + FFFD5b045ef07f8c5b045ef0 /* Xml/SnJointRepXSerializer.h */, + FFFD5b045f587f8c5b045f58 /* Xml/SnPxStreamOperators.h */, + FFFD5b045fc07f8c5b045fc0 /* Xml/SnRepX1_0Defaults.h */, + FFFD5b0460287f8c5b046028 /* Xml/SnRepX3_1Defaults.h */, + FFFD5b0460907f8c5b046090 /* Xml/SnRepX3_2Defaults.h */, + FFFD5b0460f87f8c5b0460f8 /* Xml/SnRepXCollection.h */, + FFFD5b0461607f8c5b046160 /* Xml/SnRepXCoreSerializer.h */, + FFFD5b0461c87f8c5b0461c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD5b0462307f8c5b046230 /* Xml/SnRepXUpgrader.h */, + FFFD5b0462987f8c5b046298 /* Xml/SnSimpleXmlWriter.h */, + FFFD5b0463007f8c5b046300 /* Xml/SnXmlDeserializer.h */, + FFFD5b0463687f8c5b046368 /* Xml/SnXmlImpl.h */, + FFFD5b0463d07f8c5b0463d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD5b0464387f8c5b046438 /* Xml/SnXmlMemoryPool.h */, + FFFD5b0464a07f8c5b0464a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD5b0465087f8c5b046508 /* Xml/SnXmlReader.h */, + FFFD5b0465707f8c5b046570 /* Xml/SnXmlSerializer.h */, + FFFD5b0465d87f8c5b0465d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD5b0466407f8c5b046640 /* Xml/SnXmlStringToType.h */, + FFFD5b0466a87f8c5b0466a8 /* Xml/SnXmlVisitorReader.h */, + FFFD5b0467107f8c5b046710 /* Xml/SnXmlVisitorWriter.h */, + FFFD5b0467787f8c5b046778 /* Xml/SnXmlWriter.h */, + FFFD5b0467e07f8c5b0467e0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD5b0468487f8c5b046848 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD5b0468b07f8c5b0468b0 /* Xml/SnRepXUpgrader.cpp */, + FFFD5b0469187f8c5b046918 /* Xml/SnXmlSerialization.cpp */, + FFFD5b0469807f8c5b046980 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFBa3e1a4387f8ea3e1a438 /* metadata */ = { + FFFB5b8391b87f8c5b8391b8 /* metadata */ = { isa = PBXGroup; children = ( - FFFDa31dca007f8ea31dca00 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDa31dca687f8ea31dca68 /* core/include/PvdMetaDataExtensions.h */, - FFFDa31dcad07f8ea31dcad0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDa31dcb387f8ea31dcb38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDa31dcba07f8ea31dcba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDa31dcc087f8ea31dcc08 /* core/include/PxMetaDataCompare.h */, - FFFDa31dcc707f8ea31dcc70 /* core/include/PxMetaDataCppPrefix.h */, - FFFDa31dccd87f8ea31dccd8 /* core/include/PxMetaDataObjects.h */, - FFFDa31dcd407f8ea31dcd40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDa31dcda87f8ea31dcda8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFDa31dce107f8ea31dce10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFDa31dce787f8ea31dce78 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFDa31dcee07f8ea31dcee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD5b0432007f8c5b043200 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD5b0432687f8c5b043268 /* core/include/PvdMetaDataExtensions.h */, + FFFD5b0432d07f8c5b0432d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD5b0433387f8c5b043338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD5b0433a07f8c5b0433a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD5b0434087f8c5b043408 /* core/include/PxMetaDataCompare.h */, + FFFD5b0434707f8c5b043470 /* core/include/PxMetaDataCppPrefix.h */, + FFFD5b0434d87f8c5b0434d8 /* core/include/PxMetaDataObjects.h */, + FFFD5b0435407f8c5b043540 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD5b0435a87f8c5b0435a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD5b0436107f8c5b043610 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD5b0436787f8c5b043678 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD5b0436e07f8c5b0436e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBa3e28e907f8ea3e28e90 /* SceneQuery */ = { + FFFB5b847c107f8c5b847c10 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFBa3e2adc07f8ea3e2adc0 /* src */, - FFFBa3e2ade87f8ea3e2ade8 /* include */, + FFFB5b849b407f8c5b849b40 /* src */, + FFFB5b849b687f8c5b849b68 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFBa3e2adc07f8ea3e2adc0 /* src */ = { + FFFB5b849b407f8c5b849b40 /* src */ = { isa = PBXGroup; children = ( - FFFDa31e2e007f8ea31e2e00 /* SqAABBPruner.cpp */, - FFFDa31e2e687f8ea31e2e68 /* SqAABBTree.cpp */, - FFFDa31e2ed07f8ea31e2ed0 /* SqAABBTreeUpdateMap.cpp */, - FFFDa31e2f387f8ea31e2f38 /* SqBounds.cpp */, - FFFDa31e2fa07f8ea31e2fa0 /* SqBucketPruner.cpp */, - FFFDa31e30087f8ea31e3008 /* SqExtendedBucketPruner.cpp */, - FFFDa31e30707f8ea31e3070 /* SqMetaData.cpp */, - FFFDa31e30d87f8ea31e30d8 /* SqPruningPool.cpp */, - FFFDa31e31407f8ea31e3140 /* SqPruningStructure.cpp */, - FFFDa31e31a87f8ea31e31a8 /* SqSceneQueryManager.cpp */, - FFFDa31e32107f8ea31e3210 /* SqAABBPruner.h */, - FFFDa31e32787f8ea31e3278 /* SqAABBTree.h */, - FFFDa31e32e07f8ea31e32e0 /* SqAABBTreeQuery.h */, - FFFDa31e33487f8ea31e3348 /* SqAABBTreeUpdateMap.h */, - FFFDa31e33b07f8ea31e33b0 /* SqBounds.h */, - FFFDa31e34187f8ea31e3418 /* SqBucketPruner.h */, - FFFDa31e34807f8ea31e3480 /* SqExtendedBucketPruner.h */, - FFFDa31e34e87f8ea31e34e8 /* SqPrunerTestsSIMD.h */, - FFFDa31e35507f8ea31e3550 /* SqPruningPool.h */, - FFFDa31e35b87f8ea31e35b8 /* SqTypedef.h */, + FFFD5b0496007f8c5b049600 /* SqAABBPruner.cpp */, + FFFD5b0496687f8c5b049668 /* SqAABBTree.cpp */, + FFFD5b0496d07f8c5b0496d0 /* SqAABBTreeUpdateMap.cpp */, + FFFD5b0497387f8c5b049738 /* SqBounds.cpp */, + FFFD5b0497a07f8c5b0497a0 /* SqBucketPruner.cpp */, + FFFD5b0498087f8c5b049808 /* SqExtendedBucketPruner.cpp */, + FFFD5b0498707f8c5b049870 /* SqMetaData.cpp */, + FFFD5b0498d87f8c5b0498d8 /* SqPruningPool.cpp */, + FFFD5b0499407f8c5b049940 /* SqPruningStructure.cpp */, + FFFD5b0499a87f8c5b0499a8 /* SqSceneQueryManager.cpp */, + FFFD5b049a107f8c5b049a10 /* SqAABBPruner.h */, + FFFD5b049a787f8c5b049a78 /* SqAABBTree.h */, + FFFD5b049ae07f8c5b049ae0 /* SqAABBTreeQuery.h */, + FFFD5b049b487f8c5b049b48 /* SqAABBTreeUpdateMap.h */, + FFFD5b049bb07f8c5b049bb0 /* SqBounds.h */, + FFFD5b049c187f8c5b049c18 /* SqBucketPruner.h */, + FFFD5b049c807f8c5b049c80 /* SqExtendedBucketPruner.h */, + FFFD5b049ce87f8c5b049ce8 /* SqPrunerTestsSIMD.h */, + FFFD5b049d507f8c5b049d50 /* SqPruningPool.h */, + FFFD5b049db87f8c5b049db8 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3e2ade87f8ea3e2ade8 /* include */ = { + FFFB5b849b687f8c5b849b68 /* include */ = { isa = PBXGroup; children = ( - FFFDa3e2d1307f8ea3e2d130 /* SqPruner.h */, - FFFDa3e2d1987f8ea3e2d198 /* SqPrunerMergeData.h */, - FFFDa3e2d2007f8ea3e2d200 /* SqPruningStructure.h */, - FFFDa3e2d2687f8ea3e2d268 /* SqSceneQueryManager.h */, + FFFD5b84beb07f8c5b84beb0 /* SqPruner.h */, + FFFD5b84bf187f8c5b84bf18 /* SqPrunerMergeData.h */, + FFFD5b84bf807f8c5b84bf80 /* SqPruningStructure.h */, + FFFD5b84bfe87f8c5b84bfe8 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e2d3f07f8ea3e2d3f0 /* SimulationController */ = { + FFFB5b84c1707f8c5b84c170 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFBa3e316107f8ea3e31610 /* include */, - FFFBa3e316387f8ea3e31638 /* src */, + FFFB5b8503907f8c5b850390 /* include */, + FFFB5b8503b87f8c5b8503b8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFBa3e316107f8ea3e31610 /* include */ = { + FFFB5b8503907f8c5b850390 /* include */ = { isa = PBXGroup; children = ( - FFFDa31e58007f8ea31e5800 /* ScActorCore.h */, - FFFDa31e58687f8ea31e5868 /* ScArticulationCore.h */, - FFFDa31e58d07f8ea31e58d0 /* ScArticulationJointCore.h */, - FFFDa31e59387f8ea31e5938 /* ScBodyCore.h */, - FFFDa31e59a07f8ea31e59a0 /* ScClothCore.h */, - FFFDa31e5a087f8ea31e5a08 /* ScClothFabricCore.h */, - FFFDa31e5a707f8ea31e5a70 /* ScConstraintCore.h */, - FFFDa31e5ad87f8ea31e5ad8 /* ScIterators.h */, - FFFDa31e5b407f8ea31e5b40 /* ScMaterialCore.h */, - FFFDa31e5ba87f8ea31e5ba8 /* ScParticleSystemCore.h */, - FFFDa31e5c107f8ea31e5c10 /* ScPhysics.h */, - FFFDa31e5c787f8ea31e5c78 /* ScRigidCore.h */, - FFFDa31e5ce07f8ea31e5ce0 /* ScScene.h */, - FFFDa31e5d487f8ea31e5d48 /* ScShapeCore.h */, - FFFDa31e5db07f8ea31e5db0 /* ScStaticCore.h */, + FFFD5b04c0007f8c5b04c000 /* ScActorCore.h */, + FFFD5b04c0687f8c5b04c068 /* ScArticulationCore.h */, + FFFD5b04c0d07f8c5b04c0d0 /* ScArticulationJointCore.h */, + FFFD5b04c1387f8c5b04c138 /* ScBodyCore.h */, + FFFD5b04c1a07f8c5b04c1a0 /* ScClothCore.h */, + FFFD5b04c2087f8c5b04c208 /* ScClothFabricCore.h */, + FFFD5b04c2707f8c5b04c270 /* ScConstraintCore.h */, + FFFD5b04c2d87f8c5b04c2d8 /* ScIterators.h */, + FFFD5b04c3407f8c5b04c340 /* ScMaterialCore.h */, + FFFD5b04c3a87f8c5b04c3a8 /* ScParticleSystemCore.h */, + FFFD5b04c4107f8c5b04c410 /* ScPhysics.h */, + FFFD5b04c4787f8c5b04c478 /* ScRigidCore.h */, + FFFD5b04c4e07f8c5b04c4e0 /* ScScene.h */, + FFFD5b04c5487f8c5b04c548 /* ScShapeCore.h */, + FFFD5b04c5b07f8c5b04c5b0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3e316387f8ea3e31638 /* src */ = { + FFFB5b8503b87f8c5b8503b8 /* src */ = { isa = PBXGroup; children = ( - FFFDa4058c007f8ea4058c00 /* ScActorElementPair.h */, - FFFDa4058c687f8ea4058c68 /* ScActorInteraction.h */, - FFFDa4058cd07f8ea4058cd0 /* ScActorPair.h */, - FFFDa4058d387f8ea4058d38 /* ScActorSim.h */, - FFFDa4058da07f8ea4058da0 /* ScArticulationJointSim.h */, - FFFDa4058e087f8ea4058e08 /* ScArticulationSim.h */, - FFFDa4058e707f8ea4058e70 /* ScBodySim.h */, - FFFDa4058ed87f8ea4058ed8 /* ScClient.h */, - FFFDa4058f407f8ea4058f40 /* ScConstraintGroupNode.h */, - FFFDa4058fa87f8ea4058fa8 /* ScConstraintInteraction.h */, - FFFDa40590107f8ea4059010 /* ScConstraintProjectionManager.h */, - FFFDa40590787f8ea4059078 /* ScConstraintProjectionTree.h */, - FFFDa40590e07f8ea40590e0 /* ScConstraintSim.h */, - FFFDa40591487f8ea4059148 /* ScContactReportBuffer.h */, - FFFDa40591b07f8ea40591b0 /* ScContactStream.h */, - FFFDa40592187f8ea4059218 /* ScElementInteractionMarker.h */, - FFFDa40592807f8ea4059280 /* ScElementSim.h */, - FFFDa40592e87f8ea40592e8 /* ScElementSimInteraction.h */, - FFFDa40593507f8ea4059350 /* ScInteraction.h */, - FFFDa40593b87f8ea40593b8 /* ScInteractionFlags.h */, - FFFDa40594207f8ea4059420 /* ScNPhaseCore.h */, - FFFDa40594887f8ea4059488 /* ScObjectIDTracker.h */, - FFFDa40594f07f8ea40594f0 /* ScRbElementInteraction.h */, - FFFDa40595587f8ea4059558 /* ScRigidSim.h */, - FFFDa40595c07f8ea40595c0 /* ScShapeInteraction.h */, - FFFDa40596287f8ea4059628 /* ScShapeIterator.h */, - FFFDa40596907f8ea4059690 /* ScShapeSim.h */, - FFFDa40596f87f8ea40596f8 /* ScSimStateData.h */, - FFFDa40597607f8ea4059760 /* ScSimStats.h */, - FFFDa40597c87f8ea40597c8 /* ScSimulationController.h */, - FFFDa40598307f8ea4059830 /* ScSqBoundsManager.h */, - FFFDa40598987f8ea4059898 /* ScStaticSim.h */, - FFFDa40599007f8ea4059900 /* ScTriggerInteraction.h */, - FFFDa40599687f8ea4059968 /* ScTriggerPairs.h */, - FFFDa40599d07f8ea40599d0 /* ScActorCore.cpp */, - FFFDa4059a387f8ea4059a38 /* ScActorSim.cpp */, - FFFDa4059aa07f8ea4059aa0 /* ScArticulationCore.cpp */, - FFFDa4059b087f8ea4059b08 /* ScArticulationJointCore.cpp */, - FFFDa4059b707f8ea4059b70 /* ScArticulationJointSim.cpp */, - FFFDa4059bd87f8ea4059bd8 /* ScArticulationSim.cpp */, - FFFDa4059c407f8ea4059c40 /* ScBodyCore.cpp */, - FFFDa4059ca87f8ea4059ca8 /* ScBodyCoreKinematic.cpp */, - FFFDa4059d107f8ea4059d10 /* ScBodySim.cpp */, - FFFDa4059d787f8ea4059d78 /* ScConstraintCore.cpp */, - FFFDa4059de07f8ea4059de0 /* ScConstraintGroupNode.cpp */, - FFFDa4059e487f8ea4059e48 /* ScConstraintInteraction.cpp */, - FFFDa4059eb07f8ea4059eb0 /* ScConstraintProjectionManager.cpp */, - FFFDa4059f187f8ea4059f18 /* ScConstraintProjectionTree.cpp */, - FFFDa4059f807f8ea4059f80 /* ScConstraintSim.cpp */, - FFFDa4059fe87f8ea4059fe8 /* ScElementInteractionMarker.cpp */, - FFFDa405a0507f8ea405a050 /* ScElementSim.cpp */, - FFFDa405a0b87f8ea405a0b8 /* ScInteraction.cpp */, - FFFDa405a1207f8ea405a120 /* ScIterators.cpp */, - FFFDa405a1887f8ea405a188 /* ScMaterialCore.cpp */, - FFFDa405a1f07f8ea405a1f0 /* ScMetaData.cpp */, - FFFDa405a2587f8ea405a258 /* ScNPhaseCore.cpp */, - FFFDa405a2c07f8ea405a2c0 /* ScPhysics.cpp */, - FFFDa405a3287f8ea405a328 /* ScRigidCore.cpp */, - FFFDa405a3907f8ea405a390 /* ScRigidSim.cpp */, - FFFDa405a3f87f8ea405a3f8 /* ScScene.cpp */, - FFFDa405a4607f8ea405a460 /* ScShapeCore.cpp */, - FFFDa405a4c87f8ea405a4c8 /* ScShapeInteraction.cpp */, - FFFDa405a5307f8ea405a530 /* ScShapeSim.cpp */, - FFFDa405a5987f8ea405a598 /* ScSimStats.cpp */, - FFFDa405a6007f8ea405a600 /* ScSimulationController.cpp */, - FFFDa405a6687f8ea405a668 /* ScSqBoundsManager.cpp */, - FFFDa405a6d07f8ea405a6d0 /* ScStaticCore.cpp */, - FFFDa405a7387f8ea405a738 /* ScStaticSim.cpp */, - FFFDa405a7a07f8ea405a7a0 /* ScTriggerInteraction.cpp */, - FFFDa405a8087f8ea405a808 /* particles/ScParticleBodyInteraction.h */, - FFFDa405a8707f8ea405a870 /* particles/ScParticlePacketShape.h */, - FFFDa405a8d87f8ea405a8d8 /* particles/ScParticleSystemSim.h */, - FFFDa405a9407f8ea405a940 /* particles/ScParticleBodyInteraction.cpp */, - FFFDa405a9a87f8ea405a9a8 /* particles/ScParticlePacketShape.cpp */, - FFFDa405aa107f8ea405aa10 /* particles/ScParticleSystemCore.cpp */, - FFFDa405aa787f8ea405aa78 /* particles/ScParticleSystemSim.cpp */, - FFFDa405aae07f8ea405aae0 /* cloth/ScClothShape.h */, - FFFDa405ab487f8ea405ab48 /* cloth/ScClothSim.h */, - FFFDa405abb07f8ea405abb0 /* cloth/ScClothCore.cpp */, - FFFDa405ac187f8ea405ac18 /* cloth/ScClothFabricCore.cpp */, - FFFDa405ac807f8ea405ac80 /* cloth/ScClothShape.cpp */, - FFFDa405ace87f8ea405ace8 /* cloth/ScClothSim.cpp */, + FFFD5b04f2007f8c5b04f200 /* ScActorElementPair.h */, + FFFD5b04f2687f8c5b04f268 /* ScActorInteraction.h */, + FFFD5b04f2d07f8c5b04f2d0 /* ScActorPair.h */, + FFFD5b04f3387f8c5b04f338 /* ScActorSim.h */, + FFFD5b04f3a07f8c5b04f3a0 /* ScArticulationJointSim.h */, + FFFD5b04f4087f8c5b04f408 /* ScArticulationSim.h */, + FFFD5b04f4707f8c5b04f470 /* ScBodySim.h */, + FFFD5b04f4d87f8c5b04f4d8 /* ScClient.h */, + FFFD5b04f5407f8c5b04f540 /* ScConstraintGroupNode.h */, + FFFD5b04f5a87f8c5b04f5a8 /* ScConstraintInteraction.h */, + FFFD5b04f6107f8c5b04f610 /* ScConstraintProjectionManager.h */, + FFFD5b04f6787f8c5b04f678 /* ScConstraintProjectionTree.h */, + FFFD5b04f6e07f8c5b04f6e0 /* ScConstraintSim.h */, + FFFD5b04f7487f8c5b04f748 /* ScContactReportBuffer.h */, + FFFD5b04f7b07f8c5b04f7b0 /* ScContactStream.h */, + FFFD5b04f8187f8c5b04f818 /* ScElementInteractionMarker.h */, + FFFD5b04f8807f8c5b04f880 /* ScElementSim.h */, + FFFD5b04f8e87f8c5b04f8e8 /* ScElementSimInteraction.h */, + FFFD5b04f9507f8c5b04f950 /* ScInteraction.h */, + FFFD5b04f9b87f8c5b04f9b8 /* ScInteractionFlags.h */, + FFFD5b04fa207f8c5b04fa20 /* ScNPhaseCore.h */, + FFFD5b04fa887f8c5b04fa88 /* ScObjectIDTracker.h */, + FFFD5b04faf07f8c5b04faf0 /* ScRbElementInteraction.h */, + FFFD5b04fb587f8c5b04fb58 /* ScRigidSim.h */, + FFFD5b04fbc07f8c5b04fbc0 /* ScShapeInteraction.h */, + FFFD5b04fc287f8c5b04fc28 /* ScShapeIterator.h */, + FFFD5b04fc907f8c5b04fc90 /* ScShapeSim.h */, + FFFD5b04fcf87f8c5b04fcf8 /* ScSimStateData.h */, + FFFD5b04fd607f8c5b04fd60 /* ScSimStats.h */, + FFFD5b04fdc87f8c5b04fdc8 /* ScSimulationController.h */, + FFFD5b04fe307f8c5b04fe30 /* ScSqBoundsManager.h */, + FFFD5b04fe987f8c5b04fe98 /* ScStaticSim.h */, + FFFD5b04ff007f8c5b04ff00 /* ScTriggerInteraction.h */, + FFFD5b04ff687f8c5b04ff68 /* ScTriggerPairs.h */, + FFFD5b04ffd07f8c5b04ffd0 /* ScActorCore.cpp */, + FFFD5b0500387f8c5b050038 /* ScActorSim.cpp */, + FFFD5b0500a07f8c5b0500a0 /* ScArticulationCore.cpp */, + FFFD5b0501087f8c5b050108 /* ScArticulationJointCore.cpp */, + FFFD5b0501707f8c5b050170 /* ScArticulationJointSim.cpp */, + FFFD5b0501d87f8c5b0501d8 /* ScArticulationSim.cpp */, + FFFD5b0502407f8c5b050240 /* ScBodyCore.cpp */, + FFFD5b0502a87f8c5b0502a8 /* ScBodyCoreKinematic.cpp */, + FFFD5b0503107f8c5b050310 /* ScBodySim.cpp */, + FFFD5b0503787f8c5b050378 /* ScConstraintCore.cpp */, + FFFD5b0503e07f8c5b0503e0 /* ScConstraintGroupNode.cpp */, + FFFD5b0504487f8c5b050448 /* ScConstraintInteraction.cpp */, + FFFD5b0504b07f8c5b0504b0 /* ScConstraintProjectionManager.cpp */, + FFFD5b0505187f8c5b050518 /* ScConstraintProjectionTree.cpp */, + FFFD5b0505807f8c5b050580 /* ScConstraintSim.cpp */, + FFFD5b0505e87f8c5b0505e8 /* ScElementInteractionMarker.cpp */, + FFFD5b0506507f8c5b050650 /* ScElementSim.cpp */, + FFFD5b0506b87f8c5b0506b8 /* ScInteraction.cpp */, + FFFD5b0507207f8c5b050720 /* ScIterators.cpp */, + FFFD5b0507887f8c5b050788 /* ScMaterialCore.cpp */, + FFFD5b0507f07f8c5b0507f0 /* ScMetaData.cpp */, + FFFD5b0508587f8c5b050858 /* ScNPhaseCore.cpp */, + FFFD5b0508c07f8c5b0508c0 /* ScPhysics.cpp */, + FFFD5b0509287f8c5b050928 /* ScRigidCore.cpp */, + FFFD5b0509907f8c5b050990 /* ScRigidSim.cpp */, + FFFD5b0509f87f8c5b0509f8 /* ScScene.cpp */, + FFFD5b050a607f8c5b050a60 /* ScShapeCore.cpp */, + FFFD5b050ac87f8c5b050ac8 /* ScShapeInteraction.cpp */, + FFFD5b050b307f8c5b050b30 /* ScShapeSim.cpp */, + FFFD5b050b987f8c5b050b98 /* ScSimStats.cpp */, + FFFD5b050c007f8c5b050c00 /* ScSimulationController.cpp */, + FFFD5b050c687f8c5b050c68 /* ScSqBoundsManager.cpp */, + FFFD5b050cd07f8c5b050cd0 /* ScStaticCore.cpp */, + FFFD5b050d387f8c5b050d38 /* ScStaticSim.cpp */, + FFFD5b050da07f8c5b050da0 /* ScTriggerInteraction.cpp */, + FFFD5b050e087f8c5b050e08 /* particles/ScParticleBodyInteraction.h */, + FFFD5b050e707f8c5b050e70 /* particles/ScParticlePacketShape.h */, + FFFD5b050ed87f8c5b050ed8 /* particles/ScParticleSystemSim.h */, + FFFD5b050f407f8c5b050f40 /* particles/ScParticleBodyInteraction.cpp */, + FFFD5b050fa87f8c5b050fa8 /* particles/ScParticlePacketShape.cpp */, + FFFD5b0510107f8c5b051010 /* particles/ScParticleSystemCore.cpp */, + FFFD5b0510787f8c5b051078 /* particles/ScParticleSystemSim.cpp */, + FFFD5b0510e07f8c5b0510e0 /* cloth/ScClothShape.h */, + FFFD5b0511487f8c5b051148 /* cloth/ScClothSim.h */, + FFFD5b0511b07f8c5b0511b0 /* cloth/ScClothCore.cpp */, + FFFD5b0512187f8c5b051218 /* cloth/ScClothFabricCore.cpp */, + FFFD5b0512807f8c5b051280 /* cloth/ScClothShape.cpp */, + FFFD5b0512e87f8c5b0512e8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa5367b807f8ea5367b80 /* PhysXCooking */ = { + FFFB5b8507d07f8c5b8507d0 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFBa5353bb07f8ea5353bb0 /* include */, - FFFBa5353bd87f8ea5353bd8 /* src */, + FFFB5b854c507f8c5b854c50 /* include */, + FFFB5b854c787f8c5b854c78 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFBa5353bb07f8ea5353bb0 /* include */ = { + FFFB5b854c507f8c5b854c50 /* include */ = { isa = PBXGroup; children = ( - FFFDa5340f707f8ea5340f70 /* PxBVH33MidphaseDesc.h */, - FFFDa5340fd87f8ea5340fd8 /* PxBVH34MidphaseDesc.h */, - FFFDa53410407f8ea5341040 /* PxConvexMeshDesc.h */, - FFFDa53410a87f8ea53410a8 /* PxCooking.h */, - FFFDa53411107f8ea5341110 /* PxMidphaseDesc.h */, - FFFDa53411787f8ea5341178 /* PxTriangleMeshDesc.h */, - FFFDa53411e07f8ea53411e0 /* Pxc.h */, + FFFD5b85aa807f8c5b85aa80 /* PxBVH33MidphaseDesc.h */, + FFFD5b85aae87f8c5b85aae8 /* PxBVH34MidphaseDesc.h */, + FFFD5b85ab507f8c5b85ab50 /* PxConvexMeshDesc.h */, + FFFD5b85abb87f8c5b85abb8 /* PxCooking.h */, + FFFD5b85ac207f8c5b85ac20 /* PxMidphaseDesc.h */, + FFFD5b85ac887f8c5b85ac88 /* PxTriangleMeshDesc.h */, + FFFD5b85acf07f8c5b85acf0 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa5353bd87f8ea5353bd8 /* src */ = { + FFFB5b854c787f8c5b854c78 /* src */ = { isa = PBXGroup; children = ( - FFFDa405d6007f8ea405d600 /* Adjacencies.cpp */, - FFFDa405d6687f8ea405d668 /* Cooking.cpp */, - FFFDa405d6d07f8ea405d6d0 /* CookingUtils.cpp */, - FFFDa405d7387f8ea405d738 /* EdgeList.cpp */, - FFFDa405d7a07f8ea405d7a0 /* MeshCleaner.cpp */, - FFFDa405d8087f8ea405d808 /* Quantizer.cpp */, - FFFDa405d8707f8ea405d870 /* Adjacencies.h */, - FFFDa405d8d87f8ea405d8d8 /* Cooking.h */, - FFFDa405d9407f8ea405d940 /* CookingUtils.h */, - FFFDa405d9a87f8ea405d9a8 /* EdgeList.h */, - FFFDa405da107f8ea405da10 /* MeshCleaner.h */, - FFFDa405da787f8ea405da78 /* Quantizer.h */, - FFFDa405dae07f8ea405dae0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFDa405db487f8ea405db48 /* mesh/HeightFieldCooking.cpp */, - FFFDa405dbb07f8ea405dbb0 /* mesh/RTreeCooking.cpp */, - FFFDa405dc187f8ea405dc18 /* mesh/TriangleMeshBuilder.cpp */, - FFFDa405dc807f8ea405dc80 /* mesh/GrbTriangleMeshCooking.h */, - FFFDa405dce87f8ea405dce8 /* mesh/HeightFieldCooking.h */, - FFFDa405dd507f8ea405dd50 /* mesh/QuickSelect.h */, - FFFDa405ddb87f8ea405ddb8 /* mesh/RTreeCooking.h */, - FFFDa405de207f8ea405de20 /* mesh/TriangleMeshBuilder.h */, - FFFDa405de887f8ea405de88 /* convex/BigConvexDataBuilder.cpp */, - FFFDa405def07f8ea405def0 /* convex/ConvexHullBuilder.cpp */, - FFFDa405df587f8ea405df58 /* convex/ConvexHullLib.cpp */, - FFFDa405dfc07f8ea405dfc0 /* convex/ConvexHullUtils.cpp */, - FFFDa405e0287f8ea405e028 /* convex/ConvexMeshBuilder.cpp */, - FFFDa405e0907f8ea405e090 /* convex/ConvexPolygonsBuilder.cpp */, - FFFDa405e0f87f8ea405e0f8 /* convex/InflationConvexHullLib.cpp */, - FFFDa405e1607f8ea405e160 /* convex/QuickHullConvexHullLib.cpp */, - FFFDa405e1c87f8ea405e1c8 /* convex/VolumeIntegration.cpp */, - FFFDa405e2307f8ea405e230 /* convex/BigConvexDataBuilder.h */, - FFFDa405e2987f8ea405e298 /* convex/ConvexHullBuilder.h */, - FFFDa405e3007f8ea405e300 /* convex/ConvexHullLib.h */, - FFFDa405e3687f8ea405e368 /* convex/ConvexHullUtils.h */, - FFFDa405e3d07f8ea405e3d0 /* convex/ConvexMeshBuilder.h */, - FFFDa405e4387f8ea405e438 /* convex/ConvexPolygonsBuilder.h */, - FFFDa405e4a07f8ea405e4a0 /* convex/InflationConvexHullLib.h */, - FFFDa405e5087f8ea405e508 /* convex/QuickHullConvexHullLib.h */, - FFFDa405e5707f8ea405e570 /* convex/VolumeIntegration.h */, + FFFD5b0534007f8c5b053400 /* Adjacencies.cpp */, + FFFD5b0534687f8c5b053468 /* Cooking.cpp */, + FFFD5b0534d07f8c5b0534d0 /* CookingUtils.cpp */, + FFFD5b0535387f8c5b053538 /* EdgeList.cpp */, + FFFD5b0535a07f8c5b0535a0 /* MeshCleaner.cpp */, + FFFD5b0536087f8c5b053608 /* Quantizer.cpp */, + FFFD5b0536707f8c5b053670 /* Adjacencies.h */, + FFFD5b0536d87f8c5b0536d8 /* Cooking.h */, + FFFD5b0537407f8c5b053740 /* CookingUtils.h */, + FFFD5b0537a87f8c5b0537a8 /* EdgeList.h */, + FFFD5b0538107f8c5b053810 /* MeshCleaner.h */, + FFFD5b0538787f8c5b053878 /* Quantizer.h */, + FFFD5b0538e07f8c5b0538e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD5b0539487f8c5b053948 /* mesh/HeightFieldCooking.cpp */, + FFFD5b0539b07f8c5b0539b0 /* mesh/RTreeCooking.cpp */, + FFFD5b053a187f8c5b053a18 /* mesh/TriangleMeshBuilder.cpp */, + FFFD5b053a807f8c5b053a80 /* mesh/GrbTriangleMeshCooking.h */, + FFFD5b053ae87f8c5b053ae8 /* mesh/HeightFieldCooking.h */, + FFFD5b053b507f8c5b053b50 /* mesh/QuickSelect.h */, + FFFD5b053bb87f8c5b053bb8 /* mesh/RTreeCooking.h */, + FFFD5b053c207f8c5b053c20 /* mesh/TriangleMeshBuilder.h */, + FFFD5b053c887f8c5b053c88 /* convex/BigConvexDataBuilder.cpp */, + FFFD5b053cf07f8c5b053cf0 /* convex/ConvexHullBuilder.cpp */, + FFFD5b053d587f8c5b053d58 /* convex/ConvexHullLib.cpp */, + FFFD5b053dc07f8c5b053dc0 /* convex/ConvexHullUtils.cpp */, + FFFD5b053e287f8c5b053e28 /* convex/ConvexMeshBuilder.cpp */, + FFFD5b053e907f8c5b053e90 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD5b053ef87f8c5b053ef8 /* convex/InflationConvexHullLib.cpp */, + FFFD5b053f607f8c5b053f60 /* convex/QuickHullConvexHullLib.cpp */, + FFFD5b053fc87f8c5b053fc8 /* convex/VolumeIntegration.cpp */, + FFFD5b0540307f8c5b054030 /* convex/BigConvexDataBuilder.h */, + FFFD5b0540987f8c5b054098 /* convex/ConvexHullBuilder.h */, + FFFD5b0541007f8c5b054100 /* convex/ConvexHullLib.h */, + FFFD5b0541687f8c5b054168 /* convex/ConvexHullUtils.h */, + FFFD5b0541d07f8c5b0541d0 /* convex/ConvexMeshBuilder.h */, + FFFD5b0542387f8c5b054238 /* convex/ConvexPolygonsBuilder.h */, + FFFD5b0542a07f8c5b0542a0 /* convex/InflationConvexHullLib.h */, + FFFD5b0543087f8c5b054308 /* convex/QuickHullConvexHullLib.h */, + FFFD5b0543707f8c5b054370 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3896f307f8ea3896f30 /* PhysXCommon */ = { + FFFB59c183f07f8c59c183f0 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFBa38986a07f8ea38986a0 /* include */, - FFFBa38986c87f8ea38986c8 /* common */, - FFFBa38986f07f8ea38986f0 /* geomutils */, + FFFB59c1aa607f8c59c1aa60 /* include */, + FFFB59c1aa887f8c59c1aa88 /* common */, + FFFB59c1aab07f8c59c1aab0 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFBa38986a07f8ea38986a0 /* include */ = { + FFFB59c1aa607f8c59c1aa60 /* include */ = { isa = PBXGroup; children = ( - FFFDa400ec007f8ea400ec00 /* common/PxBase.h */, - FFFDa400ec687f8ea400ec68 /* common/PxCollection.h */, - FFFDa400ecd07f8ea400ecd0 /* common/PxCoreUtilityTypes.h */, - FFFDa400ed387f8ea400ed38 /* common/PxMetaData.h */, - FFFDa400eda07f8ea400eda0 /* common/PxMetaDataFlags.h */, - FFFDa400ee087f8ea400ee08 /* common/PxPhysXCommonConfig.h */, - FFFDa400ee707f8ea400ee70 /* common/PxPhysicsInsertionCallback.h */, - FFFDa400eed87f8ea400eed8 /* common/PxRenderBuffer.h */, - FFFDa400ef407f8ea400ef40 /* common/PxSerialFramework.h */, - FFFDa400efa87f8ea400efa8 /* common/PxSerializer.h */, - FFFDa400f0107f8ea400f010 /* common/PxStringTable.h */, - FFFDa400f0787f8ea400f078 /* common/PxTolerancesScale.h */, - FFFDa400f0e07f8ea400f0e0 /* common/PxTypeInfo.h */, - FFFDa400f1487f8ea400f148 /* geometry/PxBoxGeometry.h */, - FFFDa400f1b07f8ea400f1b0 /* geometry/PxCapsuleGeometry.h */, - FFFDa400f2187f8ea400f218 /* geometry/PxConvexMesh.h */, - FFFDa400f2807f8ea400f280 /* geometry/PxConvexMeshGeometry.h */, - FFFDa400f2e87f8ea400f2e8 /* geometry/PxGeometry.h */, - FFFDa400f3507f8ea400f350 /* geometry/PxGeometryHelpers.h */, - FFFDa400f3b87f8ea400f3b8 /* geometry/PxGeometryQuery.h */, - FFFDa400f4207f8ea400f420 /* geometry/PxHeightField.h */, - FFFDa400f4887f8ea400f488 /* geometry/PxHeightFieldDesc.h */, - FFFDa400f4f07f8ea400f4f0 /* geometry/PxHeightFieldFlag.h */, - FFFDa400f5587f8ea400f558 /* geometry/PxHeightFieldGeometry.h */, - FFFDa400f5c07f8ea400f5c0 /* geometry/PxHeightFieldSample.h */, - FFFDa400f6287f8ea400f628 /* geometry/PxMeshQuery.h */, - FFFDa400f6907f8ea400f690 /* geometry/PxMeshScale.h */, - FFFDa400f6f87f8ea400f6f8 /* geometry/PxPlaneGeometry.h */, - FFFDa400f7607f8ea400f760 /* geometry/PxSimpleTriangleMesh.h */, - FFFDa400f7c87f8ea400f7c8 /* geometry/PxSphereGeometry.h */, - FFFDa400f8307f8ea400f830 /* geometry/PxTriangle.h */, - FFFDa400f8987f8ea400f898 /* geometry/PxTriangleMesh.h */, - FFFDa400f9007f8ea400f900 /* geometry/PxTriangleMeshGeometry.h */, + FFFD5a80ec007f8c5a80ec00 /* common/PxBase.h */, + FFFD5a80ec687f8c5a80ec68 /* common/PxCollection.h */, + FFFD5a80ecd07f8c5a80ecd0 /* common/PxCoreUtilityTypes.h */, + FFFD5a80ed387f8c5a80ed38 /* common/PxMetaData.h */, + FFFD5a80eda07f8c5a80eda0 /* common/PxMetaDataFlags.h */, + FFFD5a80ee087f8c5a80ee08 /* common/PxPhysXCommonConfig.h */, + FFFD5a80ee707f8c5a80ee70 /* common/PxPhysicsInsertionCallback.h */, + FFFD5a80eed87f8c5a80eed8 /* common/PxRenderBuffer.h */, + FFFD5a80ef407f8c5a80ef40 /* common/PxSerialFramework.h */, + FFFD5a80efa87f8c5a80efa8 /* common/PxSerializer.h */, + FFFD5a80f0107f8c5a80f010 /* common/PxStringTable.h */, + FFFD5a80f0787f8c5a80f078 /* common/PxTolerancesScale.h */, + FFFD5a80f0e07f8c5a80f0e0 /* common/PxTypeInfo.h */, + FFFD5a80f1487f8c5a80f148 /* geometry/PxBoxGeometry.h */, + FFFD5a80f1b07f8c5a80f1b0 /* geometry/PxCapsuleGeometry.h */, + FFFD5a80f2187f8c5a80f218 /* geometry/PxConvexMesh.h */, + FFFD5a80f2807f8c5a80f280 /* geometry/PxConvexMeshGeometry.h */, + FFFD5a80f2e87f8c5a80f2e8 /* geometry/PxGeometry.h */, + FFFD5a80f3507f8c5a80f350 /* geometry/PxGeometryHelpers.h */, + FFFD5a80f3b87f8c5a80f3b8 /* geometry/PxGeometryQuery.h */, + FFFD5a80f4207f8c5a80f420 /* geometry/PxHeightField.h */, + FFFD5a80f4887f8c5a80f488 /* geometry/PxHeightFieldDesc.h */, + FFFD5a80f4f07f8c5a80f4f0 /* geometry/PxHeightFieldFlag.h */, + FFFD5a80f5587f8c5a80f558 /* geometry/PxHeightFieldGeometry.h */, + FFFD5a80f5c07f8c5a80f5c0 /* geometry/PxHeightFieldSample.h */, + FFFD5a80f6287f8c5a80f628 /* geometry/PxMeshQuery.h */, + FFFD5a80f6907f8c5a80f690 /* geometry/PxMeshScale.h */, + FFFD5a80f6f87f8c5a80f6f8 /* geometry/PxPlaneGeometry.h */, + FFFD5a80f7607f8c5a80f760 /* geometry/PxSimpleTriangleMesh.h */, + FFFD5a80f7c87f8c5a80f7c8 /* geometry/PxSphereGeometry.h */, + FFFD5a80f8307f8c5a80f830 /* geometry/PxTriangle.h */, + FFFD5a80f8987f8c5a80f898 /* geometry/PxTriangleMesh.h */, + FFFD5a80f9007f8c5a80f900 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa38986c87f8ea38986c8 /* common */ = { + FFFB59c1aa887f8c59c1aa88 /* common */ = { isa = PBXGroup; children = ( - FFFDa31a22007f8ea31a2200 /* src/CmBoxPruning.cpp */, - FFFDa31a22687f8ea31a2268 /* src/CmCollection.cpp */, - FFFDa31a22d07f8ea31a22d0 /* src/CmMathUtils.cpp */, - FFFDa31a23387f8ea31a2338 /* src/CmPtrTable.cpp */, - FFFDa31a23a07f8ea31a23a0 /* src/CmRadixSort.cpp */, - FFFDa31a24087f8ea31a2408 /* src/CmRadixSortBuffered.cpp */, - FFFDa31a24707f8ea31a2470 /* src/CmRenderOutput.cpp */, - FFFDa31a24d87f8ea31a24d8 /* src/CmVisualization.cpp */, - FFFDa31a25407f8ea31a2540 /* src/CmBitMap.h */, - FFFDa31a25a87f8ea31a25a8 /* src/CmBoxPruning.h */, - FFFDa31a26107f8ea31a2610 /* src/CmCollection.h */, - FFFDa31a26787f8ea31a2678 /* src/CmConeLimitHelper.h */, - FFFDa31a26e07f8ea31a26e0 /* src/CmFlushPool.h */, - FFFDa31a27487f8ea31a2748 /* src/CmIDPool.h */, - FFFDa31a27b07f8ea31a27b0 /* src/CmIO.h */, - FFFDa31a28187f8ea31a2818 /* src/CmMatrix34.h */, - FFFDa31a28807f8ea31a2880 /* src/CmPhysXCommon.h */, - FFFDa31a28e87f8ea31a28e8 /* src/CmPool.h */, - FFFDa31a29507f8ea31a2950 /* src/CmPreallocatingPool.h */, - FFFDa31a29b87f8ea31a29b8 /* src/CmPriorityQueue.h */, - FFFDa31a2a207f8ea31a2a20 /* src/CmPtrTable.h */, - FFFDa31a2a887f8ea31a2a88 /* src/CmQueue.h */, - FFFDa31a2af07f8ea31a2af0 /* src/CmRadixSort.h */, - FFFDa31a2b587f8ea31a2b58 /* src/CmRadixSortBuffered.h */, - FFFDa31a2bc07f8ea31a2bc0 /* src/CmReaderWriterLock.h */, - FFFDa31a2c287f8ea31a2c28 /* src/CmRefCountable.h */, - FFFDa31a2c907f8ea31a2c90 /* src/CmRenderBuffer.h */, - FFFDa31a2cf87f8ea31a2cf8 /* src/CmRenderOutput.h */, - FFFDa31a2d607f8ea31a2d60 /* src/CmScaling.h */, - FFFDa31a2dc87f8ea31a2dc8 /* src/CmSpatialVector.h */, - FFFDa31a2e307f8ea31a2e30 /* src/CmTask.h */, - FFFDa31a2e987f8ea31a2e98 /* src/CmTaskPool.h */, - FFFDa31a2f007f8ea31a2f00 /* src/CmTmpMem.h */, - FFFDa31a2f687f8ea31a2f68 /* src/CmTransformUtils.h */, - FFFDa31a2fd07f8ea31a2fd0 /* src/CmUtils.h */, - FFFDa31a30387f8ea31a3038 /* src/CmVisualization.h */, + FFFD5a023e007f8c5a023e00 /* src/CmBoxPruning.cpp */, + FFFD5a023e687f8c5a023e68 /* src/CmCollection.cpp */, + FFFD5a023ed07f8c5a023ed0 /* src/CmMathUtils.cpp */, + FFFD5a023f387f8c5a023f38 /* src/CmPtrTable.cpp */, + FFFD5a023fa07f8c5a023fa0 /* src/CmRadixSort.cpp */, + FFFD5a0240087f8c5a024008 /* src/CmRadixSortBuffered.cpp */, + FFFD5a0240707f8c5a024070 /* src/CmRenderOutput.cpp */, + FFFD5a0240d87f8c5a0240d8 /* src/CmVisualization.cpp */, + FFFD5a0241407f8c5a024140 /* src/CmBitMap.h */, + FFFD5a0241a87f8c5a0241a8 /* src/CmBoxPruning.h */, + FFFD5a0242107f8c5a024210 /* src/CmCollection.h */, + FFFD5a0242787f8c5a024278 /* src/CmConeLimitHelper.h */, + FFFD5a0242e07f8c5a0242e0 /* src/CmFlushPool.h */, + FFFD5a0243487f8c5a024348 /* src/CmIDPool.h */, + FFFD5a0243b07f8c5a0243b0 /* src/CmIO.h */, + FFFD5a0244187f8c5a024418 /* src/CmMatrix34.h */, + FFFD5a0244807f8c5a024480 /* src/CmPhysXCommon.h */, + FFFD5a0244e87f8c5a0244e8 /* src/CmPool.h */, + FFFD5a0245507f8c5a024550 /* src/CmPreallocatingPool.h */, + FFFD5a0245b87f8c5a0245b8 /* src/CmPriorityQueue.h */, + FFFD5a0246207f8c5a024620 /* src/CmPtrTable.h */, + FFFD5a0246887f8c5a024688 /* src/CmQueue.h */, + FFFD5a0246f07f8c5a0246f0 /* src/CmRadixSort.h */, + FFFD5a0247587f8c5a024758 /* src/CmRadixSortBuffered.h */, + FFFD5a0247c07f8c5a0247c0 /* src/CmReaderWriterLock.h */, + FFFD5a0248287f8c5a024828 /* src/CmRefCountable.h */, + FFFD5a0248907f8c5a024890 /* src/CmRenderBuffer.h */, + FFFD5a0248f87f8c5a0248f8 /* src/CmRenderOutput.h */, + FFFD5a0249607f8c5a024960 /* src/CmScaling.h */, + FFFD5a0249c87f8c5a0249c8 /* src/CmSpatialVector.h */, + FFFD5a024a307f8c5a024a30 /* src/CmTask.h */, + FFFD5a024a987f8c5a024a98 /* src/CmTaskPool.h */, + FFFD5a024b007f8c5a024b00 /* src/CmTmpMem.h */, + FFFD5a024b687f8c5a024b68 /* src/CmTransformUtils.h */, + FFFD5a024bd07f8c5a024bd0 /* src/CmUtils.h */, + FFFD5a024c387f8c5a024c38 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFBa38986f07f8ea38986f0 /* geomutils */ = { + FFFB59c1aab07f8c59c1aab0 /* geomutils */ = { isa = PBXGroup; children = ( - FFFDa40010007f8ea4001000 /* headers/GuAxes.h */, - FFFDa40010687f8ea4001068 /* headers/GuBox.h */, - FFFDa40010d07f8ea40010d0 /* headers/GuDistanceSegmentBox.h */, - FFFDa40011387f8ea4001138 /* headers/GuDistanceSegmentSegment.h */, - FFFDa40011a07f8ea40011a0 /* headers/GuIntersectionBoxBox.h */, - FFFDa40012087f8ea4001208 /* headers/GuIntersectionTriangleBox.h */, - FFFDa40012707f8ea4001270 /* headers/GuRaycastTests.h */, - FFFDa40012d87f8ea40012d8 /* headers/GuSIMDHelpers.h */, - FFFDa40013407f8ea4001340 /* headers/GuSegment.h */, - FFFDa40013a87f8ea40013a8 /* ../../Include/GeomUtils */, - FFFDa40014107f8ea4001410 /* src/GuBounds.h */, - FFFDa40014787f8ea4001478 /* src/GuCapsule.h */, - FFFDa40014e07f8ea40014e0 /* src/GuCenterExtents.h */, - FFFDa40015487f8ea4001548 /* src/GuGeometryUnion.h */, - FFFDa40015b07f8ea40015b0 /* src/GuInternal.h */, - FFFDa40016187f8ea4001618 /* src/GuMTD.h */, - FFFDa40016807f8ea4001680 /* src/GuMeshFactory.h */, - FFFDa40016e87f8ea40016e8 /* src/GuOverlapTests.h */, - FFFDa40017507f8ea4001750 /* src/GuSerialize.h */, - FFFDa40017b87f8ea40017b8 /* src/GuSphere.h */, - FFFDa40018207f8ea4001820 /* src/GuSweepMTD.h */, - FFFDa40018887f8ea4001888 /* src/GuSweepSharedTests.h */, - FFFDa40018f07f8ea40018f0 /* src/GuSweepTests.h */, - FFFDa40019587f8ea4001958 /* src/contact/GuContactMethodImpl.h */, - FFFDa40019c07f8ea40019c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFDa4001a287f8ea4001a28 /* src/contact/GuFeatureCode.h */, - FFFDa4001a907f8ea4001a90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFDa4001af87f8ea4001af8 /* src/common/GuBarycentricCoordinates.h */, - FFFDa4001b607f8ea4001b60 /* src/common/GuBoxConversion.h */, - FFFDa4001bc87f8ea4001bc8 /* src/common/GuEdgeCache.h */, - FFFDa4001c307f8ea4001c30 /* src/common/GuEdgeListData.h */, - FFFDa4001c987f8ea4001c98 /* src/common/GuSeparatingAxes.h */, - FFFDa4001d007f8ea4001d00 /* src/convex/GuBigConvexData.h */, - FFFDa4001d687f8ea4001d68 /* src/convex/GuBigConvexData2.h */, - FFFDa4001dd07f8ea4001dd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFDa4001e387f8ea4001e38 /* src/convex/GuConvexHelper.h */, - FFFDa4001ea07f8ea4001ea0 /* src/convex/GuConvexMesh.h */, - FFFDa4001f087f8ea4001f08 /* src/convex/GuConvexMeshData.h */, - FFFDa4001f707f8ea4001f70 /* src/convex/GuConvexSupportTable.h */, - FFFDa4001fd87f8ea4001fd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFDa40020407f8ea4002040 /* src/convex/GuCubeIndex.h */, - FFFDa40020a87f8ea40020a8 /* src/convex/GuHillClimbing.h */, - FFFDa40021107f8ea4002110 /* src/convex/GuShapeConvex.h */, - FFFDa40021787f8ea4002178 /* src/distance/GuDistancePointBox.h */, - FFFDa40021e07f8ea40021e0 /* src/distance/GuDistancePointSegment.h */, - FFFDa40022487f8ea4002248 /* src/distance/GuDistancePointTriangle.h */, - FFFDa40022b07f8ea40022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFDa40023187f8ea4002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFDa40023807f8ea4002380 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFDa40023e87f8ea40023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFDa40024507f8ea4002450 /* src/sweep/GuSweepBoxBox.h */, - FFFDa40024b87f8ea40024b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFDa40025207f8ea4002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFDa40025887f8ea4002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFDa40025f07f8ea40025f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFDa40026587f8ea4002658 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFDa40026c07f8ea40026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFDa40027287f8ea4002728 /* src/sweep/GuSweepSphereCapsule.h */, - FFFDa40027907f8ea4002790 /* src/sweep/GuSweepSphereSphere.h */, - FFFDa40027f87f8ea40027f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFDa40028607f8ea4002860 /* src/sweep/GuSweepTriangleUtils.h */, - FFFDa40028c87f8ea40028c8 /* src/gjk/GuEPA.h */, - FFFDa40029307f8ea4002930 /* src/gjk/GuEPAFacet.h */, - FFFDa40029987f8ea4002998 /* src/gjk/GuGJK.h */, - FFFDa4002a007f8ea4002a00 /* src/gjk/GuGJKPenetration.h */, - FFFDa4002a687f8ea4002a68 /* src/gjk/GuGJKRaycast.h */, - FFFDa4002ad07f8ea4002ad0 /* src/gjk/GuGJKSimplex.h */, - FFFDa4002b387f8ea4002b38 /* src/gjk/GuGJKTest.h */, - FFFDa4002ba07f8ea4002ba0 /* src/gjk/GuGJKType.h */, - FFFDa4002c087f8ea4002c08 /* src/gjk/GuGJKUtil.h */, - FFFDa4002c707f8ea4002c70 /* src/gjk/GuVecBox.h */, - FFFDa4002cd87f8ea4002cd8 /* src/gjk/GuVecCapsule.h */, - FFFDa4002d407f8ea4002d40 /* src/gjk/GuVecConvex.h */, - FFFDa4002da87f8ea4002da8 /* src/gjk/GuVecConvexHull.h */, - FFFDa4002e107f8ea4002e10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFDa4002e787f8ea4002e78 /* src/gjk/GuVecPlane.h */, - FFFDa4002ee07f8ea4002ee0 /* src/gjk/GuVecShrunkBox.h */, - FFFDa4002f487f8ea4002f48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFDa4002fb07f8ea4002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFDa40030187f8ea4003018 /* src/gjk/GuVecSphere.h */, - FFFDa40030807f8ea4003080 /* src/gjk/GuVecTriangle.h */, - FFFDa40030e87f8ea40030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFDa40031507f8ea4003150 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFDa40031b87f8ea40031b8 /* src/intersection/GuIntersectionRay.h */, - FFFDa40032207f8ea4003220 /* src/intersection/GuIntersectionRayBox.h */, - FFFDa40032887f8ea4003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFDa40032f07f8ea40032f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFDa40033587f8ea4003358 /* src/intersection/GuIntersectionRayPlane.h */, - FFFDa40033c07f8ea40033c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFDa40034287f8ea4003428 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFDa40034907f8ea4003490 /* src/intersection/GuIntersectionSphereBox.h */, - FFFDa40034f87f8ea40034f8 /* src/mesh/GuBV32.h */, - FFFDa40035607f8ea4003560 /* src/mesh/GuBV32Build.h */, - FFFDa40035c87f8ea40035c8 /* src/mesh/GuBV4.h */, - FFFDa40036307f8ea4003630 /* src/mesh/GuBV4Build.h */, - FFFDa40036987f8ea4003698 /* src/mesh/GuBV4Settings.h */, - FFFDa40037007f8ea4003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFDa40037687f8ea4003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFDa40037d07f8ea40037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFDa40038387f8ea4003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFDa40038a07f8ea40038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFDa40039087f8ea4003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFDa40039707f8ea4003970 /* src/mesh/GuBV4_Common.h */, - FFFDa40039d87f8ea40039d8 /* src/mesh/GuBV4_Internal.h */, - FFFDa4003a407f8ea4003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFDa4003aa87f8ea4003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFDa4003b107f8ea4003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFDa4003b787f8ea4003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFDa4003be07f8ea4003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFDa4003c487f8ea4003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFDa4003cb07f8ea4003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFDa4003d187f8ea4003d18 /* src/mesh/GuBV4_Slabs.h */, - FFFDa4003d807f8ea4003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFDa4003de87f8ea4003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFDa4003e507f8ea4003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFDa4003eb87f8ea4003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFDa4003f207f8ea4003f20 /* src/mesh/GuBVConstants.h */, - FFFDa4003f887f8ea4003f88 /* src/mesh/GuMeshData.h */, - FFFDa4003ff07f8ea4003ff0 /* src/mesh/GuMidphaseInterface.h */, - FFFDa40040587f8ea4004058 /* src/mesh/GuRTree.h */, - FFFDa40040c07f8ea40040c0 /* src/mesh/GuSweepConvexTri.h */, - FFFDa40041287f8ea4004128 /* src/mesh/GuSweepMesh.h */, - FFFDa40041907f8ea4004190 /* src/mesh/GuTriangle32.h */, - FFFDa40041f87f8ea40041f8 /* src/mesh/GuTriangleCache.h */, - FFFDa40042607f8ea4004260 /* src/mesh/GuTriangleMesh.h */, - FFFDa40042c87f8ea40042c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFDa40043307f8ea4004330 /* src/mesh/GuTriangleMeshRTree.h */, - FFFDa40043987f8ea4004398 /* src/mesh/GuTriangleVertexPointers.h */, - FFFDa40044007f8ea4004400 /* src/hf/GuEntityReport.h */, - FFFDa40044687f8ea4004468 /* src/hf/GuHeightField.h */, - FFFDa40044d07f8ea40044d0 /* src/hf/GuHeightFieldData.h */, - FFFDa40045387f8ea4004538 /* src/hf/GuHeightFieldUtil.h */, - FFFDa40045a07f8ea40045a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFDa40046087f8ea4004608 /* src/pcm/GuPCMContactGen.h */, - FFFDa40046707f8ea4004670 /* src/pcm/GuPCMContactGenUtil.h */, - FFFDa40046d87f8ea40046d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFDa40047407f8ea4004740 /* src/pcm/GuPCMShapeConvex.h */, - FFFDa40047a87f8ea40047a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFDa40048107f8ea4004810 /* src/pcm/GuPersistentContactManifold.h */, - FFFDa40048787f8ea4004878 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFDa40048e07f8ea40048e0 /* src/GuBounds.cpp */, - FFFDa40049487f8ea4004948 /* src/GuBox.cpp */, - FFFDa40049b07f8ea40049b0 /* src/GuCCTSweepTests.cpp */, - FFFDa4004a187f8ea4004a18 /* src/GuCapsule.cpp */, - FFFDa4004a807f8ea4004a80 /* src/GuGeometryQuery.cpp */, - FFFDa4004ae87f8ea4004ae8 /* src/GuGeometryUnion.cpp */, - FFFDa4004b507f8ea4004b50 /* src/GuInternal.cpp */, - FFFDa4004bb87f8ea4004bb8 /* src/GuMTD.cpp */, - FFFDa4004c207f8ea4004c20 /* src/GuMeshFactory.cpp */, - FFFDa4004c887f8ea4004c88 /* src/GuMetaData.cpp */, - FFFDa4004cf07f8ea4004cf0 /* src/GuOverlapTests.cpp */, - FFFDa4004d587f8ea4004d58 /* src/GuRaycastTests.cpp */, - FFFDa4004dc07f8ea4004dc0 /* src/GuSerialize.cpp */, - FFFDa4004e287f8ea4004e28 /* src/GuSweepMTD.cpp */, - FFFDa4004e907f8ea4004e90 /* src/GuSweepSharedTests.cpp */, - FFFDa4004ef87f8ea4004ef8 /* src/GuSweepTests.cpp */, - FFFDa4004f607f8ea4004f60 /* src/contact/GuContactBoxBox.cpp */, - FFFDa4004fc87f8ea4004fc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFDa40050307f8ea4005030 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFDa40050987f8ea4005098 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFDa40051007f8ea4005100 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFDa40051687f8ea4005168 /* src/contact/GuContactConvexConvex.cpp */, - FFFDa40051d07f8ea40051d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFDa40052387f8ea4005238 /* src/contact/GuContactPlaneBox.cpp */, - FFFDa40052a07f8ea40052a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFDa40053087f8ea4005308 /* src/contact/GuContactPlaneConvex.cpp */, - FFFDa40053707f8ea4005370 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFDa40053d87f8ea40053d8 /* src/contact/GuContactSphereBox.cpp */, - FFFDa40054407f8ea4005440 /* src/contact/GuContactSphereCapsule.cpp */, - FFFDa40054a87f8ea40054a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFDa40055107f8ea4005510 /* src/contact/GuContactSpherePlane.cpp */, - FFFDa40055787f8ea4005578 /* src/contact/GuContactSphereSphere.cpp */, - FFFDa40055e07f8ea40055e0 /* src/contact/GuFeatureCode.cpp */, - FFFDa40056487f8ea4005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFDa40056b07f8ea40056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFDa40057187f8ea4005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFDa40057807f8ea4005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFDa40057e87f8ea40057e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFDa40058507f8ea4005850 /* src/common/GuSeparatingAxes.cpp */, - FFFDa40058b87f8ea40058b8 /* src/convex/GuBigConvexData.cpp */, - FFFDa40059207f8ea4005920 /* src/convex/GuConvexHelper.cpp */, - FFFDa40059887f8ea4005988 /* src/convex/GuConvexMesh.cpp */, - FFFDa40059f07f8ea40059f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFDa4005a587f8ea4005a58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFDa4005ac07f8ea4005ac0 /* src/convex/GuHillClimbing.cpp */, - FFFDa4005b287f8ea4005b28 /* src/convex/GuShapeConvex.cpp */, - FFFDa4005b907f8ea4005b90 /* src/distance/GuDistancePointBox.cpp */, - FFFDa4005bf87f8ea4005bf8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFDa4005c607f8ea4005c60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFDa4005cc87f8ea4005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFDa4005d307f8ea4005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFDa4005d987f8ea4005d98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFDa4005e007f8ea4005e00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFDa4005e687f8ea4005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFDa4005ed07f8ea4005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFDa4005f387f8ea4005f38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFDa4005fa07f8ea4005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFDa40060087f8ea4006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFDa40060707f8ea4006070 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFDa40060d87f8ea40060d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFDa40061407f8ea4006140 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFDa40061a87f8ea40061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFDa40062107f8ea4006210 /* src/gjk/GuEPA.cpp */, - FFFDa40062787f8ea4006278 /* src/gjk/GuGJKSimplex.cpp */, - FFFDa40062e07f8ea40062e0 /* src/gjk/GuGJKTest.cpp */, - FFFDa40063487f8ea4006348 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFDa40063b07f8ea40063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFDa40064187f8ea4006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFDa40064807f8ea4006480 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFDa40064e87f8ea40064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFDa40065507f8ea4006550 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFDa40065b87f8ea40065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFDa40066207f8ea4006620 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFDa40066887f8ea4006688 /* src/mesh/GuBV32.cpp */, - FFFDa40066f07f8ea40066f0 /* src/mesh/GuBV32Build.cpp */, - FFFDa40067587f8ea4006758 /* src/mesh/GuBV4.cpp */, - FFFDa40067c07f8ea40067c0 /* src/mesh/GuBV4Build.cpp */, - FFFDa40068287f8ea4006828 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFDa40068907f8ea4006890 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFDa40068f87f8ea40068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFDa40069607f8ea4006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFDa40069c87f8ea40069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFDa4006a307f8ea4006a30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFDa4006a987f8ea4006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFDa4006b007f8ea4006b00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFDa4006b687f8ea4006b68 /* src/mesh/GuMeshQuery.cpp */, - FFFDa4006bd07f8ea4006bd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFDa4006c387f8ea4006c38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFDa4006ca07f8ea4006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFDa4006d087f8ea4006d08 /* src/mesh/GuRTree.cpp */, - FFFDa4006d707f8ea4006d70 /* src/mesh/GuRTreeQueries.cpp */, - FFFDa4006dd87f8ea4006dd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFDa4006e407f8ea4006e40 /* src/mesh/GuTriangleMesh.cpp */, - FFFDa4006ea87f8ea4006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFDa4006f107f8ea4006f10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFDa4006f787f8ea4006f78 /* src/hf/GuHeightField.cpp */, - FFFDa4006fe07f8ea4006fe0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFDa40070487f8ea4007048 /* src/hf/GuOverlapTestsHF.cpp */, - FFFDa40070b07f8ea40070b0 /* src/hf/GuSweepsHF.cpp */, - FFFDa40071187f8ea4007118 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFDa40071807f8ea4007180 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFDa40071e87f8ea40071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFDa40072507f8ea4007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFDa40072b87f8ea40072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFDa40073207f8ea4007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFDa40073887f8ea4007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFDa40073f07f8ea40073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFDa40074587f8ea4007458 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFDa40074c07f8ea40074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFDa40075287f8ea4007528 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFDa40075907f8ea4007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFDa40075f87f8ea40075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFDa40076607f8ea4007660 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFDa40076c87f8ea40076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFDa40077307f8ea4007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFDa40077987f8ea4007798 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFDa40078007f8ea4007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFDa40078687f8ea4007868 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFDa40078d07f8ea40078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFDa40079387f8ea4007938 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFDa40079a07f8ea40079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFDa4007a087f8ea4007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFDa4007a707f8ea4007a70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFDa4007ad87f8ea4007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFDa4007b407f8ea4007b40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFDa4007ba87f8ea4007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFDa4007c107f8ea4007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD5a8010007f8c5a801000 /* headers/GuAxes.h */, + FFFD5a8010687f8c5a801068 /* headers/GuBox.h */, + FFFD5a8010d07f8c5a8010d0 /* headers/GuDistanceSegmentBox.h */, + FFFD5a8011387f8c5a801138 /* headers/GuDistanceSegmentSegment.h */, + FFFD5a8011a07f8c5a8011a0 /* headers/GuIntersectionBoxBox.h */, + FFFD5a8012087f8c5a801208 /* headers/GuIntersectionTriangleBox.h */, + FFFD5a8012707f8c5a801270 /* headers/GuRaycastTests.h */, + FFFD5a8012d87f8c5a8012d8 /* headers/GuSIMDHelpers.h */, + FFFD5a8013407f8c5a801340 /* headers/GuSegment.h */, + FFFD5a8013a87f8c5a8013a8 /* ../../Include/GeomUtils */, + FFFD5a8014107f8c5a801410 /* src/GuBounds.h */, + FFFD5a8014787f8c5a801478 /* src/GuCapsule.h */, + FFFD5a8014e07f8c5a8014e0 /* src/GuCenterExtents.h */, + FFFD5a8015487f8c5a801548 /* src/GuGeometryUnion.h */, + FFFD5a8015b07f8c5a8015b0 /* src/GuInternal.h */, + FFFD5a8016187f8c5a801618 /* src/GuMTD.h */, + FFFD5a8016807f8c5a801680 /* src/GuMeshFactory.h */, + FFFD5a8016e87f8c5a8016e8 /* src/GuOverlapTests.h */, + FFFD5a8017507f8c5a801750 /* src/GuSerialize.h */, + FFFD5a8017b87f8c5a8017b8 /* src/GuSphere.h */, + FFFD5a8018207f8c5a801820 /* src/GuSweepMTD.h */, + FFFD5a8018887f8c5a801888 /* src/GuSweepSharedTests.h */, + FFFD5a8018f07f8c5a8018f0 /* src/GuSweepTests.h */, + FFFD5a8019587f8c5a801958 /* src/contact/GuContactMethodImpl.h */, + FFFD5a8019c07f8c5a8019c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD5a801a287f8c5a801a28 /* src/contact/GuFeatureCode.h */, + FFFD5a801a907f8c5a801a90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD5a801af87f8c5a801af8 /* src/common/GuBarycentricCoordinates.h */, + FFFD5a801b607f8c5a801b60 /* src/common/GuBoxConversion.h */, + FFFD5a801bc87f8c5a801bc8 /* src/common/GuEdgeCache.h */, + FFFD5a801c307f8c5a801c30 /* src/common/GuEdgeListData.h */, + FFFD5a801c987f8c5a801c98 /* src/common/GuSeparatingAxes.h */, + FFFD5a801d007f8c5a801d00 /* src/convex/GuBigConvexData.h */, + FFFD5a801d687f8c5a801d68 /* src/convex/GuBigConvexData2.h */, + FFFD5a801dd07f8c5a801dd0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD5a801e387f8c5a801e38 /* src/convex/GuConvexHelper.h */, + FFFD5a801ea07f8c5a801ea0 /* src/convex/GuConvexMesh.h */, + FFFD5a801f087f8c5a801f08 /* src/convex/GuConvexMeshData.h */, + FFFD5a801f707f8c5a801f70 /* src/convex/GuConvexSupportTable.h */, + FFFD5a801fd87f8c5a801fd8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD5a8020407f8c5a802040 /* src/convex/GuCubeIndex.h */, + FFFD5a8020a87f8c5a8020a8 /* src/convex/GuHillClimbing.h */, + FFFD5a8021107f8c5a802110 /* src/convex/GuShapeConvex.h */, + FFFD5a8021787f8c5a802178 /* src/distance/GuDistancePointBox.h */, + FFFD5a8021e07f8c5a8021e0 /* src/distance/GuDistancePointSegment.h */, + FFFD5a8022487f8c5a802248 /* src/distance/GuDistancePointTriangle.h */, + FFFD5a8022b07f8c5a8022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD5a8023187f8c5a802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD5a8023807f8c5a802380 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD5a8023e87f8c5a8023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD5a8024507f8c5a802450 /* src/sweep/GuSweepBoxBox.h */, + FFFD5a8024b87f8c5a8024b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD5a8025207f8c5a802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD5a8025887f8c5a802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD5a8025f07f8c5a8025f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD5a8026587f8c5a802658 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD5a8026c07f8c5a8026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD5a8027287f8c5a802728 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD5a8027907f8c5a802790 /* src/sweep/GuSweepSphereSphere.h */, + FFFD5a8027f87f8c5a8027f8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD5a8028607f8c5a802860 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD5a8028c87f8c5a8028c8 /* src/gjk/GuEPA.h */, + FFFD5a8029307f8c5a802930 /* src/gjk/GuEPAFacet.h */, + FFFD5a8029987f8c5a802998 /* src/gjk/GuGJK.h */, + FFFD5a802a007f8c5a802a00 /* src/gjk/GuGJKPenetration.h */, + FFFD5a802a687f8c5a802a68 /* src/gjk/GuGJKRaycast.h */, + FFFD5a802ad07f8c5a802ad0 /* src/gjk/GuGJKSimplex.h */, + FFFD5a802b387f8c5a802b38 /* src/gjk/GuGJKTest.h */, + FFFD5a802ba07f8c5a802ba0 /* src/gjk/GuGJKType.h */, + FFFD5a802c087f8c5a802c08 /* src/gjk/GuGJKUtil.h */, + FFFD5a802c707f8c5a802c70 /* src/gjk/GuVecBox.h */, + FFFD5a802cd87f8c5a802cd8 /* src/gjk/GuVecCapsule.h */, + FFFD5a802d407f8c5a802d40 /* src/gjk/GuVecConvex.h */, + FFFD5a802da87f8c5a802da8 /* src/gjk/GuVecConvexHull.h */, + FFFD5a802e107f8c5a802e10 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD5a802e787f8c5a802e78 /* src/gjk/GuVecPlane.h */, + FFFD5a802ee07f8c5a802ee0 /* src/gjk/GuVecShrunkBox.h */, + FFFD5a802f487f8c5a802f48 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD5a802fb07f8c5a802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD5a8030187f8c5a803018 /* src/gjk/GuVecSphere.h */, + FFFD5a8030807f8c5a803080 /* src/gjk/GuVecTriangle.h */, + FFFD5a8030e87f8c5a8030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD5a8031507f8c5a803150 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD5a8031b87f8c5a8031b8 /* src/intersection/GuIntersectionRay.h */, + FFFD5a8032207f8c5a803220 /* src/intersection/GuIntersectionRayBox.h */, + FFFD5a8032887f8c5a803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD5a8032f07f8c5a8032f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD5a8033587f8c5a803358 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD5a8033c07f8c5a8033c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD5a8034287f8c5a803428 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD5a8034907f8c5a803490 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD5a8034f87f8c5a8034f8 /* src/mesh/GuBV32.h */, + FFFD5a8035607f8c5a803560 /* src/mesh/GuBV32Build.h */, + FFFD5a8035c87f8c5a8035c8 /* src/mesh/GuBV4.h */, + FFFD5a8036307f8c5a803630 /* src/mesh/GuBV4Build.h */, + FFFD5a8036987f8c5a803698 /* src/mesh/GuBV4Settings.h */, + FFFD5a8037007f8c5a803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD5a8037687f8c5a803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD5a8037d07f8c5a8037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD5a8038387f8c5a803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD5a8038a07f8c5a8038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD5a8039087f8c5a803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD5a8039707f8c5a803970 /* src/mesh/GuBV4_Common.h */, + FFFD5a8039d87f8c5a8039d8 /* src/mesh/GuBV4_Internal.h */, + FFFD5a803a407f8c5a803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD5a803aa87f8c5a803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD5a803b107f8c5a803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD5a803b787f8c5a803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD5a803be07f8c5a803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD5a803c487f8c5a803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD5a803cb07f8c5a803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD5a803d187f8c5a803d18 /* src/mesh/GuBV4_Slabs.h */, + FFFD5a803d807f8c5a803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD5a803de87f8c5a803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD5a803e507f8c5a803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD5a803eb87f8c5a803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD5a803f207f8c5a803f20 /* src/mesh/GuBVConstants.h */, + FFFD5a803f887f8c5a803f88 /* src/mesh/GuMeshData.h */, + FFFD5a803ff07f8c5a803ff0 /* src/mesh/GuMidphaseInterface.h */, + FFFD5a8040587f8c5a804058 /* src/mesh/GuRTree.h */, + FFFD5a8040c07f8c5a8040c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD5a8041287f8c5a804128 /* src/mesh/GuSweepMesh.h */, + FFFD5a8041907f8c5a804190 /* src/mesh/GuTriangle32.h */, + FFFD5a8041f87f8c5a8041f8 /* src/mesh/GuTriangleCache.h */, + FFFD5a8042607f8c5a804260 /* src/mesh/GuTriangleMesh.h */, + FFFD5a8042c87f8c5a8042c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD5a8043307f8c5a804330 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD5a8043987f8c5a804398 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD5a8044007f8c5a804400 /* src/hf/GuEntityReport.h */, + FFFD5a8044687f8c5a804468 /* src/hf/GuHeightField.h */, + FFFD5a8044d07f8c5a8044d0 /* src/hf/GuHeightFieldData.h */, + FFFD5a8045387f8c5a804538 /* src/hf/GuHeightFieldUtil.h */, + FFFD5a8045a07f8c5a8045a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD5a8046087f8c5a804608 /* src/pcm/GuPCMContactGen.h */, + FFFD5a8046707f8c5a804670 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD5a8046d87f8c5a8046d8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD5a8047407f8c5a804740 /* src/pcm/GuPCMShapeConvex.h */, + FFFD5a8047a87f8c5a8047a8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD5a8048107f8c5a804810 /* src/pcm/GuPersistentContactManifold.h */, + FFFD5a8048787f8c5a804878 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD5a8048e07f8c5a8048e0 /* src/GuBounds.cpp */, + FFFD5a8049487f8c5a804948 /* src/GuBox.cpp */, + FFFD5a8049b07f8c5a8049b0 /* src/GuCCTSweepTests.cpp */, + FFFD5a804a187f8c5a804a18 /* src/GuCapsule.cpp */, + FFFD5a804a807f8c5a804a80 /* src/GuGeometryQuery.cpp */, + FFFD5a804ae87f8c5a804ae8 /* src/GuGeometryUnion.cpp */, + FFFD5a804b507f8c5a804b50 /* src/GuInternal.cpp */, + FFFD5a804bb87f8c5a804bb8 /* src/GuMTD.cpp */, + FFFD5a804c207f8c5a804c20 /* src/GuMeshFactory.cpp */, + FFFD5a804c887f8c5a804c88 /* src/GuMetaData.cpp */, + FFFD5a804cf07f8c5a804cf0 /* src/GuOverlapTests.cpp */, + FFFD5a804d587f8c5a804d58 /* src/GuRaycastTests.cpp */, + FFFD5a804dc07f8c5a804dc0 /* src/GuSerialize.cpp */, + FFFD5a804e287f8c5a804e28 /* src/GuSweepMTD.cpp */, + FFFD5a804e907f8c5a804e90 /* src/GuSweepSharedTests.cpp */, + FFFD5a804ef87f8c5a804ef8 /* src/GuSweepTests.cpp */, + FFFD5a804f607f8c5a804f60 /* src/contact/GuContactBoxBox.cpp */, + FFFD5a804fc87f8c5a804fc8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD5a8050307f8c5a805030 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD5a8050987f8c5a805098 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD5a8051007f8c5a805100 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD5a8051687f8c5a805168 /* src/contact/GuContactConvexConvex.cpp */, + FFFD5a8051d07f8c5a8051d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD5a8052387f8c5a805238 /* src/contact/GuContactPlaneBox.cpp */, + FFFD5a8052a07f8c5a8052a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD5a8053087f8c5a805308 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD5a8053707f8c5a805370 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD5a8053d87f8c5a8053d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD5a8054407f8c5a805440 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD5a8054a87f8c5a8054a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD5a8055107f8c5a805510 /* src/contact/GuContactSpherePlane.cpp */, + FFFD5a8055787f8c5a805578 /* src/contact/GuContactSphereSphere.cpp */, + FFFD5a8055e07f8c5a8055e0 /* src/contact/GuFeatureCode.cpp */, + FFFD5a8056487f8c5a805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD5a8056b07f8c5a8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD5a8057187f8c5a805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD5a8057807f8c5a805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD5a8057e87f8c5a8057e8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD5a8058507f8c5a805850 /* src/common/GuSeparatingAxes.cpp */, + FFFD5a8058b87f8c5a8058b8 /* src/convex/GuBigConvexData.cpp */, + FFFD5a8059207f8c5a805920 /* src/convex/GuConvexHelper.cpp */, + FFFD5a8059887f8c5a805988 /* src/convex/GuConvexMesh.cpp */, + FFFD5a8059f07f8c5a8059f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD5a805a587f8c5a805a58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD5a805ac07f8c5a805ac0 /* src/convex/GuHillClimbing.cpp */, + FFFD5a805b287f8c5a805b28 /* src/convex/GuShapeConvex.cpp */, + FFFD5a805b907f8c5a805b90 /* src/distance/GuDistancePointBox.cpp */, + FFFD5a805bf87f8c5a805bf8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD5a805c607f8c5a805c60 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD5a805cc87f8c5a805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD5a805d307f8c5a805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD5a805d987f8c5a805d98 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD5a805e007f8c5a805e00 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD5a805e687f8c5a805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD5a805ed07f8c5a805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD5a805f387f8c5a805f38 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD5a805fa07f8c5a805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD5a8060087f8c5a806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD5a8060707f8c5a806070 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD5a8060d87f8c5a8060d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD5a8061407f8c5a806140 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD5a8061a87f8c5a8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD5a8062107f8c5a806210 /* src/gjk/GuEPA.cpp */, + FFFD5a8062787f8c5a806278 /* src/gjk/GuGJKSimplex.cpp */, + FFFD5a8062e07f8c5a8062e0 /* src/gjk/GuGJKTest.cpp */, + FFFD5a8063487f8c5a806348 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD5a8063b07f8c5a8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD5a8064187f8c5a806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD5a8064807f8c5a806480 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD5a8064e87f8c5a8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD5a8065507f8c5a806550 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD5a8065b87f8c5a8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD5a8066207f8c5a806620 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD5a8066887f8c5a806688 /* src/mesh/GuBV32.cpp */, + FFFD5a8066f07f8c5a8066f0 /* src/mesh/GuBV32Build.cpp */, + FFFD5a8067587f8c5a806758 /* src/mesh/GuBV4.cpp */, + FFFD5a8067c07f8c5a8067c0 /* src/mesh/GuBV4Build.cpp */, + FFFD5a8068287f8c5a806828 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD5a8068907f8c5a806890 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD5a8068f87f8c5a8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD5a8069607f8c5a806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD5a8069c87f8c5a8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD5a806a307f8c5a806a30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD5a806a987f8c5a806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD5a806b007f8c5a806b00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD5a806b687f8c5a806b68 /* src/mesh/GuMeshQuery.cpp */, + FFFD5a806bd07f8c5a806bd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD5a806c387f8c5a806c38 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD5a806ca07f8c5a806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD5a806d087f8c5a806d08 /* src/mesh/GuRTree.cpp */, + FFFD5a806d707f8c5a806d70 /* src/mesh/GuRTreeQueries.cpp */, + FFFD5a806dd87f8c5a806dd8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD5a806e407f8c5a806e40 /* src/mesh/GuTriangleMesh.cpp */, + FFFD5a806ea87f8c5a806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD5a806f107f8c5a806f10 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD5a806f787f8c5a806f78 /* src/hf/GuHeightField.cpp */, + FFFD5a806fe07f8c5a806fe0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD5a8070487f8c5a807048 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD5a8070b07f8c5a8070b0 /* src/hf/GuSweepsHF.cpp */, + FFFD5a8071187f8c5a807118 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD5a8071807f8c5a807180 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD5a8071e87f8c5a8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD5a8072507f8c5a807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD5a8072b87f8c5a8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD5a8073207f8c5a807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD5a8073887f8c5a807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD5a8073f07f8c5a8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD5a8074587f8c5a807458 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD5a8074c07f8c5a8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD5a8075287f8c5a807528 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD5a8075907f8c5a807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD5a8075f87f8c5a8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD5a8076607f8c5a807660 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD5a8076c87f8c5a8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD5a8077307f8c5a807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD5a8077987f8c5a807798 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD5a8078007f8c5a807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD5a8078687f8c5a807868 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD5a8078d07f8c5a8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD5a8079387f8c5a807938 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD5a8079a07f8c5a8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD5a807a087f8c5a807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD5a807a707f8c5a807a70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD5a807ad87f8c5a807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD5a807b407f8c5a807b40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD5a807ba87f8c5a807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD5a807c107f8c5a807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFBa3880f207f8ea3880f20 /* PxFoundation */ = { + FFFB59c114307f8c59c11430 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFBa38814107f8ea3881410 /* include */, - FFFBa38814387f8ea3881438 /* src */, + FFFB59c118f07f8c59c118f0 /* include */, + FFFB59c119187f8c59c11918 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFBa38814107f8ea3881410 /* include */ = { + FFFB59c118f07f8c59c118f0 /* include */ = { isa = PBXGroup; children = ( - FFFDa31a58007f8ea31a5800 /* Px.h */, - FFFDa31a58687f8ea31a5868 /* PxAllocatorCallback.h */, - FFFDa31a58d07f8ea31a58d0 /* PxAssert.h */, - FFFDa31a59387f8ea31a5938 /* PxBitAndData.h */, - FFFDa31a59a07f8ea31a59a0 /* PxBounds3.h */, - FFFDa31a5a087f8ea31a5a08 /* PxErrorCallback.h */, - FFFDa31a5a707f8ea31a5a70 /* PxErrors.h */, - FFFDa31a5ad87f8ea31a5ad8 /* PxFlags.h */, - FFFDa31a5b407f8ea31a5b40 /* PxFoundation.h */, - FFFDa31a5ba87f8ea31a5ba8 /* PxFoundationVersion.h */, - FFFDa31a5c107f8ea31a5c10 /* PxIO.h */, - FFFDa31a5c787f8ea31a5c78 /* PxIntrinsics.h */, - FFFDa31a5ce07f8ea31a5ce0 /* PxMat33.h */, - FFFDa31a5d487f8ea31a5d48 /* PxMat44.h */, - FFFDa31a5db07f8ea31a5db0 /* PxMath.h */, - FFFDa31a5e187f8ea31a5e18 /* PxMathUtils.h */, - FFFDa31a5e807f8ea31a5e80 /* PxMemory.h */, - FFFDa31a5ee87f8ea31a5ee8 /* PxPlane.h */, - FFFDa31a5f507f8ea31a5f50 /* PxPreprocessor.h */, - FFFDa31a5fb87f8ea31a5fb8 /* PxProfiler.h */, - FFFDa31a60207f8ea31a6020 /* PxQuat.h */, - FFFDa31a60887f8ea31a6088 /* PxSimpleTypes.h */, - FFFDa31a60f07f8ea31a60f0 /* PxStrideIterator.h */, - FFFDa31a61587f8ea31a6158 /* PxTransform.h */, - FFFDa31a61c07f8ea31a61c0 /* PxUnionCast.h */, - FFFDa31a62287f8ea31a6228 /* PxVec2.h */, - FFFDa31a62907f8ea31a6290 /* PxVec3.h */, - FFFDa31a62f87f8ea31a62f8 /* PxVec4.h */, - FFFDa31a63607f8ea31a6360 /* unix/PxUnixIntrinsics.h */, + FFFD5a01b2007f8c5a01b200 /* Px.h */, + FFFD5a01b2687f8c5a01b268 /* PxAllocatorCallback.h */, + FFFD5a01b2d07f8c5a01b2d0 /* PxAssert.h */, + FFFD5a01b3387f8c5a01b338 /* PxBitAndData.h */, + FFFD5a01b3a07f8c5a01b3a0 /* PxBounds3.h */, + FFFD5a01b4087f8c5a01b408 /* PxErrorCallback.h */, + FFFD5a01b4707f8c5a01b470 /* PxErrors.h */, + FFFD5a01b4d87f8c5a01b4d8 /* PxFlags.h */, + FFFD5a01b5407f8c5a01b540 /* PxFoundation.h */, + FFFD5a01b5a87f8c5a01b5a8 /* PxFoundationVersion.h */, + FFFD5a01b6107f8c5a01b610 /* PxIO.h */, + FFFD5a01b6787f8c5a01b678 /* PxIntrinsics.h */, + FFFD5a01b6e07f8c5a01b6e0 /* PxMat33.h */, + FFFD5a01b7487f8c5a01b748 /* PxMat44.h */, + FFFD5a01b7b07f8c5a01b7b0 /* PxMath.h */, + FFFD5a01b8187f8c5a01b818 /* PxMathUtils.h */, + FFFD5a01b8807f8c5a01b880 /* PxMemory.h */, + FFFD5a01b8e87f8c5a01b8e8 /* PxPlane.h */, + FFFD5a01b9507f8c5a01b950 /* PxPreprocessor.h */, + FFFD5a01b9b87f8c5a01b9b8 /* PxProfiler.h */, + FFFD5a01ba207f8c5a01ba20 /* PxQuat.h */, + FFFD5a01ba887f8c5a01ba88 /* PxSimpleTypes.h */, + FFFD5a01baf07f8c5a01baf0 /* PxStrideIterator.h */, + FFFD5a01bb587f8c5a01bb58 /* PxTransform.h */, + FFFD5a01bbc07f8c5a01bbc0 /* PxUnionCast.h */, + FFFD5a01bc287f8c5a01bc28 /* PxVec2.h */, + FFFD5a01bc907f8c5a01bc90 /* PxVec3.h */, + FFFD5a01bcf87f8c5a01bcf8 /* PxVec4.h */, + FFFD5a01bd607f8c5a01bd60 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa38814387f8ea3881438 /* src */ = { + FFFB59c119187f8c59c11918 /* src */ = { isa = PBXGroup; children = ( - FFFDa3193c007f8ea3193c00 /* include/Ps.h */, - FFFDa3193c687f8ea3193c68 /* include/PsAlignedMalloc.h */, - FFFDa3193cd07f8ea3193cd0 /* include/PsAlloca.h */, - FFFDa3193d387f8ea3193d38 /* include/PsAllocator.h */, - FFFDa3193da07f8ea3193da0 /* include/PsAoS.h */, - FFFDa3193e087f8ea3193e08 /* include/PsArray.h */, - FFFDa3193e707f8ea3193e70 /* include/PsAtomic.h */, - FFFDa3193ed87f8ea3193ed8 /* include/PsBasicTemplates.h */, - FFFDa3193f407f8ea3193f40 /* include/PsBitUtils.h */, - FFFDa3193fa87f8ea3193fa8 /* include/PsBroadcast.h */, - FFFDa31940107f8ea3194010 /* include/PsCpu.h */, - FFFDa31940787f8ea3194078 /* include/PsFPU.h */, - FFFDa31940e07f8ea31940e0 /* include/PsFoundation.h */, - FFFDa31941487f8ea3194148 /* include/PsHash.h */, - FFFDa31941b07f8ea31941b0 /* include/PsHashInternals.h */, - FFFDa31942187f8ea3194218 /* include/PsHashMap.h */, - FFFDa31942807f8ea3194280 /* include/PsHashSet.h */, - FFFDa31942e87f8ea31942e8 /* include/PsInlineAllocator.h */, - FFFDa31943507f8ea3194350 /* include/PsInlineAoS.h */, - FFFDa31943b87f8ea31943b8 /* include/PsInlineArray.h */, - FFFDa31944207f8ea3194420 /* include/PsIntrinsics.h */, - FFFDa31944887f8ea3194488 /* include/PsMathUtils.h */, - FFFDa31944f07f8ea31944f0 /* include/PsMutex.h */, - FFFDa31945587f8ea3194558 /* include/PsPool.h */, - FFFDa31945c07f8ea31945c0 /* include/PsSList.h */, - FFFDa31946287f8ea3194628 /* include/PsSocket.h */, - FFFDa31946907f8ea3194690 /* include/PsSort.h */, - FFFDa31946f87f8ea31946f8 /* include/PsSortInternals.h */, - FFFDa31947607f8ea3194760 /* include/PsString.h */, - FFFDa31947c87f8ea31947c8 /* include/PsSync.h */, - FFFDa31948307f8ea3194830 /* include/PsTempAllocator.h */, - FFFDa31948987f8ea3194898 /* include/PsThread.h */, - FFFDa31949007f8ea3194900 /* include/PsTime.h */, - FFFDa31949687f8ea3194968 /* include/PsUserAllocated.h */, - FFFDa31949d07f8ea31949d0 /* include/PsUtilities.h */, - FFFDa3194a387f8ea3194a38 /* include/PsVecMath.h */, - FFFDa3194aa07f8ea3194aa0 /* include/PsVecMathAoSScalar.h */, - FFFDa3194b087f8ea3194b08 /* include/PsVecMathAoSScalarInline.h */, - FFFDa3194b707f8ea3194b70 /* include/PsVecMathSSE.h */, - FFFDa3194bd87f8ea3194bd8 /* include/PsVecMathUtilities.h */, - FFFDa3194c407f8ea3194c40 /* include/PsVecQuat.h */, - FFFDa3194ca87f8ea3194ca8 /* include/PsVecTransform.h */, - FFFDa3194d107f8ea3194d10 /* include/unix/PsUnixAoS.h */, - FFFDa3194d787f8ea3194d78 /* include/unix/PsUnixFPU.h */, - FFFDa3194de07f8ea3194de0 /* include/unix/PsUnixInlineAoS.h */, - FFFDa3194e487f8ea3194e48 /* include/unix/PsUnixIntrinsics.h */, - FFFDa3194eb07f8ea3194eb0 /* include/unix/PsUnixTrigConstants.h */, - FFFDa3194f187f8ea3194f18 /* src/PsAllocator.cpp */, - FFFDa3194f807f8ea3194f80 /* src/PsAssert.cpp */, - FFFDa3194fe87f8ea3194fe8 /* src/PsFoundation.cpp */, - FFFDa31950507f8ea3195050 /* src/PsMathUtils.cpp */, - FFFDa31950b87f8ea31950b8 /* src/PsString.cpp */, - FFFDa31951207f8ea3195120 /* src/PsTempAllocator.cpp */, - FFFDa31951887f8ea3195188 /* src/PsUtilities.cpp */, - FFFDa31951f07f8ea31951f0 /* src/unix/PsUnixAtomic.cpp */, - FFFDa31952587f8ea3195258 /* src/unix/PsUnixCpu.cpp */, - FFFDa31952c07f8ea31952c0 /* src/unix/PsUnixFPU.cpp */, - FFFDa31953287f8ea3195328 /* src/unix/PsUnixMutex.cpp */, - FFFDa31953907f8ea3195390 /* src/unix/PsUnixPrintString.cpp */, - FFFDa31953f87f8ea31953f8 /* src/unix/PsUnixSList.cpp */, - FFFDa31954607f8ea3195460 /* src/unix/PsUnixSocket.cpp */, - FFFDa31954c87f8ea31954c8 /* src/unix/PsUnixSync.cpp */, - FFFDa31955307f8ea3195530 /* src/unix/PsUnixThread.cpp */, - FFFDa31955987f8ea3195598 /* src/unix/PsUnixTime.cpp */, + FFFD5a01be007f8c5a01be00 /* include/Ps.h */, + FFFD5a01be687f8c5a01be68 /* include/PsAlignedMalloc.h */, + FFFD5a01bed07f8c5a01bed0 /* include/PsAlloca.h */, + FFFD5a01bf387f8c5a01bf38 /* include/PsAllocator.h */, + FFFD5a01bfa07f8c5a01bfa0 /* include/PsAoS.h */, + FFFD5a01c0087f8c5a01c008 /* include/PsArray.h */, + FFFD5a01c0707f8c5a01c070 /* include/PsAtomic.h */, + FFFD5a01c0d87f8c5a01c0d8 /* include/PsBasicTemplates.h */, + FFFD5a01c1407f8c5a01c140 /* include/PsBitUtils.h */, + FFFD5a01c1a87f8c5a01c1a8 /* include/PsBroadcast.h */, + FFFD5a01c2107f8c5a01c210 /* include/PsCpu.h */, + FFFD5a01c2787f8c5a01c278 /* include/PsFPU.h */, + FFFD5a01c2e07f8c5a01c2e0 /* include/PsFoundation.h */, + FFFD5a01c3487f8c5a01c348 /* include/PsHash.h */, + FFFD5a01c3b07f8c5a01c3b0 /* include/PsHashInternals.h */, + FFFD5a01c4187f8c5a01c418 /* include/PsHashMap.h */, + FFFD5a01c4807f8c5a01c480 /* include/PsHashSet.h */, + FFFD5a01c4e87f8c5a01c4e8 /* include/PsInlineAllocator.h */, + FFFD5a01c5507f8c5a01c550 /* include/PsInlineAoS.h */, + FFFD5a01c5b87f8c5a01c5b8 /* include/PsInlineArray.h */, + FFFD5a01c6207f8c5a01c620 /* include/PsIntrinsics.h */, + FFFD5a01c6887f8c5a01c688 /* include/PsMathUtils.h */, + FFFD5a01c6f07f8c5a01c6f0 /* include/PsMutex.h */, + FFFD5a01c7587f8c5a01c758 /* include/PsPool.h */, + FFFD5a01c7c07f8c5a01c7c0 /* include/PsSList.h */, + FFFD5a01c8287f8c5a01c828 /* include/PsSocket.h */, + FFFD5a01c8907f8c5a01c890 /* include/PsSort.h */, + FFFD5a01c8f87f8c5a01c8f8 /* include/PsSortInternals.h */, + FFFD5a01c9607f8c5a01c960 /* include/PsString.h */, + FFFD5a01c9c87f8c5a01c9c8 /* include/PsSync.h */, + FFFD5a01ca307f8c5a01ca30 /* include/PsTempAllocator.h */, + FFFD5a01ca987f8c5a01ca98 /* include/PsThread.h */, + FFFD5a01cb007f8c5a01cb00 /* include/PsTime.h */, + FFFD5a01cb687f8c5a01cb68 /* include/PsUserAllocated.h */, + FFFD5a01cbd07f8c5a01cbd0 /* include/PsUtilities.h */, + FFFD5a01cc387f8c5a01cc38 /* include/PsVecMath.h */, + FFFD5a01cca07f8c5a01cca0 /* include/PsVecMathAoSScalar.h */, + FFFD5a01cd087f8c5a01cd08 /* include/PsVecMathAoSScalarInline.h */, + FFFD5a01cd707f8c5a01cd70 /* include/PsVecMathSSE.h */, + FFFD5a01cdd87f8c5a01cdd8 /* include/PsVecMathUtilities.h */, + FFFD5a01ce407f8c5a01ce40 /* include/PsVecQuat.h */, + FFFD5a01cea87f8c5a01cea8 /* include/PsVecTransform.h */, + FFFD5a01cf107f8c5a01cf10 /* include/unix/PsUnixAoS.h */, + FFFD5a01cf787f8c5a01cf78 /* include/unix/PsUnixFPU.h */, + FFFD5a01cfe07f8c5a01cfe0 /* include/unix/PsUnixInlineAoS.h */, + FFFD5a01d0487f8c5a01d048 /* include/unix/PsUnixIntrinsics.h */, + FFFD5a01d0b07f8c5a01d0b0 /* include/unix/PsUnixTrigConstants.h */, + FFFD5a01d1187f8c5a01d118 /* src/PsAllocator.cpp */, + FFFD5a01d1807f8c5a01d180 /* src/PsAssert.cpp */, + FFFD5a01d1e87f8c5a01d1e8 /* src/PsFoundation.cpp */, + FFFD5a01d2507f8c5a01d250 /* src/PsMathUtils.cpp */, + FFFD5a01d2b87f8c5a01d2b8 /* src/PsString.cpp */, + FFFD5a01d3207f8c5a01d320 /* src/PsTempAllocator.cpp */, + FFFD5a01d3887f8c5a01d388 /* src/PsUtilities.cpp */, + FFFD5a01d3f07f8c5a01d3f0 /* src/unix/PsUnixAtomic.cpp */, + FFFD5a01d4587f8c5a01d458 /* src/unix/PsUnixCpu.cpp */, + FFFD5a01d4c07f8c5a01d4c0 /* src/unix/PsUnixFPU.cpp */, + FFFD5a01d5287f8c5a01d528 /* src/unix/PsUnixMutex.cpp */, + FFFD5a01d5907f8c5a01d590 /* src/unix/PsUnixPrintString.cpp */, + FFFD5a01d5f87f8c5a01d5f8 /* src/unix/PsUnixSList.cpp */, + FFFD5a01d6607f8c5a01d660 /* src/unix/PsUnixSocket.cpp */, + FFFD5a01d6c87f8c5a01d6c8 /* src/unix/PsUnixSync.cpp */, + FFFD5a01d7307f8c5a01d730 /* src/unix/PsUnixThread.cpp */, + FFFD5a01d7987f8c5a01d798 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3f0a1707f8ea3f0a170 /* PxPvdSDK */ = { + FFFB59944d307f8c59944d30 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFBa3f0c5b07f8ea3f0c5b0 /* include */, - FFFBa3f0c5d87f8ea3f0c5d8 /* src */, + FFFB599411507f8c59941150 /* include */, + FFFB599411787f8c59941178 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFBa3f0c5b07f8ea3f0c5b0 /* include */ = { + FFFB599411507f8c59941150 /* include */ = { isa = PBXGroup; children = ( - FFFDa3f0cc807f8ea3f0cc80 /* PxPvd.h */, - FFFDa3f0cce87f8ea3f0cce8 /* PxPvdTransport.h */, + FFFD599418207f8c59941820 /* PxPvd.h */, + FFFD599418887f8c59941888 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3f0c5d87f8ea3f0c5d8 /* src */ = { + FFFB599411787f8c59941178 /* src */ = { isa = PBXGroup; children = ( - FFFDa480f6007f8ea480f600 /* include/PsPvd.h */, - FFFDa480f6687f8ea480f668 /* include/PxProfileAllocatorWrapper.h */, - FFFDa480f6d07f8ea480f6d0 /* include/PxPvdClient.h */, - FFFDa480f7387f8ea480f738 /* include/PxPvdDataStream.h */, - FFFDa480f7a07f8ea480f7a0 /* include/PxPvdDataStreamHelpers.h */, - FFFDa480f8087f8ea480f808 /* include/PxPvdErrorCodes.h */, - FFFDa480f8707f8ea480f870 /* include/PxPvdObjectModelBaseTypes.h */, - FFFDa480f8d87f8ea480f8d8 /* include/PxPvdRenderBuffer.h */, - FFFDa480f9407f8ea480f940 /* include/PxPvdUserRenderer.h */, - FFFDa480f9a87f8ea480f9a8 /* src/PxProfileEventImpl.cpp */, - FFFDa480fa107f8ea480fa10 /* src/PxPvd.cpp */, - FFFDa480fa787f8ea480fa78 /* src/PxPvdDataStream.cpp */, - FFFDa480fae07f8ea480fae0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFDa480fb487f8ea480fb48 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFDa480fbb07f8ea480fbb0 /* src/PxPvdImpl.cpp */, - FFFDa480fc187f8ea480fc18 /* src/PxPvdMemClient.cpp */, - FFFDa480fc807f8ea480fc80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFDa480fce87f8ea480fce8 /* src/PxPvdObjectRegistrar.cpp */, - FFFDa480fd507f8ea480fd50 /* src/PxPvdProfileZoneClient.cpp */, - FFFDa480fdb87f8ea480fdb8 /* src/PxPvdUserRenderer.cpp */, - FFFDa480fe207f8ea480fe20 /* src/PxProfileBase.h */, - FFFDa480fe887f8ea480fe88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFDa480fef07f8ea480fef0 /* src/PxProfileContextProvider.h */, - FFFDa480ff587f8ea480ff58 /* src/PxProfileContextProviderImpl.h */, - FFFDa480ffc07f8ea480ffc0 /* src/PxProfileDataBuffer.h */, - FFFDa48100287f8ea4810028 /* src/PxProfileDataParsing.h */, - FFFDa48100907f8ea4810090 /* src/PxProfileEventBuffer.h */, - FFFDa48100f87f8ea48100f8 /* src/PxProfileEventBufferAtomic.h */, - FFFDa48101607f8ea4810160 /* src/PxProfileEventBufferClient.h */, - FFFDa48101c87f8ea48101c8 /* src/PxProfileEventBufferClientManager.h */, - FFFDa48102307f8ea4810230 /* src/PxProfileEventFilter.h */, - FFFDa48102987f8ea4810298 /* src/PxProfileEventHandler.h */, - FFFDa48103007f8ea4810300 /* src/PxProfileEventId.h */, - FFFDa48103687f8ea4810368 /* src/PxProfileEventMutex.h */, - FFFDa48103d07f8ea48103d0 /* src/PxProfileEventNames.h */, - FFFDa48104387f8ea4810438 /* src/PxProfileEventParser.h */, - FFFDa48104a07f8ea48104a0 /* src/PxProfileEventSender.h */, - FFFDa48105087f8ea4810508 /* src/PxProfileEventSerialization.h */, - FFFDa48105707f8ea4810570 /* src/PxProfileEventSystem.h */, - FFFDa48105d87f8ea48105d8 /* src/PxProfileEvents.h */, - FFFDa48106407f8ea4810640 /* src/PxProfileMemory.h */, - FFFDa48106a87f8ea48106a8 /* src/PxProfileMemoryBuffer.h */, - FFFDa48107107f8ea4810710 /* src/PxProfileMemoryEventBuffer.h */, - FFFDa48107787f8ea4810778 /* src/PxProfileMemoryEventParser.h */, - FFFDa48107e07f8ea48107e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFDa48108487f8ea4810848 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFDa48108b07f8ea48108b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFDa48109187f8ea4810918 /* src/PxProfileMemoryEventTypes.h */, - FFFDa48109807f8ea4810980 /* src/PxProfileMemoryEvents.h */, - FFFDa48109e87f8ea48109e8 /* src/PxProfileScopedEvent.h */, - FFFDa4810a507f8ea4810a50 /* src/PxProfileScopedMutexLock.h */, - FFFDa4810ab87f8ea4810ab8 /* src/PxProfileZone.h */, - FFFDa4810b207f8ea4810b20 /* src/PxProfileZoneImpl.h */, - FFFDa4810b887f8ea4810b88 /* src/PxProfileZoneManager.h */, - FFFDa4810bf07f8ea4810bf0 /* src/PxProfileZoneManagerImpl.h */, - FFFDa4810c587f8ea4810c58 /* src/PxPvdBits.h */, - FFFDa4810cc07f8ea4810cc0 /* src/PxPvdByteStreams.h */, - FFFDa4810d287f8ea4810d28 /* src/PxPvdCommStreamEventSink.h */, - FFFDa4810d907f8ea4810d90 /* src/PxPvdCommStreamEvents.h */, - FFFDa4810df87f8ea4810df8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFDa4810e607f8ea4810e60 /* src/PxPvdCommStreamTypes.h */, - FFFDa4810ec87f8ea4810ec8 /* src/PxPvdDefaultFileTransport.h */, - FFFDa4810f307f8ea4810f30 /* src/PxPvdDefaultSocketTransport.h */, - FFFDa4810f987f8ea4810f98 /* src/PxPvdFoundation.h */, - FFFDa48110007f8ea4811000 /* src/PxPvdImpl.h */, - FFFDa48110687f8ea4811068 /* src/PxPvdInternalByteStreams.h */, - FFFDa48110d07f8ea48110d0 /* src/PxPvdMarshalling.h */, - FFFDa48111387f8ea4811138 /* src/PxPvdMemClient.h */, - FFFDa48111a07f8ea48111a0 /* src/PxPvdObjectModel.h */, - FFFDa48112087f8ea4811208 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFDa48112707f8ea4811270 /* src/PxPvdObjectModelInternalTypes.h */, - FFFDa48112d87f8ea48112d8 /* src/PxPvdObjectModelMetaData.h */, - FFFDa48113407f8ea4811340 /* src/PxPvdObjectRegistrar.h */, - FFFDa48113a87f8ea48113a8 /* src/PxPvdProfileZoneClient.h */, - FFFDa48114107f8ea4811410 /* src/PxPvdUserRenderImpl.h */, - FFFDa48114787f8ea4811478 /* src/PxPvdUserRenderTypes.h */, + FFFD59186a007f8c59186a00 /* include/PsPvd.h */, + FFFD59186a687f8c59186a68 /* include/PxProfileAllocatorWrapper.h */, + FFFD59186ad07f8c59186ad0 /* include/PxPvdClient.h */, + FFFD59186b387f8c59186b38 /* include/PxPvdDataStream.h */, + FFFD59186ba07f8c59186ba0 /* include/PxPvdDataStreamHelpers.h */, + FFFD59186c087f8c59186c08 /* include/PxPvdErrorCodes.h */, + FFFD59186c707f8c59186c70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD59186cd87f8c59186cd8 /* include/PxPvdRenderBuffer.h */, + FFFD59186d407f8c59186d40 /* include/PxPvdUserRenderer.h */, + FFFD59186da87f8c59186da8 /* src/PxProfileEventImpl.cpp */, + FFFD59186e107f8c59186e10 /* src/PxPvd.cpp */, + FFFD59186e787f8c59186e78 /* src/PxPvdDataStream.cpp */, + FFFD59186ee07f8c59186ee0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD59186f487f8c59186f48 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD59186fb07f8c59186fb0 /* src/PxPvdImpl.cpp */, + FFFD591870187f8c59187018 /* src/PxPvdMemClient.cpp */, + FFFD591870807f8c59187080 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD591870e87f8c591870e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD591871507f8c59187150 /* src/PxPvdProfileZoneClient.cpp */, + FFFD591871b87f8c591871b8 /* src/PxPvdUserRenderer.cpp */, + FFFD591872207f8c59187220 /* src/PxProfileBase.h */, + FFFD591872887f8c59187288 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD591872f07f8c591872f0 /* src/PxProfileContextProvider.h */, + FFFD591873587f8c59187358 /* src/PxProfileContextProviderImpl.h */, + FFFD591873c07f8c591873c0 /* src/PxProfileDataBuffer.h */, + FFFD591874287f8c59187428 /* src/PxProfileDataParsing.h */, + FFFD591874907f8c59187490 /* src/PxProfileEventBuffer.h */, + FFFD591874f87f8c591874f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD591875607f8c59187560 /* src/PxProfileEventBufferClient.h */, + FFFD591875c87f8c591875c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD591876307f8c59187630 /* src/PxProfileEventFilter.h */, + FFFD591876987f8c59187698 /* src/PxProfileEventHandler.h */, + FFFD591877007f8c59187700 /* src/PxProfileEventId.h */, + FFFD591877687f8c59187768 /* src/PxProfileEventMutex.h */, + FFFD591877d07f8c591877d0 /* src/PxProfileEventNames.h */, + FFFD591878387f8c59187838 /* src/PxProfileEventParser.h */, + FFFD591878a07f8c591878a0 /* src/PxProfileEventSender.h */, + FFFD591879087f8c59187908 /* src/PxProfileEventSerialization.h */, + FFFD591879707f8c59187970 /* src/PxProfileEventSystem.h */, + FFFD591879d87f8c591879d8 /* src/PxProfileEvents.h */, + FFFD59187a407f8c59187a40 /* src/PxProfileMemory.h */, + FFFD59187aa87f8c59187aa8 /* src/PxProfileMemoryBuffer.h */, + FFFD59187b107f8c59187b10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD59187b787f8c59187b78 /* src/PxProfileMemoryEventParser.h */, + FFFD59187be07f8c59187be0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD59187c487f8c59187c48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD59187cb07f8c59187cb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD59187d187f8c59187d18 /* src/PxProfileMemoryEventTypes.h */, + FFFD59187d807f8c59187d80 /* src/PxProfileMemoryEvents.h */, + FFFD59187de87f8c59187de8 /* src/PxProfileScopedEvent.h */, + FFFD59187e507f8c59187e50 /* src/PxProfileScopedMutexLock.h */, + FFFD59187eb87f8c59187eb8 /* src/PxProfileZone.h */, + FFFD59187f207f8c59187f20 /* src/PxProfileZoneImpl.h */, + FFFD59187f887f8c59187f88 /* src/PxProfileZoneManager.h */, + FFFD59187ff07f8c59187ff0 /* src/PxProfileZoneManagerImpl.h */, + FFFD591880587f8c59188058 /* src/PxPvdBits.h */, + FFFD591880c07f8c591880c0 /* src/PxPvdByteStreams.h */, + FFFD591881287f8c59188128 /* src/PxPvdCommStreamEventSink.h */, + FFFD591881907f8c59188190 /* src/PxPvdCommStreamEvents.h */, + FFFD591881f87f8c591881f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD591882607f8c59188260 /* src/PxPvdCommStreamTypes.h */, + FFFD591882c87f8c591882c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD591883307f8c59188330 /* src/PxPvdDefaultSocketTransport.h */, + FFFD591883987f8c59188398 /* src/PxPvdFoundation.h */, + FFFD591884007f8c59188400 /* src/PxPvdImpl.h */, + FFFD591884687f8c59188468 /* src/PxPvdInternalByteStreams.h */, + FFFD591884d07f8c591884d0 /* src/PxPvdMarshalling.h */, + FFFD591885387f8c59188538 /* src/PxPvdMemClient.h */, + FFFD591885a07f8c591885a0 /* src/PxPvdObjectModel.h */, + FFFD591886087f8c59188608 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD591886707f8c59188670 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD591886d87f8c591886d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD591887407f8c59188740 /* src/PxPvdObjectRegistrar.h */, + FFFD591887a87f8c591887a8 /* src/PxPvdProfileZoneClient.h */, + FFFD591888107f8c59188810 /* src/PxPvdUserRenderImpl.h */, + FFFD591888787f8c59188878 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3f26fe07f8ea3f26fe0 /* LowLevel */ = { + FFFB59d336a07f8c59d336a0 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFBa3f2bc507f8ea3f2bc50 /* API Source */, - FFFBa3f2bc787f8ea3f2bc78 /* API Includes */, - FFFBa3f2bca07f8ea3f2bca0 /* Software Source */, - FFFBa3f2bcc87f8ea3f2bcc8 /* Software Includes */, - FFFBa3f2bcf07f8ea3f2bcf0 /* Common Source */, - FFFBa3f2bd187f8ea3f2bd18 /* Common Includes */, + FFFB59d38d907f8c59d38d90 /* API Source */, + FFFB59d38db87f8c59d38db8 /* API Includes */, + FFFB59d38de07f8c59d38de0 /* Software Source */, + FFFB59d38e087f8c59d38e08 /* Software Includes */, + FFFB59d38e307f8c59d38e30 /* Common Source */, + FFFB59d38e587f8c59d38e58 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFBa3f2bc507f8ea3f2bc50 /* API Source */ = { + FFFB59d38d907f8c59d38d90 /* API Source */ = { isa = PBXGroup; children = ( - FFFDa3f2aa507f8ea3f2aa50 /* px_globals.cpp */, + FFFD59d387007f8c59d38700 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFBa3f2bc787f8ea3f2bc78 /* API Includes */ = { + FFFB59d38db87f8c59d38db8 /* API Includes */ = { isa = PBXGroup; children = ( - FFFDa3f2cf807f8ea3f2cf80 /* PxsMaterialCore.h */, - FFFDa3f2cfe87f8ea3f2cfe8 /* PxsMaterialManager.h */, - FFFDa3f2d0507f8ea3f2d050 /* PxvConfig.h */, - FFFDa3f2d0b87f8ea3f2d0b8 /* PxvContext.h */, - FFFDa3f2d1207f8ea3f2d120 /* PxvDynamics.h */, - FFFDa3f2d1887f8ea3f2d188 /* PxvGeometry.h */, - FFFDa3f2d1f07f8ea3f2d1f0 /* PxvGlobals.h */, - FFFDa3f2d2587f8ea3f2d258 /* PxvManager.h */, - FFFDa3f2d2c07f8ea3f2d2c0 /* PxvSimStats.h */, + FFFD59d3a0207f8c59d3a020 /* PxsMaterialCore.h */, + FFFD59d3a0887f8c59d3a088 /* PxsMaterialManager.h */, + FFFD59d3a0f07f8c59d3a0f0 /* PxvConfig.h */, + FFFD59d3a1587f8c59d3a158 /* PxvContext.h */, + FFFD59d3a1c07f8c59d3a1c0 /* PxvDynamics.h */, + FFFD59d3a2287f8c59d3a228 /* PxvGeometry.h */, + FFFD59d3a2907f8c59d3a290 /* PxvGlobals.h */, + FFFD59d3a2f87f8c59d3a2f8 /* PxvManager.h */, + FFFD59d3a3607f8c59d3a360 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFBa3f2bca07f8ea3f2bca0 /* Software Source */ = { + FFFB59d38de07f8c59d38de0 /* Software Source */ = { isa = PBXGroup; children = ( - FFFDa3f2e0907f8ea3f2e090 /* PxsCCD.cpp */, - FFFDa3f2e0f87f8ea3f2e0f8 /* PxsContactManager.cpp */, - FFFDa3f2e1607f8ea3f2e160 /* PxsContext.cpp */, - FFFDa3f2e1c87f8ea3f2e1c8 /* PxsDefaultMemoryManager.cpp */, - FFFDa3f2e2307f8ea3f2e230 /* PxsIslandSim.cpp */, - FFFDa3f2e2987f8ea3f2e298 /* PxsMaterialCombiner.cpp */, - FFFDa3f2e3007f8ea3f2e300 /* PxsNphaseImplementationContext.cpp */, - FFFDa3f2e3687f8ea3f2e368 /* PxsSimpleIslandManager.cpp */, + FFFD59d3b1907f8c59d3b190 /* PxsCCD.cpp */, + FFFD59d3b1f87f8c59d3b1f8 /* PxsContactManager.cpp */, + FFFD59d3b2607f8c59d3b260 /* PxsContext.cpp */, + FFFD59d3b2c87f8c59d3b2c8 /* PxsDefaultMemoryManager.cpp */, + FFFD59d3b3307f8c59d3b330 /* PxsIslandSim.cpp */, + FFFD59d3b3987f8c59d3b398 /* PxsMaterialCombiner.cpp */, + FFFD59d3b4007f8c59d3b400 /* PxsNphaseImplementationContext.cpp */, + FFFD59d3b4687f8c59d3b468 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFBa3f2bcc87f8ea3f2bcc8 /* Software Includes */ = { + FFFB59d38e087f8c59d38e08 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFDa48016007f8ea4801600 /* PxsBodySim.h */, - FFFDa48016687f8ea4801668 /* PxsCCD.h */, - FFFDa48016d07f8ea48016d0 /* PxsContactManager.h */, - FFFDa48017387f8ea4801738 /* PxsContactManagerState.h */, - FFFDa48017a07f8ea48017a0 /* PxsContext.h */, - FFFDa48018087f8ea4801808 /* PxsDefaultMemoryManager.h */, - FFFDa48018707f8ea4801870 /* PxsHeapMemoryAllocator.h */, - FFFDa48018d87f8ea48018d8 /* PxsIncrementalConstraintPartitioning.h */, - FFFDa48019407f8ea4801940 /* PxsIslandManagerTypes.h */, - FFFDa48019a87f8ea48019a8 /* PxsIslandSim.h */, - FFFDa4801a107f8ea4801a10 /* PxsKernelWrangler.h */, - FFFDa4801a787f8ea4801a78 /* PxsMaterialCombiner.h */, - FFFDa4801ae07f8ea4801ae0 /* PxsMemoryManager.h */, - FFFDa4801b487f8ea4801b48 /* PxsNphaseImplementationContext.h */, - FFFDa4801bb07f8ea4801bb0 /* PxsRigidBody.h */, - FFFDa4801c187f8ea4801c18 /* PxsShapeSim.h */, - FFFDa4801c807f8ea4801c80 /* PxsSimpleIslandManager.h */, - FFFDa4801ce87f8ea4801ce8 /* PxsSimulationController.h */, - FFFDa4801d507f8ea4801d50 /* PxsTransformCache.h */, - FFFDa4801db87f8ea4801db8 /* PxvNphaseImplementationContext.h */, + FFFD5a8198007f8c5a819800 /* PxsBodySim.h */, + FFFD5a8198687f8c5a819868 /* PxsCCD.h */, + FFFD5a8198d07f8c5a8198d0 /* PxsContactManager.h */, + FFFD5a8199387f8c5a819938 /* PxsContactManagerState.h */, + FFFD5a8199a07f8c5a8199a0 /* PxsContext.h */, + FFFD5a819a087f8c5a819a08 /* PxsDefaultMemoryManager.h */, + FFFD5a819a707f8c5a819a70 /* PxsHeapMemoryAllocator.h */, + FFFD5a819ad87f8c5a819ad8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD5a819b407f8c5a819b40 /* PxsIslandManagerTypes.h */, + FFFD5a819ba87f8c5a819ba8 /* PxsIslandSim.h */, + FFFD5a819c107f8c5a819c10 /* PxsKernelWrangler.h */, + FFFD5a819c787f8c5a819c78 /* PxsMaterialCombiner.h */, + FFFD5a819ce07f8c5a819ce0 /* PxsMemoryManager.h */, + FFFD5a819d487f8c5a819d48 /* PxsNphaseImplementationContext.h */, + FFFD5a819db07f8c5a819db0 /* PxsRigidBody.h */, + FFFD5a819e187f8c5a819e18 /* PxsShapeSim.h */, + FFFD5a819e807f8c5a819e80 /* PxsSimpleIslandManager.h */, + FFFD5a819ee87f8c5a819ee8 /* PxsSimulationController.h */, + FFFD5a819f507f8c5a819f50 /* PxsTransformCache.h */, + FFFD5a819fb87f8c5a819fb8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFBa3f2bcf07f8ea3f2bcf0 /* Common Source */ = { + FFFB59d38e307f8c59d38e30 /* Common Source */ = { isa = PBXGroup; children = ( - FFFDa4816e007f8ea4816e00 /* collision/PxcContact.cpp */, - FFFDa4816e687f8ea4816e68 /* pipeline/PxcContactCache.cpp */, - FFFDa4816ed07f8ea4816ed0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFDa4816f387f8ea4816f38 /* pipeline/PxcMaterialHeightField.cpp */, - FFFDa4816fa07f8ea4816fa0 /* pipeline/PxcMaterialMesh.cpp */, - FFFDa48170087f8ea4817008 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFDa48170707f8ea4817070 /* pipeline/PxcMaterialShape.cpp */, - FFFDa48170d87f8ea48170d8 /* pipeline/PxcNpBatch.cpp */, - FFFDa48171407f8ea4817140 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFDa48171a87f8ea48171a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFDa48172107f8ea4817210 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFDa48172787f8ea4817278 /* pipeline/PxcNpThreadContext.cpp */, + FFFD5a8182007f8c5a818200 /* collision/PxcContact.cpp */, + FFFD5a8182687f8c5a818268 /* pipeline/PxcContactCache.cpp */, + FFFD5a8182d07f8c5a8182d0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD5a8183387f8c5a818338 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD5a8183a07f8c5a8183a0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD5a8184087f8c5a818408 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD5a8184707f8c5a818470 /* pipeline/PxcMaterialShape.cpp */, + FFFD5a8184d87f8c5a8184d8 /* pipeline/PxcNpBatch.cpp */, + FFFD5a8185407f8c5a818540 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD5a8185a87f8c5a8185a8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD5a8186107f8c5a818610 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD5a8186787f8c5a818678 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFBa3f2bd187f8ea3f2bd18 /* Common Includes */ = { + FFFB59d38e587f8c59d38e58 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFDa48176007f8ea4817600 /* collision/PxcContactMethodImpl.h */, - FFFDa48176687f8ea4817668 /* pipeline/PxcCCDStateStreamPair.h */, - FFFDa48176d07f8ea48176d0 /* pipeline/PxcConstraintBlockStream.h */, - FFFDa48177387f8ea4817738 /* pipeline/PxcContactCache.h */, - FFFDa48177a07f8ea48177a0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFDa48178087f8ea4817808 /* pipeline/PxcNpBatch.h */, - FFFDa48178707f8ea4817870 /* pipeline/PxcNpCache.h */, - FFFDa48178d87f8ea48178d8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFDa48179407f8ea4817940 /* pipeline/PxcNpContactPrepShared.h */, - FFFDa48179a87f8ea48179a8 /* pipeline/PxcNpMemBlockPool.h */, - FFFDa4817a107f8ea4817a10 /* pipeline/PxcNpThreadContext.h */, - FFFDa4817a787f8ea4817a78 /* pipeline/PxcNpWorkUnit.h */, - FFFDa4817ae07f8ea4817ae0 /* pipeline/PxcRigidBody.h */, - FFFDa4817b487f8ea4817b48 /* utils/PxcScratchAllocator.h */, - FFFDa4817bb07f8ea4817bb0 /* utils/PxcThreadCoherentCache.h */, + FFFD5a818a007f8c5a818a00 /* collision/PxcContactMethodImpl.h */, + FFFD5a818a687f8c5a818a68 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD5a818ad07f8c5a818ad0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD5a818b387f8c5a818b38 /* pipeline/PxcContactCache.h */, + FFFD5a818ba07f8c5a818ba0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD5a818c087f8c5a818c08 /* pipeline/PxcNpBatch.h */, + FFFD5a818c707f8c5a818c70 /* pipeline/PxcNpCache.h */, + FFFD5a818cd87f8c5a818cd8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD5a818d407f8c5a818d40 /* pipeline/PxcNpContactPrepShared.h */, + FFFD5a818da87f8c5a818da8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD5a818e107f8c5a818e10 /* pipeline/PxcNpThreadContext.h */, + FFFD5a818e787f8c5a818e78 /* pipeline/PxcNpWorkUnit.h */, + FFFD5a818ee07f8c5a818ee0 /* pipeline/PxcRigidBody.h */, + FFFD5a818f487f8c5a818f48 /* utils/PxcScratchAllocator.h */, + FFFD5a818fb07f8c5a818fb0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFBa3c32a207f8ea3c32a20 /* LowLevelAABB */ = { + FFFB5b808e607f8c5b808e60 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFBa3c35e007f8ea3c35e00 /* include */, - FFFBa3c35e287f8ea3c35e28 /* src */, + FFFB5b80c0d07f8c5b80c0d0 /* include */, + FFFB5b80c0f87f8c5b80c0f8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFBa3c35e007f8ea3c35e00 /* include */ = { + FFFB5b80c0d07f8c5b80c0d0 /* include */ = { isa = PBXGroup; children = ( - FFFDa3c363707f8ea3c36370 /* BpAABBManagerTasks.h */, - FFFDa3c363d87f8ea3c363d8 /* BpBroadPhase.h */, - FFFDa3c364407f8ea3c36440 /* BpBroadPhaseUpdate.h */, - FFFDa3c364a87f8ea3c364a8 /* BpSimpleAABBManager.h */, + FFFD5b80c5f07f8c5b80c5f0 /* BpAABBManagerTasks.h */, + FFFD5b80c6587f8c5b80c658 /* BpBroadPhase.h */, + FFFD5b80c6c07f8c5b80c6c0 /* BpBroadPhaseUpdate.h */, + FFFD5b80c7287f8c5b80c728 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3c35e287f8ea3c35e28 /* src */ = { + FFFB5b80c0f87f8c5b80c0f8 /* src */ = { isa = PBXGroup; children = ( - FFFDa40188007f8ea4018800 /* BpBroadPhaseMBP.h */, - FFFDa40188687f8ea4018868 /* BpBroadPhaseMBPCommon.h */, - FFFDa40188d07f8ea40188d0 /* BpBroadPhaseSap.h */, - FFFDa40189387f8ea4018938 /* BpBroadPhaseSapAux.h */, - FFFDa40189a07f8ea40189a0 /* BpMBPTasks.h */, - FFFDa4018a087f8ea4018a08 /* BpSAPTasks.h */, - FFFDa4018a707f8ea4018a70 /* BpBroadPhase.cpp */, - FFFDa4018ad87f8ea4018ad8 /* BpBroadPhaseMBP.cpp */, - FFFDa4018b407f8ea4018b40 /* BpBroadPhaseSap.cpp */, - FFFDa4018ba87f8ea4018ba8 /* BpBroadPhaseSapAux.cpp */, - FFFDa4018c107f8ea4018c10 /* BpMBPTasks.cpp */, - FFFDa4018c787f8ea4018c78 /* BpSAPTasks.cpp */, - FFFDa4018ce07f8ea4018ce0 /* BpSimpleAABBManager.cpp */, + FFFD5b01fc007f8c5b01fc00 /* BpBroadPhaseMBP.h */, + FFFD5b01fc687f8c5b01fc68 /* BpBroadPhaseMBPCommon.h */, + FFFD5b01fcd07f8c5b01fcd0 /* BpBroadPhaseSap.h */, + FFFD5b01fd387f8c5b01fd38 /* BpBroadPhaseSapAux.h */, + FFFD5b01fda07f8c5b01fda0 /* BpMBPTasks.h */, + FFFD5b01fe087f8c5b01fe08 /* BpSAPTasks.h */, + FFFD5b01fe707f8c5b01fe70 /* BpBroadPhase.cpp */, + FFFD5b01fed87f8c5b01fed8 /* BpBroadPhaseMBP.cpp */, + FFFD5b01ff407f8c5b01ff40 /* BpBroadPhaseSap.cpp */, + FFFD5b01ffa87f8c5b01ffa8 /* BpBroadPhaseSapAux.cpp */, + FFFD5b0200107f8c5b020010 /* BpMBPTasks.cpp */, + FFFD5b0200787f8c5b020078 /* BpSAPTasks.cpp */, + FFFD5b0200e07f8c5b0200e0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3c543a07f8ea3c543a0 /* LowLevelDynamics */ = { + FFFB59c249907f8c59c24990 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFBa3c507107f8ea3c50710 /* Dynamics Source */, - FFFBa3c507387f8ea3c50738 /* Dynamics Includes */, - FFFBa3c507607f8ea3c50760 /* Dynamics Internal Includes */, + FFFB59c306407f8c59c30640 /* Dynamics Source */, + FFFB59c306687f8c59c30668 /* Dynamics Includes */, + FFFB59c306907f8c59c30690 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFBa3c507107f8ea3c50710 /* Dynamics Source */ = { + FFFB59c306407f8c59c30640 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFDa40214007f8ea4021400 /* DyArticulation.cpp */, - FFFDa40214687f8ea4021468 /* DyArticulationContactPrep.cpp */, - FFFDa40214d07f8ea40214d0 /* DyArticulationContactPrepPF.cpp */, - FFFDa40215387f8ea4021538 /* DyArticulationHelper.cpp */, - FFFDa40215a07f8ea40215a0 /* DyArticulationSIMD.cpp */, - FFFDa40216087f8ea4021608 /* DyArticulationScalar.cpp */, - FFFDa40216707f8ea4021670 /* DyConstraintPartition.cpp */, - FFFDa40216d87f8ea40216d8 /* DyConstraintSetup.cpp */, - FFFDa40217407f8ea4021740 /* DyConstraintSetupBlock.cpp */, - FFFDa40217a87f8ea40217a8 /* DyContactPrep.cpp */, - FFFDa40218107f8ea4021810 /* DyContactPrep4.cpp */, - FFFDa40218787f8ea4021878 /* DyContactPrep4PF.cpp */, - FFFDa40218e07f8ea40218e0 /* DyContactPrepPF.cpp */, - FFFDa40219487f8ea4021948 /* DyDynamics.cpp */, - FFFDa40219b07f8ea40219b0 /* DyFrictionCorrelation.cpp */, - FFFDa4021a187f8ea4021a18 /* DyRigidBodyToSolverBody.cpp */, - FFFDa4021a807f8ea4021a80 /* DySolverConstraints.cpp */, - FFFDa4021ae87f8ea4021ae8 /* DySolverConstraintsBlock.cpp */, - FFFDa4021b507f8ea4021b50 /* DySolverControl.cpp */, - FFFDa4021bb87f8ea4021bb8 /* DySolverControlPF.cpp */, - FFFDa4021c207f8ea4021c20 /* DySolverPFConstraints.cpp */, - FFFDa4021c887f8ea4021c88 /* DySolverPFConstraintsBlock.cpp */, - FFFDa4021cf07f8ea4021cf0 /* DyThreadContext.cpp */, - FFFDa4021d587f8ea4021d58 /* DyThresholdTable.cpp */, + FFFD5a02d2007f8c5a02d200 /* DyArticulation.cpp */, + FFFD5a02d2687f8c5a02d268 /* DyArticulationContactPrep.cpp */, + FFFD5a02d2d07f8c5a02d2d0 /* DyArticulationContactPrepPF.cpp */, + FFFD5a02d3387f8c5a02d338 /* DyArticulationHelper.cpp */, + FFFD5a02d3a07f8c5a02d3a0 /* DyArticulationSIMD.cpp */, + FFFD5a02d4087f8c5a02d408 /* DyArticulationScalar.cpp */, + FFFD5a02d4707f8c5a02d470 /* DyConstraintPartition.cpp */, + FFFD5a02d4d87f8c5a02d4d8 /* DyConstraintSetup.cpp */, + FFFD5a02d5407f8c5a02d540 /* DyConstraintSetupBlock.cpp */, + FFFD5a02d5a87f8c5a02d5a8 /* DyContactPrep.cpp */, + FFFD5a02d6107f8c5a02d610 /* DyContactPrep4.cpp */, + FFFD5a02d6787f8c5a02d678 /* DyContactPrep4PF.cpp */, + FFFD5a02d6e07f8c5a02d6e0 /* DyContactPrepPF.cpp */, + FFFD5a02d7487f8c5a02d748 /* DyDynamics.cpp */, + FFFD5a02d7b07f8c5a02d7b0 /* DyFrictionCorrelation.cpp */, + FFFD5a02d8187f8c5a02d818 /* DyRigidBodyToSolverBody.cpp */, + FFFD5a02d8807f8c5a02d880 /* DySolverConstraints.cpp */, + FFFD5a02d8e87f8c5a02d8e8 /* DySolverConstraintsBlock.cpp */, + FFFD5a02d9507f8c5a02d950 /* DySolverControl.cpp */, + FFFD5a02d9b87f8c5a02d9b8 /* DySolverControlPF.cpp */, + FFFD5a02da207f8c5a02da20 /* DySolverPFConstraints.cpp */, + FFFD5a02da887f8c5a02da88 /* DySolverPFConstraintsBlock.cpp */, + FFFD5a02daf07f8c5a02daf0 /* DyThreadContext.cpp */, + FFFD5a02db587f8c5a02db58 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFBa3c507387f8ea3c50738 /* Dynamics Includes */ = { + FFFB59c306687f8c59c30668 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFDa3c51d007f8ea3c51d00 /* DyArticulation.h */, - FFFDa3c51d687f8ea3c51d68 /* DyConstraint.h */, - FFFDa3c51dd07f8ea3c51dd0 /* DyConstraintWriteBack.h */, - FFFDa3c51e387f8ea3c51e38 /* DyContext.h */, - FFFDa3c51ea07f8ea3c51ea0 /* DyGpuAPI.h */, - FFFDa3c51f087f8ea3c51f08 /* DySleepingConfigulation.h */, - FFFDa3c51f707f8ea3c51f70 /* DyThresholdTable.h */, + FFFD59c31cb07f8c59c31cb0 /* DyArticulation.h */, + FFFD59c31d187f8c59c31d18 /* DyConstraint.h */, + FFFD59c31d807f8c59c31d80 /* DyConstraintWriteBack.h */, + FFFD59c31de87f8c59c31de8 /* DyContext.h */, + FFFD59c31e507f8c59c31e50 /* DySleepingConfigulation.h */, + FFFD59c31eb87f8c59c31eb8 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFBa3c507607f8ea3c50760 /* Dynamics Internal Includes */ = { + FFFB59c306907f8c59c30690 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFDa40226007f8ea4022600 /* DyArticulationContactPrep.h */, - FFFDa40226687f8ea4022668 /* DyArticulationFnsDebug.h */, - FFFDa40226d07f8ea40226d0 /* DyArticulationFnsScalar.h */, - FFFDa40227387f8ea4022738 /* DyArticulationFnsSimd.h */, - FFFDa40227a07f8ea40227a0 /* DyArticulationHelper.h */, - FFFDa40228087f8ea4022808 /* DyArticulationPImpl.h */, - FFFDa40228707f8ea4022870 /* DyArticulationReference.h */, - FFFDa40228d87f8ea40228d8 /* DyArticulationScalar.h */, - FFFDa40229407f8ea4022940 /* DyArticulationUtils.h */, - FFFDa40229a87f8ea40229a8 /* DyBodyCoreIntegrator.h */, - FFFDa4022a107f8ea4022a10 /* DyConstraintPartition.h */, - FFFDa4022a787f8ea4022a78 /* DyConstraintPrep.h */, - FFFDa4022ae07f8ea4022ae0 /* DyContactPrep.h */, - FFFDa4022b487f8ea4022b48 /* DyContactPrepShared.h */, - FFFDa4022bb07f8ea4022bb0 /* DyContactReduction.h */, - FFFDa4022c187f8ea4022c18 /* DyCorrelationBuffer.h */, - FFFDa4022c807f8ea4022c80 /* DyDynamics.h */, - FFFDa4022ce87f8ea4022ce8 /* DyFrictionPatch.h */, - FFFDa4022d507f8ea4022d50 /* DyFrictionPatchStreamPair.h */, - FFFDa4022db87f8ea4022db8 /* DySolverBody.h */, - FFFDa4022e207f8ea4022e20 /* DySolverConstraint1D.h */, - FFFDa4022e887f8ea4022e88 /* DySolverConstraint1D4.h */, - FFFDa4022ef07f8ea4022ef0 /* DySolverConstraintDesc.h */, - FFFDa4022f587f8ea4022f58 /* DySolverConstraintExtShared.h */, - FFFDa4022fc07f8ea4022fc0 /* DySolverConstraintTypes.h */, - FFFDa40230287f8ea4023028 /* DySolverConstraintsShared.h */, - FFFDa40230907f8ea4023090 /* DySolverContact.h */, - FFFDa40230f87f8ea40230f8 /* DySolverContact4.h */, - FFFDa40231607f8ea4023160 /* DySolverContactPF.h */, - FFFDa40231c87f8ea40231c8 /* DySolverContactPF4.h */, - FFFDa40232307f8ea4023230 /* DySolverContext.h */, - FFFDa40232987f8ea4023298 /* DySolverControl.h */, - FFFDa40233007f8ea4023300 /* DySolverControlPF.h */, - FFFDa40233687f8ea4023368 /* DySolverCore.h */, - FFFDa40233d07f8ea40233d0 /* DySolverExt.h */, - FFFDa40234387f8ea4023438 /* DySpatial.h */, - FFFDa40234a07f8ea40234a0 /* DyThreadContext.h */, + FFFD5a02ea007f8c5a02ea00 /* DyArticulationContactPrep.h */, + FFFD5a02ea687f8c5a02ea68 /* DyArticulationFnsDebug.h */, + FFFD5a02ead07f8c5a02ead0 /* DyArticulationFnsScalar.h */, + FFFD5a02eb387f8c5a02eb38 /* DyArticulationFnsSimd.h */, + FFFD5a02eba07f8c5a02eba0 /* DyArticulationHelper.h */, + FFFD5a02ec087f8c5a02ec08 /* DyArticulationPImpl.h */, + FFFD5a02ec707f8c5a02ec70 /* DyArticulationReference.h */, + FFFD5a02ecd87f8c5a02ecd8 /* DyArticulationScalar.h */, + FFFD5a02ed407f8c5a02ed40 /* DyArticulationUtils.h */, + FFFD5a02eda87f8c5a02eda8 /* DyBodyCoreIntegrator.h */, + FFFD5a02ee107f8c5a02ee10 /* DyConstraintPartition.h */, + FFFD5a02ee787f8c5a02ee78 /* DyConstraintPrep.h */, + FFFD5a02eee07f8c5a02eee0 /* DyContactPrep.h */, + FFFD5a02ef487f8c5a02ef48 /* DyContactPrepShared.h */, + FFFD5a02efb07f8c5a02efb0 /* DyContactReduction.h */, + FFFD5a02f0187f8c5a02f018 /* DyCorrelationBuffer.h */, + FFFD5a02f0807f8c5a02f080 /* DyDynamics.h */, + FFFD5a02f0e87f8c5a02f0e8 /* DyFrictionPatch.h */, + FFFD5a02f1507f8c5a02f150 /* DyFrictionPatchStreamPair.h */, + FFFD5a02f1b87f8c5a02f1b8 /* DySolverBody.h */, + FFFD5a02f2207f8c5a02f220 /* DySolverConstraint1D.h */, + FFFD5a02f2887f8c5a02f288 /* DySolverConstraint1D4.h */, + FFFD5a02f2f07f8c5a02f2f0 /* DySolverConstraintDesc.h */, + FFFD5a02f3587f8c5a02f358 /* DySolverConstraintExtShared.h */, + FFFD5a02f3c07f8c5a02f3c0 /* DySolverConstraintTypes.h */, + FFFD5a02f4287f8c5a02f428 /* DySolverConstraintsShared.h */, + FFFD5a02f4907f8c5a02f490 /* DySolverContact.h */, + FFFD5a02f4f87f8c5a02f4f8 /* DySolverContact4.h */, + FFFD5a02f5607f8c5a02f560 /* DySolverContactPF.h */, + FFFD5a02f5c87f8c5a02f5c8 /* DySolverContactPF4.h */, + FFFD5a02f6307f8c5a02f630 /* DySolverContext.h */, + FFFD5a02f6987f8c5a02f698 /* DySolverControl.h */, + FFFD5a02f7007f8c5a02f700 /* DySolverControlPF.h */, + FFFD5a02f7687f8c5a02f768 /* DySolverCore.h */, + FFFD5a02f7d07f8c5a02f7d0 /* DySolverExt.h */, + FFFD5a02f8387f8c5a02f838 /* DySpatial.h */, + FFFD5a02f8a07f8c5a02f8a0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFBa3c736c07f8ea3c736c0 /* LowLevelCloth */ = { + FFFB59d4aa007f8c59d4aa00 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFBa3c758507f8ea3c75850 /* include */, - FFFBa3c758787f8ea3c75878 /* src */, + FFFB59d4cc807f8c59d4cc80 /* include */, + FFFB59d4cca87f8c59d4cca8 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFBa3c758507f8ea3c75850 /* include */ = { + FFFB59d4cc807f8c59d4cc80 /* include */ = { isa = PBXGroup; children = ( - FFFDa3c76b007f8ea3c76b00 /* Cloth.h */, - FFFDa3c76b687f8ea3c76b68 /* Fabric.h */, - FFFDa3c76bd07f8ea3c76bd0 /* Factory.h */, - FFFDa3c76c387f8ea3c76c38 /* PhaseConfig.h */, - FFFDa3c76ca07f8ea3c76ca0 /* Range.h */, - FFFDa3c76d087f8ea3c76d08 /* Solver.h */, - FFFDa3c76d707f8ea3c76d70 /* Types.h */, + FFFD59d5a8b07f8c59d5a8b0 /* Cloth.h */, + FFFD59d5a9187f8c59d5a918 /* Fabric.h */, + FFFD59d5a9807f8c59d5a980 /* Factory.h */, + FFFD59d5a9e87f8c59d5a9e8 /* PhaseConfig.h */, + FFFD59d5aa507f8c59d5aa50 /* Range.h */, + FFFD59d5aab87f8c59d5aab8 /* Solver.h */, + FFFD59d5ab207f8c59d5ab20 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3c758787f8ea3c75878 /* src */ = { + FFFB59d4cca87f8c59d4cca8 /* src */ = { isa = PBXGroup; children = ( - FFFDa402be007f8ea402be00 /* Allocator.h */, - FFFDa402be687f8ea402be68 /* Array.h */, - FFFDa402bed07f8ea402bed0 /* BoundingBox.h */, - FFFDa402bf387f8ea402bf38 /* ClothBase.h */, - FFFDa402bfa07f8ea402bfa0 /* ClothImpl.h */, - FFFDa402c0087f8ea402c008 /* IndexPair.h */, - FFFDa402c0707f8ea402c070 /* IterationState.h */, - FFFDa402c0d87f8ea402c0d8 /* MovingAverage.h */, - FFFDa402c1407f8ea402c140 /* PointInterpolator.h */, - FFFDa402c1a87f8ea402c1a8 /* Simd.h */, - FFFDa402c2107f8ea402c210 /* Simd4f.h */, - FFFDa402c2787f8ea402c278 /* Simd4i.h */, - FFFDa402c2e07f8ea402c2e0 /* SimdTypes.h */, - FFFDa402c3487f8ea402c348 /* StackAllocator.h */, - FFFDa402c3b07f8ea402c3b0 /* SwCloth.h */, - FFFDa402c4187f8ea402c418 /* SwClothData.h */, - FFFDa402c4807f8ea402c480 /* SwCollision.h */, - FFFDa402c4e87f8ea402c4e8 /* SwCollisionHelpers.h */, - FFFDa402c5507f8ea402c550 /* SwFabric.h */, - FFFDa402c5b87f8ea402c5b8 /* SwFactory.h */, - FFFDa402c6207f8ea402c620 /* SwInterCollision.h */, - FFFDa402c6887f8ea402c688 /* SwSelfCollision.h */, - FFFDa402c6f07f8ea402c6f0 /* SwSolver.h */, - FFFDa402c7587f8ea402c758 /* SwSolverKernel.h */, - FFFDa402c7c07f8ea402c7c0 /* TripletScheduler.h */, - FFFDa402c8287f8ea402c828 /* Vec4T.h */, - FFFDa402c8907f8ea402c890 /* Allocator.cpp */, - FFFDa402c8f87f8ea402c8f8 /* Factory.cpp */, - FFFDa402c9607f8ea402c960 /* PhaseConfig.cpp */, - FFFDa402c9c87f8ea402c9c8 /* SwCloth.cpp */, - FFFDa402ca307f8ea402ca30 /* SwClothData.cpp */, - FFFDa402ca987f8ea402ca98 /* SwCollision.cpp */, - FFFDa402cb007f8ea402cb00 /* SwFabric.cpp */, - FFFDa402cb687f8ea402cb68 /* SwFactory.cpp */, - FFFDa402cbd07f8ea402cbd0 /* SwInterCollision.cpp */, - FFFDa402cc387f8ea402cc38 /* SwSelfCollision.cpp */, - FFFDa402cca07f8ea402cca0 /* SwSolver.cpp */, - FFFDa402cd087f8ea402cd08 /* SwSolverKernel.cpp */, - FFFDa402cd707f8ea402cd70 /* TripletScheduler.cpp */, + FFFD5a823a007f8c5a823a00 /* Allocator.h */, + FFFD5a823a687f8c5a823a68 /* Array.h */, + FFFD5a823ad07f8c5a823ad0 /* BoundingBox.h */, + FFFD5a823b387f8c5a823b38 /* ClothBase.h */, + FFFD5a823ba07f8c5a823ba0 /* ClothImpl.h */, + FFFD5a823c087f8c5a823c08 /* IndexPair.h */, + FFFD5a823c707f8c5a823c70 /* IterationState.h */, + FFFD5a823cd87f8c5a823cd8 /* MovingAverage.h */, + FFFD5a823d407f8c5a823d40 /* PointInterpolator.h */, + FFFD5a823da87f8c5a823da8 /* Simd.h */, + FFFD5a823e107f8c5a823e10 /* Simd4f.h */, + FFFD5a823e787f8c5a823e78 /* Simd4i.h */, + FFFD5a823ee07f8c5a823ee0 /* SimdTypes.h */, + FFFD5a823f487f8c5a823f48 /* StackAllocator.h */, + FFFD5a823fb07f8c5a823fb0 /* SwCloth.h */, + FFFD5a8240187f8c5a824018 /* SwClothData.h */, + FFFD5a8240807f8c5a824080 /* SwCollision.h */, + FFFD5a8240e87f8c5a8240e8 /* SwCollisionHelpers.h */, + FFFD5a8241507f8c5a824150 /* SwFabric.h */, + FFFD5a8241b87f8c5a8241b8 /* SwFactory.h */, + FFFD5a8242207f8c5a824220 /* SwInterCollision.h */, + FFFD5a8242887f8c5a824288 /* SwSelfCollision.h */, + FFFD5a8242f07f8c5a8242f0 /* SwSolver.h */, + FFFD5a8243587f8c5a824358 /* SwSolverKernel.h */, + FFFD5a8243c07f8c5a8243c0 /* TripletScheduler.h */, + FFFD5a8244287f8c5a824428 /* Vec4T.h */, + FFFD5a8244907f8c5a824490 /* Allocator.cpp */, + FFFD5a8244f87f8c5a8244f8 /* Factory.cpp */, + FFFD5a8245607f8c5a824560 /* PhaseConfig.cpp */, + FFFD5a8245c87f8c5a8245c8 /* SwCloth.cpp */, + FFFD5a8246307f8c5a824630 /* SwClothData.cpp */, + FFFD5a8246987f8c5a824698 /* SwCollision.cpp */, + FFFD5a8247007f8c5a824700 /* SwFabric.cpp */, + FFFD5a8247687f8c5a824768 /* SwFactory.cpp */, + FFFD5a8247d07f8c5a8247d0 /* SwInterCollision.cpp */, + FFFD5a8248387f8c5a824838 /* SwSelfCollision.cpp */, + FFFD5a8248a07f8c5a8248a0 /* SwSolver.cpp */, + FFFD5a8249087f8c5a824908 /* SwSolverKernel.cpp */, + FFFD5a8249707f8c5a824970 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3f570307f8ea3f57030 /* LowLevelParticles */ = { + FFFB5992d3c07f8c5992d3c0 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFBa3f480f07f8ea3f480f0 /* include */, - FFFBa3f481187f8ea3f48118 /* src */, + FFFB599641707f8c59964170 /* include */, + FFFB599641987f8c59964198 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFBa3f480f07f8ea3f480f0 /* include */ = { + FFFB599641707f8c59964170 /* include */ = { isa = PBXGroup; children = ( - FFFDa48204007f8ea4820400 /* PtBodyTransformVault.h */, - FFFDa48204687f8ea4820468 /* PtContext.h */, - FFFDa48204d07f8ea48204d0 /* PtGridCellVector.h */, - FFFDa48205387f8ea4820538 /* PtParticle.h */, - FFFDa48205a07f8ea48205a0 /* PtParticleContactManagerStream.h */, - FFFDa48206087f8ea4820608 /* PtParticleData.h */, - FFFDa48206707f8ea4820670 /* PtParticleShape.h */, - FFFDa48206d87f8ea48206d8 /* PtParticleSystemCore.h */, - FFFDa48207407f8ea4820740 /* PtParticleSystemFlags.h */, - FFFDa48207a87f8ea48207a8 /* PtParticleSystemSim.h */, + FFFD591968007f8c59196800 /* PtBodyTransformVault.h */, + FFFD591968687f8c59196868 /* PtContext.h */, + FFFD591968d07f8c591968d0 /* PtGridCellVector.h */, + FFFD591969387f8c59196938 /* PtParticle.h */, + FFFD591969a07f8c591969a0 /* PtParticleContactManagerStream.h */, + FFFD59196a087f8c59196a08 /* PtParticleData.h */, + FFFD59196a707f8c59196a70 /* PtParticleShape.h */, + FFFD59196ad87f8c59196ad8 /* PtParticleSystemCore.h */, + FFFD59196b407f8c59196b40 /* PtParticleSystemFlags.h */, + FFFD59196ba87f8c59196ba8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3f481187f8ea3f48118 /* src */ = { + FFFB599641987f8c59964198 /* src */ = { isa = PBXGroup; children = ( - FFFDa4821a007f8ea4821a00 /* PtBatcher.h */, - FFFDa4821a687f8ea4821a68 /* PtCollision.h */, - FFFDa4821ad07f8ea4821ad0 /* PtCollisionData.h */, - FFFDa4821b387f8ea4821b38 /* PtCollisionHelper.h */, - FFFDa4821ba07f8ea4821ba0 /* PtCollisionMethods.h */, - FFFDa4821c087f8ea4821c08 /* PtCollisionParameters.h */, - FFFDa4821c707f8ea4821c70 /* PtConfig.h */, - FFFDa4821cd87f8ea4821cd8 /* PtConstants.h */, - FFFDa4821d407f8ea4821d40 /* PtContextCpu.h */, - FFFDa4821da87f8ea4821da8 /* PtDynamicHelper.h */, - FFFDa4821e107f8ea4821e10 /* PtDynamics.h */, - FFFDa4821e787f8ea4821e78 /* PtDynamicsKernels.h */, - FFFDa4821ee07f8ea4821ee0 /* PtDynamicsParameters.h */, - FFFDa4821f487f8ea4821f48 /* PtDynamicsTempBuffers.h */, - FFFDa4821fb07f8ea4821fb0 /* PtHeightFieldAabbTest.h */, - FFFDa48220187f8ea4822018 /* PtPacketSections.h */, - FFFDa48220807f8ea4822080 /* PtParticleCell.h */, - FFFDa48220e87f8ea48220e8 /* PtParticleOpcodeCache.h */, - FFFDa48221507f8ea4822150 /* PtParticleShapeCpu.h */, - FFFDa48221b87f8ea48221b8 /* PtParticleSystemSimCpu.h */, - FFFDa48222207f8ea4822220 /* PtSpatialHash.h */, - FFFDa48222887f8ea4822288 /* PtSpatialHashHelper.h */, - FFFDa48222f07f8ea48222f0 /* PtTwoWayData.h */, - FFFDa48223587f8ea4822358 /* PtBatcher.cpp */, - FFFDa48223c07f8ea48223c0 /* PtBodyTransformVault.cpp */, - FFFDa48224287f8ea4822428 /* PtCollision.cpp */, - FFFDa48224907f8ea4822490 /* PtCollisionBox.cpp */, - FFFDa48224f87f8ea48224f8 /* PtCollisionCapsule.cpp */, - FFFDa48225607f8ea4822560 /* PtCollisionConvex.cpp */, - FFFDa48225c87f8ea48225c8 /* PtCollisionMesh.cpp */, - FFFDa48226307f8ea4822630 /* PtCollisionPlane.cpp */, - FFFDa48226987f8ea4822698 /* PtCollisionSphere.cpp */, - FFFDa48227007f8ea4822700 /* PtContextCpu.cpp */, - FFFDa48227687f8ea4822768 /* PtDynamics.cpp */, - FFFDa48227d07f8ea48227d0 /* PtParticleData.cpp */, - FFFDa48228387f8ea4822838 /* PtParticleShapeCpu.cpp */, - FFFDa48228a07f8ea48228a0 /* PtParticleSystemSimCpu.cpp */, - FFFDa48229087f8ea4822908 /* PtSpatialHash.cpp */, - FFFDa48229707f8ea4822970 /* PtSpatialLocalHash.cpp */, + FFFD5919c4007f8c5919c400 /* PtBatcher.h */, + FFFD5919c4687f8c5919c468 /* PtCollision.h */, + FFFD5919c4d07f8c5919c4d0 /* PtCollisionData.h */, + FFFD5919c5387f8c5919c538 /* PtCollisionHelper.h */, + FFFD5919c5a07f8c5919c5a0 /* PtCollisionMethods.h */, + FFFD5919c6087f8c5919c608 /* PtCollisionParameters.h */, + FFFD5919c6707f8c5919c670 /* PtConfig.h */, + FFFD5919c6d87f8c5919c6d8 /* PtConstants.h */, + FFFD5919c7407f8c5919c740 /* PtContextCpu.h */, + FFFD5919c7a87f8c5919c7a8 /* PtDynamicHelper.h */, + FFFD5919c8107f8c5919c810 /* PtDynamics.h */, + FFFD5919c8787f8c5919c878 /* PtDynamicsKernels.h */, + FFFD5919c8e07f8c5919c8e0 /* PtDynamicsParameters.h */, + FFFD5919c9487f8c5919c948 /* PtDynamicsTempBuffers.h */, + FFFD5919c9b07f8c5919c9b0 /* PtHeightFieldAabbTest.h */, + FFFD5919ca187f8c5919ca18 /* PtPacketSections.h */, + FFFD5919ca807f8c5919ca80 /* PtParticleCell.h */, + FFFD5919cae87f8c5919cae8 /* PtParticleOpcodeCache.h */, + FFFD5919cb507f8c5919cb50 /* PtParticleShapeCpu.h */, + FFFD5919cbb87f8c5919cbb8 /* PtParticleSystemSimCpu.h */, + FFFD5919cc207f8c5919cc20 /* PtSpatialHash.h */, + FFFD5919cc887f8c5919cc88 /* PtSpatialHashHelper.h */, + FFFD5919ccf07f8c5919ccf0 /* PtTwoWayData.h */, + FFFD5919cd587f8c5919cd58 /* PtBatcher.cpp */, + FFFD5919cdc07f8c5919cdc0 /* PtBodyTransformVault.cpp */, + FFFD5919ce287f8c5919ce28 /* PtCollision.cpp */, + FFFD5919ce907f8c5919ce90 /* PtCollisionBox.cpp */, + FFFD5919cef87f8c5919cef8 /* PtCollisionCapsule.cpp */, + FFFD5919cf607f8c5919cf60 /* PtCollisionConvex.cpp */, + FFFD5919cfc87f8c5919cfc8 /* PtCollisionMesh.cpp */, + FFFD5919d0307f8c5919d030 /* PtCollisionPlane.cpp */, + FFFD5919d0987f8c5919d098 /* PtCollisionSphere.cpp */, + FFFD5919d1007f8c5919d100 /* PtContextCpu.cpp */, + FFFD5919d1687f8c5919d168 /* PtDynamics.cpp */, + FFFD5919d1d07f8c5919d1d0 /* PtParticleData.cpp */, + FFFD5919d2387f8c5919d238 /* PtParticleShapeCpu.cpp */, + FFFD5919d2a07f8c5919d2a0 /* PtParticleSystemSimCpu.cpp */, + FFFD5919d3087f8c5919d308 /* PtSpatialHash.cpp */, + FFFD5919d3707f8c5919d370 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3cc42607f8ea3cc4260 /* PxTask */ = { + FFFB59d66b807f8c59d66b80 /* PxTask */ = { isa = PBXGroup; children = ( - FFFBa3cc46007f8ea3cc4600 /* include */, - FFFBa3cc46287f8ea3cc4628 /* src */, + FFFB59d66ea07f8c59d66ea0 /* include */, + FFFB59d66ec87f8c59d66ec8 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFBa3cc46007f8ea3cc4600 /* include */ = { + FFFB59d66ea07f8c59d66ea0 /* include */ = { isa = PBXGroup; children = ( - FFFDa3cc54607f8ea3cc5460 /* PxCpuDispatcher.h */, - FFFDa3cc54c87f8ea3cc54c8 /* PxGpuDispatcher.h */, - FFFDa3cc55307f8ea3cc5530 /* PxGpuTask.h */, - FFFDa3cc55987f8ea3cc5598 /* PxTask.h */, - FFFDa3cc56007f8ea3cc5600 /* PxTaskDefine.h */, - FFFDa3cc56687f8ea3cc5668 /* PxTaskManager.h */, + FFFD59d6c8407f8c59d6c840 /* PxCpuDispatcher.h */, + FFFD59d6c8a87f8c59d6c8a8 /* PxGpuDispatcher.h */, + FFFD59d6c9107f8c59d6c910 /* PxGpuTask.h */, + FFFD59d6c9787f8c59d6c978 /* PxTask.h */, + FFFD59d6c9e07f8c59d6c9e0 /* PxTaskDefine.h */, + FFFD59d6ca487f8c59d6ca48 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3cc46287f8ea3cc4628 /* src */ = { + FFFB59d66ec87f8c59d66ec8 /* src */ = { isa = PBXGroup; children = ( - FFFDa3cc24007f8ea3cc2400 /* src/TaskManager.cpp */, + FFFD59d64d107f8c59d64d10 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBa3b08f107f8ea3b08f10 /* PsFastXml */ = { + FFFB5b8199707f8c5b819970 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFBa3b093107f8ea3b09310 /* include */, - FFFBa3b093387f8ea3b09338 /* src */, + FFFB5b817c607f8c5b817c60 /* include */, + FFFB5b817c887f8c5b817c88 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFBa3b093107f8ea3b09310 /* include */ = { + FFFB5b817c607f8c5b817c60 /* include */ = { isa = PBXGroup; children = ( - FFFDa3b098407f8ea3b09840 /* PsFastXml.h */, + FFFD5b817df07f8c5b817df0 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBa3b093387f8ea3b09338 /* src */ = { + FFFB5b817c887f8c5b817c88 /* src */ = { isa = PBXGroup; children = ( - FFFDa3b099607f8ea3b09960 /* PsFastXml.cpp */, + FFFD5b817ef07f8c5b817ef0 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -4997,61 +4995,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAa3df24807f8ea3df2480 /* PhysX */ = { + FFFA5b81c8207f8c5b81c820 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3df24807f8ea3df2480 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF65b81c8207f8c5b81c820 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2a3df24807f8ea3df2480, - FFF8a3df24807f8ea3df2480, - FFFCa3df24807f8ea3df2480, + FFF25b81c8207f8c5b81c820, + FFF85b81c8207f8c5b81c820, + FFFC5b81c8207f8c5b81c820, ); buildRules = ( ); dependencies = ( - FFF4a3e05c807f8ea3e05c80, /* LowLevel */ - FFF4a3e094407f8ea3e09440, /* LowLevelAABB */ - FFF4a3e083a07f8ea3e083a0, /* LowLevelCloth */ - FFF4a3e094a07f8ea3e094a0, /* LowLevelDynamics */ - FFF4a3e057207f8ea3e05720, /* LowLevelParticles */ - FFF4a3e053107f8ea3e05310, /* PhysXCommon */ - FFF4a3df27a07f8ea3df27a0, /* PxFoundation */ - FFF4a3df24507f8ea3df2450, /* PxPvdSDK */ - FFF4a3e058107f8ea3e05810, /* PxTask */ - FFF4a3e057807f8ea3e05780, /* SceneQuery */ - FFF4a3e057e07f8ea3e057e0, /* SimulationController */ + FFF45b8272b07f8c5b8272b0, /* LowLevel */ + FFF45b827ba07f8c5b827ba0, /* LowLevelAABB */ + FFF45b8244d07f8c5b8244d0, /* LowLevelCloth */ + FFF45b8244707f8c5b824470, /* LowLevelDynamics */ + FFF45b8245307f8c5b824530, /* LowLevelParticles */ + FFF45b8272507f8c5b827250, /* PhysXCommon */ + FFF45b81cb407f8c5b81cb40, /* PxFoundation */ + FFF45b81c7f07f8c5b81c7f0, /* PxPvdSDK */ + FFF45b8240b07f8c5b8240b0, /* PxTask */ + FFF45b8240207f8c5b824020, /* SceneQuery */ + FFF45b8240807f8c5b824080, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFDa3df24807f8ea3df2480 /* PhysX */; + productReference = FFFD5b81c8207f8c5b81c820 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFAa3e053b07f8ea3e053b0 /* PhysXCharacterKinematic */ = { + FFFA5b8241407f8c5b824140 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3e053b07f8ea3e053b0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF65b8241407f8c5b824140 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2a3e053b07f8ea3e053b0, - FFF8a3e053b07f8ea3e053b0, - FFFCa3e053b07f8ea3e053b0, + FFF25b8241407f8c5b824140, + FFF85b8241407f8c5b824140, + FFFC5b8241407f8c5b824140, ); buildRules = ( ); dependencies = ( - FFF4a3e065807f8ea3e06580, /* PhysXCommon */ - FFF4a3e099907f8ea3e09990, /* PhysXExtensions */ - FFF4a3e0ad207f8ea3e0ad20, /* PxFoundation */ + FFF45b8294d07f8c5b8294d0, /* PhysXCommon */ + FFF45b82aed07f8c5b82aed0, /* PhysXExtensions */ + FFF45b82a0707f8c5b82a070, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFDa3e053b07f8ea3e053b0 /* PhysXCharacterKinematic */; + productReference = FFFD5b8241407f8c5b824140 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFAa3e069807f8ea3e06980 /* PhysXVehicle */ = { + FFFA5b8256907f8c5b825690 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3e069807f8ea3e06980 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF65b8256907f8c5b825690 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2a3e069807f8ea3e06980, - FFF8a3e069807f8ea3e06980, - FFFCa3e069807f8ea3e06980, + FFF25b8256907f8c5b825690, + FFF85b8256907f8c5b825690, + FFFC5b8256907f8c5b825690, ); buildRules = ( ); @@ -5059,34 +5057,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFDa3e069807f8ea3e06980 /* PhysXVehicle */; + productReference = FFFD5b8256907f8c5b825690 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFAa3e17d707f8ea3e17d70 /* PhysXExtensions */ = { + FFFA5b836b207f8c5b836b20 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3e17d707f8ea3e17d70 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF65b836b207f8c5b836b20 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2a3e17d707f8ea3e17d70, - FFF8a3e17d707f8ea3e17d70, - FFFCa3e17d707f8ea3e17d70, + FFF25b836b207f8c5b836b20, + FFF85b836b207f8c5b836b20, + FFFC5b836b207f8c5b836b20, ); buildRules = ( ); dependencies = ( - FFF4a3e14cc07f8ea3e14cc0, /* PsFastXml */ + FFF45b8362207f8c5b836220, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFDa3e17d707f8ea3e17d70 /* PhysXExtensions */; + productReference = FFFD5b836b207f8c5b836b20 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFAa3e28e907f8ea3e28e90 /* SceneQuery */ = { + FFFA5b847c107f8c5b847c10 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3e28e907f8ea3e28e90 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF65b847c107f8c5b847c10 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2a3e28e907f8ea3e28e90, - FFF8a3e28e907f8ea3e28e90, - FFFCa3e28e907f8ea3e28e90, + FFF25b847c107f8c5b847c10, + FFF85b847c107f8c5b847c10, + FFFC5b847c107f8c5b847c10, ); buildRules = ( ); @@ -5094,16 +5092,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFDa3e28e907f8ea3e28e90 /* SceneQuery */; + productReference = FFFD5b847c107f8c5b847c10 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFAa3e2d3f07f8ea3e2d3f0 /* SimulationController */ = { + FFFA5b84c1707f8c5b84c170 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3e2d3f07f8ea3e2d3f0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF65b84c1707f8c5b84c170 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2a3e2d3f07f8ea3e2d3f0, - FFF8a3e2d3f07f8ea3e2d3f0, - FFFCa3e2d3f07f8ea3e2d3f0, + FFF25b84c1707f8c5b84c170, + FFF85b84c1707f8c5b84c170, + FFFC5b84c1707f8c5b84c170, ); buildRules = ( ); @@ -5111,54 +5109,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFDa3e2d3f07f8ea3e2d3f0 /* SimulationController */; + productReference = FFFD5b84c1707f8c5b84c170 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFAa5367b807f8ea5367b80 /* PhysXCooking */ = { + FFFA5b8507d07f8c5b8507d0 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a5367b807f8ea5367b80 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF65b8507d07f8c5b8507d0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2a5367b807f8ea5367b80, - FFF8a5367b807f8ea5367b80, - FFFCa5367b807f8ea5367b80, + FFF25b8507d07f8c5b8507d0, + FFF85b8507d07f8c5b8507d0, + FFFC5b8507d07f8c5b8507d0, ); buildRules = ( ); dependencies = ( - FFF4a5363f707f8ea5363f70, /* PhysXCommon */ - FFF4a53421807f8ea5342180, /* PhysXExtensions */ - FFF4a5363f407f8ea5363f40, /* PxFoundation */ + FFF45b85b3f07f8c5b85b3f0, /* PhysXCommon */ + FFF45b8563807f8c5b856380, /* PhysXExtensions */ + FFF45b8568607f8c5b856860, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFDa5367b807f8ea5367b80 /* PhysXCooking */; + productReference = FFFD5b8507d07f8c5b8507d0 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFAa3896f307f8ea3896f30 /* PhysXCommon */ = { + FFFA59c183f07f8c59c183f0 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3896f307f8ea3896f30 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF659c183f07f8c59c183f0 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2a3896f307f8ea3896f30, - FFF8a3896f307f8ea3896f30, - FFFCa3896f307f8ea3896f30, + FFF259c183f07f8c59c183f0, + FFF859c183f07f8c59c183f0, + FFFC59c183f07f8c59c183f0, ); buildRules = ( ); dependencies = ( - FFF4a3b003c07f8ea3b003c0, /* PxFoundation */ + FFF459c0ef507f8c59c0ef50, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFDa3896f307f8ea3896f30 /* PhysXCommon */; + productReference = FFFD59c183f07f8c59c183f0 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFAa3880f207f8ea3880f20 /* PxFoundation */ = { + FFFA59c114307f8c59c11430 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3880f207f8ea3880f20 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF659c114307f8c59c11430 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2a3880f207f8ea3880f20, - FFF8a3880f207f8ea3880f20, - FFFCa3880f207f8ea3880f20, + FFF259c114307f8c59c11430, + FFF859c114307f8c59c11430, + FFFC59c114307f8c59c11430, ); buildRules = ( ); @@ -5166,34 +5164,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFDa3880f207f8ea3880f20 /* PxFoundation */; + productReference = FFFD59c114307f8c59c11430 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFAa3f0a1707f8ea3f0a170 /* PxPvdSDK */ = { + FFFA59944d307f8c59944d30 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3f0a1707f8ea3f0a170 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF659944d307f8c59944d30 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2a3f0a1707f8ea3f0a170, - FFF8a3f0a1707f8ea3f0a170, - FFFCa3f0a1707f8ea3f0a170, + FFF259944d307f8c59944d30, + FFF859944d307f8c59944d30, + FFFC59944d307f8c59944d30, ); buildRules = ( ); dependencies = ( - FFF4a3f084007f8ea3f08400, /* PxFoundation */ + FFF4599408d07f8c599408d0, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFDa3f0a1707f8ea3f0a170 /* PxPvdSDK */; + productReference = FFFD59944d307f8c59944d30 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFAa3f26fe07f8ea3f26fe0 /* LowLevel */ = { + FFFA59d336a07f8c59d336a0 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3f26fe07f8ea3f26fe0 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF659d336a07f8c59d336a0 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2a3f26fe07f8ea3f26fe0, - FFF8a3f26fe07f8ea3f26fe0, - FFFCa3f26fe07f8ea3f26fe0, + FFF259d336a07f8c59d336a0, + FFF859d336a07f8c59d336a0, + FFFC59d336a07f8c59d336a0, ); buildRules = ( ); @@ -5201,16 +5199,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFDa3f26fe07f8ea3f26fe0 /* LowLevel */; + productReference = FFFD59d336a07f8c59d336a0 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFAa3c32a207f8ea3c32a20 /* LowLevelAABB */ = { + FFFA5b808e607f8c5b808e60 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3c32a207f8ea3c32a20 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF65b808e607f8c5b808e60 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2a3c32a207f8ea3c32a20, - FFF8a3c32a207f8ea3c32a20, - FFFCa3c32a207f8ea3c32a20, + FFF25b808e607f8c5b808e60, + FFF85b808e607f8c5b808e60, + FFFC5b808e607f8c5b808e60, ); buildRules = ( ); @@ -5218,16 +5216,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFDa3c32a207f8ea3c32a20 /* LowLevelAABB */; + productReference = FFFD5b808e607f8c5b808e60 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFAa3c543a07f8ea3c543a0 /* LowLevelDynamics */ = { + FFFA59c249907f8c59c24990 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3c543a07f8ea3c543a0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF659c249907f8c59c24990 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2a3c543a07f8ea3c543a0, - FFF8a3c543a07f8ea3c543a0, - FFFCa3c543a07f8ea3c543a0, + FFF259c249907f8c59c24990, + FFF859c249907f8c59c24990, + FFFC59c249907f8c59c24990, ); buildRules = ( ); @@ -5235,16 +5233,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFDa3c543a07f8ea3c543a0 /* LowLevelDynamics */; + productReference = FFFD59c249907f8c59c24990 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFAa3c736c07f8ea3c736c0 /* LowLevelCloth */ = { + FFFA59d4aa007f8c59d4aa00 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3c736c07f8ea3c736c0 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF659d4aa007f8c59d4aa00 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2a3c736c07f8ea3c736c0, - FFF8a3c736c07f8ea3c736c0, - FFFCa3c736c07f8ea3c736c0, + FFF259d4aa007f8c59d4aa00, + FFF859d4aa007f8c59d4aa00, + FFFC59d4aa007f8c59d4aa00, ); buildRules = ( ); @@ -5252,16 +5250,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFDa3c736c07f8ea3c736c0 /* LowLevelCloth */; + productReference = FFFD59d4aa007f8c59d4aa00 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFAa3f570307f8ea3f57030 /* LowLevelParticles */ = { + FFFA5992d3c07f8c5992d3c0 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3f570307f8ea3f57030 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF65992d3c07f8c5992d3c0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2a3f570307f8ea3f57030, - FFF8a3f570307f8ea3f57030, - FFFCa3f570307f8ea3f57030, + FFF25992d3c07f8c5992d3c0, + FFF85992d3c07f8c5992d3c0, + FFFC5992d3c07f8c5992d3c0, ); buildRules = ( ); @@ -5269,16 +5267,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFDa3f570307f8ea3f57030 /* LowLevelParticles */; + productReference = FFFD5992d3c07f8c5992d3c0 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFAa3cc42607f8ea3cc4260 /* PxTask */ = { + FFFA59d66b807f8c59d66b80 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3cc42607f8ea3cc4260 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF659d66b807f8c59d66b80 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2a3cc42607f8ea3cc4260, - FFF8a3cc42607f8ea3cc4260, - FFFCa3cc42607f8ea3cc4260, + FFF259d66b807f8c59d66b80, + FFF859d66b807f8c59d66b80, + FFFC59d66b807f8c59d66b80, ); buildRules = ( ); @@ -5286,16 +5284,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFDa3cc42607f8ea3cc4260 /* PxTask */; + productReference = FFFD59d66b807f8c59d66b80 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFAa3b08f107f8ea3b08f10 /* PsFastXml */ = { + FFFA5b8199707f8c5b819970 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6a3b08f107f8ea3b08f10 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF65b8199707f8c5b819970 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2a3b08f107f8ea3b08f10, - FFF8a3b08f107f8ea3b08f10, - FFFCa3b08f107f8ea3b08f10, + FFF25b8199707f8c5b819970, + FFF85b8199707f8c5b819970, + FFFC5b8199707f8c5b819970, ); buildRules = ( ); @@ -5303,213 +5301,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFDa3b08f107f8ea3b08f10 /* PsFastXml */; + productReference = FFFD5b8199707f8c5b819970 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6a3df24807f8ea3df2480 = { + FFF65b81c8207f8c5b81c820 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a405f0007f8ea405f000, - FFF7a405f6f07f8ea405f6f0, - FFF7a405fde07f8ea405fde0, - FFF7a40604d07f8ea40604d0, + FFF75b054e007f8c5b054e00, + FFF75b0554f07f8c5b0554f0, + FFF75b055be07f8c5b055be0, + FFF75b0562d07f8c5b0562d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6a3e053b07f8ea3e053b0 = { + FFF65b8241407f8c5b824140 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a4060c007f8ea4060c00, - FFF7a40612f07f8ea40612f0, - FFF7a40619e07f8ea40619e0, - FFF7a40620d07f8ea40620d0, + FFF75b056a007f8c5b056a00, + FFF75b0570f07f8c5b0570f0, + FFF75b0577e07f8c5b0577e0, + FFF75b057ed07f8c5b057ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3e069807f8ea3e06980 = { + FFF65b8256907f8c5b825690 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40628007f8ea4062800, - FFF7a4062ef07f8ea4062ef0, - FFF7a40635e07f8ea40635e0, - FFF7a4063cd07f8ea4063cd0, + FFF75b0586007f8c5b058600, + FFF75b058cf07f8c5b058cf0, + FFF75b0593e07f8c5b0593e0, + FFF75b059ad07f8c5b059ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3e17d707f8ea3e17d70 = { + FFF65b836b207f8c5b836b20 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40644007f8ea4064400, - FFF7a4064af07f8ea4064af0, - FFF7a40651e07f8ea40651e0, - FFF7a40658d07f8ea40658d0, + FFF75b05a2007f8c5b05a200, + FFF75b05a8f07f8c5b05a8f0, + FFF75b05afe07f8c5b05afe0, + FFF75b05b6d07f8c5b05b6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3e28e907f8ea3e28e90 = { + FFF65b847c107f8c5b847c10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40660007f8ea4066000, - FFF7a40666f07f8ea40666f0, - FFF7a4066de07f8ea4066de0, - FFF7a40674d07f8ea40674d0, + FFF75b05be007f8c5b05be00, + FFF75b05c4f07f8c5b05c4f0, + FFF75b05cbe07f8c5b05cbe0, + FFF75b05d2d07f8c5b05d2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3e2d3f07f8ea3e2d3f0 = { + FFF65b84c1707f8c5b84c170 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a4067c007f8ea4067c00, - FFF7a40682f07f8ea40682f0, - FFF7a40689e07f8ea40689e0, - FFF7a40690d07f8ea40690d0, + FFF75b05da007f8c5b05da00, + FFF75b05e0f07f8c5b05e0f0, + FFF75b05e7e07f8c5b05e7e0, + FFF75b05eed07f8c5b05eed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a5367b807f8ea5367b80 = { + FFF65b8507d07f8c5b8507d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40698007f8ea4069800, - FFF7a4069ef07f8ea4069ef0, - FFF7a406a5e07f8ea406a5e0, - FFF7a406acd07f8ea406acd0, + FFF75b05f6007f8c5b05f600, + FFF75b05fcf07f8c5b05fcf0, + FFF75b0603e07f8c5b0603e0, + FFF75b060ad07f8c5b060ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6a3896f307f8ea3896f30 = { + FFF659c183f07f8c59c183f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40110007f8ea4011000, - FFF7a40116f07f8ea40116f0, - FFF7a4011de07f8ea4011de0, - FFF7a40124d07f8ea40124d0, + FFF75a8110007f8c5a811000, + FFF75a8116f07f8c5a8116f0, + FFF75a811de07f8c5a811de0, + FFF75a8124d07f8c5a8124d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6a3880f207f8ea3880f20 = { + FFF659c114307f8c59c11430 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a317f0007f8ea317f000, - FFF7a317f6f07f8ea317f6f0, - FFF7a317fde07f8ea317fde0, - FFF7a31804d07f8ea31804d0, + FFF75a01ee007f8c5a01ee00, + FFF75a01f4f07f8c5a01f4f0, + FFF75a01fbe07f8c5a01fbe0, + FFF75a0202d07f8c5a0202d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3f0a1707f8ea3f0a170 = { + FFF659944d307f8c59944d30 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a480c2007f8ea480c200, - FFF7a480c8f07f8ea480c8f0, - FFF7a480cfe07f8ea480cfe0, - FFF7a480d6d07f8ea480d6d0, + FFF759189e007f8c59189e00, + FFF75918a4f07f8c5918a4f0, + FFF75918abe07f8c5918abe0, + FFF75918b2d07f8c5918b2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3f26fe07f8ea3f26fe0 = { + FFF659d336a07f8c59d336a0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a48194007f8ea4819400, - FFF7a4819af07f8ea4819af0, - FFF7a481a1e07f8ea481a1e0, - FFF7a481a8d07f8ea481a8d0, + FFF75a81b8007f8c5a81b800, + FFF75a81bef07f8c5a81bef0, + FFF75a81c5e07f8c5a81c5e0, + FFF75a81ccd07f8c5a81ccd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3c32a207f8ea3c32a20 = { + FFF65b808e607f8c5b808e60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a401a6007f8ea401a600, - FFF7a401acf07f8ea401acf0, - FFF7a401b3e07f8ea401b3e0, - FFF7a401bad07f8ea401bad0, + FFF75b0284007f8c5b028400, + FFF75b028af07f8c5b028af0, + FFF75b0291e07f8c5b0291e0, + FFF75b0298d07f8c5b0298d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3c543a07f8ea3c543a0 = { + FFF659c249907f8c59c24990 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a40240007f8ea4024000, - FFF7a40246f07f8ea40246f0, - FFF7a4024de07f8ea4024de0, - FFF7a40254d07f8ea40254d0, + FFF75a0304007f8c5a030400, + FFF75a030af07f8c5a030af0, + FFF75a0311e07f8c5a0311e0, + FFF75a0318d07f8c5a0318d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3c736c07f8ea3c736c0 = { + FFF659d4aa007f8c59d4aa00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a402d8007f8ea402d800, - FFF7a402def07f8ea402def0, - FFF7a402e5e07f8ea402e5e0, - FFF7a402ecd07f8ea402ecd0, + FFF75a8254007f8c5a825400, + FFF75a825af07f8c5a825af0, + FFF75a8261e07f8c5a8261e0, + FFF75a8268d07f8c5a8268d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3f570307f8ea3f57030 = { + FFF65992d3c07f8c5992d3c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a48234007f8ea4823400, - FFF7a4823af07f8ea4823af0, - FFF7a48241e07f8ea48241e0, - FFF7a48248d07f8ea48248d0, + FFF75919de007f8c5919de00, + FFF75919e4f07f8c5919e4f0, + FFF75919ebe07f8c5919ebe0, + FFF75919f2d07f8c5919f2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3cc42607f8ea3cc4260 = { + FFF659d66b807f8c59d66b80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a4034a007f8ea4034a00, - FFF7a40350f07f8ea40350f0, - FFF7a40357e07f8ea40357e0, - FFF7a4035ed07f8ea4035ed0, + FFF75a82cc007f8c5a82cc00, + FFF75a82d2f07f8c5a82d2f0, + FFF75a82d9e07f8c5a82d9e0, + FFF75a82e0d07f8c5a82e0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a3b08f107f8ea3b08f10 = { + FFF65b8199707f8c5b819970 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7a31c84007f8ea31c8400, - FFF7a31c8af07f8ea31c8af0, - FFF7a31c91e07f8ea31c91e0, - FFF7a31c98d07f8ea31c98d0, + FFF75b02ee007f8c5b02ee00, + FFF75b02f4f07f8c5b02f4f0, + FFF75b02fbe07f8c5b02fbe0, + FFF75b0302d07f8c5b0302d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6a2c823107f8ea2c82310 = { + FFF658c7cd607f8c58c7cd60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3a405f0007f8ea405f000 /* release */, - FFF3a405f6f07f8ea405f6f0 /* debug */, - FFF3a405fde07f8ea405fde0 /* checked */, - FFF3a40604d07f8ea40604d0 /* profile */, + FFF35b054e007f8c5b054e00 /* release */, + FFF35b0554f07f8c5b0554f0 /* debug */, + FFF35b055be07f8c5b055be0 /* checked */, + FFF35b0562d07f8c5b0562d0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7a405f0007f8ea405f000 /* release */ = { + FFF75b054e007f8c5b054e00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5540,7 +5538,7 @@ }; name = "release"; }; - FFF7a405f6f07f8ea405f6f0 /* debug */ = { + FFF75b0554f07f8c5b0554f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5571,7 +5569,7 @@ }; name = "debug"; }; - FFF7a405fde07f8ea405fde0 /* checked */ = { + FFF75b055be07f8c5b055be0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5602,7 +5600,7 @@ }; name = "checked"; }; - FFF7a40604d07f8ea40604d0 /* profile */ = { + FFF75b0562d07f8c5b0562d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5633,7 +5631,7 @@ }; name = "profile"; }; - FFF7a4060c007f8ea4060c00 /* debug */ = { + FFF75b056a007f8c5b056a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5664,7 +5662,7 @@ }; name = "debug"; }; - FFF7a40612f07f8ea40612f0 /* checked */ = { + FFF75b0570f07f8c5b0570f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5695,7 +5693,7 @@ }; name = "checked"; }; - FFF7a40619e07f8ea40619e0 /* profile */ = { + FFF75b0577e07f8c5b0577e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5726,7 +5724,7 @@ }; name = "profile"; }; - FFF7a40620d07f8ea40620d0 /* release */ = { + FFF75b057ed07f8c5b057ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5757,7 +5755,7 @@ }; name = "release"; }; - FFF7a40628007f8ea4062800 /* debug */ = { + FFF75b0586007f8c5b058600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5788,7 +5786,7 @@ }; name = "debug"; }; - FFF7a4062ef07f8ea4062ef0 /* checked */ = { + FFF75b058cf07f8c5b058cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5819,7 +5817,7 @@ }; name = "checked"; }; - FFF7a40635e07f8ea40635e0 /* profile */ = { + FFF75b0593e07f8c5b0593e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5850,7 +5848,7 @@ }; name = "profile"; }; - FFF7a4063cd07f8ea4063cd0 /* release */ = { + FFF75b059ad07f8c5b059ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5881,7 +5879,7 @@ }; name = "release"; }; - FFF7a40644007f8ea4064400 /* debug */ = { + FFF75b05a2007f8c5b05a200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5890,7 +5888,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5912,7 +5910,7 @@ }; name = "debug"; }; - FFF7a4064af07f8ea4064af0 /* checked */ = { + FFF75b05a8f07f8c5b05a8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5921,7 +5919,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5943,7 +5941,7 @@ }; name = "checked"; }; - FFF7a40651e07f8ea40651e0 /* profile */ = { + FFF75b05afe07f8c5b05afe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5952,7 +5950,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5974,7 +5972,7 @@ }; name = "profile"; }; - FFF7a40658d07f8ea40658d0 /* release */ = { + FFF75b05b6d07f8c5b05b6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5983,7 +5981,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -6005,7 +6003,7 @@ }; name = "release"; }; - FFF7a40660007f8ea4066000 /* debug */ = { + FFF75b05be007f8c5b05be00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6036,7 +6034,7 @@ }; name = "debug"; }; - FFF7a40666f07f8ea40666f0 /* checked */ = { + FFF75b05c4f07f8c5b05c4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6067,7 +6065,7 @@ }; name = "checked"; }; - FFF7a4066de07f8ea4066de0 /* profile */ = { + FFF75b05cbe07f8c5b05cbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6098,7 +6096,7 @@ }; name = "profile"; }; - FFF7a40674d07f8ea40674d0 /* release */ = { + FFF75b05d2d07f8c5b05d2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6129,7 +6127,7 @@ }; name = "release"; }; - FFF7a4067c007f8ea4067c00 /* debug */ = { + FFF75b05da007f8c5b05da00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6160,7 +6158,7 @@ }; name = "debug"; }; - FFF7a40682f07f8ea40682f0 /* checked */ = { + FFF75b05e0f07f8c5b05e0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6191,7 +6189,7 @@ }; name = "checked"; }; - FFF7a40689e07f8ea40689e0 /* profile */ = { + FFF75b05e7e07f8c5b05e7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6222,7 +6220,7 @@ }; name = "profile"; }; - FFF7a40690d07f8ea40690d0 /* release */ = { + FFF75b05eed07f8c5b05eed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6253,7 +6251,7 @@ }; name = "release"; }; - FFF7a40698007f8ea4069800 /* release */ = { + FFF75b05f6007f8c5b05f600 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6284,7 +6282,7 @@ }; name = "release"; }; - FFF7a4069ef07f8ea4069ef0 /* debug */ = { + FFF75b05fcf07f8c5b05fcf0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6315,7 +6313,7 @@ }; name = "debug"; }; - FFF7a406a5e07f8ea406a5e0 /* checked */ = { + FFF75b0603e07f8c5b0603e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6346,7 +6344,7 @@ }; name = "checked"; }; - FFF7a406acd07f8ea406acd0 /* profile */ = { + FFF75b060ad07f8c5b060ad0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6377,7 +6375,7 @@ }; name = "profile"; }; - FFF7a40110007f8ea4011000 /* release */ = { + FFF75a8110007f8c5a811000 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6408,7 +6406,7 @@ }; name = "release"; }; - FFF7a40116f07f8ea40116f0 /* debug */ = { + FFF75a8116f07f8c5a8116f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6439,7 +6437,7 @@ }; name = "debug"; }; - FFF7a4011de07f8ea4011de0 /* checked */ = { + FFF75a811de07f8c5a811de0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6470,7 +6468,7 @@ }; name = "checked"; }; - FFF7a40124d07f8ea40124d0 /* profile */ = { + FFF75a8124d07f8c5a8124d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6501,7 +6499,7 @@ }; name = "profile"; }; - FFF7a317f0007f8ea317f000 /* debug */ = { + FFF75a01ee007f8c5a01ee00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6532,7 +6530,7 @@ }; name = "debug"; }; - FFF7a317f6f07f8ea317f6f0 /* release */ = { + FFF75a01f4f07f8c5a01f4f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6563,7 +6561,7 @@ }; name = "release"; }; - FFF7a317fde07f8ea317fde0 /* checked */ = { + FFF75a01fbe07f8c5a01fbe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6594,7 +6592,7 @@ }; name = "checked"; }; - FFF7a31804d07f8ea31804d0 /* profile */ = { + FFF75a0202d07f8c5a0202d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6625,7 +6623,7 @@ }; name = "profile"; }; - FFF7a480c2007f8ea480c200 /* debug */ = { + FFF759189e007f8c59189e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6656,7 +6654,7 @@ }; name = "debug"; }; - FFF7a480c8f07f8ea480c8f0 /* release */ = { + FFF75918a4f07f8c5918a4f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6687,7 +6685,7 @@ }; name = "release"; }; - FFF7a480cfe07f8ea480cfe0 /* checked */ = { + FFF75918abe07f8c5918abe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6718,7 +6716,7 @@ }; name = "checked"; }; - FFF7a480d6d07f8ea480d6d0 /* profile */ = { + FFF75918b2d07f8c5918b2d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6749,7 +6747,7 @@ }; name = "profile"; }; - FFF7a48194007f8ea4819400 /* debug */ = { + FFF75a81b8007f8c5a81b800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6780,7 +6778,7 @@ }; name = "debug"; }; - FFF7a4819af07f8ea4819af0 /* checked */ = { + FFF75a81bef07f8c5a81bef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6811,7 +6809,7 @@ }; name = "checked"; }; - FFF7a481a1e07f8ea481a1e0 /* profile */ = { + FFF75a81c5e07f8c5a81c5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6842,7 +6840,7 @@ }; name = "profile"; }; - FFF7a481a8d07f8ea481a8d0 /* release */ = { + FFF75a81ccd07f8c5a81ccd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6873,7 +6871,7 @@ }; name = "release"; }; - FFF7a401a6007f8ea401a600 /* debug */ = { + FFF75b0284007f8c5b028400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6904,7 +6902,7 @@ }; name = "debug"; }; - FFF7a401acf07f8ea401acf0 /* checked */ = { + FFF75b028af07f8c5b028af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6935,7 +6933,7 @@ }; name = "checked"; }; - FFF7a401b3e07f8ea401b3e0 /* profile */ = { + FFF75b0291e07f8c5b0291e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6966,7 +6964,7 @@ }; name = "profile"; }; - FFF7a401bad07f8ea401bad0 /* release */ = { + FFF75b0298d07f8c5b0298d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6997,7 +6995,7 @@ }; name = "release"; }; - FFF7a40240007f8ea4024000 /* debug */ = { + FFF75a0304007f8c5a030400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7028,7 +7026,7 @@ }; name = "debug"; }; - FFF7a40246f07f8ea40246f0 /* checked */ = { + FFF75a030af07f8c5a030af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7059,7 +7057,7 @@ }; name = "checked"; }; - FFF7a4024de07f8ea4024de0 /* profile */ = { + FFF75a0311e07f8c5a0311e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7090,7 +7088,7 @@ }; name = "profile"; }; - FFF7a40254d07f8ea40254d0 /* release */ = { + FFF75a0318d07f8c5a0318d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7121,7 +7119,7 @@ }; name = "release"; }; - FFF7a402d8007f8ea402d800 /* debug */ = { + FFF75a8254007f8c5a825400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7152,7 +7150,7 @@ }; name = "debug"; }; - FFF7a402def07f8ea402def0 /* checked */ = { + FFF75a825af07f8c5a825af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7183,7 +7181,7 @@ }; name = "checked"; }; - FFF7a402e5e07f8ea402e5e0 /* profile */ = { + FFF75a8261e07f8c5a8261e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7214,7 +7212,7 @@ }; name = "profile"; }; - FFF7a402ecd07f8ea402ecd0 /* release */ = { + FFF75a8268d07f8c5a8268d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7245,7 +7243,7 @@ }; name = "release"; }; - FFF7a48234007f8ea4823400 /* debug */ = { + FFF75919de007f8c5919de00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7276,7 +7274,7 @@ }; name = "debug"; }; - FFF7a4823af07f8ea4823af0 /* checked */ = { + FFF75919e4f07f8c5919e4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7307,7 +7305,7 @@ }; name = "checked"; }; - FFF7a48241e07f8ea48241e0 /* profile */ = { + FFF75919ebe07f8c5919ebe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7338,7 +7336,7 @@ }; name = "profile"; }; - FFF7a48248d07f8ea48248d0 /* release */ = { + FFF75919f2d07f8c5919f2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7369,7 +7367,7 @@ }; name = "release"; }; - FFF7a4034a007f8ea4034a00 /* debug */ = { + FFF75a82cc007f8c5a82cc00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7400,7 +7398,7 @@ }; name = "debug"; }; - FFF7a40350f07f8ea40350f0 /* release */ = { + FFF75a82d2f07f8c5a82d2f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7431,7 +7429,7 @@ }; name = "release"; }; - FFF7a40357e07f8ea40357e0 /* checked */ = { + FFF75a82d9e07f8c5a82d9e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7462,7 +7460,7 @@ }; name = "checked"; }; - FFF7a4035ed07f8ea4035ed0 /* profile */ = { + FFF75a82e0d07f8c5a82e0d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7493,7 +7491,7 @@ }; name = "profile"; }; - FFF7a31c84007f8ea31c8400 /* debug */ = { + FFF75b02ee007f8c5b02ee00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7524,7 +7522,7 @@ }; name = "debug"; }; - FFF7a31c8af07f8ea31c8af0 /* release */ = { + FFF75b02f4f07f8c5b02f4f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7555,7 +7553,7 @@ }; name = "release"; }; - FFF7a31c91e07f8ea31c91e0 /* checked */ = { + FFF75b02fbe07f8c5b02fbe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7586,7 +7584,7 @@ }; name = "checked"; }; - FFF7a31c98d07f8ea31c98d0 /* profile */ = { + FFF75b0302d07f8c5b0302d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7617,25 +7615,25 @@ }; name = "profile"; }; - FFF3a405f0007f8ea405f000 /* release */ = { + FFF35b054e007f8c5b054e00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3a405f6f07f8ea405f6f0 /* debug */ = { + FFF35b0554f07f8c5b0554f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3a405fde07f8ea405fde0 /* checked */ = { + FFF35b055be07f8c5b055be0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3a40604d07f8ea40604d0 /* profile */ = { + FFF35b0562d07f8c5b0562d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7644,34 +7642,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9a2c823107f8ea2c82310 /* Project object */ = { + FFF958c7cd607f8c58c7cd60 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6a2c823107f8ea2c82310 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF658c7cd607f8c58c7cd60 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBa2c823787f8ea2c82378 /* PhysX */; + mainGroup = FFFB58c7cdc87f8c58c7cdc8 /* PhysX */; targets = ( - FFFAa3df24807f8ea3df2480, - FFFAa3e053b07f8ea3e053b0, - FFFAa3e069807f8ea3e06980, - FFFAa3e17d707f8ea3e17d70, - FFFAa3e28e907f8ea3e28e90, - FFFAa3e2d3f07f8ea3e2d3f0, - FFFAa5367b807f8ea5367b80, - FFFAa3896f307f8ea3896f30, - FFFAa3880f207f8ea3880f20, - FFFAa3f0a1707f8ea3f0a170, - FFFAa3f26fe07f8ea3f26fe0, - FFFAa3c32a207f8ea3c32a20, - FFFAa3c543a07f8ea3c543a0, - FFFAa3c736c07f8ea3c736c0, - FFFAa3f570307f8ea3f57030, - FFFAa3cc42607f8ea3cc4260, - FFFAa3b08f107f8ea3b08f10, + FFFA5b81c8207f8c5b81c820, + FFFA5b8241407f8c5b824140, + FFFA5b8256907f8c5b825690, + FFFA5b836b207f8c5b836b20, + FFFA5b847c107f8c5b847c10, + FFFA5b84c1707f8c5b84c170, + FFFA5b8507d07f8c5b8507d0, + FFFA59c183f07f8c59c183f0, + FFFA59c114307f8c59c11430, + FFFA59944d307f8c59944d30, + FFFA59d336a07f8c59d336a0, + FFFA5b808e607f8c5b808e60, + FFFA59c249907f8c59c24990, + FFFA59d4aa007f8c59d4aa00, + FFFA5992d3c07f8c5992d3c0, + FFFA59d66b807f8c59d66b80, + FFFA5b8199707f8c5b819970, ); }; /* End PBXProject section */ }; - rootObject = FFF9a2c823107f8ea2c82310 /* Project object */; + rootObject = FFF958c7cd607f8c58c7cd60 /* Project object */; } diff --git a/PhysX_3.4/Source/compiler/xcode_ios64/PhysX.xcodeproj/project.pbxproj b/PhysX_3.4/Source/compiler/xcode_ios64/PhysX.xcodeproj/project.pbxproj index fb472fbd..55752fe5 100644 --- a/PhysX_3.4/Source/compiler/xcode_ios64/PhysX.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Source/compiler/xcode_ios64/PhysX.xcodeproj/project.pbxproj @@ -7,223 +7,223 @@ objects = { /* Begin PBXBuildFile section of PhysX */ - FFFF73c5b4b07f9e73c5b4b0 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD73c7b3807f9e73c7b380 /* SceneQuery */; }; - FFFF73c5b5107f9e73c5b510 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD73c7f9c07f9e73c7f9c0 /* SimulationController */; }; - FFFF740334387f9e74033438 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740334387f9e74033438 /* NpActor.cpp */; }; - FFFF740334a07f9e740334a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740334a07f9e740334a0 /* NpAggregate.cpp */; }; - FFFF740335087f9e74033508 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740335087f9e74033508 /* NpArticulation.cpp */; }; - FFFF740335707f9e74033570 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740335707f9e74033570 /* NpArticulationJoint.cpp */; }; - FFFF740335d87f9e740335d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740335d87f9e740335d8 /* NpArticulationLink.cpp */; }; - FFFF740336407f9e74033640 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740336407f9e74033640 /* NpBatchQuery.cpp */; }; - FFFF740336a87f9e740336a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740336a87f9e740336a8 /* NpConstraint.cpp */; }; - FFFF740337107f9e74033710 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740337107f9e74033710 /* NpFactory.cpp */; }; - FFFF740337787f9e74033778 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740337787f9e74033778 /* NpMaterial.cpp */; }; - FFFF740337e07f9e740337e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740337e07f9e740337e0 /* NpMetaData.cpp */; }; - FFFF740338487f9e74033848 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740338487f9e74033848 /* NpPhysics.cpp */; }; - FFFF740338b07f9e740338b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740338b07f9e740338b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFF740339187f9e74033918 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740339187f9e74033918 /* NpReadCheck.cpp */; }; - FFFF740339807f9e74033980 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740339807f9e74033980 /* NpRigidDynamic.cpp */; }; - FFFF740339e87f9e740339e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740339e87f9e740339e8 /* NpRigidStatic.cpp */; }; - FFFF74033a507f9e74033a50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033a507f9e74033a50 /* NpScene.cpp */; }; - FFFF74033ab87f9e74033ab8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033ab87f9e74033ab8 /* NpSceneQueries.cpp */; }; - FFFF74033b207f9e74033b20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033b207f9e74033b20 /* NpSerializerAdapter.cpp */; }; - FFFF74033b887f9e74033b88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033b887f9e74033b88 /* NpShape.cpp */; }; - FFFF74033bf07f9e74033bf0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033bf07f9e74033bf0 /* NpShapeManager.cpp */; }; - FFFF74033c587f9e74033c58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033c587f9e74033c58 /* NpSpatialIndex.cpp */; }; - FFFF74033cc07f9e74033cc0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033cc07f9e74033cc0 /* NpVolumeCache.cpp */; }; - FFFF74033d287f9e74033d28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033d287f9e74033d28 /* NpWriteCheck.cpp */; }; - FFFF74033d907f9e74033d90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033d907f9e74033d90 /* PvdMetaDataPvdBinding.cpp */; }; - FFFF74033df87f9e74033df8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74033df87f9e74033df8 /* PvdPhysicsClient.cpp */; }; - FFFF740340007f9e74034000 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740340007f9e74034000 /* particles/NpParticleFluid.cpp */; }; - FFFF740340687f9e74034068 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740340687f9e74034068 /* particles/NpParticleSystem.cpp */; }; - FFFF740348207f9e74034820 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740348207f9e74034820 /* buffering/ScbActor.cpp */; }; - FFFF740348887f9e74034888 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740348887f9e74034888 /* buffering/ScbAggregate.cpp */; }; - FFFF740348f07f9e740348f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740348f07f9e740348f0 /* buffering/ScbBase.cpp */; }; - FFFF740349587f9e74034958 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740349587f9e74034958 /* buffering/ScbCloth.cpp */; }; - FFFF740349c07f9e740349c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740349c07f9e740349c0 /* buffering/ScbMetaData.cpp */; }; - FFFF74034a287f9e74034a28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034a287f9e74034a28 /* buffering/ScbParticleSystem.cpp */; }; - FFFF74034a907f9e74034a90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034a907f9e74034a90 /* buffering/ScbScene.cpp */; }; - FFFF74034af87f9e74034af8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034af87f9e74034af8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFF74034b607f9e74034b60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034b607f9e74034b60 /* buffering/ScbShape.cpp */; }; - FFFF74034d007f9e74034d00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034d007f9e74034d00 /* cloth/NpCloth.cpp */; }; - FFFF74034d687f9e74034d68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034d687f9e74034d68 /* cloth/NpClothFabric.cpp */; }; - FFFF74034dd07f9e74034dd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034dd07f9e74034dd0 /* cloth/NpClothParticleData.cpp */; }; - FFFF74034e387f9e74034e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74034e387f9e74034e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFF740319a87f9e740319a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD740319a87f9e740319a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFF74031a107f9e74031a10 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD74031a107f9e74031a10 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF2be33f407fc42be33f40 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2be53ef07fc42be53ef0 /* SceneQuery */; }; + FFFF2be33fa07fc42be33fa0 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2be585307fc42be58530 /* SimulationController */; }; + FFFF2c8368387fc42c836838 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8368387fc42c836838 /* NpActor.cpp */; }; + FFFF2c8368a07fc42c8368a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8368a07fc42c8368a0 /* NpAggregate.cpp */; }; + FFFF2c8369087fc42c836908 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8369087fc42c836908 /* NpArticulation.cpp */; }; + FFFF2c8369707fc42c836970 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8369707fc42c836970 /* NpArticulationJoint.cpp */; }; + FFFF2c8369d87fc42c8369d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8369d87fc42c8369d8 /* NpArticulationLink.cpp */; }; + FFFF2c836a407fc42c836a40 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836a407fc42c836a40 /* NpBatchQuery.cpp */; }; + FFFF2c836aa87fc42c836aa8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836aa87fc42c836aa8 /* NpConstraint.cpp */; }; + FFFF2c836b107fc42c836b10 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836b107fc42c836b10 /* NpFactory.cpp */; }; + FFFF2c836b787fc42c836b78 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836b787fc42c836b78 /* NpMaterial.cpp */; }; + FFFF2c836be07fc42c836be0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836be07fc42c836be0 /* NpMetaData.cpp */; }; + FFFF2c836c487fc42c836c48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836c487fc42c836c48 /* NpPhysics.cpp */; }; + FFFF2c836cb07fc42c836cb0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836cb07fc42c836cb0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF2c836d187fc42c836d18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836d187fc42c836d18 /* NpReadCheck.cpp */; }; + FFFF2c836d807fc42c836d80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836d807fc42c836d80 /* NpRigidDynamic.cpp */; }; + FFFF2c836de87fc42c836de8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836de87fc42c836de8 /* NpRigidStatic.cpp */; }; + FFFF2c836e507fc42c836e50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836e507fc42c836e50 /* NpScene.cpp */; }; + FFFF2c836eb87fc42c836eb8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836eb87fc42c836eb8 /* NpSceneQueries.cpp */; }; + FFFF2c836f207fc42c836f20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836f207fc42c836f20 /* NpSerializerAdapter.cpp */; }; + FFFF2c836f887fc42c836f88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836f887fc42c836f88 /* NpShape.cpp */; }; + FFFF2c836ff07fc42c836ff0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c836ff07fc42c836ff0 /* NpShapeManager.cpp */; }; + FFFF2c8370587fc42c837058 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8370587fc42c837058 /* NpSpatialIndex.cpp */; }; + FFFF2c8370c07fc42c8370c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8370c07fc42c8370c0 /* NpVolumeCache.cpp */; }; + FFFF2c8371287fc42c837128 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8371287fc42c837128 /* NpWriteCheck.cpp */; }; + FFFF2c8371907fc42c837190 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8371907fc42c837190 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF2c8371f87fc42c8371f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8371f87fc42c8371f8 /* PvdPhysicsClient.cpp */; }; + FFFF2c8374007fc42c837400 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8374007fc42c837400 /* particles/NpParticleFluid.cpp */; }; + FFFF2c8374687fc42c837468 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8374687fc42c837468 /* particles/NpParticleSystem.cpp */; }; + FFFF2c837c207fc42c837c20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837c207fc42c837c20 /* buffering/ScbActor.cpp */; }; + FFFF2c837c887fc42c837c88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837c887fc42c837c88 /* buffering/ScbAggregate.cpp */; }; + FFFF2c837cf07fc42c837cf0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837cf07fc42c837cf0 /* buffering/ScbBase.cpp */; }; + FFFF2c837d587fc42c837d58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837d587fc42c837d58 /* buffering/ScbCloth.cpp */; }; + FFFF2c837dc07fc42c837dc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837dc07fc42c837dc0 /* buffering/ScbMetaData.cpp */; }; + FFFF2c837e287fc42c837e28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837e287fc42c837e28 /* buffering/ScbParticleSystem.cpp */; }; + FFFF2c837e907fc42c837e90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837e907fc42c837e90 /* buffering/ScbScene.cpp */; }; + FFFF2c837ef87fc42c837ef8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837ef87fc42c837ef8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF2c837f607fc42c837f60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c837f607fc42c837f60 /* buffering/ScbShape.cpp */; }; + FFFF2c8381007fc42c838100 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8381007fc42c838100 /* cloth/NpCloth.cpp */; }; + FFFF2c8381687fc42c838168 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8381687fc42c838168 /* cloth/NpClothFabric.cpp */; }; + FFFF2c8381d07fc42c8381d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8381d07fc42c8381d0 /* cloth/NpClothParticleData.cpp */; }; + FFFF2c8382387fc42c838238 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8382387fc42c838238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF2c839da87fc42c839da8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c839da87fc42c839da8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2c839e107fc42c839e10 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c839e107fc42c839e10 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c41db07f9e73c41db0 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD740326007f9e74032600 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740326687f9e74032668 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD740326d07f9e740326d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD740327387f9e74032738 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD740327a07f9e740327a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740328087f9e74032808 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD740328707f9e74032870 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD740328d87f9e740328d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD740329407f9e74032940 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFD740329a87f9e740329a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032a107f9e74032a10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032a787f9e74032a78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032ae07f9e74032ae0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032b487f9e74032b48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032bb07f9e74032bb0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032c187f9e74032c18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032c807f9e74032c80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032ce87f9e74032ce8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032d507f9e74032d50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032db87f9e74032db8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032e207f9e74032e20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032e887f9e74032e88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032ef07f9e74032ef0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032f587f9e74032f58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD74032fc07f9e74032fc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD740330287f9e74033028 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFD740330907f9e74033090 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD740330f87f9e740330f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD740331607f9e74033160 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD740331c87f9e740331c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD740332307f9e74033230 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFD740332987f9e74033298 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740333007f9e74033300 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFD740333687f9e74033368 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD740333d07f9e740333d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD740334387f9e74033438 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740334a07f9e740334a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740335087f9e74033508 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740335707f9e74033570 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740335d87f9e740335d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740336407f9e74033640 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740336a87f9e740336a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740337107f9e74033710 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740337787f9e74033778 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740337e07f9e740337e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740338487f9e74033848 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740338b07f9e740338b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740339187f9e74033918 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740339807f9e74033980 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740339e87f9e740339e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033a507f9e74033a50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033ab87f9e74033ab8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033b207f9e74033b20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033b887f9e74033b88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033bf07f9e74033bf0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033c587f9e74033c58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033cc07f9e74033cc0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033d287f9e74033d28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033d907f9e74033d90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033df87f9e74033df8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74033e607f9e74033e60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFD74033ec87f9e74033ec8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD74033f307f9e74033f30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD74033f987f9e74033f98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD740340007f9e74034000 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740340687f9e74034068 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740340d07f9e740340d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740341387f9e74034138 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD740341a07f9e740341a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD740342087f9e74034208 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740342707f9e74034270 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD740342d87f9e740342d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD740343407f9e74034340 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD740343a87f9e740343a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740344107f9e74034410 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD740344787f9e74034478 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFD740344e07f9e740344e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD740345487f9e74034548 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFD740345b07f9e740345b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD740346187f9e74034618 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD740346807f9e74034680 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD740346e87f9e740346e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD740347507f9e74034750 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD740347b87f9e740347b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFD740348207f9e74034820 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740348887f9e74034888 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740348f07f9e740348f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740349587f9e74034958 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740349c07f9e740349c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034a287f9e74034a28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034a907f9e74034a90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034af87f9e74034af8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034b607f9e74034b60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034bc87f9e74034bc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD74034c307f9e74034c30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD74034c987f9e74034c98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD74034d007f9e74034d00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034d687f9e74034d68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034dd07f9e74034dd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74034e387f9e74034e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740300007f9e74030000 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740300687f9e74030068 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFD740300d07f9e740300d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD740301387f9e74030138 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740301a07f9e740301a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFD740302087f9e74030208 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD740302707f9e74030270 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD740302d87f9e740302d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD740303407f9e74030340 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD740303a87f9e740303a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740304107f9e74030410 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD740304787f9e74030478 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD740304e07f9e740304e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD740305487f9e74030548 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFD740305b07f9e740305b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD740306187f9e74030618 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD740306807f9e74030680 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFD740306e87f9e740306e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740307507f9e74030750 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFD740307b87f9e740307b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD740308207f9e74030820 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD740308887f9e74030888 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD740308f07f9e740308f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD740309587f9e74030958 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD740309c07f9e740309c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030a287f9e74030a28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030a907f9e74030a90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030af87f9e74030af8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030b607f9e74030b60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030bc87f9e74030bc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030c307f9e74030c30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030c987f9e74030c98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030d007f9e74030d00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030d687f9e74030d68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030dd07f9e74030dd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030e387f9e74030e38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030ea07f9e74030ea0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030f087f9e74030f08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030f707f9e74030f70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFD74030fd87f9e74030fd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD740310407f9e74031040 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD740310a87f9e740310a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD740311107f9e74031110 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740311787f9e74031178 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD740311e07f9e740311e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFD740312487f9e74031248 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740312b07f9e740312b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740313187f9e74031318 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD740313807f9e74031380 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD740313e87f9e740313e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD740314507f9e74031450 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740314b87f9e740314b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD740315207f9e74031520 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740315887f9e74031588 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD740316007f9e74031600 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD740316687f9e74031668 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD740316d07f9e740316d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740317387f9e74031738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD740317a07f9e740317a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740318087f9e74031808 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD740318707f9e74031870 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD740318d87f9e740318d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740319407f9e74031940 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740319a87f9e740319a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74031a107f9e74031a10 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be2bdd07fc42be2bdd0 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c835a007fc42c835a00 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835a687fc42c835a68 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835ad07fc42c835ad0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835b387fc42c835b38 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835ba07fc42c835ba0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835c087fc42c835c08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835c707fc42c835c70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835cd87fc42c835cd8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835d407fc42c835d40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835da87fc42c835da8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835e107fc42c835e10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835e787fc42c835e78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835ee07fc42c835ee0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835f487fc42c835f48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c835fb07fc42c835fb0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8360187fc42c836018 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8360807fc42c836080 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8360e87fc42c8360e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8361507fc42c836150 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8361b87fc42c8361b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8362207fc42c836220 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8362887fc42c836288 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8362f07fc42c8362f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8363587fc42c836358 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8363c07fc42c8363c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8364287fc42c836428 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8364907fc42c836490 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8364f87fc42c8364f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8365607fc42c836560 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8365c87fc42c8365c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8366307fc42c836630 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8366987fc42c836698 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8367007fc42c836700 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8367687fc42c836768 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8367d07fc42c8367d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8368387fc42c836838 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8368a07fc42c8368a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8369087fc42c836908 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8369707fc42c836970 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8369d87fc42c8369d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836a407fc42c836a40 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836aa87fc42c836aa8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836b107fc42c836b10 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836b787fc42c836b78 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836be07fc42c836be0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836c487fc42c836c48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836cb07fc42c836cb0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836d187fc42c836d18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836d807fc42c836d80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836de87fc42c836de8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836e507fc42c836e50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836eb87fc42c836eb8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836f207fc42c836f20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836f887fc42c836f88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c836ff07fc42c836ff0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8370587fc42c837058 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8370c07fc42c8370c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8371287fc42c837128 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8371907fc42c837190 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8371f87fc42c8371f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8372607fc42c837260 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8372c87fc42c8372c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8373307fc42c837330 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8373987fc42c837398 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8374007fc42c837400 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8374687fc42c837468 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8374d07fc42c8374d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8375387fc42c837538 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8375a07fc42c8375a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8376087fc42c837608 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8376707fc42c837670 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8376d87fc42c8376d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8377407fc42c837740 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8377a87fc42c8377a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8378107fc42c837810 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8378787fc42c837878 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8378e07fc42c8378e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8379487fc42c837948 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8379b07fc42c8379b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837a187fc42c837a18 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837a807fc42c837a80 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837ae87fc42c837ae8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837b507fc42c837b50 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837bb87fc42c837bb8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c837c207fc42c837c20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837c887fc42c837c88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837cf07fc42c837cf0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837d587fc42c837d58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837dc07fc42c837dc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837e287fc42c837e28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837e907fc42c837e90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837ef87fc42c837ef8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837f607fc42c837f60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c837fc87fc42c837fc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8380307fc42c838030 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8380987fc42c838098 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8381007fc42c838100 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8381687fc42c838168 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8381d07fc42c8381d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8382387fc42c838238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8384007fc42c838400 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8384687fc42c838468 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8384d07fc42c8384d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8385387fc42c838538 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8385a07fc42c8385a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8386087fc42c838608 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8386707fc42c838670 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8386d87fc42c8386d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8387407fc42c838740 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8387a87fc42c8387a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8388107fc42c838810 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8388787fc42c838878 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8388e07fc42c8388e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8389487fc42c838948 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8389b07fc42c8389b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838a187fc42c838a18 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838a807fc42c838a80 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838ae87fc42c838ae8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838b507fc42c838b50 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838bb87fc42c838bb8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838c207fc42c838c20 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838c887fc42c838c88 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838cf07fc42c838cf0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838d587fc42c838d58 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838dc07fc42c838dc0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838e287fc42c838e28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838e907fc42c838e90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838ef87fc42c838ef8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838f607fc42c838f60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c838fc87fc42c838fc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8390307fc42c839030 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8390987fc42c839098 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8391007fc42c839100 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8391687fc42c839168 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8391d07fc42c8391d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8392387fc42c839238 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8392a07fc42c8392a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8393087fc42c839308 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8393707fc42c839370 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8393d87fc42c8393d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8394407fc42c839440 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8394a87fc42c8394a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8395107fc42c839510 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8395787fc42c839578 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8395e07fc42c8395e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8396487fc42c839648 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8396b07fc42c8396b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8397187fc42c839718 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8397807fc42c839780 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8397e87fc42c8397e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8398507fc42c839850 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8398b87fc42c8398b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8399207fc42c839920 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8399887fc42c839988 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839a007fc42c839a00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839a687fc42c839a68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839ad07fc42c839ad0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839b387fc42c839b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839ba07fc42c839ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839c087fc42c839c08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839c707fc42c839c70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839cd87fc42c839cd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839d407fc42c839d40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c839da87fc42c839da8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c839e107fc42c839e10 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c41db07f9e73c41db0 /* Resources */ = { + FFF22be2bdd07fc42be2bdd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c41db07f9e73c41db0 /* Frameworks */ = { + FFFC2be2bdd07fc42be2bdd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c41db07f9e73c41db0 /* Sources */ = { + FFF82be2bdd07fc42be2bdd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF740334387f9e74033438, - FFFF740334a07f9e740334a0, - FFFF740335087f9e74033508, - FFFF740335707f9e74033570, - FFFF740335d87f9e740335d8, - FFFF740336407f9e74033640, - FFFF740336a87f9e740336a8, - FFFF740337107f9e74033710, - FFFF740337787f9e74033778, - FFFF740337e07f9e740337e0, - FFFF740338487f9e74033848, - FFFF740338b07f9e740338b0, - FFFF740339187f9e74033918, - FFFF740339807f9e74033980, - FFFF740339e87f9e740339e8, - FFFF74033a507f9e74033a50, - FFFF74033ab87f9e74033ab8, - FFFF74033b207f9e74033b20, - FFFF74033b887f9e74033b88, - FFFF74033bf07f9e74033bf0, - FFFF74033c587f9e74033c58, - FFFF74033cc07f9e74033cc0, - FFFF74033d287f9e74033d28, - FFFF74033d907f9e74033d90, - FFFF74033df87f9e74033df8, - FFFF740340007f9e74034000, - FFFF740340687f9e74034068, - FFFF740348207f9e74034820, - FFFF740348887f9e74034888, - FFFF740348f07f9e740348f0, - FFFF740349587f9e74034958, - FFFF740349c07f9e740349c0, - FFFF74034a287f9e74034a28, - FFFF74034a907f9e74034a90, - FFFF74034af87f9e74034af8, - FFFF74034b607f9e74034b60, - FFFF74034d007f9e74034d00, - FFFF74034d687f9e74034d68, - FFFF74034dd07f9e74034dd0, - FFFF74034e387f9e74034e38, - FFFF740319a87f9e740319a8, - FFFF74031a107f9e74031a10, + FFFF2c8368387fc42c836838, + FFFF2c8368a07fc42c8368a0, + FFFF2c8369087fc42c836908, + FFFF2c8369707fc42c836970, + FFFF2c8369d87fc42c8369d8, + FFFF2c836a407fc42c836a40, + FFFF2c836aa87fc42c836aa8, + FFFF2c836b107fc42c836b10, + FFFF2c836b787fc42c836b78, + FFFF2c836be07fc42c836be0, + FFFF2c836c487fc42c836c48, + FFFF2c836cb07fc42c836cb0, + FFFF2c836d187fc42c836d18, + FFFF2c836d807fc42c836d80, + FFFF2c836de87fc42c836de8, + FFFF2c836e507fc42c836e50, + FFFF2c836eb87fc42c836eb8, + FFFF2c836f207fc42c836f20, + FFFF2c836f887fc42c836f88, + FFFF2c836ff07fc42c836ff0, + FFFF2c8370587fc42c837058, + FFFF2c8370c07fc42c8370c0, + FFFF2c8371287fc42c837128, + FFFF2c8371907fc42c837190, + FFFF2c8371f87fc42c8371f8, + FFFF2c8374007fc42c837400, + FFFF2c8374687fc42c837468, + FFFF2c837c207fc42c837c20, + FFFF2c837c887fc42c837c88, + FFFF2c837cf07fc42c837cf0, + FFFF2c837d587fc42c837d58, + FFFF2c837dc07fc42c837dc0, + FFFF2c837e287fc42c837e28, + FFFF2c837e907fc42c837e90, + FFFF2c837ef87fc42c837ef8, + FFFF2c837f607fc42c837f60, + FFFF2c8381007fc42c838100, + FFFF2c8381687fc42c838168, + FFFF2c8381d07fc42c8381d0, + FFFF2c8382387fc42c838238, + FFFF2c839da87fc42c839da8, + FFFF2c839e107fc42c839e10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF473c586b07f9e73c586b0 /* PBXTargetDependency */ = { + FFF42be1c2f07fc42be1c2f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA72450a007f9e72450a00 /* LowLevel */; - targetProxy = FFF572450a007f9e72450a00 /* PBXContainerItemProxy */; + target = FFFA2b9141107fc42b914110 /* LowLevel */; + targetProxy = FFF52b9141107fc42b914110 /* PBXContainerItemProxy */; }; - FFF473c57aa07f9e73c57aa0 /* PBXTargetDependency */ = { + FFF42be305607fc42be30560 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA723099707f9e72309970 /* LowLevelAABB */; - targetProxy = FFF5723099707f9e72309970 /* PBXContainerItemProxy */; + target = FFFA2bdf89e07fc42bdf89e0 /* LowLevelAABB */; + targetProxy = FFF52bdf89e07fc42bdf89e0 /* PBXContainerItemProxy */; }; - FFF473c57b607f9e73c57b60 /* PBXTargetDependency */ = { + FFF42be381207fc42be38120 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA724846207f9e72484620 /* LowLevelCloth */; - targetProxy = FFF5724846207f9e72484620 /* PBXContainerItemProxy */; + target = FFFA2bf138507fc42bf13850 /* LowLevelCloth */; + targetProxy = FFF52bf138507fc42bf13850 /* PBXContainerItemProxy */; }; - FFF473c57b007f9e73c57b00 /* PBXTargetDependency */ = { + FFF42be305c07fc42be305c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA726f79d07f9e726f79d0 /* LowLevelDynamics */; - targetProxy = FFF5726f79d07f9e726f79d0 /* PBXContainerItemProxy */; + target = FFFA2b8ca5207fc42b8ca520 /* LowLevelDynamics */; + targetProxy = FFF52b8ca5207fc42b8ca520 /* PBXContainerItemProxy */; }; - FFF473c5b4507f9e73c5b450 /* PBXTargetDependency */ = { + FFF42be381807fc42be38180 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA7271ee907f9e7271ee90 /* LowLevelParticles */; - targetProxy = FFF57271ee907f9e7271ee90 /* PBXContainerItemProxy */; + target = FFFA2d1093507fc42d109350 /* LowLevelParticles */; + targetProxy = FFF52d1093507fc42d109350 /* PBXContainerItemProxy */; }; - FFF473c5b1d07f9e73c5b1d0 /* PBXTargetDependency */ = { + FFF42be1a9807fc42be1a980 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA72097c207f9e72097c20 /* PhysXCommon */; - targetProxy = FFF572097c207f9e72097c20 /* PBXContainerItemProxy */; + target = FFFA2b949d707fc42b949d70 /* PhysXCommon */; + targetProxy = FFF52b949d707fc42b949d70 /* PBXContainerItemProxy */; }; - FFF473a316607f9e73a31660 /* PBXTargetDependency */ = { + FFF42be2c0c07fc42be2c0c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA720818007f9e72081800 /* PxFoundation */; - targetProxy = FFF5720818007f9e72081800 /* PBXContainerItemProxy */; + target = FFFA2b95e5907fc42b95e590 /* PxFoundation */; + targetProxy = FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */; }; - FFF473c497b07f9e73c497b0 /* PBXTargetDependency */ = { + FFF42be2bd707fc42be2bd70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA724339a07f9e724339a0 /* PxPvdSDK */; - targetProxy = FFF5724339a07f9e724339a0 /* PBXContainerItemProxy */; + target = FFFA2b8e87e07fc42b8e87e0 /* PxPvdSDK */; + targetProxy = FFF52b8e87e07fc42b8e87e0 /* PBXContainerItemProxy */; }; - FFF473c5b5407f9e73c5b540 /* PBXTargetDependency */ = { + FFF42be33fd07fc42be33fd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73a0e6407f9e73a0e640 /* PxTask */; - targetProxy = FFF573a0e6407f9e73a0e640 /* PBXContainerItemProxy */; + target = FFFA2b858e007fc42b858e00 /* PxTask */; + targetProxy = FFF52b858e007fc42b858e00 /* PBXContainerItemProxy */; }; - FFF473c5b4b07f9e73c5b4b0 /* PBXTargetDependency */ = { + FFF42be33f407fc42be33f40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73c7b3807f9e73c7b380 /* SceneQuery */; - targetProxy = FFF573c7b3807f9e73c7b380 /* PBXContainerItemProxy */; + target = FFFA2be53ef07fc42be53ef0 /* SceneQuery */; + targetProxy = FFF52be53ef07fc42be53ef0 /* PBXContainerItemProxy */; }; - FFF473c5b5107f9e73c5b510 /* PBXTargetDependency */ = { + FFF42be33fa07fc42be33fa0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73c7f9c07f9e73c7f9c0 /* SimulationController */; - targetProxy = FFF573c7f9c07f9e73c7f9c0 /* PBXContainerItemProxy */; + target = FFFA2be585307fc42be58530 /* SimulationController */; + targetProxy = FFF52be585307fc42be58530 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFF73c5e3407f9e73c5e340 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD73c689b07f9e73c689b0 /* PhysXExtensions */; }; - FFFF740396787f9e74039678 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740396787f9e74039678 /* CctBoxController.cpp */; }; - FFFF740396e07f9e740396e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740396e07f9e740396e0 /* CctCapsuleController.cpp */; }; - FFFF740397487f9e74039748 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740397487f9e74039748 /* CctCharacterController.cpp */; }; - FFFF740397b07f9e740397b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740397b07f9e740397b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFF740398187f9e74039818 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740398187f9e74039818 /* CctCharacterControllerManager.cpp */; }; - FFFF740398807f9e74039880 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740398807f9e74039880 /* CctController.cpp */; }; - FFFF740398e87f9e740398e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740398e87f9e740398e8 /* CctObstacleContext.cpp */; }; - FFFF740399507f9e74039950 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740399507f9e74039950 /* CctSweptBox.cpp */; }; - FFFF740399b87f9e740399b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740399b87f9e740399b8 /* CctSweptCapsule.cpp */; }; - FFFF74039a207f9e74039a20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74039a207f9e74039a20 /* CctSweptVolume.cpp */; }; + FFFF2be356807fc42be35680 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2be415207fc42be41520 /* PhysXExtensions */; }; + FFFF2c833c787fc42c833c78 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833c787fc42c833c78 /* CctBoxController.cpp */; }; + FFFF2c833ce07fc42c833ce0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833ce07fc42c833ce0 /* CctCapsuleController.cpp */; }; + FFFF2c833d487fc42c833d48 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833d487fc42c833d48 /* CctCharacterController.cpp */; }; + FFFF2c833db07fc42c833db0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833db07fc42c833db0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF2c833e187fc42c833e18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833e187fc42c833e18 /* CctCharacterControllerManager.cpp */; }; + FFFF2c833e807fc42c833e80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833e807fc42c833e80 /* CctController.cpp */; }; + FFFF2c833ee87fc42c833ee8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833ee87fc42c833ee8 /* CctObstacleContext.cpp */; }; + FFFF2c833f507fc42c833f50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833f507fc42c833f50 /* CctSweptBox.cpp */; }; + FFFF2c833fb87fc42c833fb8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c833fb87fc42c833fb8 /* CctSweptCapsule.cpp */; }; + FFFF2c8340207fc42c834020 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8340207fc42c834020 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c577607f9e73c57760 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD73c5eac07f9e73c5eac0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5eb287f9e73c5eb28 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5eb907f9e73c5eb90 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5ebf87f9e73c5ebf8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5ec607f9e73c5ec60 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5ecc87f9e73c5ecc8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5ed307f9e73c5ed30 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c5ed987f9e73c5ed98 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFD740392007f9e74039200 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFD740392687f9e74039268 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFD740392d07f9e740392d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFD740393387f9e74039338 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD740393a07f9e740393a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFD740394087f9e74039408 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFD740394707f9e74039470 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD740394d87f9e740394d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD740395407f9e74039540 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD740395a87f9e740395a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFD740396107f9e74039610 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD740396787f9e74039678 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740396e07f9e740396e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740397487f9e74039748 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740397b07f9e740397b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740398187f9e74039818 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740398807f9e74039880 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740398e87f9e740398e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740399507f9e74039950 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740399b87f9e740399b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74039a207f9e74039a20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be302307fc42be30230 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2be362007fc42be36200 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be362687fc42be36268 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be362d07fc42be362d0 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be363387fc42be36338 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be363a07fc42be363a0 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be364087fc42be36408 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be364707fc42be36470 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be364d87fc42be364d8 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8338007fc42c833800 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8338687fc42c833868 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8338d07fc42c8338d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8339387fc42c833938 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8339a07fc42c8339a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833a087fc42c833a08 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833a707fc42c833a70 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833ad87fc42c833ad8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833b407fc42c833b40 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833ba87fc42c833ba8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833c107fc42c833c10 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c833c787fc42c833c78 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833ce07fc42c833ce0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833d487fc42c833d48 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833db07fc42c833db0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833e187fc42c833e18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833e807fc42c833e80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833ee87fc42c833ee8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833f507fc42c833f50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c833fb87fc42c833fb8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8340207fc42c834020 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c577607f9e73c57760 /* Resources */ = { + FFF22be302307fc42be30230 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c577607f9e73c57760 /* Frameworks */ = { + FFFC2be302307fc42be30230 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c577607f9e73c57760 /* Sources */ = { + FFF82be302307fc42be30230 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF740396787f9e74039678, - FFFF740396e07f9e740396e0, - FFFF740397487f9e74039748, - FFFF740397b07f9e740397b0, - FFFF740398187f9e74039818, - FFFF740398807f9e74039880, - FFFF740398e87f9e740398e8, - FFFF740399507f9e74039950, - FFFF740399b87f9e740399b8, - FFFF74039a207f9e74039a20, + FFFF2c833c787fc42c833c78, + FFFF2c833ce07fc42c833ce0, + FFFF2c833d487fc42c833d48, + FFFF2c833db07fc42c833db0, + FFFF2c833e187fc42c833e18, + FFFF2c833e807fc42c833e80, + FFFF2c833ee87fc42c833ee8, + FFFF2c833f507fc42c833f50, + FFFF2c833fb87fc42c833fb8, + FFFF2c8340207fc42c834020, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF473c5e8407f9e73c5e840 /* PBXTargetDependency */ = { + FFF42be316a07fc42be316a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA72097c207f9e72097c20 /* PhysXCommon */; - targetProxy = FFF572097c207f9e72097c20 /* PBXContainerItemProxy */; + target = FFFA2b949d707fc42b949d70 /* PhysXCommon */; + targetProxy = FFF52b949d707fc42b949d70 /* PBXContainerItemProxy */; }; - FFF473c5e3407f9e73c5e340 /* PBXTargetDependency */ = { + FFF42be356807fc42be35680 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73c689b07f9e73c689b0 /* PhysXExtensions */; - targetProxy = FFF573c689b07f9e73c689b0 /* PBXContainerItemProxy */; + target = FFFA2be415207fc42be41520 /* PhysXExtensions */; + targetProxy = FFF52be415207fc42be41520 /* PBXContainerItemProxy */; }; - FFF473c5e0d07f9e73c5e0d0 /* PBXTargetDependency */ = { + FFF42be347507fc42be34750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA720818007f9e72081800 /* PxFoundation */; - targetProxy = FFF5720818007f9e72081800 /* PBXContainerItemProxy */; + target = FFFA2b95e5907fc42b95e590 /* PxFoundation */; + targetProxy = FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFF7403e4087f9e7403e408 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e4087f9e7403e408 /* PxVehicleComponents.cpp */; }; - FFFF7403e4707f9e7403e470 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e4707f9e7403e470 /* PxVehicleDrive.cpp */; }; - FFFF7403e4d87f9e7403e4d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e4d87f9e7403e4d8 /* PxVehicleDrive4W.cpp */; }; - FFFF7403e5407f9e7403e540 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e5407f9e7403e540 /* PxVehicleDriveNW.cpp */; }; - FFFF7403e5a87f9e7403e5a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e5a87f9e7403e5a8 /* PxVehicleDriveTank.cpp */; }; - FFFF7403e6107f9e7403e610 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e6107f9e7403e610 /* PxVehicleMetaData.cpp */; }; - FFFF7403e6787f9e7403e678 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e6787f9e7403e678 /* PxVehicleNoDrive.cpp */; }; - FFFF7403e6e07f9e7403e6e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e6e07f9e7403e6e0 /* PxVehicleSDK.cpp */; }; - FFFF7403e7487f9e7403e748 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e7487f9e7403e748 /* PxVehicleSerialization.cpp */; }; - FFFF7403e7b07f9e7403e7b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e7b07f9e7403e7b0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFF7403e8187f9e7403e818 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e8187f9e7403e818 /* PxVehicleTireFriction.cpp */; }; - FFFF7403e8807f9e7403e880 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e8807f9e7403e880 /* PxVehicleUpdate.cpp */; }; - FFFF7403e8e87f9e7403e8e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e8e87f9e7403e8e8 /* PxVehicleWheels.cpp */; }; - FFFF7403e9507f9e7403e950 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e9507f9e7403e950 /* VehicleUtilControl.cpp */; }; - FFFF7403e9b87f9e7403e9b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403e9b87f9e7403e9b8 /* VehicleUtilSetup.cpp */; }; - FFFF7403ea207f9e7403ea20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7403ea207f9e7403ea20 /* VehicleUtilTelemetry.cpp */; }; - FFFF73c6a8887f9e73c6a888 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD73c6a8887f9e73c6a888 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFF73c6a8f07f9e73c6a8f0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD73c6a8f07f9e73c6a8f0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF2c83fa087fc42c83fa08 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fa087fc42c83fa08 /* PxVehicleComponents.cpp */; }; + FFFF2c83fa707fc42c83fa70 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fa707fc42c83fa70 /* PxVehicleDrive.cpp */; }; + FFFF2c83fad87fc42c83fad8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fad87fc42c83fad8 /* PxVehicleDrive4W.cpp */; }; + FFFF2c83fb407fc42c83fb40 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fb407fc42c83fb40 /* PxVehicleDriveNW.cpp */; }; + FFFF2c83fba87fc42c83fba8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fba87fc42c83fba8 /* PxVehicleDriveTank.cpp */; }; + FFFF2c83fc107fc42c83fc10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fc107fc42c83fc10 /* PxVehicleMetaData.cpp */; }; + FFFF2c83fc787fc42c83fc78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fc787fc42c83fc78 /* PxVehicleNoDrive.cpp */; }; + FFFF2c83fce07fc42c83fce0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fce07fc42c83fce0 /* PxVehicleSDK.cpp */; }; + FFFF2c83fd487fc42c83fd48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fd487fc42c83fd48 /* PxVehicleSerialization.cpp */; }; + FFFF2c83fdb07fc42c83fdb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fdb07fc42c83fdb0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF2c83fe187fc42c83fe18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fe187fc42c83fe18 /* PxVehicleTireFriction.cpp */; }; + FFFF2c83fe807fc42c83fe80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fe807fc42c83fe80 /* PxVehicleUpdate.cpp */; }; + FFFF2c83fee87fc42c83fee8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83fee87fc42c83fee8 /* PxVehicleWheels.cpp */; }; + FFFF2c83ff507fc42c83ff50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83ff507fc42c83ff50 /* VehicleUtilControl.cpp */; }; + FFFF2c83ffb87fc42c83ffb8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c83ffb87fc42c83ffb8 /* VehicleUtilSetup.cpp */; }; + FFFF2c8400207fc42c840020 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8400207fc42c840020 /* VehicleUtilTelemetry.cpp */; }; + FFFF2be433f87fc42be433f8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2be433f87fc42be433f8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2be434607fc42be43460 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2be434607fc42be43460 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c58db07f9e73c58db0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD7403c0007f9e7403c000 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c0687f9e7403c068 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c0d07f9e7403c0d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c1387f9e7403c138 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c1a07f9e7403c1a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c2087f9e7403c208 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c2707f9e7403c270 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c2d87f9e7403c2d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c3407f9e7403c340 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c3a87f9e7403c3a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c4107f9e7403c410 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c4787f9e7403c478 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c4e07f9e7403c4e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c5487f9e7403c548 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403c5b07f9e7403c5b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e2007f9e7403e200 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e2687f9e7403e268 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e2d07f9e7403e2d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e3387f9e7403e338 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e3a07f9e7403e3a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403e4087f9e7403e408 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e4707f9e7403e470 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e4d87f9e7403e4d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e5407f9e7403e540 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e5a87f9e7403e5a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e6107f9e7403e610 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e6787f9e7403e678 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e6e07f9e7403e6e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e7487f9e7403e748 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e7b07f9e7403e7b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e8187f9e7403e818 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e8807f9e7403e880 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e8e87f9e7403e8e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e9507f9e7403e950 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403e9b87f9e7403e9b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7403ea207f9e7403ea20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73c6a7507f9e73c6a750 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c6a7b87f9e73c6a7b8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c6a8207f9e73c6a820 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c6a8887f9e73c6a888 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73c6a8f07f9e73c6a8f0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be373c07fc42be373c0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c83da007fc42c83da00 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83da687fc42c83da68 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dad07fc42c83dad0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83db387fc42c83db38 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dba07fc42c83dba0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dc087fc42c83dc08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dc707fc42c83dc70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dcd87fc42c83dcd8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dd407fc42c83dd40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dda87fc42c83dda8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83de107fc42c83de10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83de787fc42c83de78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dee07fc42c83dee0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83df487fc42c83df48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83dfb07fc42c83dfb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83f8007fc42c83f800 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83f8687fc42c83f868 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83f8d07fc42c83f8d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83f9387fc42c83f938 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83f9a07fc42c83f9a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fa087fc42c83fa08 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fa707fc42c83fa70 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fad87fc42c83fad8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fb407fc42c83fb40 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fba87fc42c83fba8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fc107fc42c83fc10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fc787fc42c83fc78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fce07fc42c83fce0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fd487fc42c83fd48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fdb07fc42c83fdb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fe187fc42c83fe18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fe807fc42c83fe80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83fee87fc42c83fee8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83ff507fc42c83ff50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c83ffb87fc42c83ffb8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8400207fc42c840020 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be432c07fc42be432c0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be433287fc42be43328 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be433907fc42be43390 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be433f87fc42be433f8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be434607fc42be43460 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c58db07f9e73c58db0 /* Resources */ = { + FFF22be373c07fc42be373c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c58db07f9e73c58db0 /* Frameworks */ = { + FFFC2be373c07fc42be373c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c58db07f9e73c58db0 /* Sources */ = { + FFF82be373c07fc42be373c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF7403e4087f9e7403e408, - FFFF7403e4707f9e7403e470, - FFFF7403e4d87f9e7403e4d8, - FFFF7403e5407f9e7403e540, - FFFF7403e5a87f9e7403e5a8, - FFFF7403e6107f9e7403e610, - FFFF7403e6787f9e7403e678, - FFFF7403e6e07f9e7403e6e0, - FFFF7403e7487f9e7403e748, - FFFF7403e7b07f9e7403e7b0, - FFFF7403e8187f9e7403e818, - FFFF7403e8807f9e7403e880, - FFFF7403e8e87f9e7403e8e8, - FFFF7403e9507f9e7403e950, - FFFF7403e9b87f9e7403e9b8, - FFFF7403ea207f9e7403ea20, - FFFF73c6a8887f9e73c6a888, - FFFF73c6a8f07f9e73c6a8f0, + FFFF2c83fa087fc42c83fa08, + FFFF2c83fa707fc42c83fa70, + FFFF2c83fad87fc42c83fad8, + FFFF2c83fb407fc42c83fb40, + FFFF2c83fba87fc42c83fba8, + FFFF2c83fc107fc42c83fc10, + FFFF2c83fc787fc42c83fc78, + FFFF2c83fce07fc42c83fce0, + FFFF2c83fd487fc42c83fd48, + FFFF2c83fdb07fc42c83fdb0, + FFFF2c83fe187fc42c83fe18, + FFFF2c83fe807fc42c83fe80, + FFFF2c83fee87fc42c83fee8, + FFFF2c83ff507fc42c83ff50, + FFFF2c83ffb87fc42c83ffb8, + FFFF2c8400207fc42c840020, + FFFF2be433f87fc42be433f8, + FFFF2be434607fc42be43460, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFF740402e87f9e740402e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740402e87f9e740402e8 /* ExtBroadPhase.cpp */; }; - FFFF740403507f9e74040350 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740403507f9e74040350 /* ExtClothFabricCooker.cpp */; }; - FFFF740403b87f9e740403b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740403b87f9e740403b8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFF740404207f9e74040420 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740404207f9e74040420 /* ExtClothMeshQuadifier.cpp */; }; - FFFF740404887f9e74040488 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740404887f9e74040488 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFF740404f07f9e740404f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740404f07f9e740404f0 /* ExtCollection.cpp */; }; - FFFF740405587f9e74040558 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740405587f9e74040558 /* ExtConvexMeshExt.cpp */; }; - FFFF740405c07f9e740405c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740405c07f9e740405c0 /* ExtCpuWorkerThread.cpp */; }; - FFFF740406287f9e74040628 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740406287f9e74040628 /* ExtD6Joint.cpp */; }; - FFFF740406907f9e74040690 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740406907f9e74040690 /* ExtD6JointSolverPrep.cpp */; }; - FFFF740406f87f9e740406f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740406f87f9e740406f8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFF740407607f9e74040760 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740407607f9e74040760 /* ExtDefaultErrorCallback.cpp */; }; - FFFF740407c87f9e740407c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740407c87f9e740407c8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFF740408307f9e74040830 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740408307f9e74040830 /* ExtDefaultStreams.cpp */; }; - FFFF740408987f9e74040898 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740408987f9e74040898 /* ExtDistanceJoint.cpp */; }; - FFFF740409007f9e74040900 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740409007f9e74040900 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFF740409687f9e74040968 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740409687f9e74040968 /* ExtExtensions.cpp */; }; - FFFF740409d07f9e740409d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740409d07f9e740409d0 /* ExtFixedJoint.cpp */; }; - FFFF74040a387f9e74040a38 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040a387f9e74040a38 /* ExtFixedJointSolverPrep.cpp */; }; - FFFF74040aa07f9e74040aa0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040aa07f9e74040aa0 /* ExtJoint.cpp */; }; - FFFF74040b087f9e74040b08 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040b087f9e74040b08 /* ExtMetaData.cpp */; }; - FFFF74040b707f9e74040b70 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040b707f9e74040b70 /* ExtParticleExt.cpp */; }; - FFFF74040bd87f9e74040bd8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040bd87f9e74040bd8 /* ExtPrismaticJoint.cpp */; }; - FFFF74040c407f9e74040c40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040c407f9e74040c40 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFF74040ca87f9e74040ca8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040ca87f9e74040ca8 /* ExtPvd.cpp */; }; - FFFF74040d107f9e74040d10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040d107f9e74040d10 /* ExtPxStringTable.cpp */; }; - FFFF74040d787f9e74040d78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040d787f9e74040d78 /* ExtRaycastCCD.cpp */; }; - FFFF74040de07f9e74040de0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040de07f9e74040de0 /* ExtRevoluteJoint.cpp */; }; - FFFF74040e487f9e74040e48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040e487f9e74040e48 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFF74040eb07f9e74040eb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040eb07f9e74040eb0 /* ExtRigidBodyExt.cpp */; }; - FFFF74040f187f9e74040f18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040f187f9e74040f18 /* ExtSceneQueryExt.cpp */; }; - FFFF74040f807f9e74040f80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040f807f9e74040f80 /* ExtSimpleFactory.cpp */; }; - FFFF74040fe87f9e74040fe8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD74040fe87f9e74040fe8 /* ExtSmoothNormals.cpp */; }; - FFFF740410507f9e74041050 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740410507f9e74041050 /* ExtSphericalJoint.cpp */; }; - FFFF740410b87f9e740410b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740410b87f9e740410b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFF740411207f9e74041120 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740411207f9e74041120 /* ExtTriangleMeshExt.cpp */; }; - FFFF740446d07f9e740446d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740446d07f9e740446d0 /* SnSerialUtils.cpp */; }; - FFFF740447387f9e74044738 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740447387f9e74044738 /* SnSerialization.cpp */; }; - FFFF740447a07f9e740447a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740447a07f9e740447a0 /* SnSerializationRegistry.cpp */; }; - FFFF74044ae07f9e74044ae0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044ae07f9e74044ae0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFF74044b487f9e74044b48 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044b487f9e74044b48 /* Binary/SnBinarySerialization.cpp */; }; - FFFF74044bb07f9e74044bb0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044bb07f9e74044bb0 /* Binary/SnConvX.cpp */; }; - FFFF74044c187f9e74044c18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044c187f9e74044c18 /* Binary/SnConvX_Align.cpp */; }; - FFFF74044c807f9e74044c80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044c807f9e74044c80 /* Binary/SnConvX_Convert.cpp */; }; - FFFF74044ce87f9e74044ce8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044ce87f9e74044ce8 /* Binary/SnConvX_Error.cpp */; }; - FFFF74044d507f9e74044d50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044d507f9e74044d50 /* Binary/SnConvX_MetaData.cpp */; }; - FFFF74044db87f9e74044db8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044db87f9e74044db8 /* Binary/SnConvX_Output.cpp */; }; - FFFF74044e207f9e74044e20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044e207f9e74044e20 /* Binary/SnConvX_Union.cpp */; }; - FFFF74044e887f9e74044e88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD74044e887f9e74044e88 /* Binary/SnSerializationContext.cpp */; }; - FFFF740457e07f9e740457e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740457e07f9e740457e0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFF740458487f9e74045848 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740458487f9e74045848 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFF740458b07f9e740458b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740458b07f9e740458b0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFF740459187f9e74045918 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD740459187f9e74045918 /* Xml/SnXmlSerialization.cpp */; }; - FFFF740426e07f9e740426e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD740426e07f9e740426e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2c8420e87fc42c8420e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8420e87fc42c8420e8 /* ExtBroadPhase.cpp */; }; + FFFF2c8421507fc42c842150 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8421507fc42c842150 /* ExtClothFabricCooker.cpp */; }; + FFFF2c8421b87fc42c8421b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8421b87fc42c8421b8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF2c8422207fc42c842220 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8422207fc42c842220 /* ExtClothMeshQuadifier.cpp */; }; + FFFF2c8422887fc42c842288 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8422887fc42c842288 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF2c8422f07fc42c8422f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8422f07fc42c8422f0 /* ExtCollection.cpp */; }; + FFFF2c8423587fc42c842358 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8423587fc42c842358 /* ExtConvexMeshExt.cpp */; }; + FFFF2c8423c07fc42c8423c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8423c07fc42c8423c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF2c8424287fc42c842428 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8424287fc42c842428 /* ExtD6Joint.cpp */; }; + FFFF2c8424907fc42c842490 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8424907fc42c842490 /* ExtD6JointSolverPrep.cpp */; }; + FFFF2c8424f87fc42c8424f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8424f87fc42c8424f8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF2c8425607fc42c842560 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8425607fc42c842560 /* ExtDefaultErrorCallback.cpp */; }; + FFFF2c8425c87fc42c8425c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8425c87fc42c8425c8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF2c8426307fc42c842630 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8426307fc42c842630 /* ExtDefaultStreams.cpp */; }; + FFFF2c8426987fc42c842698 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8426987fc42c842698 /* ExtDistanceJoint.cpp */; }; + FFFF2c8427007fc42c842700 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8427007fc42c842700 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF2c8427687fc42c842768 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8427687fc42c842768 /* ExtExtensions.cpp */; }; + FFFF2c8427d07fc42c8427d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8427d07fc42c8427d0 /* ExtFixedJoint.cpp */; }; + FFFF2c8428387fc42c842838 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8428387fc42c842838 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF2c8428a07fc42c8428a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8428a07fc42c8428a0 /* ExtJoint.cpp */; }; + FFFF2c8429087fc42c842908 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8429087fc42c842908 /* ExtMetaData.cpp */; }; + FFFF2c8429707fc42c842970 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8429707fc42c842970 /* ExtParticleExt.cpp */; }; + FFFF2c8429d87fc42c8429d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8429d87fc42c8429d8 /* ExtPrismaticJoint.cpp */; }; + FFFF2c842a407fc42c842a40 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842a407fc42c842a40 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF2c842aa87fc42c842aa8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842aa87fc42c842aa8 /* ExtPvd.cpp */; }; + FFFF2c842b107fc42c842b10 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842b107fc42c842b10 /* ExtPxStringTable.cpp */; }; + FFFF2c842b787fc42c842b78 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842b787fc42c842b78 /* ExtRaycastCCD.cpp */; }; + FFFF2c842be07fc42c842be0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842be07fc42c842be0 /* ExtRevoluteJoint.cpp */; }; + FFFF2c842c487fc42c842c48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842c487fc42c842c48 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF2c842cb07fc42c842cb0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842cb07fc42c842cb0 /* ExtRigidBodyExt.cpp */; }; + FFFF2c842d187fc42c842d18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842d187fc42c842d18 /* ExtSceneQueryExt.cpp */; }; + FFFF2c842d807fc42c842d80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842d807fc42c842d80 /* ExtSimpleFactory.cpp */; }; + FFFF2c842de87fc42c842de8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842de87fc42c842de8 /* ExtSmoothNormals.cpp */; }; + FFFF2c842e507fc42c842e50 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842e507fc42c842e50 /* ExtSphericalJoint.cpp */; }; + FFFF2c842eb87fc42c842eb8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842eb87fc42c842eb8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF2c842f207fc42c842f20 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c842f207fc42c842f20 /* ExtTriangleMeshExt.cpp */; }; + FFFF2c8464d07fc42c8464d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8464d07fc42c8464d0 /* SnSerialUtils.cpp */; }; + FFFF2c8465387fc42c846538 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8465387fc42c846538 /* SnSerialization.cpp */; }; + FFFF2c8465a07fc42c8465a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8465a07fc42c8465a0 /* SnSerializationRegistry.cpp */; }; + FFFF2c8468e07fc42c8468e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8468e07fc42c8468e0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF2c8469487fc42c846948 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8469487fc42c846948 /* Binary/SnBinarySerialization.cpp */; }; + FFFF2c8469b07fc42c8469b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8469b07fc42c8469b0 /* Binary/SnConvX.cpp */; }; + FFFF2c846a187fc42c846a18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846a187fc42c846a18 /* Binary/SnConvX_Align.cpp */; }; + FFFF2c846a807fc42c846a80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846a807fc42c846a80 /* Binary/SnConvX_Convert.cpp */; }; + FFFF2c846ae87fc42c846ae8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846ae87fc42c846ae8 /* Binary/SnConvX_Error.cpp */; }; + FFFF2c846b507fc42c846b50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846b507fc42c846b50 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF2c846bb87fc42c846bb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846bb87fc42c846bb8 /* Binary/SnConvX_Output.cpp */; }; + FFFF2c846c207fc42c846c20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846c207fc42c846c20 /* Binary/SnConvX_Union.cpp */; }; + FFFF2c846c887fc42c846c88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c846c887fc42c846c88 /* Binary/SnSerializationContext.cpp */; }; + FFFF2c8475e07fc42c8475e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8475e07fc42c8475e0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF2c8476487fc42c847648 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8476487fc42c847648 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF2c8476b07fc42c8476b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8476b07fc42c8476b0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF2c8477187fc42c847718 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8477187fc42c847718 /* Xml/SnXmlSerialization.cpp */; }; + FFFF2c8444e07fc42c8444e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c8444e07fc42c8444e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c689b07f9e73c689b0 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD740412007f9e74041200 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFD740412687f9e74041268 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD740412d07f9e740412d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD740413387f9e74041338 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD740413a07f9e740413a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFD740414087f9e74041408 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFD740414707f9e74041470 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD740414d87f9e740414d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD740415407f9e74041540 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD740415a87f9e740415a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740416107f9e74041610 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD740416787f9e74041678 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD740416e07f9e740416e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD740417487f9e74041748 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD740417b07f9e740417b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD740418187f9e74041818 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740418807f9e74041880 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD740418e87f9e740418e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740419507f9e74041950 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740419b87f9e740419b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041a207f9e74041a20 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041a887f9e74041a88 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041af07f9e74041af0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041b587f9e74041b58 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041bc07f9e74041bc0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041c287f9e74041c28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041c907f9e74041c90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041cf87f9e74041cf8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041d607f9e74041d60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041dc87f9e74041dc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041e307f9e74041e30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041e987f9e74041e98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041f007f9e74041f00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041f687f9e74041f68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFD74041fd07f9e74041fd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740420387f9e74042038 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD740420a07f9e740420a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fc007f9e7403fc00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fc687f9e7403fc68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fcd07f9e7403fcd0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fd387f9e7403fd38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fda07f9e7403fda0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fe087f9e7403fe08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fe707f9e7403fe70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403fed87f9e7403fed8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403ff407f9e7403ff40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD7403ffa87f9e7403ffa8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFD740400107f9e74040010 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740400787f9e74040078 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD740400e07f9e740400e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740401487f9e74040148 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD740401b07f9e740401b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD740402187f9e74040218 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFD740402807f9e74040280 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD740402e87f9e740402e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740403507f9e74040350 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740403b87f9e740403b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740404207f9e74040420 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740404887f9e74040488 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740404f07f9e740404f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740405587f9e74040558 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740405c07f9e740405c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740406287f9e74040628 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740406907f9e74040690 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740406f87f9e740406f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740407607f9e74040760 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740407c87f9e740407c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740408307f9e74040830 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740408987f9e74040898 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740409007f9e74040900 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740409687f9e74040968 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740409d07f9e740409d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040a387f9e74040a38 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040aa07f9e74040aa0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040b087f9e74040b08 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040b707f9e74040b70 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040bd87f9e74040bd8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040c407f9e74040c40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040ca87f9e74040ca8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040d107f9e74040d10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040d787f9e74040d78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040de07f9e74040de0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040e487f9e74040e48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040eb07f9e74040eb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040f187f9e74040f18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040f807f9e74040f80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74040fe87f9e74040fe8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740410507f9e74041050 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740410b87f9e740410b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740411207f9e74041120 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740446007f9e74044600 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD740446687f9e74044668 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFD740446d07f9e740446d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740447387f9e74044738 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740447a07f9e740447a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740448087f9e74044808 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFD740448707f9e74044870 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFD740448d87f9e740448d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFD740449407f9e74044940 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD740449a87f9e740449a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFD74044a107f9e74044a10 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFD74044a787f9e74044a78 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD74044ae07f9e74044ae0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044b487f9e74044b48 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044bb07f9e74044bb0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044c187f9e74044c18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044c807f9e74044c80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044ce87f9e74044ce8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044d507f9e74044d50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044db87f9e74044db8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044e207f9e74044e20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044e887f9e74044e88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74044ef07f9e74044ef0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD74044f587f9e74044f58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFD74044fc07f9e74044fc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD740450287f9e74045028 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD740450907f9e74045090 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFD740450f87f9e740450f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD740451607f9e74045160 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD740451c87f9e740451c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD740452307f9e74045230 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFD740452987f9e74045298 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD740453007f9e74045300 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD740453687f9e74045368 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD740453d07f9e740453d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD740454387f9e74045438 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD740454a07f9e740454a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD740455087f9e74045508 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD740455707f9e74045570 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD740455d87f9e740455d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD740456407f9e74045640 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFD740456a87f9e740456a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFD740457107f9e74045710 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD740457787f9e74045778 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD740457e07f9e740457e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740458487f9e74045848 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740458b07f9e740458b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740459187f9e74045918 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740459807f9e74045980 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFD740422007f9e74042200 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFD740422687f9e74042268 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFD740422d07f9e740422d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740423387f9e74042338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD740423a07f9e740423a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740424087f9e74042408 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFD740424707f9e74042470 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFD740424d87f9e740424d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740425407f9e74042540 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFD740425a87f9e740425a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD740426107f9e74042610 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740426787f9e74042678 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFD740426e07f9e740426e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be415207fc42be41520 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8430007fc42c843000 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8430687fc42c843068 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8430d07fc42c8430d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8431387fc42c843138 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8431a07fc42c8431a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8432087fc42c843208 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8432707fc42c843270 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8432d87fc42c8432d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8433407fc42c843340 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8433a87fc42c8433a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8434107fc42c843410 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8434787fc42c843478 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8434e07fc42c8434e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8435487fc42c843548 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8435b07fc42c8435b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8436187fc42c843618 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8436807fc42c843680 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8436e87fc42c8436e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8437507fc42c843750 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8437b87fc42c8437b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8438207fc42c843820 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8438887fc42c843888 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8438f07fc42c8438f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8439587fc42c843958 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8439c07fc42c8439c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843a287fc42c843a28 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843a907fc42c843a90 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843af87fc42c843af8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843b607fc42c843b60 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843bc87fc42c843bc8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843c307fc42c843c30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843c987fc42c843c98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843d007fc42c843d00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843d687fc42c843d68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843dd07fc42c843dd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843e387fc42c843e38 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c843ea07fc42c843ea0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841a007fc42c841a00 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841a687fc42c841a68 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841ad07fc42c841ad0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841b387fc42c841b38 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841ba07fc42c841ba0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841c087fc42c841c08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841c707fc42c841c70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841cd87fc42c841cd8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841d407fc42c841d40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841da87fc42c841da8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841e107fc42c841e10 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841e787fc42c841e78 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841ee07fc42c841ee0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841f487fc42c841f48 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c841fb07fc42c841fb0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8420187fc42c842018 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8420807fc42c842080 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8420e87fc42c8420e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8421507fc42c842150 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8421b87fc42c8421b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8422207fc42c842220 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8422887fc42c842288 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8422f07fc42c8422f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8423587fc42c842358 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8423c07fc42c8423c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8424287fc42c842428 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8424907fc42c842490 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8424f87fc42c8424f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8425607fc42c842560 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8425c87fc42c8425c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8426307fc42c842630 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8426987fc42c842698 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8427007fc42c842700 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8427687fc42c842768 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8427d07fc42c8427d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8428387fc42c842838 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8428a07fc42c8428a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8429087fc42c842908 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8429707fc42c842970 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8429d87fc42c8429d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842a407fc42c842a40 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842aa87fc42c842aa8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842b107fc42c842b10 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842b787fc42c842b78 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842be07fc42c842be0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842c487fc42c842c48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842cb07fc42c842cb0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842d187fc42c842d18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842d807fc42c842d80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842de87fc42c842de8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842e507fc42c842e50 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842eb87fc42c842eb8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c842f207fc42c842f20 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8464007fc42c846400 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8464687fc42c846468 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8464d07fc42c8464d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8465387fc42c846538 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8465a07fc42c8465a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8466087fc42c846608 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8466707fc42c846670 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8466d87fc42c8466d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8467407fc42c846740 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8467a87fc42c8467a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8468107fc42c846810 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8468787fc42c846878 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8468e07fc42c8468e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8469487fc42c846948 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8469b07fc42c8469b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846a187fc42c846a18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846a807fc42c846a80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846ae87fc42c846ae8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846b507fc42c846b50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846bb87fc42c846bb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846c207fc42c846c20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846c887fc42c846c88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c846cf07fc42c846cf0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846d587fc42c846d58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846dc07fc42c846dc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846e287fc42c846e28 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846e907fc42c846e90 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846ef87fc42c846ef8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846f607fc42c846f60 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c846fc87fc42c846fc8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8470307fc42c847030 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8470987fc42c847098 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8471007fc42c847100 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8471687fc42c847168 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8471d07fc42c8471d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8472387fc42c847238 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8472a07fc42c8472a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8473087fc42c847308 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8473707fc42c847370 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8473d87fc42c8473d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8474407fc42c847440 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8474a87fc42c8474a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8475107fc42c847510 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8475787fc42c847578 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8475e07fc42c8475e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8476487fc42c847648 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8476b07fc42c8476b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8477187fc42c847718 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8477807fc42c847780 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8440007fc42c844000 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8440687fc42c844068 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8440d07fc42c8440d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8441387fc42c844138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8441a07fc42c8441a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8442087fc42c844208 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8442707fc42c844270 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8442d87fc42c8442d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8443407fc42c844340 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8443a87fc42c8443a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8444107fc42c844410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8444787fc42c844478 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8444e07fc42c8444e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c689b07f9e73c689b0 /* Resources */ = { + FFF22be415207fc42be41520 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c689b07f9e73c689b0 /* Frameworks */ = { + FFFC2be415207fc42be41520 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c689b07f9e73c689b0 /* Sources */ = { + FFF82be415207fc42be41520 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF740402e87f9e740402e8, - FFFF740403507f9e74040350, - FFFF740403b87f9e740403b8, - FFFF740404207f9e74040420, - FFFF740404887f9e74040488, - FFFF740404f07f9e740404f0, - FFFF740405587f9e74040558, - FFFF740405c07f9e740405c0, - FFFF740406287f9e74040628, - FFFF740406907f9e74040690, - FFFF740406f87f9e740406f8, - FFFF740407607f9e74040760, - FFFF740407c87f9e740407c8, - FFFF740408307f9e74040830, - FFFF740408987f9e74040898, - FFFF740409007f9e74040900, - FFFF740409687f9e74040968, - FFFF740409d07f9e740409d0, - FFFF74040a387f9e74040a38, - FFFF74040aa07f9e74040aa0, - FFFF74040b087f9e74040b08, - FFFF74040b707f9e74040b70, - FFFF74040bd87f9e74040bd8, - FFFF74040c407f9e74040c40, - FFFF74040ca87f9e74040ca8, - FFFF74040d107f9e74040d10, - FFFF74040d787f9e74040d78, - FFFF74040de07f9e74040de0, - FFFF74040e487f9e74040e48, - FFFF74040eb07f9e74040eb0, - FFFF74040f187f9e74040f18, - FFFF74040f807f9e74040f80, - FFFF74040fe87f9e74040fe8, - FFFF740410507f9e74041050, - FFFF740410b87f9e740410b8, - FFFF740411207f9e74041120, - FFFF740446d07f9e740446d0, - FFFF740447387f9e74044738, - FFFF740447a07f9e740447a0, - FFFF74044ae07f9e74044ae0, - FFFF74044b487f9e74044b48, - FFFF74044bb07f9e74044bb0, - FFFF74044c187f9e74044c18, - FFFF74044c807f9e74044c80, - FFFF74044ce87f9e74044ce8, - FFFF74044d507f9e74044d50, - FFFF74044db87f9e74044db8, - FFFF74044e207f9e74044e20, - FFFF74044e887f9e74044e88, - FFFF740457e07f9e740457e0, - FFFF740458487f9e74045848, - FFFF740458b07f9e740458b0, - FFFF740459187f9e74045918, - FFFF740426e07f9e740426e0, + FFFF2c8420e87fc42c8420e8, + FFFF2c8421507fc42c842150, + FFFF2c8421b87fc42c8421b8, + FFFF2c8422207fc42c842220, + FFFF2c8422887fc42c842288, + FFFF2c8422f07fc42c8422f0, + FFFF2c8423587fc42c842358, + FFFF2c8423c07fc42c8423c0, + FFFF2c8424287fc42c842428, + FFFF2c8424907fc42c842490, + FFFF2c8424f87fc42c8424f8, + FFFF2c8425607fc42c842560, + FFFF2c8425c87fc42c8425c8, + FFFF2c8426307fc42c842630, + FFFF2c8426987fc42c842698, + FFFF2c8427007fc42c842700, + FFFF2c8427687fc42c842768, + FFFF2c8427d07fc42c8427d0, + FFFF2c8428387fc42c842838, + FFFF2c8428a07fc42c8428a0, + FFFF2c8429087fc42c842908, + FFFF2c8429707fc42c842970, + FFFF2c8429d87fc42c8429d8, + FFFF2c842a407fc42c842a40, + FFFF2c842aa87fc42c842aa8, + FFFF2c842b107fc42c842b10, + FFFF2c842b787fc42c842b78, + FFFF2c842be07fc42c842be0, + FFFF2c842c487fc42c842c48, + FFFF2c842cb07fc42c842cb0, + FFFF2c842d187fc42c842d18, + FFFF2c842d807fc42c842d80, + FFFF2c842de87fc42c842de8, + FFFF2c842e507fc42c842e50, + FFFF2c842eb87fc42c842eb8, + FFFF2c842f207fc42c842f20, + FFFF2c8464d07fc42c8464d0, + FFFF2c8465387fc42c846538, + FFFF2c8465a07fc42c8465a0, + FFFF2c8468e07fc42c8468e0, + FFFF2c8469487fc42c846948, + FFFF2c8469b07fc42c8469b0, + FFFF2c846a187fc42c846a18, + FFFF2c846a807fc42c846a80, + FFFF2c846ae87fc42c846ae8, + FFFF2c846b507fc42c846b50, + FFFF2c846bb87fc42c846bb8, + FFFF2c846c207fc42c846c20, + FFFF2c846c887fc42c846c88, + FFFF2c8475e07fc42c8475e0, + FFFF2c8476487fc42c847648, + FFFF2c8476b07fc42c8476b0, + FFFF2c8477187fc42c847718, + FFFF2c8444e07fc42c8444e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,56 +880,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF473c68e307f9e73c68e30 /* PBXTargetDependency */ = { + FFF42be419a07fc42be419a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73c2e6e07f9e73c2e6e0 /* PsFastXml */; - targetProxy = FFF573c2e6e07f9e73c2e6e0 /* PBXContainerItemProxy */; + target = FFFA2be271907fc42be27190 /* PsFastXml */; + targetProxy = FFF52be271907fc42be27190 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFF740486007f9e74048600 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740486007f9e74048600 /* SqAABBPruner.cpp */; }; - FFFF740486687f9e74048668 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740486687f9e74048668 /* SqAABBTree.cpp */; }; - FFFF740486d07f9e740486d0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740486d07f9e740486d0 /* SqAABBTreeUpdateMap.cpp */; }; - FFFF740487387f9e74048738 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740487387f9e74048738 /* SqBounds.cpp */; }; - FFFF740487a07f9e740487a0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740487a07f9e740487a0 /* SqBucketPruner.cpp */; }; - FFFF740488087f9e74048808 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740488087f9e74048808 /* SqExtendedBucketPruner.cpp */; }; - FFFF740488707f9e74048870 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740488707f9e74048870 /* SqMetaData.cpp */; }; - FFFF740488d87f9e740488d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740488d87f9e740488d8 /* SqPruningPool.cpp */; }; - FFFF740489407f9e74048940 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740489407f9e74048940 /* SqPruningStructure.cpp */; }; - FFFF740489a87f9e740489a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD740489a87f9e740489a8 /* SqSceneQueryManager.cpp */; }; + FFFF2c84a4007fc42c84a400 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a4007fc42c84a400 /* SqAABBPruner.cpp */; }; + FFFF2c84a4687fc42c84a468 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a4687fc42c84a468 /* SqAABBTree.cpp */; }; + FFFF2c84a4d07fc42c84a4d0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a4d07fc42c84a4d0 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF2c84a5387fc42c84a538 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a5387fc42c84a538 /* SqBounds.cpp */; }; + FFFF2c84a5a07fc42c84a5a0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a5a07fc42c84a5a0 /* SqBucketPruner.cpp */; }; + FFFF2c84a6087fc42c84a608 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a6087fc42c84a608 /* SqExtendedBucketPruner.cpp */; }; + FFFF2c84a6707fc42c84a670 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a6707fc42c84a670 /* SqMetaData.cpp */; }; + FFFF2c84a6d87fc42c84a6d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a6d87fc42c84a6d8 /* SqPruningPool.cpp */; }; + FFFF2c84a7407fc42c84a740 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a7407fc42c84a740 /* SqPruningStructure.cpp */; }; + FFFF2c84a7a87fc42c84a7a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c84a7a87fc42c84a7a8 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c7b3807f9e73c7b380 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD740486007f9e74048600 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740486687f9e74048668 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740486d07f9e740486d0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740487387f9e74048738 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740487a07f9e740487a0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740488087f9e74048808 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740488707f9e74048870 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740488d87f9e740488d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740489407f9e74048940 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD740489a87f9e740489a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD74048a107f9e74048a10 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048a787f9e74048a78 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048ae07f9e74048ae0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048b487f9e74048b48 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048bb07f9e74048bb0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048c187f9e74048c18 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048c807f9e74048c80 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048ce87f9e74048ce8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048d507f9e74048d50 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD74048db87f9e74048db8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c7f7007f9e73c7f700 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c7f7687f9e73c7f768 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c7f7d07f9e73c7f7d0 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c7f8387f9e73c7f838 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be53ef07fc42be53ef0 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c84a4007fc42c84a400 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a4687fc42c84a468 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a4d07fc42c84a4d0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a5387fc42c84a538 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a5a07fc42c84a5a0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a6087fc42c84a608 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a6707fc42c84a670 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a6d87fc42c84a6d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a7407fc42c84a740 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a7a87fc42c84a7a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a8107fc42c84a810 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a8787fc42c84a878 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a8e07fc42c84a8e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a9487fc42c84a948 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84a9b07fc42c84a9b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84aa187fc42c84aa18 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84aa807fc42c84aa80 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84aae87fc42c84aae8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84ab507fc42c84ab50 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84abb87fc42c84abb8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be582707fc42be58270 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be582d87fc42be582d8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be583407fc42be58340 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be583a87fc42be583a8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c7b3807f9e73c7b380 /* Resources */ = { + FFF22be53ef07fc42be53ef0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -939,7 +939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c7b3807f9e73c7b380 /* Frameworks */ = { + FFFC2be53ef07fc42be53ef0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -949,20 +949,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c7b3807f9e73c7b380 /* Sources */ = { + FFF82be53ef07fc42be53ef0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF740486007f9e74048600, - FFFF740486687f9e74048668, - FFFF740486d07f9e740486d0, - FFFF740487387f9e74048738, - FFFF740487a07f9e740487a0, - FFFF740488087f9e74048808, - FFFF740488707f9e74048870, - FFFF740488d87f9e740488d8, - FFFF740489407f9e74048940, - FFFF740489a87f9e740489a8, + FFFF2c84a4007fc42c84a400, + FFFF2c84a4687fc42c84a468, + FFFF2c84a4d07fc42c84a4d0, + FFFF2c84a5387fc42c84a538, + FFFF2c84a5a07fc42c84a5a0, + FFFF2c84a6087fc42c84a608, + FFFF2c84a6707fc42c84a670, + FFFF2c84a6d87fc42c84a6d8, + FFFF2c84a7407fc42c84a740, + FFFF2c84a7a87fc42c84a7a8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -974,154 +974,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFF730527d07f9e730527d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730527d07f9e730527d0 /* ScActorCore.cpp */; }; - FFFF730528387f9e73052838 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730528387f9e73052838 /* ScActorSim.cpp */; }; - FFFF730528a07f9e730528a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730528a07f9e730528a0 /* ScArticulationCore.cpp */; }; - FFFF730529087f9e73052908 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730529087f9e73052908 /* ScArticulationJointCore.cpp */; }; - FFFF730529707f9e73052970 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730529707f9e73052970 /* ScArticulationJointSim.cpp */; }; - FFFF730529d87f9e730529d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730529d87f9e730529d8 /* ScArticulationSim.cpp */; }; - FFFF73052a407f9e73052a40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052a407f9e73052a40 /* ScBodyCore.cpp */; }; - FFFF73052aa87f9e73052aa8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052aa87f9e73052aa8 /* ScBodyCoreKinematic.cpp */; }; - FFFF73052b107f9e73052b10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052b107f9e73052b10 /* ScBodySim.cpp */; }; - FFFF73052b787f9e73052b78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052b787f9e73052b78 /* ScConstraintCore.cpp */; }; - FFFF73052be07f9e73052be0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052be07f9e73052be0 /* ScConstraintGroupNode.cpp */; }; - FFFF73052c487f9e73052c48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052c487f9e73052c48 /* ScConstraintInteraction.cpp */; }; - FFFF73052cb07f9e73052cb0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052cb07f9e73052cb0 /* ScConstraintProjectionManager.cpp */; }; - FFFF73052d187f9e73052d18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052d187f9e73052d18 /* ScConstraintProjectionTree.cpp */; }; - FFFF73052d807f9e73052d80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052d807f9e73052d80 /* ScConstraintSim.cpp */; }; - FFFF73052de87f9e73052de8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052de87f9e73052de8 /* ScElementInteractionMarker.cpp */; }; - FFFF73052e507f9e73052e50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052e507f9e73052e50 /* ScElementSim.cpp */; }; - FFFF73052eb87f9e73052eb8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052eb87f9e73052eb8 /* ScInteraction.cpp */; }; - FFFF73052f207f9e73052f20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052f207f9e73052f20 /* ScIterators.cpp */; }; - FFFF73052f887f9e73052f88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052f887f9e73052f88 /* ScMaterialCore.cpp */; }; - FFFF73052ff07f9e73052ff0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73052ff07f9e73052ff0 /* ScMetaData.cpp */; }; - FFFF730530587f9e73053058 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730530587f9e73053058 /* ScNPhaseCore.cpp */; }; - FFFF730530c07f9e730530c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730530c07f9e730530c0 /* ScPhysics.cpp */; }; - FFFF730531287f9e73053128 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730531287f9e73053128 /* ScRigidCore.cpp */; }; - FFFF730531907f9e73053190 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730531907f9e73053190 /* ScRigidSim.cpp */; }; - FFFF730531f87f9e730531f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730531f87f9e730531f8 /* ScScene.cpp */; }; - FFFF730532607f9e73053260 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730532607f9e73053260 /* ScShapeCore.cpp */; }; - FFFF730532c87f9e730532c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730532c87f9e730532c8 /* ScShapeInteraction.cpp */; }; - FFFF730533307f9e73053330 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730533307f9e73053330 /* ScShapeSim.cpp */; }; - FFFF730533987f9e73053398 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730533987f9e73053398 /* ScSimStats.cpp */; }; - FFFF730534007f9e73053400 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730534007f9e73053400 /* ScSimulationController.cpp */; }; - FFFF730534687f9e73053468 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730534687f9e73053468 /* ScSqBoundsManager.cpp */; }; - FFFF730534d07f9e730534d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730534d07f9e730534d0 /* ScStaticCore.cpp */; }; - FFFF730535387f9e73053538 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730535387f9e73053538 /* ScStaticSim.cpp */; }; - FFFF730535a07f9e730535a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730535a07f9e730535a0 /* ScTriggerInteraction.cpp */; }; - FFFF730537407f9e73053740 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730537407f9e73053740 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFF730537a87f9e730537a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730537a87f9e730537a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFF730538107f9e73053810 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730538107f9e73053810 /* particles/ScParticleSystemCore.cpp */; }; - FFFF730538787f9e73053878 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730538787f9e73053878 /* particles/ScParticleSystemSim.cpp */; }; - FFFF730539b07f9e730539b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730539b07f9e730539b0 /* cloth/ScClothCore.cpp */; }; - FFFF73053a187f9e73053a18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73053a187f9e73053a18 /* cloth/ScClothFabricCore.cpp */; }; - FFFF73053a807f9e73053a80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73053a807f9e73053a80 /* cloth/ScClothShape.cpp */; }; - FFFF73053ae87f9e73053ae8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73053ae87f9e73053ae8 /* cloth/ScClothSim.cpp */; }; + FFFF2c850dd07fc42c850dd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850dd07fc42c850dd0 /* ScActorCore.cpp */; }; + FFFF2c850e387fc42c850e38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850e387fc42c850e38 /* ScActorSim.cpp */; }; + FFFF2c850ea07fc42c850ea0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850ea07fc42c850ea0 /* ScArticulationCore.cpp */; }; + FFFF2c850f087fc42c850f08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850f087fc42c850f08 /* ScArticulationJointCore.cpp */; }; + FFFF2c850f707fc42c850f70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850f707fc42c850f70 /* ScArticulationJointSim.cpp */; }; + FFFF2c850fd87fc42c850fd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c850fd87fc42c850fd8 /* ScArticulationSim.cpp */; }; + FFFF2c8510407fc42c851040 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8510407fc42c851040 /* ScBodyCore.cpp */; }; + FFFF2c8510a87fc42c8510a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8510a87fc42c8510a8 /* ScBodyCoreKinematic.cpp */; }; + FFFF2c8511107fc42c851110 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8511107fc42c851110 /* ScBodySim.cpp */; }; + FFFF2c8511787fc42c851178 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8511787fc42c851178 /* ScConstraintCore.cpp */; }; + FFFF2c8511e07fc42c8511e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8511e07fc42c8511e0 /* ScConstraintGroupNode.cpp */; }; + FFFF2c8512487fc42c851248 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8512487fc42c851248 /* ScConstraintInteraction.cpp */; }; + FFFF2c8512b07fc42c8512b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8512b07fc42c8512b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF2c8513187fc42c851318 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8513187fc42c851318 /* ScConstraintProjectionTree.cpp */; }; + FFFF2c8513807fc42c851380 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8513807fc42c851380 /* ScConstraintSim.cpp */; }; + FFFF2c8513e87fc42c8513e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8513e87fc42c8513e8 /* ScElementInteractionMarker.cpp */; }; + FFFF2c8514507fc42c851450 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8514507fc42c851450 /* ScElementSim.cpp */; }; + FFFF2c8514b87fc42c8514b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8514b87fc42c8514b8 /* ScInteraction.cpp */; }; + FFFF2c8515207fc42c851520 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8515207fc42c851520 /* ScIterators.cpp */; }; + FFFF2c8515887fc42c851588 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8515887fc42c851588 /* ScMaterialCore.cpp */; }; + FFFF2c8515f07fc42c8515f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8515f07fc42c8515f0 /* ScMetaData.cpp */; }; + FFFF2c8516587fc42c851658 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8516587fc42c851658 /* ScNPhaseCore.cpp */; }; + FFFF2c8516c07fc42c8516c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8516c07fc42c8516c0 /* ScPhysics.cpp */; }; + FFFF2c8517287fc42c851728 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8517287fc42c851728 /* ScRigidCore.cpp */; }; + FFFF2c8517907fc42c851790 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8517907fc42c851790 /* ScRigidSim.cpp */; }; + FFFF2c8517f87fc42c8517f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8517f87fc42c8517f8 /* ScScene.cpp */; }; + FFFF2c8518607fc42c851860 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8518607fc42c851860 /* ScShapeCore.cpp */; }; + FFFF2c8518c87fc42c8518c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8518c87fc42c8518c8 /* ScShapeInteraction.cpp */; }; + FFFF2c8519307fc42c851930 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8519307fc42c851930 /* ScShapeSim.cpp */; }; + FFFF2c8519987fc42c851998 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8519987fc42c851998 /* ScSimStats.cpp */; }; + FFFF2c851a007fc42c851a00 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851a007fc42c851a00 /* ScSimulationController.cpp */; }; + FFFF2c851a687fc42c851a68 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851a687fc42c851a68 /* ScSqBoundsManager.cpp */; }; + FFFF2c851ad07fc42c851ad0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851ad07fc42c851ad0 /* ScStaticCore.cpp */; }; + FFFF2c851b387fc42c851b38 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851b387fc42c851b38 /* ScStaticSim.cpp */; }; + FFFF2c851ba07fc42c851ba0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851ba07fc42c851ba0 /* ScTriggerInteraction.cpp */; }; + FFFF2c851d407fc42c851d40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851d407fc42c851d40 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF2c851da87fc42c851da8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851da87fc42c851da8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF2c851e107fc42c851e10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851e107fc42c851e10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF2c851e787fc42c851e78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851e787fc42c851e78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF2c851fb07fc42c851fb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c851fb07fc42c851fb0 /* cloth/ScClothCore.cpp */; }; + FFFF2c8520187fc42c852018 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8520187fc42c852018 /* cloth/ScClothFabricCore.cpp */; }; + FFFF2c8520807fc42c852080 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8520807fc42c852080 /* cloth/ScClothShape.cpp */; }; + FFFF2c8520e87fc42c8520e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8520e87fc42c8520e8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c7f9c07f9e73c7f9c0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD7404b0007f9e7404b000 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b0687f9e7404b068 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b0d07f9e7404b0d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b1387f9e7404b138 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b1a07f9e7404b1a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b2087f9e7404b208 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b2707f9e7404b270 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b2d87f9e7404b2d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b3407f9e7404b340 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b3a87f9e7404b3a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b4107f9e7404b410 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b4787f9e7404b478 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b4e07f9e7404b4e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b5487f9e7404b548 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD7404b5b07f9e7404b5b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051a007f9e73051a00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051a687f9e73051a68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051ad07f9e73051ad0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051b387f9e73051b38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051ba07f9e73051ba0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051c087f9e73051c08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051c707f9e73051c70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051cd87f9e73051cd8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051d407f9e73051d40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051da87f9e73051da8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051e107f9e73051e10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051e787f9e73051e78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051ee07f9e73051ee0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051f487f9e73051f48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD73051fb07f9e73051fb0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD730520187f9e73052018 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFD730520807f9e73052080 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730520e87f9e730520e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730521507f9e73052150 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730521b87f9e730521b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD730522207f9e73052220 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD730522887f9e73052288 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFD730522f07f9e730522f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730523587f9e73052358 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730523c07f9e730523c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730524287f9e73052428 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD730524907f9e73052490 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730524f87f9e730524f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFD730525607f9e73052560 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD730525c87f9e730525c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD730526307f9e73052630 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD730526987f9e73052698 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730527007f9e73052700 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730527687f9e73052768 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFD730527d07f9e730527d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730528387f9e73052838 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730528a07f9e730528a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730529087f9e73052908 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730529707f9e73052970 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730529d87f9e730529d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052a407f9e73052a40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052aa87f9e73052aa8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052b107f9e73052b10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052b787f9e73052b78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052be07f9e73052be0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052c487f9e73052c48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052cb07f9e73052cb0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052d187f9e73052d18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052d807f9e73052d80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052de87f9e73052de8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052e507f9e73052e50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052eb87f9e73052eb8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052f207f9e73052f20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052f887f9e73052f88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73052ff07f9e73052ff0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730530587f9e73053058 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730530c07f9e730530c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730531287f9e73053128 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730531907f9e73053190 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730531f87f9e730531f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730532607f9e73053260 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730532c87f9e730532c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730533307f9e73053330 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730533987f9e73053398 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730534007f9e73053400 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730534687f9e73053468 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730534d07f9e730534d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730535387f9e73053538 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730535a07f9e730535a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730536087f9e73053608 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730536707f9e73053670 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD730536d87f9e730536d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730537407f9e73053740 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730537a87f9e730537a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730538107f9e73053810 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730538787f9e73053878 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730538e07f9e730538e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD730539487f9e73053948 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD730539b07f9e730539b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73053a187f9e73053a18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73053a807f9e73053a80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73053ae87f9e73053ae8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be585307fc42be58530 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c84ce007fc42c84ce00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84ce687fc42c84ce68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84ced07fc42c84ced0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84cf387fc42c84cf38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84cfa07fc42c84cfa0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d0087fc42c84d008 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d0707fc42c84d070 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d0d87fc42c84d0d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d1407fc42c84d140 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d1a87fc42c84d1a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d2107fc42c84d210 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d2787fc42c84d278 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d2e07fc42c84d2e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d3487fc42c84d348 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c84d3b07fc42c84d3b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8500007fc42c850000 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8500687fc42c850068 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8500d07fc42c8500d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8501387fc42c850138 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8501a07fc42c8501a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8502087fc42c850208 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8502707fc42c850270 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8502d87fc42c8502d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8503407fc42c850340 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8503a87fc42c8503a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8504107fc42c850410 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8504787fc42c850478 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8504e07fc42c8504e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8505487fc42c850548 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8505b07fc42c8505b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8506187fc42c850618 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8506807fc42c850680 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8506e87fc42c8506e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8507507fc42c850750 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8507b87fc42c8507b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8508207fc42c850820 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8508887fc42c850888 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8508f07fc42c8508f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8509587fc42c850958 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8509c07fc42c8509c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850a287fc42c850a28 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850a907fc42c850a90 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850af87fc42c850af8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850b607fc42c850b60 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850bc87fc42c850bc8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850c307fc42c850c30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850c987fc42c850c98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850d007fc42c850d00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850d687fc42c850d68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c850dd07fc42c850dd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c850e387fc42c850e38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c850ea07fc42c850ea0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c850f087fc42c850f08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c850f707fc42c850f70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c850fd87fc42c850fd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8510407fc42c851040 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8510a87fc42c8510a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8511107fc42c851110 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8511787fc42c851178 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8511e07fc42c8511e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8512487fc42c851248 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8512b07fc42c8512b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8513187fc42c851318 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8513807fc42c851380 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8513e87fc42c8513e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8514507fc42c851450 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8514b87fc42c8514b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8515207fc42c851520 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8515887fc42c851588 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8515f07fc42c8515f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8516587fc42c851658 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8516c07fc42c8516c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8517287fc42c851728 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8517907fc42c851790 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8517f87fc42c8517f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8518607fc42c851860 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8518c87fc42c8518c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8519307fc42c851930 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8519987fc42c851998 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851a007fc42c851a00 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851a687fc42c851a68 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851ad07fc42c851ad0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851b387fc42c851b38 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851ba07fc42c851ba0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851c087fc42c851c08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c851c707fc42c851c70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c851cd87fc42c851cd8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c851d407fc42c851d40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851da87fc42c851da8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851e107fc42c851e10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851e787fc42c851e78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c851ee07fc42c851ee0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c851f487fc42c851f48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c851fb07fc42c851fb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8520187fc42c852018 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8520807fc42c852080 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8520e87fc42c8520e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c7f9c07f9e73c7f9c0 /* Resources */ = { + FFF22be585307fc42be58530 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1131,7 +1131,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c7f9c07f9e73c7f9c0 /* Frameworks */ = { + FFFC2be585307fc42be58530 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1141,53 +1141,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c7f9c07f9e73c7f9c0 /* Sources */ = { + FFF82be585307fc42be58530 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF730527d07f9e730527d0, - FFFF730528387f9e73052838, - FFFF730528a07f9e730528a0, - FFFF730529087f9e73052908, - FFFF730529707f9e73052970, - FFFF730529d87f9e730529d8, - FFFF73052a407f9e73052a40, - FFFF73052aa87f9e73052aa8, - FFFF73052b107f9e73052b10, - FFFF73052b787f9e73052b78, - FFFF73052be07f9e73052be0, - FFFF73052c487f9e73052c48, - FFFF73052cb07f9e73052cb0, - FFFF73052d187f9e73052d18, - FFFF73052d807f9e73052d80, - FFFF73052de87f9e73052de8, - FFFF73052e507f9e73052e50, - FFFF73052eb87f9e73052eb8, - FFFF73052f207f9e73052f20, - FFFF73052f887f9e73052f88, - FFFF73052ff07f9e73052ff0, - FFFF730530587f9e73053058, - FFFF730530c07f9e730530c0, - FFFF730531287f9e73053128, - FFFF730531907f9e73053190, - FFFF730531f87f9e730531f8, - FFFF730532607f9e73053260, - FFFF730532c87f9e730532c8, - FFFF730533307f9e73053330, - FFFF730533987f9e73053398, - FFFF730534007f9e73053400, - FFFF730534687f9e73053468, - FFFF730534d07f9e730534d0, - FFFF730535387f9e73053538, - FFFF730535a07f9e730535a0, - FFFF730537407f9e73053740, - FFFF730537a87f9e730537a8, - FFFF730538107f9e73053810, - FFFF730538787f9e73053878, - FFFF730539b07f9e730539b0, - FFFF73053a187f9e73053a18, - FFFF73053a807f9e73053a80, - FFFF73053ae87f9e73053ae8, + FFFF2c850dd07fc42c850dd0, + FFFF2c850e387fc42c850e38, + FFFF2c850ea07fc42c850ea0, + FFFF2c850f087fc42c850f08, + FFFF2c850f707fc42c850f70, + FFFF2c850fd87fc42c850fd8, + FFFF2c8510407fc42c851040, + FFFF2c8510a87fc42c8510a8, + FFFF2c8511107fc42c851110, + FFFF2c8511787fc42c851178, + FFFF2c8511e07fc42c8511e0, + FFFF2c8512487fc42c851248, + FFFF2c8512b07fc42c8512b0, + FFFF2c8513187fc42c851318, + FFFF2c8513807fc42c851380, + FFFF2c8513e87fc42c8513e8, + FFFF2c8514507fc42c851450, + FFFF2c8514b87fc42c8514b8, + FFFF2c8515207fc42c851520, + FFFF2c8515887fc42c851588, + FFFF2c8515f07fc42c8515f0, + FFFF2c8516587fc42c851658, + FFFF2c8516c07fc42c8516c0, + FFFF2c8517287fc42c851728, + FFFF2c8517907fc42c851790, + FFFF2c8517f87fc42c8517f8, + FFFF2c8518607fc42c851860, + FFFF2c8518c87fc42c8518c8, + FFFF2c8519307fc42c851930, + FFFF2c8519987fc42c851998, + FFFF2c851a007fc42c851a00, + FFFF2c851a687fc42c851a68, + FFFF2c851ad07fc42c851ad0, + FFFF2c851b387fc42c851b38, + FFFF2c851ba07fc42c851ba0, + FFFF2c851d407fc42c851d40, + FFFF2c851da87fc42c851da8, + FFFF2c851e107fc42c851e10, + FFFF2c851e787fc42c851e78, + FFFF2c851fb07fc42c851fb0, + FFFF2c8520187fc42c852018, + FFFF2c8520807fc42c852080, + FFFF2c8520e87fc42c8520e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,80 +1199,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFF739238207f9e73923820 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD73c689b07f9e73c689b0 /* PhysXExtensions */; }; - FFFF73059c007f9e73059c00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059c007f9e73059c00 /* Adjacencies.cpp */; }; - FFFF73059c687f9e73059c68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059c687f9e73059c68 /* Cooking.cpp */; }; - FFFF73059cd07f9e73059cd0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059cd07f9e73059cd0 /* CookingUtils.cpp */; }; - FFFF73059d387f9e73059d38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059d387f9e73059d38 /* EdgeList.cpp */; }; - FFFF73059da07f9e73059da0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059da07f9e73059da0 /* MeshCleaner.cpp */; }; - FFFF73059e087f9e73059e08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73059e087f9e73059e08 /* Quantizer.cpp */; }; - FFFF7305a0e07f9e7305a0e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a0e07f9e7305a0e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFF7305a1487f9e7305a148 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a1487f9e7305a148 /* mesh/HeightFieldCooking.cpp */; }; - FFFF7305a1b07f9e7305a1b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a1b07f9e7305a1b0 /* mesh/RTreeCooking.cpp */; }; - FFFF7305a2187f9e7305a218 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a2187f9e7305a218 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFF7305a4887f9e7305a488 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a4887f9e7305a488 /* convex/BigConvexDataBuilder.cpp */; }; - FFFF7305a4f07f9e7305a4f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a4f07f9e7305a4f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFF7305a5587f9e7305a558 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a5587f9e7305a558 /* convex/ConvexHullLib.cpp */; }; - FFFF7305a5c07f9e7305a5c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a5c07f9e7305a5c0 /* convex/ConvexHullUtils.cpp */; }; - FFFF7305a6287f9e7305a628 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a6287f9e7305a628 /* convex/ConvexMeshBuilder.cpp */; }; - FFFF7305a6907f9e7305a690 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a6907f9e7305a690 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFF7305a6f87f9e7305a6f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a6f87f9e7305a6f8 /* convex/InflationConvexHullLib.cpp */; }; - FFFF7305a7607f9e7305a760 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a7607f9e7305a760 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFF7305a7c87f9e7305a7c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7305a7c87f9e7305a7c8 /* convex/VolumeIntegration.cpp */; }; + FFFF2be664407fc42be66440 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2be415207fc42be41520 /* PhysXExtensions */; }; + FFFF2c8542007fc42c854200 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8542007fc42c854200 /* Adjacencies.cpp */; }; + FFFF2c8542687fc42c854268 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8542687fc42c854268 /* Cooking.cpp */; }; + FFFF2c8542d07fc42c8542d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8542d07fc42c8542d0 /* CookingUtils.cpp */; }; + FFFF2c8543387fc42c854338 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8543387fc42c854338 /* EdgeList.cpp */; }; + FFFF2c8543a07fc42c8543a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8543a07fc42c8543a0 /* MeshCleaner.cpp */; }; + FFFF2c8544087fc42c854408 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8544087fc42c854408 /* Quantizer.cpp */; }; + FFFF2c8546e07fc42c8546e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8546e07fc42c8546e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF2c8547487fc42c854748 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8547487fc42c854748 /* mesh/HeightFieldCooking.cpp */; }; + FFFF2c8547b07fc42c8547b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8547b07fc42c8547b0 /* mesh/RTreeCooking.cpp */; }; + FFFF2c8548187fc42c854818 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8548187fc42c854818 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF2c854a887fc42c854a88 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854a887fc42c854a88 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF2c854af07fc42c854af0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854af07fc42c854af0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF2c854b587fc42c854b58 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854b587fc42c854b58 /* convex/ConvexHullLib.cpp */; }; + FFFF2c854bc07fc42c854bc0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854bc07fc42c854bc0 /* convex/ConvexHullUtils.cpp */; }; + FFFF2c854c287fc42c854c28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854c287fc42c854c28 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF2c854c907fc42c854c90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854c907fc42c854c90 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF2c854cf87fc42c854cf8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854cf87fc42c854cf8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF2c854d607fc42c854d60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854d607fc42c854d60 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF2c854dc87fc42c854dc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c854dc87fc42c854dc8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD739200d07f9e739200d0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD73922f907f9e73922f90 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD73922ff87f9e73922ff8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD739230607f9e73923060 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD739230c87f9e739230c8 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD739231307f9e73923130 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD739231987f9e73923198 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD739232007f9e73923200 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFD73059c007f9e73059c00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059c687f9e73059c68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059cd07f9e73059cd0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059d387f9e73059d38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059da07f9e73059da0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059e087f9e73059e08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73059e707f9e73059e70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFD73059ed87f9e73059ed8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD73059f407f9e73059f40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD73059fa87f9e73059fa8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a0107f9e7305a010 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a0787f9e7305a078 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a0e07f9e7305a0e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a1487f9e7305a148 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a1b07f9e7305a1b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a2187f9e7305a218 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a2807f9e7305a280 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a2e87f9e7305a2e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a3507f9e7305a350 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a3b87f9e7305a3b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a4207f9e7305a420 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a4887f9e7305a488 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a4f07f9e7305a4f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a5587f9e7305a558 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a5c07f9e7305a5c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a6287f9e7305a628 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a6907f9e7305a690 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a6f87f9e7305a6f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a7607f9e7305a760 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a7c87f9e7305a7c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7305a8307f9e7305a830 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a8987f9e7305a898 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a9007f9e7305a900 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a9687f9e7305a968 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305a9d07f9e7305a9d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305aa387f9e7305aa38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305aaa07f9e7305aaa0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305ab087f9e7305ab08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFD7305ab707f9e7305ab70 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be5ccd07fc42be5ccd0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2be66dd07fc42be66dd0 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be66e387fc42be66e38 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be66ea07fc42be66ea0 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be66f087fc42be66f08 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be66f707fc42be66f70 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be66fd87fc42be66fd8 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be670407fc42be67040 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8542007fc42c854200 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8542687fc42c854268 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8542d07fc42c8542d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8543387fc42c854338 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8543a07fc42c8543a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8544087fc42c854408 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8544707fc42c854470 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8544d87fc42c8544d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8545407fc42c854540 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8545a87fc42c8545a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8546107fc42c854610 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8546787fc42c854678 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8546e07fc42c8546e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8547487fc42c854748 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8547b07fc42c8547b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8548187fc42c854818 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8548807fc42c854880 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8548e87fc42c8548e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8549507fc42c854950 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8549b87fc42c8549b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854a207fc42c854a20 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854a887fc42c854a88 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854af07fc42c854af0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854b587fc42c854b58 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854bc07fc42c854bc0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854c287fc42c854c28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854c907fc42c854c90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854cf87fc42c854cf8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854d607fc42c854d60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854dc87fc42c854dc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c854e307fc42c854e30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854e987fc42c854e98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854f007fc42c854f00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854f687fc42c854f68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c854fd07fc42c854fd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8550387fc42c855038 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8550a07fc42c8550a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8551087fc42c855108 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8551707fc42c855170 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2739200d07f9e739200d0 /* Resources */ = { + FFF22be5ccd07fc42be5ccd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1282,7 +1282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC739200d07f9e739200d0 /* Frameworks */ = { + FFFC2be5ccd07fc42be5ccd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1292,29 +1292,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8739200d07f9e739200d0 /* Sources */ = { + FFF82be5ccd07fc42be5ccd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF73059c007f9e73059c00, - FFFF73059c687f9e73059c68, - FFFF73059cd07f9e73059cd0, - FFFF73059d387f9e73059d38, - FFFF73059da07f9e73059da0, - FFFF73059e087f9e73059e08, - FFFF7305a0e07f9e7305a0e0, - FFFF7305a1487f9e7305a148, - FFFF7305a1b07f9e7305a1b0, - FFFF7305a2187f9e7305a218, - FFFF7305a4887f9e7305a488, - FFFF7305a4f07f9e7305a4f0, - FFFF7305a5587f9e7305a558, - FFFF7305a5c07f9e7305a5c0, - FFFF7305a6287f9e7305a628, - FFFF7305a6907f9e7305a690, - FFFF7305a6f87f9e7305a6f8, - FFFF7305a7607f9e7305a760, - FFFF7305a7c87f9e7305a7c8, + FFFF2c8542007fc42c854200, + FFFF2c8542687fc42c854268, + FFFF2c8542d07fc42c8542d0, + FFFF2c8543387fc42c854338, + FFFF2c8543a07fc42c8543a0, + FFFF2c8544087fc42c854408, + FFFF2c8546e07fc42c8546e0, + FFFF2c8547487fc42c854748, + FFFF2c8547b07fc42c8547b0, + FFFF2c8548187fc42c854818, + FFFF2c854a887fc42c854a88, + FFFF2c854af07fc42c854af0, + FFFF2c854b587fc42c854b58, + FFFF2c854bc07fc42c854bc0, + FFFF2c854c287fc42c854c28, + FFFF2c854c907fc42c854c90, + FFFF2c854cf87fc42c854cf8, + FFFF2c854d607fc42c854d60, + FFFF2c854dc87fc42c854dc8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1323,515 +1323,515 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4739208307f9e73920830 /* PBXTargetDependency */ = { + FFF42be665207fc42be66520 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA72097c207f9e72097c20 /* PhysXCommon */; - targetProxy = FFF572097c207f9e72097c20 /* PBXContainerItemProxy */; + target = FFFA2b949d707fc42b949d70 /* PhysXCommon */; + targetProxy = FFF52b949d707fc42b949d70 /* PBXContainerItemProxy */; }; - FFF4739238207f9e73923820 /* PBXTargetDependency */ = { + FFF42be664407fc42be66440 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA73c689b07f9e73c689b0 /* PhysXExtensions */; - targetProxy = FFF573c689b07f9e73c689b0 /* PBXContainerItemProxy */; + target = FFFA2be415207fc42be41520 /* PhysXExtensions */; + targetProxy = FFF52be415207fc42be41520 /* PBXContainerItemProxy */; }; - FFF47391ffa07f9e7391ffa0 /* PBXTargetDependency */ = { + FFF42be61c507fc42be61c50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA720818007f9e72081800 /* PxFoundation */; - targetProxy = FFF5720818007f9e72081800 /* PBXContainerItemProxy */; + target = FFFA2b95e5907fc42b95e590 /* PxFoundation */; + targetProxy = FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFF719a48007f9e719a4800 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a48007f9e719a4800 /* src/CmBoxPruning.cpp */; }; - FFFF719a48687f9e719a4868 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a48687f9e719a4868 /* src/CmCollection.cpp */; }; - FFFF719a48d07f9e719a48d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a48d07f9e719a48d0 /* src/CmMathUtils.cpp */; }; - FFFF719a49387f9e719a4938 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a49387f9e719a4938 /* src/CmPtrTable.cpp */; }; - FFFF719a49a07f9e719a49a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a49a07f9e719a49a0 /* src/CmRadixSort.cpp */; }; - FFFF719a4a087f9e719a4a08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a4a087f9e719a4a08 /* src/CmRadixSortBuffered.cpp */; }; - FFFF719a4a707f9e719a4a70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a4a707f9e719a4a70 /* src/CmRenderOutput.cpp */; }; - FFFF719a4ad87f9e719a4ad8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD719a4ad87f9e719a4ad8 /* src/CmVisualization.cpp */; }; - FFFF728013a87f9e728013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728013a87f9e728013a8 /* ../../Include/GeomUtils */; }; - FFFF728048e07f9e728048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728048e07f9e728048e0 /* src/GuBounds.cpp */; }; - FFFF728049487f9e72804948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728049487f9e72804948 /* src/GuBox.cpp */; }; - FFFF728049b07f9e728049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728049b07f9e728049b0 /* src/GuCCTSweepTests.cpp */; }; - FFFF72804a187f9e72804a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804a187f9e72804a18 /* src/GuCapsule.cpp */; }; - FFFF72804a807f9e72804a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804a807f9e72804a80 /* src/GuGeometryQuery.cpp */; }; - FFFF72804ae87f9e72804ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804ae87f9e72804ae8 /* src/GuGeometryUnion.cpp */; }; - FFFF72804b507f9e72804b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804b507f9e72804b50 /* src/GuInternal.cpp */; }; - FFFF72804bb87f9e72804bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804bb87f9e72804bb8 /* src/GuMTD.cpp */; }; - FFFF72804c207f9e72804c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804c207f9e72804c20 /* src/GuMeshFactory.cpp */; }; - FFFF72804c887f9e72804c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804c887f9e72804c88 /* src/GuMetaData.cpp */; }; - FFFF72804cf07f9e72804cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804cf07f9e72804cf0 /* src/GuOverlapTests.cpp */; }; - FFFF72804d587f9e72804d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804d587f9e72804d58 /* src/GuRaycastTests.cpp */; }; - FFFF72804dc07f9e72804dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804dc07f9e72804dc0 /* src/GuSerialize.cpp */; }; - FFFF72804e287f9e72804e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804e287f9e72804e28 /* src/GuSweepMTD.cpp */; }; - FFFF72804e907f9e72804e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804e907f9e72804e90 /* src/GuSweepSharedTests.cpp */; }; - FFFF72804ef87f9e72804ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804ef87f9e72804ef8 /* src/GuSweepTests.cpp */; }; - FFFF72804f607f9e72804f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804f607f9e72804f60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFF72804fc87f9e72804fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72804fc87f9e72804fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFF728050307f9e72805030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728050307f9e72805030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFF728050987f9e72805098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728050987f9e72805098 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFF728051007f9e72805100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728051007f9e72805100 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFF728051687f9e72805168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728051687f9e72805168 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFF728051d07f9e728051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728051d07f9e728051d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFF728052387f9e72805238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728052387f9e72805238 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFF728052a07f9e728052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728052a07f9e728052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFF728053087f9e72805308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728053087f9e72805308 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFF728053707f9e72805370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728053707f9e72805370 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFF728053d87f9e728053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728053d87f9e728053d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFF728054407f9e72805440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728054407f9e72805440 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFF728054a87f9e728054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728054a87f9e728054a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFF728055107f9e72805510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728055107f9e72805510 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFF728055787f9e72805578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728055787f9e72805578 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFF728055e07f9e728055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728055e07f9e728055e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFF728056487f9e72805648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728056487f9e72805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFF728056b07f9e728056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728056b07f9e728056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFF728057187f9e72805718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728057187f9e72805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFF728057807f9e72805780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728057807f9e72805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFF728057e87f9e728057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728057e87f9e728057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFF728058507f9e72805850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728058507f9e72805850 /* src/common/GuSeparatingAxes.cpp */; }; - FFFF728058b87f9e728058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728058b87f9e728058b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFF728059207f9e72805920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728059207f9e72805920 /* src/convex/GuConvexHelper.cpp */; }; - FFFF728059887f9e72805988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728059887f9e72805988 /* src/convex/GuConvexMesh.cpp */; }; - FFFF728059f07f9e728059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728059f07f9e728059f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFF72805a587f9e72805a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805a587f9e72805a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFF72805ac07f9e72805ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805ac07f9e72805ac0 /* src/convex/GuHillClimbing.cpp */; }; - FFFF72805b287f9e72805b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805b287f9e72805b28 /* src/convex/GuShapeConvex.cpp */; }; - FFFF72805b907f9e72805b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805b907f9e72805b90 /* src/distance/GuDistancePointBox.cpp */; }; - FFFF72805bf87f9e72805bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805bf87f9e72805bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFF72805c607f9e72805c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805c607f9e72805c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFF72805cc87f9e72805cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805cc87f9e72805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFF72805d307f9e72805d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805d307f9e72805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFF72805d987f9e72805d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805d987f9e72805d98 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFF72805e007f9e72805e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805e007f9e72805e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFF72805e687f9e72805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805e687f9e72805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFF72805ed07f9e72805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805ed07f9e72805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFF72805f387f9e72805f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805f387f9e72805f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFF72805fa07f9e72805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72805fa07f9e72805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFF728060087f9e72806008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728060087f9e72806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFF728060707f9e72806070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728060707f9e72806070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFF728060d87f9e728060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728060d87f9e728060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFF728061407f9e72806140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728061407f9e72806140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFF728061a87f9e728061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728061a87f9e728061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFF728062107f9e72806210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728062107f9e72806210 /* src/gjk/GuEPA.cpp */; }; - FFFF728062787f9e72806278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728062787f9e72806278 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFF728062e07f9e728062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728062e07f9e728062e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFF728063487f9e72806348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728063487f9e72806348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFF728063b07f9e728063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728063b07f9e728063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFF728064187f9e72806418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728064187f9e72806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFF728064807f9e72806480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728064807f9e72806480 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFF728064e87f9e728064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728064e87f9e728064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFF728065507f9e72806550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728065507f9e72806550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFF728065b87f9e728065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728065b87f9e728065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFF728066207f9e72806620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728066207f9e72806620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFF728066887f9e72806688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728066887f9e72806688 /* src/mesh/GuBV32.cpp */; }; - FFFF728066f07f9e728066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728066f07f9e728066f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFF728067587f9e72806758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728067587f9e72806758 /* src/mesh/GuBV4.cpp */; }; - FFFF728067c07f9e728067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728067c07f9e728067c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFF728068287f9e72806828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728068287f9e72806828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFF728068907f9e72806890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728068907f9e72806890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFF728068f87f9e728068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728068f87f9e728068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFF728069607f9e72806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728069607f9e72806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFF728069c87f9e728069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728069c87f9e728069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFF72806a307f9e72806a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806a307f9e72806a30 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFF72806a987f9e72806a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806a987f9e72806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFF72806b007f9e72806b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806b007f9e72806b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFF72806b687f9e72806b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806b687f9e72806b68 /* src/mesh/GuMeshQuery.cpp */; }; - FFFF72806bd07f9e72806bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806bd07f9e72806bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFF72806c387f9e72806c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806c387f9e72806c38 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFF72806ca07f9e72806ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806ca07f9e72806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFF72806d087f9e72806d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806d087f9e72806d08 /* src/mesh/GuRTree.cpp */; }; - FFFF72806d707f9e72806d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806d707f9e72806d70 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFF72806dd87f9e72806dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806dd87f9e72806dd8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFF72806e407f9e72806e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806e407f9e72806e40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFF72806ea87f9e72806ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806ea87f9e72806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFF72806f107f9e72806f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806f107f9e72806f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFF72806f787f9e72806f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806f787f9e72806f78 /* src/hf/GuHeightField.cpp */; }; - FFFF72806fe07f9e72806fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72806fe07f9e72806fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFF728070487f9e72807048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728070487f9e72807048 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFF728070b07f9e728070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728070b07f9e728070b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFF728071187f9e72807118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728071187f9e72807118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFF728071807f9e72807180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728071807f9e72807180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFF728071e87f9e728071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728071e87f9e728071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFF728072507f9e72807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728072507f9e72807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFF728072b87f9e728072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728072b87f9e728072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFF728073207f9e72807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728073207f9e72807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFF728073887f9e72807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728073887f9e72807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFF728073f07f9e728073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728073f07f9e728073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFF728074587f9e72807458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728074587f9e72807458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFF728074c07f9e728074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728074c07f9e728074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFF728075287f9e72807528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728075287f9e72807528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFF728075907f9e72807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728075907f9e72807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFF728075f87f9e728075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728075f87f9e728075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFF728076607f9e72807660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728076607f9e72807660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFF728076c87f9e728076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728076c87f9e728076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFF728077307f9e72807730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728077307f9e72807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFF728077987f9e72807798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728077987f9e72807798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFF728078007f9e72807800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728078007f9e72807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFF728078687f9e72807868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728078687f9e72807868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFF728078d07f9e728078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728078d07f9e728078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFF728079387f9e72807938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728079387f9e72807938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFF728079a07f9e728079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD728079a07f9e728079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFF72807a087f9e72807a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807a087f9e72807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFF72807a707f9e72807a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807a707f9e72807a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFF72807ad87f9e72807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807ad87f9e72807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFF72807b407f9e72807b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807b407f9e72807b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFF72807ba87f9e72807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807ba87f9e72807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFF72807c107f9e72807c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD72807c107f9e72807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF2c0000007fc42c000000 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0000007fc42c000000 /* src/CmBoxPruning.cpp */; }; + FFFF2c0000687fc42c000068 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0000687fc42c000068 /* src/CmCollection.cpp */; }; + FFFF2c0000d07fc42c0000d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0000d07fc42c0000d0 /* src/CmMathUtils.cpp */; }; + FFFF2c0001387fc42c000138 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0001387fc42c000138 /* src/CmPtrTable.cpp */; }; + FFFF2c0001a07fc42c0001a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0001a07fc42c0001a0 /* src/CmRadixSort.cpp */; }; + FFFF2c0002087fc42c000208 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0002087fc42c000208 /* src/CmRadixSortBuffered.cpp */; }; + FFFF2c0002707fc42c000270 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0002707fc42c000270 /* src/CmRenderOutput.cpp */; }; + FFFF2c0002d87fc42c0002d8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2c0002d87fc42c0002d8 /* src/CmVisualization.cpp */; }; + FFFF2b1bc7a87fc42b1bc7a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bc7a87fc42b1bc7a8 /* ../../Include/GeomUtils */; }; + FFFF2b1bfce07fc42b1bfce0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfce07fc42b1bfce0 /* src/GuBounds.cpp */; }; + FFFF2b1bfd487fc42b1bfd48 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfd487fc42b1bfd48 /* src/GuBox.cpp */; }; + FFFF2b1bfdb07fc42b1bfdb0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfdb07fc42b1bfdb0 /* src/GuCCTSweepTests.cpp */; }; + FFFF2b1bfe187fc42b1bfe18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfe187fc42b1bfe18 /* src/GuCapsule.cpp */; }; + FFFF2b1bfe807fc42b1bfe80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfe807fc42b1bfe80 /* src/GuGeometryQuery.cpp */; }; + FFFF2b1bfee87fc42b1bfee8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bfee87fc42b1bfee8 /* src/GuGeometryUnion.cpp */; }; + FFFF2b1bff507fc42b1bff50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bff507fc42b1bff50 /* src/GuInternal.cpp */; }; + FFFF2b1bffb87fc42b1bffb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1bffb87fc42b1bffb8 /* src/GuMTD.cpp */; }; + FFFF2b1c00207fc42b1c0020 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c00207fc42b1c0020 /* src/GuMeshFactory.cpp */; }; + FFFF2b1c00887fc42b1c0088 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c00887fc42b1c0088 /* src/GuMetaData.cpp */; }; + FFFF2b1c00f07fc42b1c00f0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c00f07fc42b1c00f0 /* src/GuOverlapTests.cpp */; }; + FFFF2b1c01587fc42b1c0158 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c01587fc42b1c0158 /* src/GuRaycastTests.cpp */; }; + FFFF2b1c01c07fc42b1c01c0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c01c07fc42b1c01c0 /* src/GuSerialize.cpp */; }; + FFFF2b1c02287fc42b1c0228 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c02287fc42b1c0228 /* src/GuSweepMTD.cpp */; }; + FFFF2b1c02907fc42b1c0290 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c02907fc42b1c0290 /* src/GuSweepSharedTests.cpp */; }; + FFFF2b1c02f87fc42b1c02f8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c02f87fc42b1c02f8 /* src/GuSweepTests.cpp */; }; + FFFF2b1c03607fc42b1c0360 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c03607fc42b1c0360 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF2b1c03c87fc42b1c03c8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c03c87fc42b1c03c8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF2b1c04307fc42b1c0430 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c04307fc42b1c0430 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF2b1c04987fc42b1c0498 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c04987fc42b1c0498 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF2b1c05007fc42b1c0500 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c05007fc42b1c0500 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF2b1c05687fc42b1c0568 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c05687fc42b1c0568 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF2b1c05d07fc42b1c05d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c05d07fc42b1c05d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF2b1c06387fc42b1c0638 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c06387fc42b1c0638 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF2b1c06a07fc42b1c06a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c06a07fc42b1c06a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF2b1c07087fc42b1c0708 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c07087fc42b1c0708 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF2b1c07707fc42b1c0770 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c07707fc42b1c0770 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF2b1c07d87fc42b1c07d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c07d87fc42b1c07d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF2b1c08407fc42b1c0840 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c08407fc42b1c0840 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF2b1c08a87fc42b1c08a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c08a87fc42b1c08a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF2b1c09107fc42b1c0910 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c09107fc42b1c0910 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF2b1c09787fc42b1c0978 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c09787fc42b1c0978 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF2b1c09e07fc42b1c09e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c09e07fc42b1c09e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF2b1c0a487fc42b1c0a48 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0a487fc42b1c0a48 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF2b1c0ab07fc42b1c0ab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0ab07fc42b1c0ab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF2b1c0b187fc42b1c0b18 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0b187fc42b1c0b18 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF2b1c0b807fc42b1c0b80 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0b807fc42b1c0b80 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF2b1c0be87fc42b1c0be8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0be87fc42b1c0be8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF2b1c0c507fc42b1c0c50 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0c507fc42b1c0c50 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF2b1c0cb87fc42b1c0cb8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0cb87fc42b1c0cb8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF2b1c0d207fc42b1c0d20 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0d207fc42b1c0d20 /* src/convex/GuConvexHelper.cpp */; }; + FFFF2b1c0d887fc42b1c0d88 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0d887fc42b1c0d88 /* src/convex/GuConvexMesh.cpp */; }; + FFFF2b1c0df07fc42b1c0df0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0df07fc42b1c0df0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF2b1c0e587fc42b1c0e58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0e587fc42b1c0e58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF2b1c0ec07fc42b1c0ec0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0ec07fc42b1c0ec0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF2b1c0f287fc42b1c0f28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0f287fc42b1c0f28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF2b1c0f907fc42b1c0f90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0f907fc42b1c0f90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF2b1c0ff87fc42b1c0ff8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c0ff87fc42b1c0ff8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF2b1c10607fc42b1c1060 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c10607fc42b1c1060 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF2b1c10c87fc42b1c10c8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c10c87fc42b1c10c8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF2b1c11307fc42b1c1130 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c11307fc42b1c1130 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF2b1c11987fc42b1c1198 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c11987fc42b1c1198 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF2b1c12007fc42b1c1200 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c12007fc42b1c1200 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF2b1c12687fc42b1c1268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c12687fc42b1c1268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF2b1c12d07fc42b1c12d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c12d07fc42b1c12d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF2b1c13387fc42b1c1338 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c13387fc42b1c1338 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF2b1c13a07fc42b1c13a0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c13a07fc42b1c13a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF2b1c14087fc42b1c1408 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c14087fc42b1c1408 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF2b1c14707fc42b1c1470 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c14707fc42b1c1470 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF2b1c14d87fc42b1c14d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c14d87fc42b1c14d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF2b1c15407fc42b1c1540 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c15407fc42b1c1540 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF2b1c15a87fc42b1c15a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c15a87fc42b1c15a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF2b1c16107fc42b1c1610 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c16107fc42b1c1610 /* src/gjk/GuEPA.cpp */; }; + FFFF2b1c16787fc42b1c1678 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c16787fc42b1c1678 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF2b1c16e07fc42b1c16e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c16e07fc42b1c16e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF2b1c17487fc42b1c1748 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c17487fc42b1c1748 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF2b1c17b07fc42b1c17b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c17b07fc42b1c17b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF2b1c18187fc42b1c1818 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c18187fc42b1c1818 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF2b1c18807fc42b1c1880 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c18807fc42b1c1880 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF2b1c18e87fc42b1c18e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c18e87fc42b1c18e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF2b1c19507fc42b1c1950 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c19507fc42b1c1950 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF2b1c19b87fc42b1c19b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c19b87fc42b1c19b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF2b1c1a207fc42b1c1a20 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1a207fc42b1c1a20 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF2b1c1a887fc42b1c1a88 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1a887fc42b1c1a88 /* src/mesh/GuBV32.cpp */; }; + FFFF2b1c1af07fc42b1c1af0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1af07fc42b1c1af0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF2b1c1b587fc42b1c1b58 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1b587fc42b1c1b58 /* src/mesh/GuBV4.cpp */; }; + FFFF2b1c1bc07fc42b1c1bc0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1bc07fc42b1c1bc0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF2b1c1c287fc42b1c1c28 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1c287fc42b1c1c28 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF2b1c1c907fc42b1c1c90 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1c907fc42b1c1c90 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF2b1c1cf87fc42b1c1cf8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1cf87fc42b1c1cf8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF2b1c1d607fc42b1c1d60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1d607fc42b1c1d60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF2b1c1dc87fc42b1c1dc8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1dc87fc42b1c1dc8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF2b1c1e307fc42b1c1e30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1e307fc42b1c1e30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF2b1c1e987fc42b1c1e98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1e987fc42b1c1e98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF2b1c1f007fc42b1c1f00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1f007fc42b1c1f00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF2b1c1f687fc42b1c1f68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1f687fc42b1c1f68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF2b1c1fd07fc42b1c1fd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c1fd07fc42b1c1fd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF2b1c20387fc42b1c2038 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c20387fc42b1c2038 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF2b1c20a07fc42b1c20a0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c20a07fc42b1c20a0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF2b1c21087fc42b1c2108 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c21087fc42b1c2108 /* src/mesh/GuRTree.cpp */; }; + FFFF2b1c21707fc42b1c2170 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c21707fc42b1c2170 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF2b1c21d87fc42b1c21d8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c21d87fc42b1c21d8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF2b1c22407fc42b1c2240 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c22407fc42b1c2240 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF2b1c22a87fc42b1c22a8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c22a87fc42b1c22a8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF2b1c23107fc42b1c2310 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c23107fc42b1c2310 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF2b1c23787fc42b1c2378 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c23787fc42b1c2378 /* src/hf/GuHeightField.cpp */; }; + FFFF2b1c23e07fc42b1c23e0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c23e07fc42b1c23e0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF2b1c24487fc42b1c2448 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c24487fc42b1c2448 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF2b1c24b07fc42b1c24b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c24b07fc42b1c24b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF2b1c25187fc42b1c2518 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c25187fc42b1c2518 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF2b1c25807fc42b1c2580 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c25807fc42b1c2580 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF2b1c25e87fc42b1c25e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c25e87fc42b1c25e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF2b1c26507fc42b1c2650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c26507fc42b1c2650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF2b1c26b87fc42b1c26b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c26b87fc42b1c26b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF2b1c27207fc42b1c2720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c27207fc42b1c2720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF2b1c27887fc42b1c2788 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c27887fc42b1c2788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF2b1c27f07fc42b1c27f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c27f07fc42b1c27f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF2b1c28587fc42b1c2858 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c28587fc42b1c2858 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF2b1c28c07fc42b1c28c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c28c07fc42b1c28c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF2b1c29287fc42b1c2928 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c29287fc42b1c2928 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF2b1c29907fc42b1c2990 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c29907fc42b1c2990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF2b1c29f87fc42b1c29f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c29f87fc42b1c29f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF2b1c2a607fc42b1c2a60 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2a607fc42b1c2a60 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF2b1c2ac87fc42b1c2ac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2ac87fc42b1c2ac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF2b1c2b307fc42b1c2b30 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2b307fc42b1c2b30 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF2b1c2b987fc42b1c2b98 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2b987fc42b1c2b98 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF2b1c2c007fc42b1c2c00 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2c007fc42b1c2c00 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF2b1c2c687fc42b1c2c68 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2c687fc42b1c2c68 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF2b1c2cd07fc42b1c2cd0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2cd07fc42b1c2cd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF2b1c2d387fc42b1c2d38 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2d387fc42b1c2d38 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF2b1c2da07fc42b1c2da0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2da07fc42b1c2da0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF2b1c2e087fc42b1c2e08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2e087fc42b1c2e08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF2b1c2e707fc42b1c2e70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2e707fc42b1c2e70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF2b1c2ed87fc42b1c2ed8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2ed87fc42b1c2ed8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF2b1c2f407fc42b1c2f40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2f407fc42b1c2f40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF2b1c2fa87fc42b1c2fa8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c2fa87fc42b1c2fa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF2b1c30107fc42b1c3010 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2b1c30107fc42b1c3010 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD72097c207f9e72097c20 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD7280ec007f9e7280ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ec687f9e7280ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ecd07f9e7280ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ed387f9e7280ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280eda07f9e7280eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ee087f9e7280ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ee707f9e7280ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280eed87f9e7280eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280ef407f9e7280ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280efa87f9e7280efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f0107f9e7280f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f0787f9e7280f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f0e07f9e7280f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f1487f9e7280f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f1b07f9e7280f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f2187f9e7280f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f2807f9e7280f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f2e87f9e7280f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f3507f9e7280f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f3b87f9e7280f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f4207f9e7280f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f4887f9e7280f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f4f07f9e7280f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f5587f9e7280f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f5c07f9e7280f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f6287f9e7280f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f6907f9e7280f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f6f87f9e7280f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f7607f9e7280f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f7c87f9e7280f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f8307f9e7280f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f8987f9e7280f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD7280f9007f9e7280f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a48007f9e719a4800 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a48687f9e719a4868 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a48d07f9e719a48d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a49387f9e719a4938 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a49a07f9e719a49a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a4a087f9e719a4a08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a4a707f9e719a4a70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a4ad87f9e719a4ad8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a4b407f9e719a4b40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4ba87f9e719a4ba8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4c107f9e719a4c10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4c787f9e719a4c78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4ce07f9e719a4ce0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4d487f9e719a4d48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4db07f9e719a4db0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4e187f9e719a4e18 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4e807f9e719a4e80 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4ee87f9e719a4ee8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4f507f9e719a4f50 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a4fb87f9e719a4fb8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a50207f9e719a5020 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a50887f9e719a5088 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a50f07f9e719a50f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a51587f9e719a5158 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a51c07f9e719a51c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a52287f9e719a5228 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a52907f9e719a5290 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a52f87f9e719a52f8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a53607f9e719a5360 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a53c87f9e719a53c8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a54307f9e719a5430 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a54987f9e719a5498 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a55007f9e719a5500 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a55687f9e719a5568 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a55d07f9e719a55d0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a56387f9e719a5638 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFD728010007f9e72801000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728010687f9e72801068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728010d07f9e728010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728011387f9e72801138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD728011a07f9e728011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728012087f9e72801208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728012707f9e72801270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD728012d87f9e728012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD728013407f9e72801340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD728013a87f9e728013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFD728014107f9e72801410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFD728014787f9e72801478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD728014e07f9e728014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFD728015487f9e72801548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFD728015b07f9e728015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD728016187f9e72801618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728016807f9e72801680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD728016e87f9e728016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD728017507f9e72801750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFD728017b87f9e728017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD728018207f9e72801820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728018887f9e72801888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD728018f07f9e728018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFD728019587f9e72801958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD728019c07f9e728019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801a287f9e72801a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801a907f9e72801a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801af87f9e72801af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801b607f9e72801b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801bc87f9e72801bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801c307f9e72801c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801c987f9e72801c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801d007f9e72801d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801d687f9e72801d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801dd07f9e72801dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801e387f9e72801e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801ea07f9e72801ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801f087f9e72801f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801f707f9e72801f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD72801fd87f9e72801fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFD728020407f9e72802040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFD728020a87f9e728020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFD728021107f9e72802110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD728021787f9e72802178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728021e07f9e728021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFD728022487f9e72802248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728022b07f9e728022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728023187f9e72802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728023807f9e72802380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728023e87f9e728023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728024507f9e72802450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728024b87f9e728024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD728025207f9e72802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; - FFFD728025887f9e72802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; - FFFD728025f07f9e728025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728026587f9e72802658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD728026c07f9e728026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728027287f9e72802728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD728027907f9e72802790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD728027f87f9e728027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728028607f9e72802860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD728028c87f9e728028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFD728029307f9e72802930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFD728029987f9e72802998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802a007f9e72802a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802a687f9e72802a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802ad07f9e72802ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802b387f9e72802b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802ba07f9e72802ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802c087f9e72802c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802c707f9e72802c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802cd87f9e72802cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802d407f9e72802d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802da87f9e72802da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802e107f9e72802e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802e787f9e72802e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802ee07f9e72802ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802f487f9e72802f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFD72802fb07f9e72802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFD728030187f9e72803018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD728030807f9e72803080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728030e87f9e728030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728031507f9e72803150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFD728031b87f9e728031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFD728032207f9e72803220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728032887f9e72803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFD728032f07f9e728032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFD728033587f9e72803358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD728033c07f9e728033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFD728034287f9e72803428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFD728034907f9e72803490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728034f87f9e728034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFD728035607f9e72803560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD728035c87f9e728035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD728036307f9e72803630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFD728036987f9e72803698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFD728037007f9e72803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD728037687f9e72803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD728037d07f9e728037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFD728038387f9e72803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFD728038a07f9e728038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; - FFFD728039087f9e72803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFD728039707f9e72803970 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFD728039d87f9e728039d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803a407f9e72803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803aa87f9e72803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803b107f9e72803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803b787f9e72803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803be07f9e72803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803c487f9e72803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803cb07f9e72803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803d187f9e72803d18 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803d807f9e72803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803de87f9e72803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803e507f9e72803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803eb87f9e72803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803f207f9e72803f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803f887f9e72803f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFD72803ff07f9e72803ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFD728040587f9e72804058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD728040c07f9e728040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFD728041287f9e72804128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD728041907f9e72804190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFD728041f87f9e728041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD728042607f9e72804260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD728042c87f9e728042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFD728043307f9e72804330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFD728043987f9e72804398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFD728044007f9e72804400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFD728044687f9e72804468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFD728044d07f9e728044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFD728045387f9e72804538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD728045a07f9e728045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD728046087f9e72804608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD728046707f9e72804670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFD728046d87f9e728046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD728047407f9e72804740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFD728047a87f9e728047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFD728048107f9e72804810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFD728048787f9e72804878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFD728048e07f9e728048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728049487f9e72804948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728049b07f9e728049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804a187f9e72804a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804a807f9e72804a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804ae87f9e72804ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804b507f9e72804b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804bb87f9e72804bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804c207f9e72804c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804c887f9e72804c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804cf07f9e72804cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804d587f9e72804d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804dc07f9e72804dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804e287f9e72804e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804e907f9e72804e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804ef87f9e72804ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804f607f9e72804f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72804fc87f9e72804fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728050307f9e72805030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728050987f9e72805098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728051007f9e72805100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728051687f9e72805168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728051d07f9e728051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728052387f9e72805238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728052a07f9e728052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728053087f9e72805308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728053707f9e72805370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728053d87f9e728053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728054407f9e72805440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728054a87f9e728054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728055107f9e72805510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728055787f9e72805578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728055e07f9e728055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728056487f9e72805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728056b07f9e728056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728057187f9e72805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728057807f9e72805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728057e87f9e728057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728058507f9e72805850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728058b87f9e728058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728059207f9e72805920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728059887f9e72805988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728059f07f9e728059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805a587f9e72805a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805ac07f9e72805ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805b287f9e72805b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805b907f9e72805b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805bf87f9e72805bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805c607f9e72805c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805cc87f9e72805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805d307f9e72805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805d987f9e72805d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805e007f9e72805e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805e687f9e72805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805ed07f9e72805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805f387f9e72805f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72805fa07f9e72805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728060087f9e72806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728060707f9e72806070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728060d87f9e728060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728061407f9e72806140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728061a87f9e728061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728062107f9e72806210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728062787f9e72806278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728062e07f9e728062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728063487f9e72806348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728063b07f9e728063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728064187f9e72806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728064807f9e72806480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728064e87f9e728064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728065507f9e72806550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728065b87f9e728065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728066207f9e72806620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728066887f9e72806688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728066f07f9e728066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728067587f9e72806758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728067c07f9e728067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728068287f9e72806828 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728068907f9e72806890 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728068f87f9e728068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728069607f9e72806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728069c87f9e728069c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806a307f9e72806a30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806a987f9e72806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806b007f9e72806b00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806b687f9e72806b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806bd07f9e72806bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806c387f9e72806c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806ca07f9e72806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806d087f9e72806d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806d707f9e72806d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806dd87f9e72806dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806e407f9e72806e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806ea87f9e72806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806f107f9e72806f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806f787f9e72806f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72806fe07f9e72806fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728070487f9e72807048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728070b07f9e728070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728071187f9e72807118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728071807f9e72807180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728071e87f9e728071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728072507f9e72807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728072b87f9e728072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728073207f9e72807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728073887f9e72807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728073f07f9e728073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728074587f9e72807458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728074c07f9e728074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728075287f9e72807528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728075907f9e72807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728075f87f9e728075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728076607f9e72807660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728076c87f9e728076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728077307f9e72807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728077987f9e72807798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728078007f9e72807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728078687f9e72807868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728078d07f9e728078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728079387f9e72807938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728079a07f9e728079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807a087f9e72807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807a707f9e72807a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807ad87f9e72807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807b407f9e72807b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807ba87f9e72807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72807c107f9e72807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b949d707fc42b949d70 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b1a0a007fc42b1a0a00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0a687fc42b1a0a68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0ad07fc42b1a0ad0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0b387fc42b1a0b38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0ba07fc42b1a0ba0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0c087fc42b1a0c08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0c707fc42b1a0c70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0cd87fc42b1a0cd8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0d407fc42b1a0d40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0da87fc42b1a0da8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0e107fc42b1a0e10 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0e787fc42b1a0e78 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0ee07fc42b1a0ee0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0f487fc42b1a0f48 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a0fb07fc42b1a0fb0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a10187fc42b1a1018 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a10807fc42b1a1080 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a10e87fc42b1a10e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a11507fc42b1a1150 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a11b87fc42b1a11b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a12207fc42b1a1220 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a12887fc42b1a1288 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a12f07fc42b1a12f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a13587fc42b1a1358 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a13c07fc42b1a13c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a14287fc42b1a1428 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a14907fc42b1a1490 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a14f87fc42b1a14f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a15607fc42b1a1560 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a15c87fc42b1a15c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a16307fc42b1a1630 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a16987fc42b1a1698 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1a17007fc42b1a1700 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0000007fc42c000000 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0000687fc42c000068 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0000d07fc42c0000d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0001387fc42c000138 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0001a07fc42c0001a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0002087fc42c000208 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0002707fc42c000270 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0002d87fc42c0002d8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0003407fc42c000340 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0003a87fc42c0003a8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0004107fc42c000410 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0004787fc42c000478 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0004e07fc42c0004e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0005487fc42c000548 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0005b07fc42c0005b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0006187fc42c000618 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0006807fc42c000680 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0006e87fc42c0006e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0007507fc42c000750 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0007b87fc42c0007b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0008207fc42c000820 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0008887fc42c000888 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0008f07fc42c0008f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0009587fc42c000958 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0009c07fc42c0009c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000a287fc42c000a28 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000a907fc42c000a90 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000af87fc42c000af8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000b607fc42c000b60 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000bc87fc42c000bc8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000c307fc42c000c30 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000c987fc42c000c98 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000d007fc42c000d00 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000d687fc42c000d68 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000dd07fc42c000dd0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c000e387fc42c000e38 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc4007fc42b1bc400 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc4687fc42b1bc468 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc4d07fc42b1bc4d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc5387fc42b1bc538 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc5a07fc42b1bc5a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc6087fc42b1bc608 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc6707fc42b1bc670 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc6d87fc42b1bc6d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc7407fc42b1bc740 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc7a87fc42b1bc7a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc8107fc42b1bc810 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc8787fc42b1bc878 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc8e07fc42b1bc8e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc9487fc42b1bc948 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bc9b07fc42b1bc9b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bca187fc42b1bca18 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bca807fc42b1bca80 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcae87fc42b1bcae8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcb507fc42b1bcb50 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcbb87fc42b1bcbb8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcc207fc42b1bcc20 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcc887fc42b1bcc88 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bccf07fc42b1bccf0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcd587fc42b1bcd58 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcdc07fc42b1bcdc0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bce287fc42b1bce28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bce907fc42b1bce90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcef87fc42b1bcef8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcf607fc42b1bcf60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bcfc87fc42b1bcfc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd0307fc42b1bd030 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd0987fc42b1bd098 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd1007fc42b1bd100 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd1687fc42b1bd168 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd1d07fc42b1bd1d0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd2387fc42b1bd238 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd2a07fc42b1bd2a0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd3087fc42b1bd308 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd3707fc42b1bd370 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd3d87fc42b1bd3d8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd4407fc42b1bd440 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd4a87fc42b1bd4a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd5107fc42b1bd510 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd5787fc42b1bd578 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd5e07fc42b1bd5e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd6487fc42b1bd648 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd6b07fc42b1bd6b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd7187fc42b1bd718 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd7807fc42b1bd780 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd7e87fc42b1bd7e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd8507fc42b1bd850 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd8b87fc42b1bd8b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd9207fc42b1bd920 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd9887fc42b1bd988 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bd9f07fc42b1bd9f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bda587fc42b1bda58 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdac07fc42b1bdac0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdb287fc42b1bdb28 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdb907fc42b1bdb90 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdbf87fc42b1bdbf8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdc607fc42b1bdc60 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdcc87fc42b1bdcc8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdd307fc42b1bdd30 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdd987fc42b1bdd98 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bde007fc42b1bde00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bde687fc42b1bde68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bded07fc42b1bded0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdf387fc42b1bdf38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bdfa07fc42b1bdfa0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be0087fc42b1be008 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be0707fc42b1be070 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be0d87fc42b1be0d8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be1407fc42b1be140 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be1a87fc42b1be1a8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be2107fc42b1be210 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be2787fc42b1be278 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be2e07fc42b1be2e0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be3487fc42b1be348 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be3b07fc42b1be3b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be4187fc42b1be418 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be4807fc42b1be480 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be4e87fc42b1be4e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be5507fc42b1be550 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be5b87fc42b1be5b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be6207fc42b1be620 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be6887fc42b1be688 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be6f07fc42b1be6f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be7587fc42b1be758 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be7c07fc42b1be7c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be8287fc42b1be828 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be8907fc42b1be890 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be8f87fc42b1be8f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be9607fc42b1be960 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1be9c87fc42b1be9c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bea307fc42b1bea30 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bea987fc42b1bea98 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1beb007fc42b1beb00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1beb687fc42b1beb68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bebd07fc42b1bebd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bec387fc42b1bec38 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1beca07fc42b1beca0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bed087fc42b1bed08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bed707fc42b1bed70 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bedd87fc42b1bedd8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bee407fc42b1bee40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1beea87fc42b1beea8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bef107fc42b1bef10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bef787fc42b1bef78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1befe07fc42b1befe0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf0487fc42b1bf048 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf0b07fc42b1bf0b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf1187fc42b1bf118 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf1807fc42b1bf180 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf1e87fc42b1bf1e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf2507fc42b1bf250 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf2b87fc42b1bf2b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf3207fc42b1bf320 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf3887fc42b1bf388 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf3f07fc42b1bf3f0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf4587fc42b1bf458 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf4c07fc42b1bf4c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf5287fc42b1bf528 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf5907fc42b1bf590 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf5f87fc42b1bf5f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf6607fc42b1bf660 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf6c87fc42b1bf6c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf7307fc42b1bf730 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf7987fc42b1bf798 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf8007fc42b1bf800 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf8687fc42b1bf868 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf8d07fc42b1bf8d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf9387fc42b1bf938 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bf9a07fc42b1bf9a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfa087fc42b1bfa08 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfa707fc42b1bfa70 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfad87fc42b1bfad8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfb407fc42b1bfb40 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfba87fc42b1bfba8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfc107fc42b1bfc10 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfc787fc42b1bfc78 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfce07fc42b1bfce0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfd487fc42b1bfd48 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfdb07fc42b1bfdb0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfe187fc42b1bfe18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfe807fc42b1bfe80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bfee87fc42b1bfee8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bff507fc42b1bff50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1bffb87fc42b1bffb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c00207fc42b1c0020 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c00887fc42b1c0088 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c00f07fc42b1c00f0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c01587fc42b1c0158 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c01c07fc42b1c01c0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c02287fc42b1c0228 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c02907fc42b1c0290 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c02f87fc42b1c02f8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c03607fc42b1c0360 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c03c87fc42b1c03c8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c04307fc42b1c0430 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c04987fc42b1c0498 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c05007fc42b1c0500 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c05687fc42b1c0568 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c05d07fc42b1c05d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c06387fc42b1c0638 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c06a07fc42b1c06a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c07087fc42b1c0708 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c07707fc42b1c0770 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c07d87fc42b1c07d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c08407fc42b1c0840 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c08a87fc42b1c08a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c09107fc42b1c0910 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c09787fc42b1c0978 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c09e07fc42b1c09e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0a487fc42b1c0a48 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0ab07fc42b1c0ab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0b187fc42b1c0b18 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0b807fc42b1c0b80 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0be87fc42b1c0be8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0c507fc42b1c0c50 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0cb87fc42b1c0cb8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0d207fc42b1c0d20 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0d887fc42b1c0d88 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0df07fc42b1c0df0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0e587fc42b1c0e58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0ec07fc42b1c0ec0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0f287fc42b1c0f28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0f907fc42b1c0f90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c0ff87fc42b1c0ff8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c10607fc42b1c1060 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c10c87fc42b1c10c8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c11307fc42b1c1130 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c11987fc42b1c1198 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c12007fc42b1c1200 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c12687fc42b1c1268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c12d07fc42b1c12d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c13387fc42b1c1338 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c13a07fc42b1c13a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c14087fc42b1c1408 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c14707fc42b1c1470 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c14d87fc42b1c14d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c15407fc42b1c1540 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c15a87fc42b1c15a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c16107fc42b1c1610 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c16787fc42b1c1678 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c16e07fc42b1c16e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c17487fc42b1c1748 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c17b07fc42b1c17b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c18187fc42b1c1818 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c18807fc42b1c1880 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c18e87fc42b1c18e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c19507fc42b1c1950 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c19b87fc42b1c19b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1a207fc42b1c1a20 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1a887fc42b1c1a88 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1af07fc42b1c1af0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1b587fc42b1c1b58 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1bc07fc42b1c1bc0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1c287fc42b1c1c28 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1c907fc42b1c1c90 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1cf87fc42b1c1cf8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1d607fc42b1c1d60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1dc87fc42b1c1dc8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1e307fc42b1c1e30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1e987fc42b1c1e98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1f007fc42b1c1f00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1f687fc42b1c1f68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c1fd07fc42b1c1fd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c20387fc42b1c2038 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c20a07fc42b1c20a0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c21087fc42b1c2108 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c21707fc42b1c2170 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c21d87fc42b1c21d8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c22407fc42b1c2240 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c22a87fc42b1c22a8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c23107fc42b1c2310 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c23787fc42b1c2378 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c23e07fc42b1c23e0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c24487fc42b1c2448 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c24b07fc42b1c24b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c25187fc42b1c2518 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c25807fc42b1c2580 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c25e87fc42b1c25e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c26507fc42b1c2650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c26b87fc42b1c26b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c27207fc42b1c2720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c27887fc42b1c2788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c27f07fc42b1c27f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c28587fc42b1c2858 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c28c07fc42b1c28c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c29287fc42b1c2928 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c29907fc42b1c2990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c29f87fc42b1c29f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2a607fc42b1c2a60 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2ac87fc42b1c2ac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2b307fc42b1c2b30 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2b987fc42b1c2b98 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2c007fc42b1c2c00 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2c687fc42b1c2c68 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2cd07fc42b1c2cd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2d387fc42b1c2d38 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2da07fc42b1c2da0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2e087fc42b1c2e08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2e707fc42b1c2e70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2ed87fc42b1c2ed8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2f407fc42b1c2f40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c2fa87fc42b1c2fa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1c30107fc42b1c3010 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF272097c207f9e72097c20 /* Resources */ = { + FFF22b949d707fc42b949d70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF728013a87f9e728013a8, + FFFF2b1bc7a87fc42b1bc7a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC72097c207f9e72097c20 /* Frameworks */ = { + FFFC2b949d707fc42b949d70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,145 +1841,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF872097c207f9e72097c20 /* Sources */ = { + FFF82b949d707fc42b949d70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF719a48007f9e719a4800, - FFFF719a48687f9e719a4868, - FFFF719a48d07f9e719a48d0, - FFFF719a49387f9e719a4938, - FFFF719a49a07f9e719a49a0, - FFFF719a4a087f9e719a4a08, - FFFF719a4a707f9e719a4a70, - FFFF719a4ad87f9e719a4ad8, - FFFF728048e07f9e728048e0, - FFFF728049487f9e72804948, - FFFF728049b07f9e728049b0, - FFFF72804a187f9e72804a18, - FFFF72804a807f9e72804a80, - FFFF72804ae87f9e72804ae8, - FFFF72804b507f9e72804b50, - FFFF72804bb87f9e72804bb8, - FFFF72804c207f9e72804c20, - FFFF72804c887f9e72804c88, - FFFF72804cf07f9e72804cf0, - FFFF72804d587f9e72804d58, - FFFF72804dc07f9e72804dc0, - FFFF72804e287f9e72804e28, - FFFF72804e907f9e72804e90, - FFFF72804ef87f9e72804ef8, - FFFF72804f607f9e72804f60, - FFFF72804fc87f9e72804fc8, - FFFF728050307f9e72805030, - FFFF728050987f9e72805098, - FFFF728051007f9e72805100, - FFFF728051687f9e72805168, - FFFF728051d07f9e728051d0, - FFFF728052387f9e72805238, - FFFF728052a07f9e728052a0, - FFFF728053087f9e72805308, - FFFF728053707f9e72805370, - FFFF728053d87f9e728053d8, - FFFF728054407f9e72805440, - FFFF728054a87f9e728054a8, - FFFF728055107f9e72805510, - FFFF728055787f9e72805578, - FFFF728055e07f9e728055e0, - FFFF728056487f9e72805648, - FFFF728056b07f9e728056b0, - FFFF728057187f9e72805718, - FFFF728057807f9e72805780, - FFFF728057e87f9e728057e8, - FFFF728058507f9e72805850, - FFFF728058b87f9e728058b8, - FFFF728059207f9e72805920, - FFFF728059887f9e72805988, - FFFF728059f07f9e728059f0, - FFFF72805a587f9e72805a58, - FFFF72805ac07f9e72805ac0, - FFFF72805b287f9e72805b28, - FFFF72805b907f9e72805b90, - FFFF72805bf87f9e72805bf8, - FFFF72805c607f9e72805c60, - FFFF72805cc87f9e72805cc8, - FFFF72805d307f9e72805d30, - FFFF72805d987f9e72805d98, - FFFF72805e007f9e72805e00, - FFFF72805e687f9e72805e68, - FFFF72805ed07f9e72805ed0, - FFFF72805f387f9e72805f38, - FFFF72805fa07f9e72805fa0, - FFFF728060087f9e72806008, - FFFF728060707f9e72806070, - FFFF728060d87f9e728060d8, - FFFF728061407f9e72806140, - FFFF728061a87f9e728061a8, - FFFF728062107f9e72806210, - FFFF728062787f9e72806278, - FFFF728062e07f9e728062e0, - FFFF728063487f9e72806348, - FFFF728063b07f9e728063b0, - FFFF728064187f9e72806418, - FFFF728064807f9e72806480, - FFFF728064e87f9e728064e8, - FFFF728065507f9e72806550, - FFFF728065b87f9e728065b8, - FFFF728066207f9e72806620, - FFFF728066887f9e72806688, - FFFF728066f07f9e728066f0, - FFFF728067587f9e72806758, - FFFF728067c07f9e728067c0, - FFFF728068287f9e72806828, - FFFF728068907f9e72806890, - FFFF728068f87f9e728068f8, - FFFF728069607f9e72806960, - FFFF728069c87f9e728069c8, - FFFF72806a307f9e72806a30, - FFFF72806a987f9e72806a98, - FFFF72806b007f9e72806b00, - FFFF72806b687f9e72806b68, - FFFF72806bd07f9e72806bd0, - FFFF72806c387f9e72806c38, - FFFF72806ca07f9e72806ca0, - FFFF72806d087f9e72806d08, - FFFF72806d707f9e72806d70, - FFFF72806dd87f9e72806dd8, - FFFF72806e407f9e72806e40, - FFFF72806ea87f9e72806ea8, - FFFF72806f107f9e72806f10, - FFFF72806f787f9e72806f78, - FFFF72806fe07f9e72806fe0, - FFFF728070487f9e72807048, - FFFF728070b07f9e728070b0, - FFFF728071187f9e72807118, - FFFF728071807f9e72807180, - FFFF728071e87f9e728071e8, - FFFF728072507f9e72807250, - FFFF728072b87f9e728072b8, - FFFF728073207f9e72807320, - FFFF728073887f9e72807388, - FFFF728073f07f9e728073f0, - FFFF728074587f9e72807458, - FFFF728074c07f9e728074c0, - FFFF728075287f9e72807528, - FFFF728075907f9e72807590, - FFFF728075f87f9e728075f8, - FFFF728076607f9e72807660, - FFFF728076c87f9e728076c8, - FFFF728077307f9e72807730, - FFFF728077987f9e72807798, - FFFF728078007f9e72807800, - FFFF728078687f9e72807868, - FFFF728078d07f9e728078d0, - FFFF728079387f9e72807938, - FFFF728079a07f9e728079a0, - FFFF72807a087f9e72807a08, - FFFF72807a707f9e72807a70, - FFFF72807ad87f9e72807ad8, - FFFF72807b407f9e72807b40, - FFFF72807ba87f9e72807ba8, - FFFF72807c107f9e72807c10, + FFFF2c0000007fc42c000000, + FFFF2c0000687fc42c000068, + FFFF2c0000d07fc42c0000d0, + FFFF2c0001387fc42c000138, + FFFF2c0001a07fc42c0001a0, + FFFF2c0002087fc42c000208, + FFFF2c0002707fc42c000270, + FFFF2c0002d87fc42c0002d8, + FFFF2b1bfce07fc42b1bfce0, + FFFF2b1bfd487fc42b1bfd48, + FFFF2b1bfdb07fc42b1bfdb0, + FFFF2b1bfe187fc42b1bfe18, + FFFF2b1bfe807fc42b1bfe80, + FFFF2b1bfee87fc42b1bfee8, + FFFF2b1bff507fc42b1bff50, + FFFF2b1bffb87fc42b1bffb8, + FFFF2b1c00207fc42b1c0020, + FFFF2b1c00887fc42b1c0088, + FFFF2b1c00f07fc42b1c00f0, + FFFF2b1c01587fc42b1c0158, + FFFF2b1c01c07fc42b1c01c0, + FFFF2b1c02287fc42b1c0228, + FFFF2b1c02907fc42b1c0290, + FFFF2b1c02f87fc42b1c02f8, + FFFF2b1c03607fc42b1c0360, + FFFF2b1c03c87fc42b1c03c8, + FFFF2b1c04307fc42b1c0430, + FFFF2b1c04987fc42b1c0498, + FFFF2b1c05007fc42b1c0500, + FFFF2b1c05687fc42b1c0568, + FFFF2b1c05d07fc42b1c05d0, + FFFF2b1c06387fc42b1c0638, + FFFF2b1c06a07fc42b1c06a0, + FFFF2b1c07087fc42b1c0708, + FFFF2b1c07707fc42b1c0770, + FFFF2b1c07d87fc42b1c07d8, + FFFF2b1c08407fc42b1c0840, + FFFF2b1c08a87fc42b1c08a8, + FFFF2b1c09107fc42b1c0910, + FFFF2b1c09787fc42b1c0978, + FFFF2b1c09e07fc42b1c09e0, + FFFF2b1c0a487fc42b1c0a48, + FFFF2b1c0ab07fc42b1c0ab0, + FFFF2b1c0b187fc42b1c0b18, + FFFF2b1c0b807fc42b1c0b80, + FFFF2b1c0be87fc42b1c0be8, + FFFF2b1c0c507fc42b1c0c50, + FFFF2b1c0cb87fc42b1c0cb8, + FFFF2b1c0d207fc42b1c0d20, + FFFF2b1c0d887fc42b1c0d88, + FFFF2b1c0df07fc42b1c0df0, + FFFF2b1c0e587fc42b1c0e58, + FFFF2b1c0ec07fc42b1c0ec0, + FFFF2b1c0f287fc42b1c0f28, + FFFF2b1c0f907fc42b1c0f90, + FFFF2b1c0ff87fc42b1c0ff8, + FFFF2b1c10607fc42b1c1060, + FFFF2b1c10c87fc42b1c10c8, + FFFF2b1c11307fc42b1c1130, + FFFF2b1c11987fc42b1c1198, + FFFF2b1c12007fc42b1c1200, + FFFF2b1c12687fc42b1c1268, + FFFF2b1c12d07fc42b1c12d0, + FFFF2b1c13387fc42b1c1338, + FFFF2b1c13a07fc42b1c13a0, + FFFF2b1c14087fc42b1c1408, + FFFF2b1c14707fc42b1c1470, + FFFF2b1c14d87fc42b1c14d8, + FFFF2b1c15407fc42b1c1540, + FFFF2b1c15a87fc42b1c15a8, + FFFF2b1c16107fc42b1c1610, + FFFF2b1c16787fc42b1c1678, + FFFF2b1c16e07fc42b1c16e0, + FFFF2b1c17487fc42b1c1748, + FFFF2b1c17b07fc42b1c17b0, + FFFF2b1c18187fc42b1c1818, + FFFF2b1c18807fc42b1c1880, + FFFF2b1c18e87fc42b1c18e8, + FFFF2b1c19507fc42b1c1950, + FFFF2b1c19b87fc42b1c19b8, + FFFF2b1c1a207fc42b1c1a20, + FFFF2b1c1a887fc42b1c1a88, + FFFF2b1c1af07fc42b1c1af0, + FFFF2b1c1b587fc42b1c1b58, + FFFF2b1c1bc07fc42b1c1bc0, + FFFF2b1c1c287fc42b1c1c28, + FFFF2b1c1c907fc42b1c1c90, + FFFF2b1c1cf87fc42b1c1cf8, + FFFF2b1c1d607fc42b1c1d60, + FFFF2b1c1dc87fc42b1c1dc8, + FFFF2b1c1e307fc42b1c1e30, + FFFF2b1c1e987fc42b1c1e98, + FFFF2b1c1f007fc42b1c1f00, + FFFF2b1c1f687fc42b1c1f68, + FFFF2b1c1fd07fc42b1c1fd0, + FFFF2b1c20387fc42b1c2038, + FFFF2b1c20a07fc42b1c20a0, + FFFF2b1c21087fc42b1c2108, + FFFF2b1c21707fc42b1c2170, + FFFF2b1c21d87fc42b1c21d8, + FFFF2b1c22407fc42b1c2240, + FFFF2b1c22a87fc42b1c22a8, + FFFF2b1c23107fc42b1c2310, + FFFF2b1c23787fc42b1c2378, + FFFF2b1c23e07fc42b1c23e0, + FFFF2b1c24487fc42b1c2448, + FFFF2b1c24b07fc42b1c24b0, + FFFF2b1c25187fc42b1c2518, + FFFF2b1c25807fc42b1c2580, + FFFF2b1c25e87fc42b1c25e8, + FFFF2b1c26507fc42b1c2650, + FFFF2b1c26b87fc42b1c26b8, + FFFF2b1c27207fc42b1c2720, + FFFF2b1c27887fc42b1c2788, + FFFF2b1c27f07fc42b1c27f0, + FFFF2b1c28587fc42b1c2858, + FFFF2b1c28c07fc42b1c28c0, + FFFF2b1c29287fc42b1c2928, + FFFF2b1c29907fc42b1c2990, + FFFF2b1c29f87fc42b1c29f8, + FFFF2b1c2a607fc42b1c2a60, + FFFF2b1c2ac87fc42b1c2ac8, + FFFF2b1c2b307fc42b1c2b30, + FFFF2b1c2b987fc42b1c2b98, + FFFF2b1c2c007fc42b1c2c00, + FFFF2b1c2c687fc42b1c2c68, + FFFF2b1c2cd07fc42b1c2cd0, + FFFF2b1c2d387fc42b1c2d38, + FFFF2b1c2da07fc42b1c2da0, + FFFF2b1c2e087fc42b1c2e08, + FFFF2b1c2e707fc42b1c2e70, + FFFF2b1c2ed87fc42b1c2ed8, + FFFF2b1c2f407fc42b1c2f40, + FFFF2b1c2fa87fc42b1c2fa8, + FFFF2b1c30107fc42b1c3010, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1988,132 +1988,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4720902307f9e72090230 /* PBXTargetDependency */ = { + FFF42b95b6107fc42b95b610 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA720818007f9e72081800 /* PxFoundation */; - targetProxy = FFF5720818007f9e72081800 /* PBXContainerItemProxy */; + target = FFFA2b95e5907fc42b95e590 /* PxFoundation */; + targetProxy = FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFF7199ff187f9e7199ff18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7199ff187f9e7199ff18 /* src/PsAllocator.cpp */; }; - FFFF7199ff807f9e7199ff80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7199ff807f9e7199ff80 /* src/PsAssert.cpp */; }; - FFFF7199ffe87f9e7199ffe8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD7199ffe87f9e7199ffe8 /* src/PsFoundation.cpp */; }; - FFFF719a00507f9e719a0050 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a00507f9e719a0050 /* src/PsMathUtils.cpp */; }; - FFFF719a00b87f9e719a00b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a00b87f9e719a00b8 /* src/PsString.cpp */; }; - FFFF719a01207f9e719a0120 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a01207f9e719a0120 /* src/PsTempAllocator.cpp */; }; - FFFF719a01887f9e719a0188 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a01887f9e719a0188 /* src/PsUtilities.cpp */; }; - FFFF719a01f07f9e719a01f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a01f07f9e719a01f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFF719a02587f9e719a0258 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a02587f9e719a0258 /* src/unix/PsUnixCpu.cpp */; }; - FFFF719a02c07f9e719a02c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a02c07f9e719a02c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFF719a03287f9e719a0328 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a03287f9e719a0328 /* src/unix/PsUnixMutex.cpp */; }; - FFFF719a03907f9e719a0390 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a03907f9e719a0390 /* src/unix/PsUnixPrintString.cpp */; }; - FFFF719a03f87f9e719a03f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a03f87f9e719a03f8 /* src/unix/PsUnixSList.cpp */; }; - FFFF719a04607f9e719a0460 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a04607f9e719a0460 /* src/unix/PsUnixSocket.cpp */; }; - FFFF719a04c87f9e719a04c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a04c87f9e719a04c8 /* src/unix/PsUnixSync.cpp */; }; - FFFF719a05307f9e719a0530 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a05307f9e719a0530 /* src/unix/PsUnixThread.cpp */; }; - FFFF719a05987f9e719a0598 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a05987f9e719a0598 /* src/unix/PsUnixTime.cpp */; }; + FFFF2b187d187fc42b187d18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187d187fc42b187d18 /* src/PsAllocator.cpp */; }; + FFFF2b187d807fc42b187d80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187d807fc42b187d80 /* src/PsAssert.cpp */; }; + FFFF2b187de87fc42b187de8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187de87fc42b187de8 /* src/PsFoundation.cpp */; }; + FFFF2b187e507fc42b187e50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187e507fc42b187e50 /* src/PsMathUtils.cpp */; }; + FFFF2b187eb87fc42b187eb8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187eb87fc42b187eb8 /* src/PsString.cpp */; }; + FFFF2b187f207fc42b187f20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187f207fc42b187f20 /* src/PsTempAllocator.cpp */; }; + FFFF2b187f887fc42b187f88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187f887fc42b187f88 /* src/PsUtilities.cpp */; }; + FFFF2b187ff07fc42b187ff0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b187ff07fc42b187ff0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF2b1880587fc42b188058 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1880587fc42b188058 /* src/unix/PsUnixCpu.cpp */; }; + FFFF2b1880c07fc42b1880c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1880c07fc42b1880c0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF2b1881287fc42b188128 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1881287fc42b188128 /* src/unix/PsUnixMutex.cpp */; }; + FFFF2b1881907fc42b188190 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1881907fc42b188190 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF2b1881f87fc42b1881f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1881f87fc42b1881f8 /* src/unix/PsUnixSList.cpp */; }; + FFFF2b1882607fc42b188260 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1882607fc42b188260 /* src/unix/PsUnixSocket.cpp */; }; + FFFF2b1882c87fc42b1882c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1882c87fc42b1882c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF2b1883307fc42b188330 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1883307fc42b188330 /* src/unix/PsUnixThread.cpp */; }; + FFFF2b1883987fc42b188398 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1883987fc42b188398 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD720818007f9e72081800 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD719930007f9e71993000 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFD719930687f9e71993068 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD719930d07f9e719930d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFD719931387f9e71993138 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFD719931a07f9e719931a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFD719932087f9e71993208 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFD719932707f9e71993270 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFD719932d87f9e719932d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD719933407f9e71993340 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD719933a87f9e719933a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFD719934107f9e71993410 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFD719934787f9e71993478 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD719934e07f9e719934e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFD719935487f9e71993548 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFD719935b07f9e719935b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD719936187f9e71993618 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD719936807f9e71993680 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD719936e87f9e719936e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFD719937507f9e71993750 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFD719937b87f9e719937b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFD719938207f9e71993820 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD719938887f9e71993888 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD719938f07f9e719938f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFD719939587f9e71993958 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD719939c07f9e719939c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFD71993a287f9e71993a28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFD71993a907f9e71993a90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFD71993af87f9e71993af8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFD71993b607f9e71993b60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ec007f9e7199ec00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ec687f9e7199ec68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ecd07f9e7199ecd0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ed387f9e7199ed38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199eda07f9e7199eda0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ee087f9e7199ee08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ee707f9e7199ee70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199eed87f9e7199eed8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ef407f9e7199ef40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199efa87f9e7199efa8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f0107f9e7199f010 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f0787f9e7199f078 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f0e07f9e7199f0e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f1487f9e7199f148 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f1b07f9e7199f1b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f2187f9e7199f218 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f2807f9e7199f280 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f2e87f9e7199f2e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f3507f9e7199f350 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f3b87f9e7199f3b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f4207f9e7199f420 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f4887f9e7199f488 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f4f07f9e7199f4f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f5587f9e7199f558 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f5c07f9e7199f5c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f6287f9e7199f628 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f6907f9e7199f690 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f6f87f9e7199f6f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f7607f9e7199f760 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f7c87f9e7199f7c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f8307f9e7199f830 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f8987f9e7199f898 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f9007f9e7199f900 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f9687f9e7199f968 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199f9d07f9e7199f9d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fa387f9e7199fa38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199faa07f9e7199faa0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fb087f9e7199fb08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fb707f9e7199fb70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fbd87f9e7199fbd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fc407f9e7199fc40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fca87f9e7199fca8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fd107f9e7199fd10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fd787f9e7199fd78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fde07f9e7199fde0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199fe487f9e7199fe48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199feb07f9e7199feb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD7199ff187f9e7199ff18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7199ff807f9e7199ff80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7199ffe87f9e7199ffe8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a00507f9e719a0050 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a00b87f9e719a00b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a01207f9e719a0120 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a01887f9e719a0188 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a01f07f9e719a01f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a02587f9e719a0258 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a02c07f9e719a02c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a03287f9e719a0328 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a03907f9e719a0390 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a03f87f9e719a03f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a04607f9e719a0460 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a04c87f9e719a04c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a05307f9e719a0530 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a05987f9e719a0598 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b95e5907fc42b95e590 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b185e007fc42b185e00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b185e687fc42b185e68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b185ed07fc42b185ed0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b185f387fc42b185f38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b185fa07fc42b185fa0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1860087fc42b186008 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1860707fc42b186070 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1860d87fc42b1860d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1861407fc42b186140 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1861a87fc42b1861a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1862107fc42b186210 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1862787fc42b186278 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1862e07fc42b1862e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1863487fc42b186348 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1863b07fc42b1863b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1864187fc42b186418 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1864807fc42b186480 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1864e87fc42b1864e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1865507fc42b186550 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1865b87fc42b1865b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1866207fc42b186620 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1866887fc42b186688 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1866f07fc42b1866f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1867587fc42b186758 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1867c07fc42b1867c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1868287fc42b186828 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1868907fc42b186890 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1868f87fc42b1868f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1869607fc42b186960 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186a007fc42b186a00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186a687fc42b186a68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186ad07fc42b186ad0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186b387fc42b186b38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186ba07fc42b186ba0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186c087fc42b186c08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186c707fc42b186c70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186cd87fc42b186cd8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186d407fc42b186d40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186da87fc42b186da8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186e107fc42b186e10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186e787fc42b186e78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186ee07fc42b186ee0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186f487fc42b186f48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b186fb07fc42b186fb0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1870187fc42b187018 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1870807fc42b187080 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1870e87fc42b1870e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1871507fc42b187150 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1871b87fc42b1871b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1872207fc42b187220 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1872887fc42b187288 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1872f07fc42b1872f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1873587fc42b187358 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1873c07fc42b1873c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1874287fc42b187428 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1874907fc42b187490 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1874f87fc42b1874f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1875607fc42b187560 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1875c87fc42b1875c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1876307fc42b187630 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1876987fc42b187698 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1877007fc42b187700 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1877687fc42b187768 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1877d07fc42b1877d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1878387fc42b187838 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1878a07fc42b1878a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1879087fc42b187908 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1879707fc42b187970 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1879d87fc42b1879d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187a407fc42b187a40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187aa87fc42b187aa8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187b107fc42b187b10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187b787fc42b187b78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187be07fc42b187be0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187c487fc42b187c48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187cb07fc42b187cb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b187d187fc42b187d18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187d807fc42b187d80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187de87fc42b187de8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187e507fc42b187e50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187eb87fc42b187eb8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187f207fc42b187f20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187f887fc42b187f88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b187ff07fc42b187ff0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1880587fc42b188058 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1880c07fc42b1880c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1881287fc42b188128 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1881907fc42b188190 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1881f87fc42b1881f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1882607fc42b188260 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1882c87fc42b1882c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1883307fc42b188330 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1883987fc42b188398 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2720818007f9e72081800 /* Resources */ = { + FFF22b95e5907fc42b95e590 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2123,7 +2123,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC720818007f9e72081800 /* Frameworks */ = { + FFFC2b95e5907fc42b95e590 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2133,27 +2133,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8720818007f9e72081800 /* Sources */ = { + FFF82b95e5907fc42b95e590 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF7199ff187f9e7199ff18, - FFFF7199ff807f9e7199ff80, - FFFF7199ffe87f9e7199ffe8, - FFFF719a00507f9e719a0050, - FFFF719a00b87f9e719a00b8, - FFFF719a01207f9e719a0120, - FFFF719a01887f9e719a0188, - FFFF719a01f07f9e719a01f0, - FFFF719a02587f9e719a0258, - FFFF719a02c07f9e719a02c0, - FFFF719a03287f9e719a0328, - FFFF719a03907f9e719a0390, - FFFF719a03f87f9e719a03f8, - FFFF719a04607f9e719a0460, - FFFF719a04c87f9e719a04c8, - FFFF719a05307f9e719a0530, - FFFF719a05987f9e719a0598, + FFFF2b187d187fc42b187d18, + FFFF2b187d807fc42b187d80, + FFFF2b187de87fc42b187de8, + FFFF2b187e507fc42b187e50, + FFFF2b187eb87fc42b187eb8, + FFFF2b187f207fc42b187f20, + FFFF2b187f887fc42b187f88, + FFFF2b187ff07fc42b187ff0, + FFFF2b1880587fc42b188058, + FFFF2b1880c07fc42b1880c0, + FFFF2b1881287fc42b188128, + FFFF2b1881907fc42b188190, + FFFF2b1881f87fc42b1881f8, + FFFF2b1882607fc42b188260, + FFFF2b1882c87fc42b1882c8, + FFFF2b1883307fc42b188330, + FFFF2b1883987fc42b188398, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2165,103 +2165,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFF728227a87f9e728227a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728227a87f9e728227a8 /* src/PxProfileEventImpl.cpp */; }; - FFFF728228107f9e72822810 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728228107f9e72822810 /* src/PxPvd.cpp */; }; - FFFF728228787f9e72822878 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728228787f9e72822878 /* src/PxPvdDataStream.cpp */; }; - FFFF728228e07f9e728228e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728228e07f9e728228e0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFF728229487f9e72822948 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728229487f9e72822948 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFF728229b07f9e728229b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728229b07f9e728229b0 /* src/PxPvdImpl.cpp */; }; - FFFF72822a187f9e72822a18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72822a187f9e72822a18 /* src/PxPvdMemClient.cpp */; }; - FFFF72822a807f9e72822a80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72822a807f9e72822a80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFF72822ae87f9e72822ae8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72822ae87f9e72822ae8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFF72822b507f9e72822b50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72822b507f9e72822b50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFF72822bb87f9e72822bb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72822bb87f9e72822bb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF2c011da87fc42c011da8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011da87fc42c011da8 /* src/PxProfileEventImpl.cpp */; }; + FFFF2c011e107fc42c011e10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011e107fc42c011e10 /* src/PxPvd.cpp */; }; + FFFF2c011e787fc42c011e78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011e787fc42c011e78 /* src/PxPvdDataStream.cpp */; }; + FFFF2c011ee07fc42c011ee0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011ee07fc42c011ee0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF2c011f487fc42c011f48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011f487fc42c011f48 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF2c011fb07fc42c011fb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c011fb07fc42c011fb0 /* src/PxPvdImpl.cpp */; }; + FFFF2c0120187fc42c012018 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c0120187fc42c012018 /* src/PxPvdMemClient.cpp */; }; + FFFF2c0120807fc42c012080 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c0120807fc42c012080 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF2c0120e87fc42c0120e8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c0120e87fc42c0120e8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF2c0121507fc42c012150 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c0121507fc42c012150 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF2c0121b87fc42c0121b8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c0121b87fc42c0121b8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD724339a07f9e724339a0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD724366d07f9e724366d0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD724367387f9e72436738 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD728224007f9e72822400 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFD728224687f9e72822468 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFD728224d07f9e728224d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD728225387f9e72822538 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD728225a07f9e728225a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD728226087f9e72822608 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728226707f9e72822670 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728226d87f9e728226d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD728227407f9e72822740 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFD728227a87f9e728227a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728228107f9e72822810 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728228787f9e72822878 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728228e07f9e728228e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728229487f9e72822948 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728229b07f9e728229b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822a187f9e72822a18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822a807f9e72822a80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822ae87f9e72822ae8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822b507f9e72822b50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822bb87f9e72822bb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72822c207f9e72822c20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822c887f9e72822c88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822cf07f9e72822cf0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822d587f9e72822d58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822dc07f9e72822dc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822e287f9e72822e28 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822e907f9e72822e90 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822ef87f9e72822ef8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822f607f9e72822f60 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD72822fc87f9e72822fc8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD728230307f9e72823030 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFD728230987f9e72823098 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFD728231007f9e72823100 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFD728231687f9e72823168 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFD728231d07f9e728231d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFD728232387f9e72823238 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD728232a07f9e728232a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFD728233087f9e72823308 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFD728233707f9e72823370 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFD728233d87f9e728233d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD728234407f9e72823440 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFD728234a87f9e728234a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD728235107f9e72823510 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD728235787f9e72823578 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFD728235e07f9e728235e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFD728236487f9e72823648 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFD728236b07f9e728236b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFD728237187f9e72823718 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728237807f9e72823780 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD728237e87f9e728237e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFD728238507f9e72823850 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFD728238b87f9e728238b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFD728239207f9e72823920 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD728239887f9e72823988 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD728239f07f9e728239f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823a587f9e72823a58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823ac07f9e72823ac0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823b287f9e72823b28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823b907f9e72823b90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823bf87f9e72823bf8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823c607f9e72823c60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823cc87f9e72823cc8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823d307f9e72823d30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823d987f9e72823d98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823e007f9e72823e00 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823e687f9e72823e68 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823ed07f9e72823ed0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823f387f9e72823f38 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD72823fa07f9e72823fa0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFD728240087f9e72824008 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFD728240707f9e72824070 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728240d87f9e728240d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFD728241407f9e72824140 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFD728241a87f9e728241a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFD728242107f9e72824210 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD728242787f9e72824278 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8e87e07fc42b8e87e0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b8e8fe07fc42b8e8fe0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8e90487fc42b8e9048 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011a007fc42c011a00 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011a687fc42c011a68 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011ad07fc42c011ad0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011b387fc42c011b38 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011ba07fc42c011ba0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011c087fc42c011c08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011c707fc42c011c70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011cd87fc42c011cd8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011d407fc42c011d40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c011da87fc42c011da8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c011e107fc42c011e10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c011e787fc42c011e78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c011ee07fc42c011ee0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c011f487fc42c011f48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c011fb07fc42c011fb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0120187fc42c012018 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0120807fc42c012080 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0120e87fc42c0120e8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0121507fc42c012150 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0121b87fc42c0121b8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0122207fc42c012220 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0122887fc42c012288 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0122f07fc42c0122f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0123587fc42c012358 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0123c07fc42c0123c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0124287fc42c012428 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0124907fc42c012490 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0124f87fc42c0124f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0125607fc42c012560 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0125c87fc42c0125c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0126307fc42c012630 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0126987fc42c012698 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0127007fc42c012700 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0127687fc42c012768 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0127d07fc42c0127d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0128387fc42c012838 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0128a07fc42c0128a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0129087fc42c012908 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0129707fc42c012970 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0129d87fc42c0129d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012a407fc42c012a40 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012aa87fc42c012aa8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012b107fc42c012b10 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012b787fc42c012b78 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012be07fc42c012be0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012c487fc42c012c48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012cb07fc42c012cb0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012d187fc42c012d18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012d807fc42c012d80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012de87fc42c012de8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012e507fc42c012e50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012eb87fc42c012eb8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012f207fc42c012f20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012f887fc42c012f88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c012ff07fc42c012ff0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0130587fc42c013058 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0130c07fc42c0130c0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0131287fc42c013128 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0131907fc42c013190 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0131f87fc42c0131f8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0132607fc42c013260 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0132c87fc42c0132c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0133307fc42c013330 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0133987fc42c013398 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0134007fc42c013400 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0134687fc42c013468 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0134d07fc42c0134d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0135387fc42c013538 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0135a07fc42c0135a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0136087fc42c013608 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0136707fc42c013670 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0136d87fc42c0136d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0137407fc42c013740 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0137a87fc42c0137a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0138107fc42c013810 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0138787fc42c013878 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2724339a07f9e724339a0 /* Resources */ = { + FFF22b8e87e07fc42b8e87e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2271,7 +2271,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC724339a07f9e724339a0 /* Frameworks */ = { + FFFC2b8e87e07fc42b8e87e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2281,21 +2281,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8724339a07f9e724339a0 /* Sources */ = { + FFF82b8e87e07fc42b8e87e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF728227a87f9e728227a8, - FFFF728228107f9e72822810, - FFFF728228787f9e72822878, - FFFF728228e07f9e728228e0, - FFFF728229487f9e72822948, - FFFF728229b07f9e728229b0, - FFFF72822a187f9e72822a18, - FFFF72822a807f9e72822a80, - FFFF72822ae87f9e72822ae8, - FFFF72822b507f9e72822b50, - FFFF72822bb87f9e72822bb8, + FFFF2c011da87fc42c011da8, + FFFF2c011e107fc42c011e10, + FFFF2c011e787fc42c011e78, + FFFF2c011ee07fc42c011ee0, + FFFF2c011f487fc42c011f48, + FFFF2c011fb07fc42c011fb0, + FFFF2c0120187fc42c012018, + FFFF2c0120807fc42c012080, + FFFF2c0120e87fc42c0120e8, + FFFF2c0121507fc42c012150, + FFFF2c0121b87fc42c0121b8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2304,108 +2304,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF47242db807f9e7242db80 /* PBXTargetDependency */ = { + FFF42b8fa5707fc42b8fa570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA720818007f9e72081800 /* PxFoundation */; - targetProxy = FFF5720818007f9e72081800 /* PBXContainerItemProxy */; + target = FFFA2b95e5907fc42b95e590 /* PxFoundation */; + targetProxy = FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFF724525b07f9e724525b0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD724525b07f9e724525b0 /* px_globals.cpp */; }; - FFFF72457bd07f9e72457bd0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457bd07f9e72457bd0 /* PxsCCD.cpp */; }; - FFFF72457c387f9e72457c38 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457c387f9e72457c38 /* PxsContactManager.cpp */; }; - FFFF72457ca07f9e72457ca0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457ca07f9e72457ca0 /* PxsContext.cpp */; }; - FFFF72457d087f9e72457d08 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457d087f9e72457d08 /* PxsDefaultMemoryManager.cpp */; }; - FFFF72457d707f9e72457d70 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457d707f9e72457d70 /* PxsIslandSim.cpp */; }; - FFFF72457dd87f9e72457dd8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457dd87f9e72457dd8 /* PxsMaterialCombiner.cpp */; }; - FFFF72457e407f9e72457e40 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457e407f9e72457e40 /* PxsNphaseImplementationContext.cpp */; }; - FFFF72457ea87f9e72457ea8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD72457ea87f9e72457ea8 /* PxsSimpleIslandManager.cpp */; }; - FFFF728294007f9e72829400 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728294007f9e72829400 /* collision/PxcContact.cpp */; }; - FFFF728294687f9e72829468 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728294687f9e72829468 /* pipeline/PxcContactCache.cpp */; }; - FFFF728294d07f9e728294d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728294d07f9e728294d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFF728295387f9e72829538 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728295387f9e72829538 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFF728295a07f9e728295a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728295a07f9e728295a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFF728296087f9e72829608 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728296087f9e72829608 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFF728296707f9e72829670 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728296707f9e72829670 /* pipeline/PxcMaterialShape.cpp */; }; - FFFF728296d87f9e728296d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728296d87f9e728296d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFF728297407f9e72829740 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728297407f9e72829740 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFF728297a87f9e728297a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728297a87f9e728297a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFF728298107f9e72829810 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728298107f9e72829810 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFF728298787f9e72829878 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD728298787f9e72829878 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF2b9114f07fc42b9114f0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD2b9114f07fc42b9114f0 /* px_globals.cpp */; }; + FFFF2b908ce07fc42b908ce0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908ce07fc42b908ce0 /* PxsCCD.cpp */; }; + FFFF2b908d487fc42b908d48 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908d487fc42b908d48 /* PxsContactManager.cpp */; }; + FFFF2b908db07fc42b908db0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908db07fc42b908db0 /* PxsContext.cpp */; }; + FFFF2b908e187fc42b908e18 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908e187fc42b908e18 /* PxsDefaultMemoryManager.cpp */; }; + FFFF2b908e807fc42b908e80 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908e807fc42b908e80 /* PxsIslandSim.cpp */; }; + FFFF2b908ee87fc42b908ee8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908ee87fc42b908ee8 /* PxsMaterialCombiner.cpp */; }; + FFFF2b908f507fc42b908f50 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908f507fc42b908f50 /* PxsNphaseImplementationContext.cpp */; }; + FFFF2b908fb87fc42b908fb8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2b908fb87fc42b908fb8 /* PxsSimpleIslandManager.cpp */; }; + FFFF2b1b8e007fc42b1b8e00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b8e007fc42b1b8e00 /* collision/PxcContact.cpp */; }; + FFFF2b1b8e687fc42b1b8e68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b8e687fc42b1b8e68 /* pipeline/PxcContactCache.cpp */; }; + FFFF2b1b8ed07fc42b1b8ed0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b8ed07fc42b1b8ed0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF2b1b8f387fc42b1b8f38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b8f387fc42b1b8f38 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF2b1b8fa07fc42b1b8fa0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b8fa07fc42b1b8fa0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF2b1b90087fc42b1b9008 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b90087fc42b1b9008 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF2b1b90707fc42b1b9070 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b90707fc42b1b9070 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF2b1b90d87fc42b1b90d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b90d87fc42b1b90d8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF2b1b91407fc42b1b9140 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b91407fc42b1b9140 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF2b1b91a87fc42b1b91a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b91a87fc42b1b91a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF2b1b92107fc42b1b9210 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b92107fc42b1b9210 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF2b1b92787fc42b1b9278 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b1b92787fc42b1b9278 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD72450a007f9e72450a00 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD724525b07f9e724525b0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD724552207f9e72455220 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD724552887f9e72455288 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD724552f07f9e724552f0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD724553587f9e72455358 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD724553c07f9e724553c0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD724554287f9e72455428 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFD724554907f9e72455490 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFD724554f87f9e724554f8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD724555607f9e72455560 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFD72457bd07f9e72457bd0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457c387f9e72457c38 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457ca07f9e72457ca0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457d087f9e72457d08 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457d707f9e72457d70 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457dd87f9e72457dd8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457e407f9e72457e40 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72457ea87f9e72457ea8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7282aa007f9e7282aa00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282aa687f9e7282aa68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282aad07f9e7282aad0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ab387f9e7282ab38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282aba07f9e7282aba0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ac087f9e7282ac08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ac707f9e7282ac70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282acd87f9e7282acd8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ad407f9e7282ad40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ada87f9e7282ada8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ae107f9e7282ae10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282ae787f9e7282ae78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282aee07f9e7282aee0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282af487f9e7282af48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282afb07f9e7282afb0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282b0187f9e7282b018 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282b0807f9e7282b080 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282b0e87f9e7282b0e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282b1507f9e7282b150 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282b1b87f9e7282b1b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD728294007f9e72829400 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728294687f9e72829468 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728294d07f9e728294d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728295387f9e72829538 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728295a07f9e728295a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728296087f9e72829608 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728296707f9e72829670 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728296d87f9e728296d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728297407f9e72829740 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728297a87f9e728297a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728298107f9e72829810 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728298787f9e72829878 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72829c007f9e72829c00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829c687f9e72829c68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829cd07f9e72829cd0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829d387f9e72829d38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829da07f9e72829da0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829e087f9e72829e08 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829e707f9e72829e70 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829ed87f9e72829ed8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829f407f9e72829f40 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD72829fa87f9e72829fa8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282a0107f9e7282a010 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282a0787f9e7282a078 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282a0e07f9e7282a0e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282a1487f9e7282a148 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD7282a1b07f9e7282a1b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9141107fc42b914110 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b9114f07fc42b9114f0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b910bb07fc42b910bb0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910c187fc42b910c18 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910c807fc42b910c80 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910ce87fc42b910ce8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910d507fc42b910d50 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910db87fc42b910db8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910e207fc42b910e20 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910e887fc42b910e88 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b910ef07fc42b910ef0 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b908ce07fc42b908ce0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908d487fc42b908d48 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908db07fc42b908db0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908e187fc42b908e18 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908e807fc42b908e80 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908ee87fc42b908ee8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908f507fc42b908f50 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b908fb87fc42b908fb8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae0007fc42b1ae000 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae0687fc42b1ae068 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae0d07fc42b1ae0d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae1387fc42b1ae138 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae1a07fc42b1ae1a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae2087fc42b1ae208 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae2707fc42b1ae270 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae2d87fc42b1ae2d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae3407fc42b1ae340 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae3a87fc42b1ae3a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae4107fc42b1ae410 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae4787fc42b1ae478 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae4e07fc42b1ae4e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae5487fc42b1ae548 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae5b07fc42b1ae5b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae6187fc42b1ae618 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae6807fc42b1ae680 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae6e87fc42b1ae6e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae7507fc42b1ae750 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1ae7b87fc42b1ae7b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b8e007fc42b1b8e00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b8e687fc42b1b8e68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b8ed07fc42b1b8ed0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b8f387fc42b1b8f38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b8fa07fc42b1b8fa0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b90087fc42b1b9008 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b90707fc42b1b9070 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b90d87fc42b1b90d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b91407fc42b1b9140 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b91a87fc42b1b91a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b92107fc42b1b9210 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b92787fc42b1b9278 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b96007fc42b1b9600 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b96687fc42b1b9668 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b96d07fc42b1b96d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b97387fc42b1b9738 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b97a07fc42b1b97a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b98087fc42b1b9808 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b98707fc42b1b9870 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b98d87fc42b1b98d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b99407fc42b1b9940 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b99a87fc42b1b99a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b9a107fc42b1b9a10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b9a787fc42b1b9a78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b9ae07fc42b1b9ae0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b9b487fc42b1b9b48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1b9bb07fc42b1b9bb0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF272450a007f9e72450a00 /* Resources */ = { + FFF22b9141107fc42b914110 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2415,7 +2415,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC72450a007f9e72450a00 /* Frameworks */ = { + FFFC2b9141107fc42b914110 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2425,31 +2425,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF872450a007f9e72450a00 /* Sources */ = { + FFF82b9141107fc42b914110 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF724525b07f9e724525b0, - FFFF72457bd07f9e72457bd0, - FFFF72457c387f9e72457c38, - FFFF72457ca07f9e72457ca0, - FFFF72457d087f9e72457d08, - FFFF72457d707f9e72457d70, - FFFF72457dd87f9e72457dd8, - FFFF72457e407f9e72457e40, - FFFF72457ea87f9e72457ea8, - FFFF728294007f9e72829400, - FFFF728294687f9e72829468, - FFFF728294d07f9e728294d0, - FFFF728295387f9e72829538, - FFFF728295a07f9e728295a0, - FFFF728296087f9e72829608, - FFFF728296707f9e72829670, - FFFF728296d87f9e728296d8, - FFFF728297407f9e72829740, - FFFF728297a87f9e728297a8, - FFFF728298107f9e72829810, - FFFF728298787f9e72829878, + FFFF2b9114f07fc42b9114f0, + FFFF2b908ce07fc42b908ce0, + FFFF2b908d487fc42b908d48, + FFFF2b908db07fc42b908db0, + FFFF2b908e187fc42b908e18, + FFFF2b908e807fc42b908e80, + FFFF2b908ee87fc42b908ee8, + FFFF2b908f507fc42b908f50, + FFFF2b908fb87fc42b908fb8, + FFFF2b1b8e007fc42b1b8e00, + FFFF2b1b8e687fc42b1b8e68, + FFFF2b1b8ed07fc42b1b8ed0, + FFFF2b1b8f387fc42b1b8f38, + FFFF2b1b8fa07fc42b1b8fa0, + FFFF2b1b90087fc42b1b9008, + FFFF2b1b90707fc42b1b9070, + FFFF2b1b90d87fc42b1b90d8, + FFFF2b1b91407fc42b1b9140, + FFFF2b1b91a87fc42b1b91a8, + FFFF2b1b92107fc42b1b9210, + FFFF2b1b92787fc42b1b9278, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2461,38 +2461,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFF719a84707f9e719a8470 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a84707f9e719a8470 /* BpBroadPhase.cpp */; }; - FFFF719a84d87f9e719a84d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a84d87f9e719a84d8 /* BpBroadPhaseMBP.cpp */; }; - FFFF719a85407f9e719a8540 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a85407f9e719a8540 /* BpBroadPhaseSap.cpp */; }; - FFFF719a85a87f9e719a85a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a85a87f9e719a85a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFF719a86107f9e719a8610 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a86107f9e719a8610 /* BpMBPTasks.cpp */; }; - FFFF719a86787f9e719a8678 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a86787f9e719a8678 /* BpSAPTasks.cpp */; }; - FFFF719a86e07f9e719a86e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD719a86e07f9e719a86e0 /* BpSimpleAABBManager.cpp */; }; + FFFF2c826e707fc42c826e70 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c826e707fc42c826e70 /* BpBroadPhase.cpp */; }; + FFFF2c826ed87fc42c826ed8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c826ed87fc42c826ed8 /* BpBroadPhaseMBP.cpp */; }; + FFFF2c826f407fc42c826f40 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c826f407fc42c826f40 /* BpBroadPhaseSap.cpp */; }; + FFFF2c826fa87fc42c826fa8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c826fa87fc42c826fa8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF2c8270107fc42c827010 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8270107fc42c827010 /* BpMBPTasks.cpp */; }; + FFFF2c8270787fc42c827078 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8270787fc42c827078 /* BpSAPTasks.cpp */; }; + FFFF2c8270e07fc42c8270e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8270e07fc42c8270e0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD723099707f9e72309970 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD7230a3707f9e7230a370 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD7230a3d87f9e7230a3d8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFD7230a4407f9e7230a440 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFD7230a4a87f9e7230a4a8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a82007f9e719a8200 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a82687f9e719a8268 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a82d07f9e719a82d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a83387f9e719a8338 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a83a07f9e719a83a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a84087f9e719a8408 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFD719a84707f9e719a8470 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a84d87f9e719a84d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a85407f9e719a8540 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a85a87f9e719a85a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a86107f9e719a8610 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a86787f9e719a8678 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD719a86e07f9e719a86e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2bdf89e07fc42bdf89e0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2be0af107fc42be0af10 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be0af787fc42be0af78 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be0afe07fc42be0afe0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be0b0487fc42be0b048 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826c007fc42c826c00 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826c687fc42c826c68 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826cd07fc42c826cd0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826d387fc42c826d38 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826da07fc42c826da0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826e087fc42c826e08 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c826e707fc42c826e70 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c826ed87fc42c826ed8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c826f407fc42c826f40 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c826fa87fc42c826fa8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8270107fc42c827010 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8270787fc42c827078 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8270e07fc42c8270e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2723099707f9e72309970 /* Resources */ = { + FFF22bdf89e07fc42bdf89e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2502,7 +2502,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC723099707f9e72309970 /* Frameworks */ = { + FFFC2bdf89e07fc42bdf89e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2512,17 +2512,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8723099707f9e72309970 /* Sources */ = { + FFF82bdf89e07fc42bdf89e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF719a84707f9e719a8470, - FFFF719a84d87f9e719a84d8, - FFFF719a85407f9e719a8540, - FFFF719a85a87f9e719a85a8, - FFFF719a86107f9e719a8610, - FFFF719a86787f9e719a8678, - FFFF719a86e07f9e719a86e0, + FFFF2c826e707fc42c826e70, + FFFF2c826ed87fc42c826ed8, + FFFF2c826f407fc42c826f40, + FFFF2c826fa87fc42c826fa8, + FFFF2c8270107fc42c827010, + FFFF2c8270787fc42c827078, + FFFF2c8270e07fc42c8270e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2534,106 +2534,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFF730274007f9e73027400 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730274007f9e73027400 /* DyArticulation.cpp */; }; - FFFF730274687f9e73027468 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730274687f9e73027468 /* DyArticulationContactPrep.cpp */; }; - FFFF730274d07f9e730274d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730274d07f9e730274d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFF730275387f9e73027538 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730275387f9e73027538 /* DyArticulationHelper.cpp */; }; - FFFF730275a07f9e730275a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730275a07f9e730275a0 /* DyArticulationSIMD.cpp */; }; - FFFF730276087f9e73027608 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730276087f9e73027608 /* DyArticulationScalar.cpp */; }; - FFFF730276707f9e73027670 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730276707f9e73027670 /* DyConstraintPartition.cpp */; }; - FFFF730276d87f9e730276d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730276d87f9e730276d8 /* DyConstraintSetup.cpp */; }; - FFFF730277407f9e73027740 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730277407f9e73027740 /* DyConstraintSetupBlock.cpp */; }; - FFFF730277a87f9e730277a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730277a87f9e730277a8 /* DyContactPrep.cpp */; }; - FFFF730278107f9e73027810 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730278107f9e73027810 /* DyContactPrep4.cpp */; }; - FFFF730278787f9e73027878 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730278787f9e73027878 /* DyContactPrep4PF.cpp */; }; - FFFF730278e07f9e730278e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730278e07f9e730278e0 /* DyContactPrepPF.cpp */; }; - FFFF730279487f9e73027948 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730279487f9e73027948 /* DyDynamics.cpp */; }; - FFFF730279b07f9e730279b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD730279b07f9e730279b0 /* DyFrictionCorrelation.cpp */; }; - FFFF73027a187f9e73027a18 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027a187f9e73027a18 /* DyRigidBodyToSolverBody.cpp */; }; - FFFF73027a807f9e73027a80 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027a807f9e73027a80 /* DySolverConstraints.cpp */; }; - FFFF73027ae87f9e73027ae8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027ae87f9e73027ae8 /* DySolverConstraintsBlock.cpp */; }; - FFFF73027b507f9e73027b50 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027b507f9e73027b50 /* DySolverControl.cpp */; }; - FFFF73027bb87f9e73027bb8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027bb87f9e73027bb8 /* DySolverControlPF.cpp */; }; - FFFF73027c207f9e73027c20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027c207f9e73027c20 /* DySolverPFConstraints.cpp */; }; - FFFF73027c887f9e73027c88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027c887f9e73027c88 /* DySolverPFConstraintsBlock.cpp */; }; - FFFF73027cf07f9e73027cf0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027cf07f9e73027cf0 /* DyThreadContext.cpp */; }; - FFFF73027d587f9e73027d58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD73027d587f9e73027d58 /* DyThresholdTable.cpp */; }; + FFFF2c0194007fc42c019400 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0194007fc42c019400 /* DyArticulation.cpp */; }; + FFFF2c0194687fc42c019468 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0194687fc42c019468 /* DyArticulationContactPrep.cpp */; }; + FFFF2c0194d07fc42c0194d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0194d07fc42c0194d0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF2c0195387fc42c019538 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0195387fc42c019538 /* DyArticulationHelper.cpp */; }; + FFFF2c0195a07fc42c0195a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0195a07fc42c0195a0 /* DyArticulationSIMD.cpp */; }; + FFFF2c0196087fc42c019608 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0196087fc42c019608 /* DyArticulationScalar.cpp */; }; + FFFF2c0196707fc42c019670 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0196707fc42c019670 /* DyConstraintPartition.cpp */; }; + FFFF2c0196d87fc42c0196d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0196d87fc42c0196d8 /* DyConstraintSetup.cpp */; }; + FFFF2c0197407fc42c019740 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0197407fc42c019740 /* DyConstraintSetupBlock.cpp */; }; + FFFF2c0197a87fc42c0197a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0197a87fc42c0197a8 /* DyContactPrep.cpp */; }; + FFFF2c0198107fc42c019810 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0198107fc42c019810 /* DyContactPrep4.cpp */; }; + FFFF2c0198787fc42c019878 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0198787fc42c019878 /* DyContactPrep4PF.cpp */; }; + FFFF2c0198e07fc42c0198e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0198e07fc42c0198e0 /* DyContactPrepPF.cpp */; }; + FFFF2c0199487fc42c019948 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0199487fc42c019948 /* DyDynamics.cpp */; }; + FFFF2c0199b07fc42c0199b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c0199b07fc42c0199b0 /* DyFrictionCorrelation.cpp */; }; + FFFF2c019a187fc42c019a18 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019a187fc42c019a18 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF2c019a807fc42c019a80 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019a807fc42c019a80 /* DySolverConstraints.cpp */; }; + FFFF2c019ae87fc42c019ae8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019ae87fc42c019ae8 /* DySolverConstraintsBlock.cpp */; }; + FFFF2c019b507fc42c019b50 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019b507fc42c019b50 /* DySolverControl.cpp */; }; + FFFF2c019bb87fc42c019bb8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019bb87fc42c019bb8 /* DySolverControlPF.cpp */; }; + FFFF2c019c207fc42c019c20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019c207fc42c019c20 /* DySolverPFConstraints.cpp */; }; + FFFF2c019c887fc42c019c88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019c887fc42c019c88 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF2c019cf07fc42c019cf0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019cf07fc42c019cf0 /* DyThreadContext.cpp */; }; + FFFF2c019d587fc42c019d58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c019d587fc42c019d58 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD726f79d07f9e726f79d0 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD730274007f9e73027400 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730274687f9e73027468 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730274d07f9e730274d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730275387f9e73027538 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730275a07f9e730275a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730276087f9e73027608 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730276707f9e73027670 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730276d87f9e730276d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730277407f9e73027740 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730277a87f9e730277a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730278107f9e73027810 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730278787f9e73027878 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730278e07f9e730278e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730279487f9e73027948 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730279b07f9e730279b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027a187f9e73027a18 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027a807f9e73027a80 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027ae87f9e73027ae8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027b507f9e73027b50 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027bb87f9e73027bb8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027c207f9e73027c20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027c887f9e73027c88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027cf07f9e73027cf0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73027d587f9e73027d58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD7270bf607f9e7270bf60 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270bfc87f9e7270bfc8 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270c0307f9e7270c030 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270c0987f9e7270c098 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270c1007f9e7270c100 /* DyGpuAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyGpuAPI.h"; path = "../../LowLevelDynamics/include/DyGpuAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270c1687f9e7270c168 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFD7270c1d07f9e7270c1d0 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFD73027e007f9e73027e00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD73027e687f9e73027e68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFD73027ed07f9e73027ed0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD73027f387f9e73027f38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFD73027fa07f9e73027fa0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD730280087f9e73028008 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD730280707f9e73028070 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFD730280d87f9e730280d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFD730281407f9e73028140 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFD730281a87f9e730281a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFD730282107f9e73028210 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFD730282787f9e73028278 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD730282e07f9e730282e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFD730283487f9e73028348 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD730283b07f9e730283b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFD730284187f9e73028418 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFD730284807f9e73028480 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD730284e87f9e730284e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFD730285507f9e73028550 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD730285b87f9e730285b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFD730286207f9e73028620 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFD730286887f9e73028688 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFD730286f07f9e730286f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFD730287587f9e73028758 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD730287c07f9e730287c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD730288287f9e73028828 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFD730288907f9e73028890 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFD730288f87f9e730288f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFD730289607f9e73028960 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD730289c87f9e730289c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028a307f9e73028a30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028a987f9e73028a98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028b007f9e73028b00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028b687f9e73028b68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028bd07f9e73028bd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028c387f9e73028c38 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFD73028ca07f9e73028ca0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8ca5207fc42b8ca520 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c0194007fc42c019400 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0194687fc42c019468 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0194d07fc42c0194d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0195387fc42c019538 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0195a07fc42c0195a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0196087fc42c019608 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0196707fc42c019670 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0196d87fc42c0196d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0197407fc42c019740 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0197a87fc42c0197a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0198107fc42c019810 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0198787fc42c019878 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0198e07fc42c0198e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0199487fc42c019948 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c0199b07fc42c0199b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019a187fc42c019a18 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019a807fc42c019a80 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019ae87fc42c019ae8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019b507fc42c019b50 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019bb87fc42c019bb8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019c207fc42c019c20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019c887fc42c019c88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019cf07fc42c019cf0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c019d587fc42c019d58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc1b07fc42b8dc1b0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc2187fc42b8dc218 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc2807fc42b8dc280 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc2e87fc42b8dc2e8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc3507fc42b8dc350 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8dc3b87fc42b8dc3b8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a6007fc42c01a600 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a6687fc42c01a668 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a6d07fc42c01a6d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a7387fc42c01a738 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a7a07fc42c01a7a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a8087fc42c01a808 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a8707fc42c01a870 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a8d87fc42c01a8d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a9407fc42c01a940 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01a9a87fc42c01a9a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01aa107fc42c01aa10 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01aa787fc42c01aa78 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01aae07fc42c01aae0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ab487fc42c01ab48 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01abb07fc42c01abb0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ac187fc42c01ac18 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ac807fc42c01ac80 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ace87fc42c01ace8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ad507fc42c01ad50 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01adb87fc42c01adb8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ae207fc42c01ae20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01ae887fc42c01ae88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01aef07fc42c01aef0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01af587fc42c01af58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01afc07fc42c01afc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b0287fc42c01b028 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b0907fc42c01b090 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b0f87fc42c01b0f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b1607fc42c01b160 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b1c87fc42c01b1c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b2307fc42c01b230 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b2987fc42c01b298 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b3007fc42c01b300 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b3687fc42c01b368 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b3d07fc42c01b3d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b4387fc42c01b438 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c01b4a07fc42c01b4a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2726f79d07f9e726f79d0 /* Resources */ = { + FFF22b8ca5207fc42b8ca520 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2643,7 +2642,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC726f79d07f9e726f79d0 /* Frameworks */ = { + FFFC2b8ca5207fc42b8ca520 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,34 +2652,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8726f79d07f9e726f79d0 /* Sources */ = { + FFF82b8ca5207fc42b8ca520 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF730274007f9e73027400, - FFFF730274687f9e73027468, - FFFF730274d07f9e730274d0, - FFFF730275387f9e73027538, - FFFF730275a07f9e730275a0, - FFFF730276087f9e73027608, - FFFF730276707f9e73027670, - FFFF730276d87f9e730276d8, - FFFF730277407f9e73027740, - FFFF730277a87f9e730277a8, - FFFF730278107f9e73027810, - FFFF730278787f9e73027878, - FFFF730278e07f9e730278e0, - FFFF730279487f9e73027948, - FFFF730279b07f9e730279b0, - FFFF73027a187f9e73027a18, - FFFF73027a807f9e73027a80, - FFFF73027ae87f9e73027ae8, - FFFF73027b507f9e73027b50, - FFFF73027bb87f9e73027bb8, - FFFF73027c207f9e73027c20, - FFFF73027c887f9e73027c88, - FFFF73027cf07f9e73027cf0, - FFFF73027d587f9e73027d58, + FFFF2c0194007fc42c019400, + FFFF2c0194687fc42c019468, + FFFF2c0194d07fc42c0194d0, + FFFF2c0195387fc42c019538, + FFFF2c0195a07fc42c0195a0, + FFFF2c0196087fc42c019608, + FFFF2c0196707fc42c019670, + FFFF2c0196d87fc42c0196d8, + FFFF2c0197407fc42c019740, + FFFF2c0197a87fc42c0197a8, + FFFF2c0198107fc42c019810, + FFFF2c0198787fc42c019878, + FFFF2c0198e07fc42c0198e0, + FFFF2c0199487fc42c019948, + FFFF2c0199b07fc42c0199b0, + FFFF2c019a187fc42c019a18, + FFFF2c019a807fc42c019a80, + FFFF2c019ae87fc42c019ae8, + FFFF2c019b507fc42c019b50, + FFFF2c019bb87fc42c019bb8, + FFFF2c019c207fc42c019c20, + FFFF2c019c887fc42c019c88, + FFFF2c019cf07fc42c019cf0, + FFFF2c019d587fc42c019d58, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2692,73 +2691,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFF72834c907f9e72834c90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834c907f9e72834c90 /* Allocator.cpp */; }; - FFFF72834cf87f9e72834cf8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834cf87f9e72834cf8 /* Factory.cpp */; }; - FFFF72834d607f9e72834d60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834d607f9e72834d60 /* PhaseConfig.cpp */; }; - FFFF72834dc87f9e72834dc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834dc87f9e72834dc8 /* SwCloth.cpp */; }; - FFFF72834e307f9e72834e30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834e307f9e72834e30 /* SwClothData.cpp */; }; - FFFF72834e987f9e72834e98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834e987f9e72834e98 /* SwCollision.cpp */; }; - FFFF72834f007f9e72834f00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834f007f9e72834f00 /* SwFabric.cpp */; }; - FFFF72834f687f9e72834f68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834f687f9e72834f68 /* SwFactory.cpp */; }; - FFFF72834fd07f9e72834fd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD72834fd07f9e72834fd0 /* SwInterCollision.cpp */; }; - FFFF728350387f9e72835038 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728350387f9e72835038 /* SwSelfCollision.cpp */; }; - FFFF728350a07f9e728350a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728350a07f9e728350a0 /* SwSolver.cpp */; }; - FFFF728351087f9e72835108 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728351087f9e72835108 /* SwSolverKernel.cpp */; }; - FFFF728351707f9e72835170 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD728351707f9e72835170 /* TripletScheduler.cpp */; }; + FFFF2b1d1e907fc42b1d1e90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d1e907fc42b1d1e90 /* Allocator.cpp */; }; + FFFF2b1d1ef87fc42b1d1ef8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d1ef87fc42b1d1ef8 /* Factory.cpp */; }; + FFFF2b1d1f607fc42b1d1f60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d1f607fc42b1d1f60 /* PhaseConfig.cpp */; }; + FFFF2b1d1fc87fc42b1d1fc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d1fc87fc42b1d1fc8 /* SwCloth.cpp */; }; + FFFF2b1d20307fc42b1d2030 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d20307fc42b1d2030 /* SwClothData.cpp */; }; + FFFF2b1d20987fc42b1d2098 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d20987fc42b1d2098 /* SwCollision.cpp */; }; + FFFF2b1d21007fc42b1d2100 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d21007fc42b1d2100 /* SwFabric.cpp */; }; + FFFF2b1d21687fc42b1d2168 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d21687fc42b1d2168 /* SwFactory.cpp */; }; + FFFF2b1d21d07fc42b1d21d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d21d07fc42b1d21d0 /* SwInterCollision.cpp */; }; + FFFF2b1d22387fc42b1d2238 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d22387fc42b1d2238 /* SwSelfCollision.cpp */; }; + FFFF2b1d22a07fc42b1d22a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d22a07fc42b1d22a0 /* SwSolver.cpp */; }; + FFFF2b1d23087fc42b1d2308 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d23087fc42b1d2308 /* SwSolverKernel.cpp */; }; + FFFF2b1d23707fc42b1d2370 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b1d23707fc42b1d2370 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD724846207f9e72484620 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD72487b707f9e72487b70 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487bd87f9e72487bd8 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487c407f9e72487c40 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487ca87f9e72487ca8 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487d107f9e72487d10 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487d787f9e72487d78 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFD72487de07f9e72487de0 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFD728342007f9e72834200 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD728342687f9e72834268 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFD728342d07f9e728342d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFD728343387f9e72834338 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFD728343a07f9e728343a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFD728344087f9e72834408 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFD728344707f9e72834470 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFD728344d87f9e728344d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFD728345407f9e72834540 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFD728345a87f9e728345a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFD728346107f9e72834610 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFD728346787f9e72834678 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFD728346e07f9e728346e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFD728347487f9e72834748 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFD728347b07f9e728347b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFD728348187f9e72834818 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFD728348807f9e72834880 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD728348e87f9e728348e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFD728349507f9e72834950 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFD728349b87f9e728349b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834a207f9e72834a20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834a887f9e72834a88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834af07f9e72834af0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834b587f9e72834b58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834bc07f9e72834bc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834c287f9e72834c28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFD72834c907f9e72834c90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834cf87f9e72834cf8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834d607f9e72834d60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834dc87f9e72834dc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834e307f9e72834e30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834e987f9e72834e98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834f007f9e72834f00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834f687f9e72834f68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD72834fd07f9e72834fd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728350387f9e72835038 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728350a07f9e728350a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728351087f9e72835108 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD728351707f9e72835170 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2bf138507fc42bf13850 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2bf00c107fc42bf00c10 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00c787fc42bf00c78 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00ce07fc42bf00ce0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00d487fc42bf00d48 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00db07fc42bf00db0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00e187fc42bf00e18 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD2bf00e807fc42bf00e80 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d14007fc42b1d1400 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d14687fc42b1d1468 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d14d07fc42b1d14d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d15387fc42b1d1538 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d15a07fc42b1d15a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d16087fc42b1d1608 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d16707fc42b1d1670 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d16d87fc42b1d16d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d17407fc42b1d1740 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d17a87fc42b1d17a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d18107fc42b1d1810 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d18787fc42b1d1878 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d18e07fc42b1d18e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d19487fc42b1d1948 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d19b07fc42b1d19b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1a187fc42b1d1a18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1a807fc42b1d1a80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1ae87fc42b1d1ae8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1b507fc42b1d1b50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1bb87fc42b1d1bb8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1c207fc42b1d1c20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1c887fc42b1d1c88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1cf07fc42b1d1cf0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1d587fc42b1d1d58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1dc07fc42b1d1dc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1e287fc42b1d1e28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1e907fc42b1d1e90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1ef87fc42b1d1ef8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1f607fc42b1d1f60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d1fc87fc42b1d1fc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d20307fc42b1d2030 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d20987fc42b1d2098 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d21007fc42b1d2100 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d21687fc42b1d2168 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d21d07fc42b1d21d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d22387fc42b1d2238 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d22a07fc42b1d22a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d23087fc42b1d2308 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b1d23707fc42b1d2370 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2724846207f9e72484620 /* Resources */ = { + FFF22bf138507fc42bf13850 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2768,7 +2767,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC724846207f9e72484620 /* Frameworks */ = { + FFFC2bf138507fc42bf13850 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,23 +2777,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8724846207f9e72484620 /* Sources */ = { + FFF82bf138507fc42bf13850 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF72834c907f9e72834c90, - FFFF72834cf87f9e72834cf8, - FFFF72834d607f9e72834d60, - FFFF72834dc87f9e72834dc8, - FFFF72834e307f9e72834e30, - FFFF72834e987f9e72834e98, - FFFF72834f007f9e72834f00, - FFFF72834f687f9e72834f68, - FFFF72834fd07f9e72834fd0, - FFFF728350387f9e72835038, - FFFF728350a07f9e728350a0, - FFFF728351087f9e72835108, - FFFF728351707f9e72835170, + FFFF2b1d1e907fc42b1d1e90, + FFFF2b1d1ef87fc42b1d1ef8, + FFFF2b1d1f607fc42b1d1f60, + FFFF2b1d1fc87fc42b1d1fc8, + FFFF2b1d20307fc42b1d2030, + FFFF2b1d20987fc42b1d2098, + FFFF2b1d21007fc42b1d2100, + FFFF2b1d21687fc42b1d2168, + FFFF2b1d21d07fc42b1d21d0, + FFFF2b1d22387fc42b1d2238, + FFFF2b1d22a07fc42b1d22a0, + FFFF2b1d23087fc42b1d2308, + FFFF2b1d23707fc42b1d2370, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2806,79 +2805,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFF730337587f9e73033758 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730337587f9e73033758 /* PtBatcher.cpp */; }; - FFFF730337c07f9e730337c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730337c07f9e730337c0 /* PtBodyTransformVault.cpp */; }; - FFFF730338287f9e73033828 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730338287f9e73033828 /* PtCollision.cpp */; }; - FFFF730338907f9e73033890 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730338907f9e73033890 /* PtCollisionBox.cpp */; }; - FFFF730338f87f9e730338f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730338f87f9e730338f8 /* PtCollisionCapsule.cpp */; }; - FFFF730339607f9e73033960 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730339607f9e73033960 /* PtCollisionConvex.cpp */; }; - FFFF730339c87f9e730339c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD730339c87f9e730339c8 /* PtCollisionMesh.cpp */; }; - FFFF73033a307f9e73033a30 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033a307f9e73033a30 /* PtCollisionPlane.cpp */; }; - FFFF73033a987f9e73033a98 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033a987f9e73033a98 /* PtCollisionSphere.cpp */; }; - FFFF73033b007f9e73033b00 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033b007f9e73033b00 /* PtContextCpu.cpp */; }; - FFFF73033b687f9e73033b68 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033b687f9e73033b68 /* PtDynamics.cpp */; }; - FFFF73033bd07f9e73033bd0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033bd07f9e73033bd0 /* PtParticleData.cpp */; }; - FFFF73033c387f9e73033c38 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033c387f9e73033c38 /* PtParticleShapeCpu.cpp */; }; - FFFF73033ca07f9e73033ca0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033ca07f9e73033ca0 /* PtParticleSystemSimCpu.cpp */; }; - FFFF73033d087f9e73033d08 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033d087f9e73033d08 /* PtSpatialHash.cpp */; }; - FFFF73033d707f9e73033d70 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73033d707f9e73033d70 /* PtSpatialLocalHash.cpp */; }; + FFFF2d80a9587fc42d80a958 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80a9587fc42d80a958 /* PtBatcher.cpp */; }; + FFFF2d80a9c07fc42d80a9c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80a9c07fc42d80a9c0 /* PtBodyTransformVault.cpp */; }; + FFFF2d80aa287fc42d80aa28 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80aa287fc42d80aa28 /* PtCollision.cpp */; }; + FFFF2d80aa907fc42d80aa90 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80aa907fc42d80aa90 /* PtCollisionBox.cpp */; }; + FFFF2d80aaf87fc42d80aaf8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80aaf87fc42d80aaf8 /* PtCollisionCapsule.cpp */; }; + FFFF2d80ab607fc42d80ab60 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ab607fc42d80ab60 /* PtCollisionConvex.cpp */; }; + FFFF2d80abc87fc42d80abc8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80abc87fc42d80abc8 /* PtCollisionMesh.cpp */; }; + FFFF2d80ac307fc42d80ac30 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ac307fc42d80ac30 /* PtCollisionPlane.cpp */; }; + FFFF2d80ac987fc42d80ac98 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ac987fc42d80ac98 /* PtCollisionSphere.cpp */; }; + FFFF2d80ad007fc42d80ad00 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ad007fc42d80ad00 /* PtContextCpu.cpp */; }; + FFFF2d80ad687fc42d80ad68 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ad687fc42d80ad68 /* PtDynamics.cpp */; }; + FFFF2d80add07fc42d80add0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80add07fc42d80add0 /* PtParticleData.cpp */; }; + FFFF2d80ae387fc42d80ae38 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80ae387fc42d80ae38 /* PtParticleShapeCpu.cpp */; }; + FFFF2d80aea07fc42d80aea0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80aea07fc42d80aea0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF2d80af087fc42d80af08 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80af087fc42d80af08 /* PtSpatialHash.cpp */; }; + FFFF2d80af707fc42d80af70 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d80af707fc42d80af70 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD7271ee907f9e7271ee90 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD730202007f9e73020200 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFD730202687f9e73020268 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFD730202d07f9e730202d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFD730203387f9e73020338 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFD730203a07f9e730203a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFD730204087f9e73020408 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFD730204707f9e73020470 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFD730204d87f9e730204d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFD730205407f9e73020540 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFD730205a87f9e730205a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFD73032e007f9e73032e00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD73032e687f9e73032e68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFD73032ed07f9e73032ed0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFD73032f387f9e73032f38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD73032fa07f9e73032fa0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFD730330087f9e73033008 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD730330707f9e73033070 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFD730330d87f9e730330d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFD730331407f9e73033140 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD730331a87f9e730331a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD730332107f9e73033210 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFD730332787f9e73033278 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFD730332e07f9e730332e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFD730333487f9e73033348 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFD730333b07f9e730333b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFD730334187f9e73033418 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFD730334807f9e73033480 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFD730334e87f9e730334e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFD730335507f9e73033550 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD730335b87f9e730335b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFD730336207f9e73033620 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFD730336887f9e73033688 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFD730336f07f9e730336f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFD730337587f9e73033758 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730337c07f9e730337c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730338287f9e73033828 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730338907f9e73033890 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730338f87f9e730338f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730339607f9e73033960 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD730339c87f9e730339c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033a307f9e73033a30 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033a987f9e73033a98 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033b007f9e73033b00 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033b687f9e73033b68 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033bd07f9e73033bd0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033c387f9e73033c38 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033ca07f9e73033ca0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033d087f9e73033d08 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD73033d707f9e73033d70 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d1093507fc42d109350 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2d8040007fc42d804000 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8040687fc42d804068 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8040d07fc42d8040d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8041387fc42d804138 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8041a07fc42d8041a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8042087fc42d804208 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8042707fc42d804270 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8042d87fc42d8042d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8043407fc42d804340 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d8043a87fc42d8043a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a0007fc42d80a000 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a0687fc42d80a068 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a0d07fc42d80a0d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a1387fc42d80a138 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a1a07fc42d80a1a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a2087fc42d80a208 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a2707fc42d80a270 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a2d87fc42d80a2d8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a3407fc42d80a340 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a3a87fc42d80a3a8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a4107fc42d80a410 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a4787fc42d80a478 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a4e07fc42d80a4e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a5487fc42d80a548 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a5b07fc42d80a5b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a6187fc42d80a618 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a6807fc42d80a680 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a6e87fc42d80a6e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a7507fc42d80a750 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a7b87fc42d80a7b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a8207fc42d80a820 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a8887fc42d80a888 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a8f07fc42d80a8f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a9587fc42d80a958 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80a9c07fc42d80a9c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80aa287fc42d80aa28 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80aa907fc42d80aa90 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80aaf87fc42d80aaf8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ab607fc42d80ab60 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80abc87fc42d80abc8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ac307fc42d80ac30 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ac987fc42d80ac98 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ad007fc42d80ad00 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ad687fc42d80ad68 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80add07fc42d80add0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80ae387fc42d80ae38 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80aea07fc42d80aea0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80af087fc42d80af08 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d80af707fc42d80af70 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF27271ee907f9e7271ee90 /* Resources */ = { + FFF22d1093507fc42d109350 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2888,7 +2887,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC7271ee907f9e7271ee90 /* Frameworks */ = { + FFFC2d1093507fc42d109350 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,26 +2897,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF87271ee907f9e7271ee90 /* Sources */ = { + FFF82d1093507fc42d109350 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF730337587f9e73033758, - FFFF730337c07f9e730337c0, - FFFF730338287f9e73033828, - FFFF730338907f9e73033890, - FFFF730338f87f9e730338f8, - FFFF730339607f9e73033960, - FFFF730339c87f9e730339c8, - FFFF73033a307f9e73033a30, - FFFF73033a987f9e73033a98, - FFFF73033b007f9e73033b00, - FFFF73033b687f9e73033b68, - FFFF73033bd07f9e73033bd0, - FFFF73033c387f9e73033c38, - FFFF73033ca07f9e73033ca0, - FFFF73033d087f9e73033d08, - FFFF73033d707f9e73033d70, + FFFF2d80a9587fc42d80a958, + FFFF2d80a9c07fc42d80a9c0, + FFFF2d80aa287fc42d80aa28, + FFFF2d80aa907fc42d80aa90, + FFFF2d80aaf87fc42d80aaf8, + FFFF2d80ab607fc42d80ab60, + FFFF2d80abc87fc42d80abc8, + FFFF2d80ac307fc42d80ac30, + FFFF2d80ac987fc42d80ac98, + FFFF2d80ad007fc42d80ad00, + FFFF2d80ad687fc42d80ad68, + FFFF2d80add07fc42d80add0, + FFFF2d80ae387fc42d80ae38, + FFFF2d80aea07fc42d80aea0, + FFFF2d80af087fc42d80af08, + FFFF2d80af707fc42d80af70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2929,22 +2928,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFF73a0c6a07f9e73a0c6a0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73a0c6a07f9e73a0c6a0 /* src/TaskManager.cpp */; }; + FFFF2b852c607fc42b852c60 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b852c607fc42b852c60 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73a0e6407f9e73a0e640 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD73a0c3a07f9e73a0c3a0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c4087f9e73a0c408 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c4707f9e73a0c470 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c4d87f9e73a0c4d8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c5407f9e73a0c540 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c5a87f9e73a0c5a8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFD73a0c6a07f9e73a0c6a0 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b858e007fc42b858e00 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b8529607fc42b852960 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b8529c87fc42b8529c8 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b852a307fc42b852a30 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b852a987fc42b852a98 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b852b007fc42b852b00 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b852b687fc42b852b68 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b852c607fc42b852c60 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273a0e6407f9e73a0e640 /* Resources */ = { + FFF22b858e007fc42b858e00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2954,7 +2953,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73a0e6407f9e73a0e640 /* Frameworks */ = { + FFFC2b858e007fc42b858e00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,11 +2963,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873a0e6407f9e73a0e640 /* Sources */ = { + FFF82b858e007fc42b858e00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF73a0c6a07f9e73a0c6a0, + FFFF2b852c607fc42b852c60, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2980,17 +2979,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFF73c2eea07f9e73c2eea0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD73c2eea07f9e73c2eea0 /* PsFastXml.cpp */; }; + FFFF2be278907fc42be27890 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2be278907fc42be27890 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD73c2e6e07f9e73c2e6e0 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD73c2eda07f9e73c2eda0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFD73c2eea07f9e73c2eea0 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2be271907fc42be27190 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2be277707fc42be27770 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD2be278907fc42be27890 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF273c2e6e07f9e73c2e6e0 /* Resources */ = { + FFF22be271907fc42be27190 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3000,7 +2999,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC73c2e6e07f9e73c2e6e0 /* Frameworks */ = { + FFFC2be271907fc42be27190 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,11 +3009,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF873c2e6e07f9e73c2e6e0 /* Sources */ = { + FFF82be271907fc42be27190 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF73c2eea07f9e73c2eea0, + FFFF2be278907fc42be27890, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3026,1970 +3025,1969 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF573c41db07f9e73c41db0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be2bdd07fc42be2bdd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c41db07f9e73c41db0 /* PhysX */; + remoteGlobalIDString = FFFA2be2bdd07fc42be2bdd0 /* PhysX */; remoteInfo = "PhysX"; }; - FFF573c577607f9e73c57760 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be302307fc42be30230 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c577607f9e73c57760 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA2be302307fc42be30230 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF573c58db07f9e73c58db0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be373c07fc42be373c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c58db07f9e73c58db0 /* PhysXVehicle */; + remoteGlobalIDString = FFFA2be373c07fc42be373c0 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF573c689b07f9e73c689b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be415207fc42be41520 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c689b07f9e73c689b0 /* PhysXExtensions */; + remoteGlobalIDString = FFFA2be415207fc42be41520 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF573c7b3807f9e73c7b380 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be53ef07fc42be53ef0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c7b3807f9e73c7b380 /* SceneQuery */; + remoteGlobalIDString = FFFA2be53ef07fc42be53ef0 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF573c7f9c07f9e73c7f9c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be585307fc42be58530 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c7f9c07f9e73c7f9c0 /* SimulationController */; + remoteGlobalIDString = FFFA2be585307fc42be58530 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5739200d07f9e739200d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be5ccd07fc42be5ccd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA739200d07f9e739200d0 /* PhysXCooking */; + remoteGlobalIDString = FFFA2be5ccd07fc42be5ccd0 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF572097c207f9e72097c20 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b949d707fc42b949d70 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA72097c207f9e72097c20 /* PhysXCommon */; + remoteGlobalIDString = FFFA2b949d707fc42b949d70 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5720818007f9e72081800 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b95e5907fc42b95e590 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA720818007f9e72081800 /* PxFoundation */; + remoteGlobalIDString = FFFA2b95e5907fc42b95e590 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5724339a07f9e724339a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b8e87e07fc42b8e87e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA724339a07f9e724339a0 /* PxPvdSDK */; + remoteGlobalIDString = FFFA2b8e87e07fc42b8e87e0 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF572450a007f9e72450a00 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b9141107fc42b914110 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA72450a007f9e72450a00 /* LowLevel */; + remoteGlobalIDString = FFFA2b9141107fc42b914110 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5723099707f9e72309970 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52bdf89e07fc42bdf89e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA723099707f9e72309970 /* LowLevelAABB */; + remoteGlobalIDString = FFFA2bdf89e07fc42bdf89e0 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5726f79d07f9e726f79d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b8ca5207fc42b8ca520 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA726f79d07f9e726f79d0 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA2b8ca5207fc42b8ca520 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5724846207f9e72484620 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52bf138507fc42bf13850 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA724846207f9e72484620 /* LowLevelCloth */; + remoteGlobalIDString = FFFA2bf138507fc42bf13850 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF57271ee907f9e7271ee90 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52d1093507fc42d109350 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA7271ee907f9e7271ee90 /* LowLevelParticles */; + remoteGlobalIDString = FFFA2d1093507fc42d109350 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF573a0e6407f9e73a0e640 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52b858e007fc42b858e00 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73a0e6407f9e73a0e640 /* PxTask */; + remoteGlobalIDString = FFFA2b858e007fc42b858e00 /* PxTask */; remoteInfo = "PxTask"; }; - FFF573c2e6e07f9e73c2e6e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF971482b107f9e71482b10 /* Project object */; + FFF52be271907fc42be27190 /* PBXContainerItemProxy */ = { + containerPortal = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA73c2e6e07f9e73c2e6e0 /* PsFastXml */; + remoteGlobalIDString = FFFA2be271907fc42be27190 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFB71482b787f9e71482b78 /* PhysX */ = { + FFFB2ac7d2287fc42ac7d228 /* PhysX */ = { isa = PBXGroup; children = ( - FFF071482b107f9e71482b10 /* Source */, - FFEE71482b107f9e71482b10 /* Products */, + FFF02ac7d1c07fc42ac7d1c0 /* Source */, + FFEE2ac7d1c07fc42ac7d1c0 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF071482b107f9e71482b10 /* Source */ = { + FFF02ac7d1c07fc42ac7d1c0 /* Source */ = { isa = PBXGroup; children = ( - FFFB73c41db07f9e73c41db0, - FFFB73c577607f9e73c57760, - FFFB73c58db07f9e73c58db0, - FFFB73c689b07f9e73c689b0, - FFFB73c7b3807f9e73c7b380, - FFFB73c7f9c07f9e73c7f9c0, - FFFB739200d07f9e739200d0, - FFFB72097c207f9e72097c20, - FFFB720818007f9e72081800, - FFFB724339a07f9e724339a0, - FFFB72450a007f9e72450a00, - FFFB723099707f9e72309970, - FFFB726f79d07f9e726f79d0, - FFFB724846207f9e72484620, - FFFB7271ee907f9e7271ee90, - FFFB73a0e6407f9e73a0e640, - FFFB73c2e6e07f9e73c2e6e0, + FFFB2be2bdd07fc42be2bdd0, + FFFB2be302307fc42be30230, + FFFB2be373c07fc42be373c0, + FFFB2be415207fc42be41520, + FFFB2be53ef07fc42be53ef0, + FFFB2be585307fc42be58530, + FFFB2be5ccd07fc42be5ccd0, + FFFB2b949d707fc42b949d70, + FFFB2b95e5907fc42b95e590, + FFFB2b8e87e07fc42b8e87e0, + FFFB2b9141107fc42b914110, + FFFB2bdf89e07fc42bdf89e0, + FFFB2b8ca5207fc42b8ca520, + FFFB2bf138507fc42bf13850, + FFFB2d1093507fc42d109350, + FFFB2b858e007fc42b858e00, + FFFB2be271907fc42be27190, ); name = Source; sourceTree = "<group>"; }; - FFEE71482b107f9e71482b10 /* Products */ = { + FFEE2ac7d1c07fc42ac7d1c0 /* Products */ = { isa = PBXGroup; children = ( - FFFD73c41db07f9e73c41db0, - FFFD73c577607f9e73c57760, - FFFD73c58db07f9e73c58db0, - FFFD73c689b07f9e73c689b0, - FFFD73c7b3807f9e73c7b380, - FFFD73c7f9c07f9e73c7f9c0, - FFFD739200d07f9e739200d0, - FFFD72097c207f9e72097c20, - FFFD720818007f9e72081800, - FFFD724339a07f9e724339a0, - FFFD72450a007f9e72450a00, - FFFD723099707f9e72309970, - FFFD726f79d07f9e726f79d0, - FFFD724846207f9e72484620, - FFFD7271ee907f9e7271ee90, - FFFD73a0e6407f9e73a0e640, - FFFD73c2e6e07f9e73c2e6e0, + FFFD2be2bdd07fc42be2bdd0, + FFFD2be302307fc42be30230, + FFFD2be373c07fc42be373c0, + FFFD2be415207fc42be41520, + FFFD2be53ef07fc42be53ef0, + FFFD2be585307fc42be58530, + FFFD2be5ccd07fc42be5ccd0, + FFFD2b949d707fc42b949d70, + FFFD2b95e5907fc42b95e590, + FFFD2b8e87e07fc42b8e87e0, + FFFD2b9141107fc42b914110, + FFFD2bdf89e07fc42bdf89e0, + FFFD2b8ca5207fc42b8ca520, + FFFD2bf138507fc42bf13850, + FFFD2d1093507fc42d109350, + FFFD2b858e007fc42b858e00, + FFFD2be271907fc42be27190, ); name = Products; sourceTree = "<group>"; }; - FFFB73c41db07f9e73c41db0 /* PhysX */ = { + FFFB2be2bdd07fc42be2bdd0 /* PhysX */ = { isa = PBXGroup; children = ( - FFFB73c5f5f07f9e73c5f5f0 /* src */, - FFFB73c5f6187f9e73c5f618 /* include */, - FFFB73c5f6407f9e73c5f640 /* metadata */, + FFFB2be381d07fc42be381d0 /* src */, + FFFB2be381f87fc42be381f8 /* include */, + FFFB2be382207fc42be38220 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFB73c5f5f07f9e73c5f5f0 /* src */ = { + FFFB2be381d07fc42be381d0 /* src */ = { isa = PBXGroup; children = ( - FFFD740326007f9e74032600 /* NpActor.h */, - FFFD740326687f9e74032668 /* NpActorTemplate.h */, - FFFD740326d07f9e740326d0 /* NpAggregate.h */, - FFFD740327387f9e74032738 /* NpArticulation.h */, - FFFD740327a07f9e740327a0 /* NpArticulationJoint.h */, - FFFD740328087f9e74032808 /* NpArticulationLink.h */, - FFFD740328707f9e74032870 /* NpBatchQuery.h */, - FFFD740328d87f9e740328d8 /* NpCast.h */, - FFFD740329407f9e74032940 /* NpConnector.h */, - FFFD740329a87f9e740329a8 /* NpConstraint.h */, - FFFD74032a107f9e74032a10 /* NpFactory.h */, - FFFD74032a787f9e74032a78 /* NpMaterial.h */, - FFFD74032ae07f9e74032ae0 /* NpMaterialManager.h */, - FFFD74032b487f9e74032b48 /* NpPhysics.h */, - FFFD74032bb07f9e74032bb0 /* NpPhysicsInsertionCallback.h */, - FFFD74032c187f9e74032c18 /* NpPtrTableStorageManager.h */, - FFFD74032c807f9e74032c80 /* NpPvdSceneQueryCollector.h */, - FFFD74032ce87f9e74032ce8 /* NpQueryShared.h */, - FFFD74032d507f9e74032d50 /* NpReadCheck.h */, - FFFD74032db87f9e74032db8 /* NpRigidActorTemplate.h */, - FFFD74032e207f9e74032e20 /* NpRigidActorTemplateInternal.h */, - FFFD74032e887f9e74032e88 /* NpRigidBodyTemplate.h */, - FFFD74032ef07f9e74032ef0 /* NpRigidDynamic.h */, - FFFD74032f587f9e74032f58 /* NpRigidStatic.h */, - FFFD74032fc07f9e74032fc0 /* NpScene.h */, - FFFD740330287f9e74033028 /* NpSceneQueries.h */, - FFFD740330907f9e74033090 /* NpShape.h */, - FFFD740330f87f9e740330f8 /* NpShapeManager.h */, - FFFD740331607f9e74033160 /* NpSpatialIndex.h */, - FFFD740331c87f9e740331c8 /* NpVolumeCache.h */, - FFFD740332307f9e74033230 /* NpWriteCheck.h */, - FFFD740332987f9e74033298 /* PvdMetaDataBindingData.h */, - FFFD740333007f9e74033300 /* PvdMetaDataPvdBinding.h */, - FFFD740333687f9e74033368 /* PvdPhysicsClient.h */, - FFFD740333d07f9e740333d0 /* PvdTypeNames.h */, - FFFD740334387f9e74033438 /* NpActor.cpp */, - FFFD740334a07f9e740334a0 /* NpAggregate.cpp */, - FFFD740335087f9e74033508 /* NpArticulation.cpp */, - FFFD740335707f9e74033570 /* NpArticulationJoint.cpp */, - FFFD740335d87f9e740335d8 /* NpArticulationLink.cpp */, - FFFD740336407f9e74033640 /* NpBatchQuery.cpp */, - FFFD740336a87f9e740336a8 /* NpConstraint.cpp */, - FFFD740337107f9e74033710 /* NpFactory.cpp */, - FFFD740337787f9e74033778 /* NpMaterial.cpp */, - FFFD740337e07f9e740337e0 /* NpMetaData.cpp */, - FFFD740338487f9e74033848 /* NpPhysics.cpp */, - FFFD740338b07f9e740338b0 /* NpPvdSceneQueryCollector.cpp */, - FFFD740339187f9e74033918 /* NpReadCheck.cpp */, - FFFD740339807f9e74033980 /* NpRigidDynamic.cpp */, - FFFD740339e87f9e740339e8 /* NpRigidStatic.cpp */, - FFFD74033a507f9e74033a50 /* NpScene.cpp */, - FFFD74033ab87f9e74033ab8 /* NpSceneQueries.cpp */, - FFFD74033b207f9e74033b20 /* NpSerializerAdapter.cpp */, - FFFD74033b887f9e74033b88 /* NpShape.cpp */, - FFFD74033bf07f9e74033bf0 /* NpShapeManager.cpp */, - FFFD74033c587f9e74033c58 /* NpSpatialIndex.cpp */, - FFFD74033cc07f9e74033cc0 /* NpVolumeCache.cpp */, - FFFD74033d287f9e74033d28 /* NpWriteCheck.cpp */, - FFFD74033d907f9e74033d90 /* PvdMetaDataPvdBinding.cpp */, - FFFD74033df87f9e74033df8 /* PvdPhysicsClient.cpp */, - FFFD74033e607f9e74033e60 /* particles/NpParticleBaseTemplate.h */, - FFFD74033ec87f9e74033ec8 /* particles/NpParticleFluid.h */, - FFFD74033f307f9e74033f30 /* particles/NpParticleFluidReadData.h */, - FFFD74033f987f9e74033f98 /* particles/NpParticleSystem.h */, - FFFD740340007f9e74034000 /* particles/NpParticleFluid.cpp */, - FFFD740340687f9e74034068 /* particles/NpParticleSystem.cpp */, - FFFD740340d07f9e740340d0 /* buffering/ScbActor.h */, - FFFD740341387f9e74034138 /* buffering/ScbAggregate.h */, - FFFD740341a07f9e740341a0 /* buffering/ScbArticulation.h */, - FFFD740342087f9e74034208 /* buffering/ScbArticulationJoint.h */, - FFFD740342707f9e74034270 /* buffering/ScbBase.h */, - FFFD740342d87f9e740342d8 /* buffering/ScbBody.h */, - FFFD740343407f9e74034340 /* buffering/ScbCloth.h */, - FFFD740343a87f9e740343a8 /* buffering/ScbConstraint.h */, - FFFD740344107f9e74034410 /* buffering/ScbDefs.h */, - FFFD740344787f9e74034478 /* buffering/ScbNpDeps.h */, - FFFD740344e07f9e740344e0 /* buffering/ScbParticleSystem.h */, - FFFD740345487f9e74034548 /* buffering/ScbRigidObject.h */, - FFFD740345b07f9e740345b0 /* buffering/ScbRigidStatic.h */, - FFFD740346187f9e74034618 /* buffering/ScbScene.h */, - FFFD740346807f9e74034680 /* buffering/ScbSceneBuffer.h */, - FFFD740346e87f9e740346e8 /* buffering/ScbScenePvdClient.h */, - FFFD740347507f9e74034750 /* buffering/ScbShape.h */, - FFFD740347b87f9e740347b8 /* buffering/ScbType.h */, - FFFD740348207f9e74034820 /* buffering/ScbActor.cpp */, - FFFD740348887f9e74034888 /* buffering/ScbAggregate.cpp */, - FFFD740348f07f9e740348f0 /* buffering/ScbBase.cpp */, - FFFD740349587f9e74034958 /* buffering/ScbCloth.cpp */, - FFFD740349c07f9e740349c0 /* buffering/ScbMetaData.cpp */, - FFFD74034a287f9e74034a28 /* buffering/ScbParticleSystem.cpp */, - FFFD74034a907f9e74034a90 /* buffering/ScbScene.cpp */, - FFFD74034af87f9e74034af8 /* buffering/ScbScenePvdClient.cpp */, - FFFD74034b607f9e74034b60 /* buffering/ScbShape.cpp */, - FFFD74034bc87f9e74034bc8 /* cloth/NpCloth.h */, - FFFD74034c307f9e74034c30 /* cloth/NpClothFabric.h */, - FFFD74034c987f9e74034c98 /* cloth/NpClothParticleData.h */, - FFFD74034d007f9e74034d00 /* cloth/NpCloth.cpp */, - FFFD74034d687f9e74034d68 /* cloth/NpClothFabric.cpp */, - FFFD74034dd07f9e74034dd0 /* cloth/NpClothParticleData.cpp */, - FFFD74034e387f9e74034e38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD2c835a007fc42c835a00 /* NpActor.h */, + FFFD2c835a687fc42c835a68 /* NpActorTemplate.h */, + FFFD2c835ad07fc42c835ad0 /* NpAggregate.h */, + FFFD2c835b387fc42c835b38 /* NpArticulation.h */, + FFFD2c835ba07fc42c835ba0 /* NpArticulationJoint.h */, + FFFD2c835c087fc42c835c08 /* NpArticulationLink.h */, + FFFD2c835c707fc42c835c70 /* NpBatchQuery.h */, + FFFD2c835cd87fc42c835cd8 /* NpCast.h */, + FFFD2c835d407fc42c835d40 /* NpConnector.h */, + FFFD2c835da87fc42c835da8 /* NpConstraint.h */, + FFFD2c835e107fc42c835e10 /* NpFactory.h */, + FFFD2c835e787fc42c835e78 /* NpMaterial.h */, + FFFD2c835ee07fc42c835ee0 /* NpMaterialManager.h */, + FFFD2c835f487fc42c835f48 /* NpPhysics.h */, + FFFD2c835fb07fc42c835fb0 /* NpPhysicsInsertionCallback.h */, + FFFD2c8360187fc42c836018 /* NpPtrTableStorageManager.h */, + FFFD2c8360807fc42c836080 /* NpPvdSceneQueryCollector.h */, + FFFD2c8360e87fc42c8360e8 /* NpQueryShared.h */, + FFFD2c8361507fc42c836150 /* NpReadCheck.h */, + FFFD2c8361b87fc42c8361b8 /* NpRigidActorTemplate.h */, + FFFD2c8362207fc42c836220 /* NpRigidActorTemplateInternal.h */, + FFFD2c8362887fc42c836288 /* NpRigidBodyTemplate.h */, + FFFD2c8362f07fc42c8362f0 /* NpRigidDynamic.h */, + FFFD2c8363587fc42c836358 /* NpRigidStatic.h */, + FFFD2c8363c07fc42c8363c0 /* NpScene.h */, + FFFD2c8364287fc42c836428 /* NpSceneQueries.h */, + FFFD2c8364907fc42c836490 /* NpShape.h */, + FFFD2c8364f87fc42c8364f8 /* NpShapeManager.h */, + FFFD2c8365607fc42c836560 /* NpSpatialIndex.h */, + FFFD2c8365c87fc42c8365c8 /* NpVolumeCache.h */, + FFFD2c8366307fc42c836630 /* NpWriteCheck.h */, + FFFD2c8366987fc42c836698 /* PvdMetaDataBindingData.h */, + FFFD2c8367007fc42c836700 /* PvdMetaDataPvdBinding.h */, + FFFD2c8367687fc42c836768 /* PvdPhysicsClient.h */, + FFFD2c8367d07fc42c8367d0 /* PvdTypeNames.h */, + FFFD2c8368387fc42c836838 /* NpActor.cpp */, + FFFD2c8368a07fc42c8368a0 /* NpAggregate.cpp */, + FFFD2c8369087fc42c836908 /* NpArticulation.cpp */, + FFFD2c8369707fc42c836970 /* NpArticulationJoint.cpp */, + FFFD2c8369d87fc42c8369d8 /* NpArticulationLink.cpp */, + FFFD2c836a407fc42c836a40 /* NpBatchQuery.cpp */, + FFFD2c836aa87fc42c836aa8 /* NpConstraint.cpp */, + FFFD2c836b107fc42c836b10 /* NpFactory.cpp */, + FFFD2c836b787fc42c836b78 /* NpMaterial.cpp */, + FFFD2c836be07fc42c836be0 /* NpMetaData.cpp */, + FFFD2c836c487fc42c836c48 /* NpPhysics.cpp */, + FFFD2c836cb07fc42c836cb0 /* NpPvdSceneQueryCollector.cpp */, + FFFD2c836d187fc42c836d18 /* NpReadCheck.cpp */, + FFFD2c836d807fc42c836d80 /* NpRigidDynamic.cpp */, + FFFD2c836de87fc42c836de8 /* NpRigidStatic.cpp */, + FFFD2c836e507fc42c836e50 /* NpScene.cpp */, + FFFD2c836eb87fc42c836eb8 /* NpSceneQueries.cpp */, + FFFD2c836f207fc42c836f20 /* NpSerializerAdapter.cpp */, + FFFD2c836f887fc42c836f88 /* NpShape.cpp */, + FFFD2c836ff07fc42c836ff0 /* NpShapeManager.cpp */, + FFFD2c8370587fc42c837058 /* NpSpatialIndex.cpp */, + FFFD2c8370c07fc42c8370c0 /* NpVolumeCache.cpp */, + FFFD2c8371287fc42c837128 /* NpWriteCheck.cpp */, + FFFD2c8371907fc42c837190 /* PvdMetaDataPvdBinding.cpp */, + FFFD2c8371f87fc42c8371f8 /* PvdPhysicsClient.cpp */, + FFFD2c8372607fc42c837260 /* particles/NpParticleBaseTemplate.h */, + FFFD2c8372c87fc42c8372c8 /* particles/NpParticleFluid.h */, + FFFD2c8373307fc42c837330 /* particles/NpParticleFluidReadData.h */, + FFFD2c8373987fc42c837398 /* particles/NpParticleSystem.h */, + FFFD2c8374007fc42c837400 /* particles/NpParticleFluid.cpp */, + FFFD2c8374687fc42c837468 /* particles/NpParticleSystem.cpp */, + FFFD2c8374d07fc42c8374d0 /* buffering/ScbActor.h */, + FFFD2c8375387fc42c837538 /* buffering/ScbAggregate.h */, + FFFD2c8375a07fc42c8375a0 /* buffering/ScbArticulation.h */, + FFFD2c8376087fc42c837608 /* buffering/ScbArticulationJoint.h */, + FFFD2c8376707fc42c837670 /* buffering/ScbBase.h */, + FFFD2c8376d87fc42c8376d8 /* buffering/ScbBody.h */, + FFFD2c8377407fc42c837740 /* buffering/ScbCloth.h */, + FFFD2c8377a87fc42c8377a8 /* buffering/ScbConstraint.h */, + FFFD2c8378107fc42c837810 /* buffering/ScbDefs.h */, + FFFD2c8378787fc42c837878 /* buffering/ScbNpDeps.h */, + FFFD2c8378e07fc42c8378e0 /* buffering/ScbParticleSystem.h */, + FFFD2c8379487fc42c837948 /* buffering/ScbRigidObject.h */, + FFFD2c8379b07fc42c8379b0 /* buffering/ScbRigidStatic.h */, + FFFD2c837a187fc42c837a18 /* buffering/ScbScene.h */, + FFFD2c837a807fc42c837a80 /* buffering/ScbSceneBuffer.h */, + FFFD2c837ae87fc42c837ae8 /* buffering/ScbScenePvdClient.h */, + FFFD2c837b507fc42c837b50 /* buffering/ScbShape.h */, + FFFD2c837bb87fc42c837bb8 /* buffering/ScbType.h */, + FFFD2c837c207fc42c837c20 /* buffering/ScbActor.cpp */, + FFFD2c837c887fc42c837c88 /* buffering/ScbAggregate.cpp */, + FFFD2c837cf07fc42c837cf0 /* buffering/ScbBase.cpp */, + FFFD2c837d587fc42c837d58 /* buffering/ScbCloth.cpp */, + FFFD2c837dc07fc42c837dc0 /* buffering/ScbMetaData.cpp */, + FFFD2c837e287fc42c837e28 /* buffering/ScbParticleSystem.cpp */, + FFFD2c837e907fc42c837e90 /* buffering/ScbScene.cpp */, + FFFD2c837ef87fc42c837ef8 /* buffering/ScbScenePvdClient.cpp */, + FFFD2c837f607fc42c837f60 /* buffering/ScbShape.cpp */, + FFFD2c837fc87fc42c837fc8 /* cloth/NpCloth.h */, + FFFD2c8380307fc42c838030 /* cloth/NpClothFabric.h */, + FFFD2c8380987fc42c838098 /* cloth/NpClothParticleData.h */, + FFFD2c8381007fc42c838100 /* cloth/NpCloth.cpp */, + FFFD2c8381687fc42c838168 /* cloth/NpClothFabric.cpp */, + FFFD2c8381d07fc42c8381d0 /* cloth/NpClothParticleData.cpp */, + FFFD2c8382387fc42c838238 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c5f6187f9e73c5f618 /* include */ = { + FFFB2be381f87fc42be381f8 /* include */ = { isa = PBXGroup; children = ( - FFFD740300007f9e74030000 /* PxActor.h */, - FFFD740300687f9e74030068 /* PxAggregate.h */, - FFFD740300d07f9e740300d0 /* PxArticulation.h */, - FFFD740301387f9e74030138 /* PxArticulationJoint.h */, - FFFD740301a07f9e740301a0 /* PxArticulationLink.h */, - FFFD740302087f9e74030208 /* PxBatchQuery.h */, - FFFD740302707f9e74030270 /* PxBatchQueryDesc.h */, - FFFD740302d87f9e740302d8 /* PxBroadPhase.h */, - FFFD740303407f9e74030340 /* PxClient.h */, - FFFD740303a87f9e740303a8 /* PxConstraint.h */, - FFFD740304107f9e74030410 /* PxConstraintDesc.h */, - FFFD740304787f9e74030478 /* PxContact.h */, - FFFD740304e07f9e740304e0 /* PxContactModifyCallback.h */, - FFFD740305487f9e74030548 /* PxDeletionListener.h */, - FFFD740305b07f9e740305b0 /* PxFiltering.h */, - FFFD740306187f9e74030618 /* PxForceMode.h */, - FFFD740306807f9e74030680 /* PxImmediateMode.h */, - FFFD740306e87f9e740306e8 /* PxLockedData.h */, - FFFD740307507f9e74030750 /* PxMaterial.h */, - FFFD740307b87f9e740307b8 /* PxPhysXConfig.h */, - FFFD740308207f9e74030820 /* PxPhysics.h */, - FFFD740308887f9e74030888 /* PxPhysicsAPI.h */, - FFFD740308f07f9e740308f0 /* PxPhysicsSerialization.h */, - FFFD740309587f9e74030958 /* PxPhysicsVersion.h */, - FFFD740309c07f9e740309c0 /* PxPruningStructure.h */, - FFFD74030a287f9e74030a28 /* PxQueryFiltering.h */, - FFFD74030a907f9e74030a90 /* PxQueryReport.h */, - FFFD74030af87f9e74030af8 /* PxRigidActor.h */, - FFFD74030b607f9e74030b60 /* PxRigidBody.h */, - FFFD74030bc87f9e74030bc8 /* PxRigidDynamic.h */, - FFFD74030c307f9e74030c30 /* PxRigidStatic.h */, - FFFD74030c987f9e74030c98 /* PxScene.h */, - FFFD74030d007f9e74030d00 /* PxSceneDesc.h */, - FFFD74030d687f9e74030d68 /* PxSceneLock.h */, - FFFD74030dd07f9e74030dd0 /* PxShape.h */, - FFFD74030e387f9e74030e38 /* PxSimulationEventCallback.h */, - FFFD74030ea07f9e74030ea0 /* PxSimulationStatistics.h */, - FFFD74030f087f9e74030f08 /* PxSpatialIndex.h */, - FFFD74030f707f9e74030f70 /* PxVisualizationParameter.h */, - FFFD74030fd87f9e74030fd8 /* PxVolumeCache.h */, - FFFD740310407f9e74031040 /* particles/PxParticleBase.h */, - FFFD740310a87f9e740310a8 /* particles/PxParticleBaseFlag.h */, - FFFD740311107f9e74031110 /* particles/PxParticleCreationData.h */, - FFFD740311787f9e74031178 /* particles/PxParticleFlag.h */, - FFFD740311e07f9e740311e0 /* particles/PxParticleFluid.h */, - FFFD740312487f9e74031248 /* particles/PxParticleFluidReadData.h */, - FFFD740312b07f9e740312b0 /* particles/PxParticleReadData.h */, - FFFD740313187f9e74031318 /* particles/PxParticleSystem.h */, - FFFD740313807f9e74031380 /* pvd/PxPvdSceneClient.h */, - FFFD740313e87f9e740313e8 /* cloth/PxCloth.h */, - FFFD740314507f9e74031450 /* cloth/PxClothCollisionData.h */, - FFFD740314b87f9e740314b8 /* cloth/PxClothFabric.h */, - FFFD740315207f9e74031520 /* cloth/PxClothParticleData.h */, - FFFD740315887f9e74031588 /* cloth/PxClothTypes.h */, + FFFD2c8384007fc42c838400 /* PxActor.h */, + FFFD2c8384687fc42c838468 /* PxAggregate.h */, + FFFD2c8384d07fc42c8384d0 /* PxArticulation.h */, + FFFD2c8385387fc42c838538 /* PxArticulationJoint.h */, + FFFD2c8385a07fc42c8385a0 /* PxArticulationLink.h */, + FFFD2c8386087fc42c838608 /* PxBatchQuery.h */, + FFFD2c8386707fc42c838670 /* PxBatchQueryDesc.h */, + FFFD2c8386d87fc42c8386d8 /* PxBroadPhase.h */, + FFFD2c8387407fc42c838740 /* PxClient.h */, + FFFD2c8387a87fc42c8387a8 /* PxConstraint.h */, + FFFD2c8388107fc42c838810 /* PxConstraintDesc.h */, + FFFD2c8388787fc42c838878 /* PxContact.h */, + FFFD2c8388e07fc42c8388e0 /* PxContactModifyCallback.h */, + FFFD2c8389487fc42c838948 /* PxDeletionListener.h */, + FFFD2c8389b07fc42c8389b0 /* PxFiltering.h */, + FFFD2c838a187fc42c838a18 /* PxForceMode.h */, + FFFD2c838a807fc42c838a80 /* PxImmediateMode.h */, + FFFD2c838ae87fc42c838ae8 /* PxLockedData.h */, + FFFD2c838b507fc42c838b50 /* PxMaterial.h */, + FFFD2c838bb87fc42c838bb8 /* PxPhysXConfig.h */, + FFFD2c838c207fc42c838c20 /* PxPhysics.h */, + FFFD2c838c887fc42c838c88 /* PxPhysicsAPI.h */, + FFFD2c838cf07fc42c838cf0 /* PxPhysicsSerialization.h */, + FFFD2c838d587fc42c838d58 /* PxPhysicsVersion.h */, + FFFD2c838dc07fc42c838dc0 /* PxPruningStructure.h */, + FFFD2c838e287fc42c838e28 /* PxQueryFiltering.h */, + FFFD2c838e907fc42c838e90 /* PxQueryReport.h */, + FFFD2c838ef87fc42c838ef8 /* PxRigidActor.h */, + FFFD2c838f607fc42c838f60 /* PxRigidBody.h */, + FFFD2c838fc87fc42c838fc8 /* PxRigidDynamic.h */, + FFFD2c8390307fc42c839030 /* PxRigidStatic.h */, + FFFD2c8390987fc42c839098 /* PxScene.h */, + FFFD2c8391007fc42c839100 /* PxSceneDesc.h */, + FFFD2c8391687fc42c839168 /* PxSceneLock.h */, + FFFD2c8391d07fc42c8391d0 /* PxShape.h */, + FFFD2c8392387fc42c839238 /* PxSimulationEventCallback.h */, + FFFD2c8392a07fc42c8392a0 /* PxSimulationStatistics.h */, + FFFD2c8393087fc42c839308 /* PxSpatialIndex.h */, + FFFD2c8393707fc42c839370 /* PxVisualizationParameter.h */, + FFFD2c8393d87fc42c8393d8 /* PxVolumeCache.h */, + FFFD2c8394407fc42c839440 /* particles/PxParticleBase.h */, + FFFD2c8394a87fc42c8394a8 /* particles/PxParticleBaseFlag.h */, + FFFD2c8395107fc42c839510 /* particles/PxParticleCreationData.h */, + FFFD2c8395787fc42c839578 /* particles/PxParticleFlag.h */, + FFFD2c8395e07fc42c8395e0 /* particles/PxParticleFluid.h */, + FFFD2c8396487fc42c839648 /* particles/PxParticleFluidReadData.h */, + FFFD2c8396b07fc42c8396b0 /* particles/PxParticleReadData.h */, + FFFD2c8397187fc42c839718 /* particles/PxParticleSystem.h */, + FFFD2c8397807fc42c839780 /* pvd/PxPvdSceneClient.h */, + FFFD2c8397e87fc42c8397e8 /* cloth/PxCloth.h */, + FFFD2c8398507fc42c839850 /* cloth/PxClothCollisionData.h */, + FFFD2c8398b87fc42c8398b8 /* cloth/PxClothFabric.h */, + FFFD2c8399207fc42c839920 /* cloth/PxClothParticleData.h */, + FFFD2c8399887fc42c839988 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c5f6407f9e73c5f640 /* metadata */ = { + FFFB2be382207fc42be38220 /* metadata */ = { isa = PBXGroup; children = ( - FFFD740316007f9e74031600 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD740316687f9e74031668 /* core/include/PvdMetaDataExtensions.h */, - FFFD740316d07f9e740316d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD740317387f9e74031738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD740317a07f9e740317a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD740318087f9e74031808 /* core/include/PxMetaDataCompare.h */, - FFFD740318707f9e74031870 /* core/include/PxMetaDataCppPrefix.h */, - FFFD740318d87f9e740318d8 /* core/include/PxMetaDataObjects.h */, - FFFD740319407f9e74031940 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD740319a87f9e740319a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFD74031a107f9e74031a10 /* core/src/PxMetaDataObjects.cpp */, + FFFD2c839a007fc42c839a00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD2c839a687fc42c839a68 /* core/include/PvdMetaDataExtensions.h */, + FFFD2c839ad07fc42c839ad0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD2c839b387fc42c839b38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD2c839ba07fc42c839ba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD2c839c087fc42c839c08 /* core/include/PxMetaDataCompare.h */, + FFFD2c839c707fc42c839c70 /* core/include/PxMetaDataCppPrefix.h */, + FFFD2c839cd87fc42c839cd8 /* core/include/PxMetaDataObjects.h */, + FFFD2c839d407fc42c839d40 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD2c839da87fc42c839da8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD2c839e107fc42c839e10 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB73c577607f9e73c57760 /* PhysXCharacterKinematic */ = { + FFFB2be302307fc42be30230 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFB73c5ea707f9e73c5ea70 /* include */, - FFFB73c5ea987f9e73c5ea98 /* src */, + FFFB2be34f307fc42be34f30 /* include */, + FFFB2be34f587fc42be34f58 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFB73c5ea707f9e73c5ea70 /* include */ = { + FFFB2be34f307fc42be34f30 /* include */ = { isa = PBXGroup; children = ( - FFFD73c5eac07f9e73c5eac0 /* PxBoxController.h */, - FFFD73c5eb287f9e73c5eb28 /* PxCapsuleController.h */, - FFFD73c5eb907f9e73c5eb90 /* PxCharacter.h */, - FFFD73c5ebf87f9e73c5ebf8 /* PxController.h */, - FFFD73c5ec607f9e73c5ec60 /* PxControllerBehavior.h */, - FFFD73c5ecc87f9e73c5ecc8 /* PxControllerManager.h */, - FFFD73c5ed307f9e73c5ed30 /* PxControllerObstacles.h */, - FFFD73c5ed987f9e73c5ed98 /* PxExtended.h */, + FFFD2be362007fc42be36200 /* PxBoxController.h */, + FFFD2be362687fc42be36268 /* PxCapsuleController.h */, + FFFD2be362d07fc42be362d0 /* PxCharacter.h */, + FFFD2be363387fc42be36338 /* PxController.h */, + FFFD2be363a07fc42be363a0 /* PxControllerBehavior.h */, + FFFD2be364087fc42be36408 /* PxControllerManager.h */, + FFFD2be364707fc42be36470 /* PxControllerObstacles.h */, + FFFD2be364d87fc42be364d8 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c5ea987f9e73c5ea98 /* src */ = { + FFFB2be34f587fc42be34f58 /* src */ = { isa = PBXGroup; children = ( - FFFD740392007f9e74039200 /* CctBoxController.h */, - FFFD740392687f9e74039268 /* CctCapsuleController.h */, - FFFD740392d07f9e740392d0 /* CctCharacterController.h */, - FFFD740393387f9e74039338 /* CctCharacterControllerManager.h */, - FFFD740393a07f9e740393a0 /* CctController.h */, - FFFD740394087f9e74039408 /* CctInternalStructs.h */, - FFFD740394707f9e74039470 /* CctObstacleContext.h */, - FFFD740394d87f9e740394d8 /* CctSweptBox.h */, - FFFD740395407f9e74039540 /* CctSweptCapsule.h */, - FFFD740395a87f9e740395a8 /* CctSweptVolume.h */, - FFFD740396107f9e74039610 /* CctUtils.h */, - FFFD740396787f9e74039678 /* CctBoxController.cpp */, - FFFD740396e07f9e740396e0 /* CctCapsuleController.cpp */, - FFFD740397487f9e74039748 /* CctCharacterController.cpp */, - FFFD740397b07f9e740397b0 /* CctCharacterControllerCallbacks.cpp */, - FFFD740398187f9e74039818 /* CctCharacterControllerManager.cpp */, - FFFD740398807f9e74039880 /* CctController.cpp */, - FFFD740398e87f9e740398e8 /* CctObstacleContext.cpp */, - FFFD740399507f9e74039950 /* CctSweptBox.cpp */, - FFFD740399b87f9e740399b8 /* CctSweptCapsule.cpp */, - FFFD74039a207f9e74039a20 /* CctSweptVolume.cpp */, + FFFD2c8338007fc42c833800 /* CctBoxController.h */, + FFFD2c8338687fc42c833868 /* CctCapsuleController.h */, + FFFD2c8338d07fc42c8338d0 /* CctCharacterController.h */, + FFFD2c8339387fc42c833938 /* CctCharacterControllerManager.h */, + FFFD2c8339a07fc42c8339a0 /* CctController.h */, + FFFD2c833a087fc42c833a08 /* CctInternalStructs.h */, + FFFD2c833a707fc42c833a70 /* CctObstacleContext.h */, + FFFD2c833ad87fc42c833ad8 /* CctSweptBox.h */, + FFFD2c833b407fc42c833b40 /* CctSweptCapsule.h */, + FFFD2c833ba87fc42c833ba8 /* CctSweptVolume.h */, + FFFD2c833c107fc42c833c10 /* CctUtils.h */, + FFFD2c833c787fc42c833c78 /* CctBoxController.cpp */, + FFFD2c833ce07fc42c833ce0 /* CctCapsuleController.cpp */, + FFFD2c833d487fc42c833d48 /* CctCharacterController.cpp */, + FFFD2c833db07fc42c833db0 /* CctCharacterControllerCallbacks.cpp */, + FFFD2c833e187fc42c833e18 /* CctCharacterControllerManager.cpp */, + FFFD2c833e807fc42c833e80 /* CctController.cpp */, + FFFD2c833ee87fc42c833ee8 /* CctObstacleContext.cpp */, + FFFD2c833f507fc42c833f50 /* CctSweptBox.cpp */, + FFFD2c833fb87fc42c833fb8 /* CctSweptCapsule.cpp */, + FFFD2c8340207fc42c834020 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c58db07f9e73c58db0 /* PhysXVehicle */ = { + FFFB2be373c07fc42be373c0 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFB73c69a007f9e73c69a00 /* include */, - FFFB73c69a287f9e73c69a28 /* src */, - FFFB73c69a507f9e73c69a50 /* metadata */, + FFFB2be425707fc42be42570 /* include */, + FFFB2be425987fc42be42598 /* src */, + FFFB2be425c07fc42be425c0 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFB73c69a007f9e73c69a00 /* include */ = { + FFFB2be425707fc42be42570 /* include */ = { isa = PBXGroup; children = ( - FFFD7403c0007f9e7403c000 /* PxVehicleComponents.h */, - FFFD7403c0687f9e7403c068 /* PxVehicleDrive.h */, - FFFD7403c0d07f9e7403c0d0 /* PxVehicleDrive4W.h */, - FFFD7403c1387f9e7403c138 /* PxVehicleDriveNW.h */, - FFFD7403c1a07f9e7403c1a0 /* PxVehicleDriveTank.h */, - FFFD7403c2087f9e7403c208 /* PxVehicleNoDrive.h */, - FFFD7403c2707f9e7403c270 /* PxVehicleSDK.h */, - FFFD7403c2d87f9e7403c2d8 /* PxVehicleShaders.h */, - FFFD7403c3407f9e7403c340 /* PxVehicleTireFriction.h */, - FFFD7403c3a87f9e7403c3a8 /* PxVehicleUpdate.h */, - FFFD7403c4107f9e7403c410 /* PxVehicleUtil.h */, - FFFD7403c4787f9e7403c478 /* PxVehicleUtilControl.h */, - FFFD7403c4e07f9e7403c4e0 /* PxVehicleUtilSetup.h */, - FFFD7403c5487f9e7403c548 /* PxVehicleUtilTelemetry.h */, - FFFD7403c5b07f9e7403c5b0 /* PxVehicleWheels.h */, + FFFD2c83da007fc42c83da00 /* PxVehicleComponents.h */, + FFFD2c83da687fc42c83da68 /* PxVehicleDrive.h */, + FFFD2c83dad07fc42c83dad0 /* PxVehicleDrive4W.h */, + FFFD2c83db387fc42c83db38 /* PxVehicleDriveNW.h */, + FFFD2c83dba07fc42c83dba0 /* PxVehicleDriveTank.h */, + FFFD2c83dc087fc42c83dc08 /* PxVehicleNoDrive.h */, + FFFD2c83dc707fc42c83dc70 /* PxVehicleSDK.h */, + FFFD2c83dcd87fc42c83dcd8 /* PxVehicleShaders.h */, + FFFD2c83dd407fc42c83dd40 /* PxVehicleTireFriction.h */, + FFFD2c83dda87fc42c83dda8 /* PxVehicleUpdate.h */, + FFFD2c83de107fc42c83de10 /* PxVehicleUtil.h */, + FFFD2c83de787fc42c83de78 /* PxVehicleUtilControl.h */, + FFFD2c83dee07fc42c83dee0 /* PxVehicleUtilSetup.h */, + FFFD2c83df487fc42c83df48 /* PxVehicleUtilTelemetry.h */, + FFFD2c83dfb07fc42c83dfb0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c69a287f9e73c69a28 /* src */ = { + FFFB2be425987fc42be42598 /* src */ = { isa = PBXGroup; children = ( - FFFD7403e2007f9e7403e200 /* PxVehicleDefaults.h */, - FFFD7403e2687f9e7403e268 /* PxVehicleLinearMath.h */, - FFFD7403e2d07f9e7403e2d0 /* PxVehicleSerialization.h */, - FFFD7403e3387f9e7403e338 /* PxVehicleSuspLimitConstraintShader.h */, - FFFD7403e3a07f9e7403e3a0 /* PxVehicleSuspWheelTire4.h */, - FFFD7403e4087f9e7403e408 /* PxVehicleComponents.cpp */, - FFFD7403e4707f9e7403e470 /* PxVehicleDrive.cpp */, - FFFD7403e4d87f9e7403e4d8 /* PxVehicleDrive4W.cpp */, - FFFD7403e5407f9e7403e540 /* PxVehicleDriveNW.cpp */, - FFFD7403e5a87f9e7403e5a8 /* PxVehicleDriveTank.cpp */, - FFFD7403e6107f9e7403e610 /* PxVehicleMetaData.cpp */, - FFFD7403e6787f9e7403e678 /* PxVehicleNoDrive.cpp */, - FFFD7403e6e07f9e7403e6e0 /* PxVehicleSDK.cpp */, - FFFD7403e7487f9e7403e748 /* PxVehicleSerialization.cpp */, - FFFD7403e7b07f9e7403e7b0 /* PxVehicleSuspWheelTire4.cpp */, - FFFD7403e8187f9e7403e818 /* PxVehicleTireFriction.cpp */, - FFFD7403e8807f9e7403e880 /* PxVehicleUpdate.cpp */, - FFFD7403e8e87f9e7403e8e8 /* PxVehicleWheels.cpp */, - FFFD7403e9507f9e7403e950 /* VehicleUtilControl.cpp */, - FFFD7403e9b87f9e7403e9b8 /* VehicleUtilSetup.cpp */, - FFFD7403ea207f9e7403ea20 /* VehicleUtilTelemetry.cpp */, + FFFD2c83f8007fc42c83f800 /* PxVehicleDefaults.h */, + FFFD2c83f8687fc42c83f868 /* PxVehicleLinearMath.h */, + FFFD2c83f8d07fc42c83f8d0 /* PxVehicleSerialization.h */, + FFFD2c83f9387fc42c83f938 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD2c83f9a07fc42c83f9a0 /* PxVehicleSuspWheelTire4.h */, + FFFD2c83fa087fc42c83fa08 /* PxVehicleComponents.cpp */, + FFFD2c83fa707fc42c83fa70 /* PxVehicleDrive.cpp */, + FFFD2c83fad87fc42c83fad8 /* PxVehicleDrive4W.cpp */, + FFFD2c83fb407fc42c83fb40 /* PxVehicleDriveNW.cpp */, + FFFD2c83fba87fc42c83fba8 /* PxVehicleDriveTank.cpp */, + FFFD2c83fc107fc42c83fc10 /* PxVehicleMetaData.cpp */, + FFFD2c83fc787fc42c83fc78 /* PxVehicleNoDrive.cpp */, + FFFD2c83fce07fc42c83fce0 /* PxVehicleSDK.cpp */, + FFFD2c83fd487fc42c83fd48 /* PxVehicleSerialization.cpp */, + FFFD2c83fdb07fc42c83fdb0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD2c83fe187fc42c83fe18 /* PxVehicleTireFriction.cpp */, + FFFD2c83fe807fc42c83fe80 /* PxVehicleUpdate.cpp */, + FFFD2c83fee87fc42c83fee8 /* PxVehicleWheels.cpp */, + FFFD2c83ff507fc42c83ff50 /* VehicleUtilControl.cpp */, + FFFD2c83ffb87fc42c83ffb8 /* VehicleUtilSetup.cpp */, + FFFD2c8400207fc42c840020 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c69a507f9e73c69a50 /* metadata */ = { + FFFB2be425c07fc42be425c0 /* metadata */ = { isa = PBXGroup; children = ( - FFFD73c6a7507f9e73c6a750 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFD73c6a7b87f9e73c6a7b8 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFD73c6a8207f9e73c6a820 /* include/PxVehicleMetaDataObjects.h */, - FFFD73c6a8887f9e73c6a888 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFD73c6a8f07f9e73c6a8f0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD2be432c07fc42be432c0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD2be433287fc42be43328 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD2be433907fc42be43390 /* include/PxVehicleMetaDataObjects.h */, + FFFD2be433f87fc42be433f8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD2be434607fc42be43460 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB73c689b07f9e73c689b0 /* PhysXExtensions */ = { + FFFB2be415207fc42be41520 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFB73c718507f9e73c71850 /* include */, - FFFB73c718787f9e73c71878 /* src */, - FFFB73c718a07f9e73c718a0 /* serialization */, - FFFB73c718c87f9e73c718c8 /* metadata */, + FFFB2be4a3c07fc42be4a3c0 /* include */, + FFFB2be4a3e87fc42be4a3e8 /* src */, + FFFB2be4a4107fc42be4a410 /* serialization */, + FFFB2be4a4387fc42be4a438 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFB73c718507f9e73c71850 /* include */ = { + FFFB2be4a3c07fc42be4a3c0 /* include */ = { isa = PBXGroup; children = ( - FFFD740412007f9e74041200 /* PxBinaryConverter.h */, - FFFD740412687f9e74041268 /* PxBroadPhaseExt.h */, - FFFD740412d07f9e740412d0 /* PxClothFabricCooker.h */, - FFFD740413387f9e74041338 /* PxClothMeshDesc.h */, - FFFD740413a07f9e740413a0 /* PxClothMeshQuadifier.h */, - FFFD740414087f9e74041408 /* PxClothTetherCooker.h */, - FFFD740414707f9e74041470 /* PxCollectionExt.h */, - FFFD740414d87f9e740414d8 /* PxConstraintExt.h */, - FFFD740415407f9e74041540 /* PxConvexMeshExt.h */, - FFFD740415a87f9e740415a8 /* PxD6Joint.h */, - FFFD740416107f9e74041610 /* PxDefaultAllocator.h */, - FFFD740416787f9e74041678 /* PxDefaultCpuDispatcher.h */, - FFFD740416e07f9e740416e0 /* PxDefaultErrorCallback.h */, - FFFD740417487f9e74041748 /* PxDefaultSimulationFilterShader.h */, - FFFD740417b07f9e740417b0 /* PxDefaultStreams.h */, - FFFD740418187f9e74041818 /* PxDistanceJoint.h */, - FFFD740418807f9e74041880 /* PxExtensionsAPI.h */, - FFFD740418e87f9e740418e8 /* PxFixedJoint.h */, - FFFD740419507f9e74041950 /* PxJoint.h */, - FFFD740419b87f9e740419b8 /* PxJointLimit.h */, - FFFD74041a207f9e74041a20 /* PxMassProperties.h */, - FFFD74041a887f9e74041a88 /* PxParticleExt.h */, - FFFD74041af07f9e74041af0 /* PxPrismaticJoint.h */, - FFFD74041b587f9e74041b58 /* PxRaycastCCD.h */, - FFFD74041bc07f9e74041bc0 /* PxRepXSerializer.h */, - FFFD74041c287f9e74041c28 /* PxRepXSimpleType.h */, - FFFD74041c907f9e74041c90 /* PxRevoluteJoint.h */, - FFFD74041cf87f9e74041cf8 /* PxRigidActorExt.h */, - FFFD74041d607f9e74041d60 /* PxRigidBodyExt.h */, - FFFD74041dc87f9e74041dc8 /* PxSceneQueryExt.h */, - FFFD74041e307f9e74041e30 /* PxSerialization.h */, - FFFD74041e987f9e74041e98 /* PxShapeExt.h */, - FFFD74041f007f9e74041f00 /* PxSimpleFactory.h */, - FFFD74041f687f9e74041f68 /* PxSmoothNormals.h */, - FFFD74041fd07f9e74041fd0 /* PxSphericalJoint.h */, - FFFD740420387f9e74042038 /* PxStringTableExt.h */, - FFFD740420a07f9e740420a0 /* PxTriangleMeshExt.h */, + FFFD2c8430007fc42c843000 /* PxBinaryConverter.h */, + FFFD2c8430687fc42c843068 /* PxBroadPhaseExt.h */, + FFFD2c8430d07fc42c8430d0 /* PxClothFabricCooker.h */, + FFFD2c8431387fc42c843138 /* PxClothMeshDesc.h */, + FFFD2c8431a07fc42c8431a0 /* PxClothMeshQuadifier.h */, + FFFD2c8432087fc42c843208 /* PxClothTetherCooker.h */, + FFFD2c8432707fc42c843270 /* PxCollectionExt.h */, + FFFD2c8432d87fc42c8432d8 /* PxConstraintExt.h */, + FFFD2c8433407fc42c843340 /* PxConvexMeshExt.h */, + FFFD2c8433a87fc42c8433a8 /* PxD6Joint.h */, + FFFD2c8434107fc42c843410 /* PxDefaultAllocator.h */, + FFFD2c8434787fc42c843478 /* PxDefaultCpuDispatcher.h */, + FFFD2c8434e07fc42c8434e0 /* PxDefaultErrorCallback.h */, + FFFD2c8435487fc42c843548 /* PxDefaultSimulationFilterShader.h */, + FFFD2c8435b07fc42c8435b0 /* PxDefaultStreams.h */, + FFFD2c8436187fc42c843618 /* PxDistanceJoint.h */, + FFFD2c8436807fc42c843680 /* PxExtensionsAPI.h */, + FFFD2c8436e87fc42c8436e8 /* PxFixedJoint.h */, + FFFD2c8437507fc42c843750 /* PxJoint.h */, + FFFD2c8437b87fc42c8437b8 /* PxJointLimit.h */, + FFFD2c8438207fc42c843820 /* PxMassProperties.h */, + FFFD2c8438887fc42c843888 /* PxParticleExt.h */, + FFFD2c8438f07fc42c8438f0 /* PxPrismaticJoint.h */, + FFFD2c8439587fc42c843958 /* PxRaycastCCD.h */, + FFFD2c8439c07fc42c8439c0 /* PxRepXSerializer.h */, + FFFD2c843a287fc42c843a28 /* PxRepXSimpleType.h */, + FFFD2c843a907fc42c843a90 /* PxRevoluteJoint.h */, + FFFD2c843af87fc42c843af8 /* PxRigidActorExt.h */, + FFFD2c843b607fc42c843b60 /* PxRigidBodyExt.h */, + FFFD2c843bc87fc42c843bc8 /* PxSceneQueryExt.h */, + FFFD2c843c307fc42c843c30 /* PxSerialization.h */, + FFFD2c843c987fc42c843c98 /* PxShapeExt.h */, + FFFD2c843d007fc42c843d00 /* PxSimpleFactory.h */, + FFFD2c843d687fc42c843d68 /* PxSmoothNormals.h */, + FFFD2c843dd07fc42c843dd0 /* PxSphericalJoint.h */, + FFFD2c843e387fc42c843e38 /* PxStringTableExt.h */, + FFFD2c843ea07fc42c843ea0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c718787f9e73c71878 /* src */ = { + FFFB2be4a3e87fc42be4a3e8 /* src */ = { isa = PBXGroup; children = ( - FFFD7403fc007f9e7403fc00 /* ExtConstraintHelper.h */, - FFFD7403fc687f9e7403fc68 /* ExtCpuWorkerThread.h */, - FFFD7403fcd07f9e7403fcd0 /* ExtD6Joint.h */, - FFFD7403fd387f9e7403fd38 /* ExtDefaultCpuDispatcher.h */, - FFFD7403fda07f9e7403fda0 /* ExtDistanceJoint.h */, - FFFD7403fe087f9e7403fe08 /* ExtFixedJoint.h */, - FFFD7403fe707f9e7403fe70 /* ExtInertiaTensor.h */, - FFFD7403fed87f9e7403fed8 /* ExtJoint.h */, - FFFD7403ff407f9e7403ff40 /* ExtJointMetaDataExtensions.h */, - FFFD7403ffa87f9e7403ffa8 /* ExtPlatform.h */, - FFFD740400107f9e74040010 /* ExtPrismaticJoint.h */, - FFFD740400787f9e74040078 /* ExtPvd.h */, - FFFD740400e07f9e740400e0 /* ExtRevoluteJoint.h */, - FFFD740401487f9e74040148 /* ExtSerialization.h */, - FFFD740401b07f9e740401b0 /* ExtSharedQueueEntryPool.h */, - FFFD740402187f9e74040218 /* ExtSphericalJoint.h */, - FFFD740402807f9e74040280 /* ExtTaskQueueHelper.h */, - FFFD740402e87f9e740402e8 /* ExtBroadPhase.cpp */, - FFFD740403507f9e74040350 /* ExtClothFabricCooker.cpp */, - FFFD740403b87f9e740403b8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFD740404207f9e74040420 /* ExtClothMeshQuadifier.cpp */, - FFFD740404887f9e74040488 /* ExtClothSimpleTetherCooker.cpp */, - FFFD740404f07f9e740404f0 /* ExtCollection.cpp */, - FFFD740405587f9e74040558 /* ExtConvexMeshExt.cpp */, - FFFD740405c07f9e740405c0 /* ExtCpuWorkerThread.cpp */, - FFFD740406287f9e74040628 /* ExtD6Joint.cpp */, - FFFD740406907f9e74040690 /* ExtD6JointSolverPrep.cpp */, - FFFD740406f87f9e740406f8 /* ExtDefaultCpuDispatcher.cpp */, - FFFD740407607f9e74040760 /* ExtDefaultErrorCallback.cpp */, - FFFD740407c87f9e740407c8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFD740408307f9e74040830 /* ExtDefaultStreams.cpp */, - FFFD740408987f9e74040898 /* ExtDistanceJoint.cpp */, - FFFD740409007f9e74040900 /* ExtDistanceJointSolverPrep.cpp */, - FFFD740409687f9e74040968 /* ExtExtensions.cpp */, - FFFD740409d07f9e740409d0 /* ExtFixedJoint.cpp */, - FFFD74040a387f9e74040a38 /* ExtFixedJointSolverPrep.cpp */, - FFFD74040aa07f9e74040aa0 /* ExtJoint.cpp */, - FFFD74040b087f9e74040b08 /* ExtMetaData.cpp */, - FFFD74040b707f9e74040b70 /* ExtParticleExt.cpp */, - FFFD74040bd87f9e74040bd8 /* ExtPrismaticJoint.cpp */, - FFFD74040c407f9e74040c40 /* ExtPrismaticJointSolverPrep.cpp */, - FFFD74040ca87f9e74040ca8 /* ExtPvd.cpp */, - FFFD74040d107f9e74040d10 /* ExtPxStringTable.cpp */, - FFFD74040d787f9e74040d78 /* ExtRaycastCCD.cpp */, - FFFD74040de07f9e74040de0 /* ExtRevoluteJoint.cpp */, - FFFD74040e487f9e74040e48 /* ExtRevoluteJointSolverPrep.cpp */, - FFFD74040eb07f9e74040eb0 /* ExtRigidBodyExt.cpp */, - FFFD74040f187f9e74040f18 /* ExtSceneQueryExt.cpp */, - FFFD74040f807f9e74040f80 /* ExtSimpleFactory.cpp */, - FFFD74040fe87f9e74040fe8 /* ExtSmoothNormals.cpp */, - FFFD740410507f9e74041050 /* ExtSphericalJoint.cpp */, - FFFD740410b87f9e740410b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFD740411207f9e74041120 /* ExtTriangleMeshExt.cpp */, + FFFD2c841a007fc42c841a00 /* ExtConstraintHelper.h */, + FFFD2c841a687fc42c841a68 /* ExtCpuWorkerThread.h */, + FFFD2c841ad07fc42c841ad0 /* ExtD6Joint.h */, + FFFD2c841b387fc42c841b38 /* ExtDefaultCpuDispatcher.h */, + FFFD2c841ba07fc42c841ba0 /* ExtDistanceJoint.h */, + FFFD2c841c087fc42c841c08 /* ExtFixedJoint.h */, + FFFD2c841c707fc42c841c70 /* ExtInertiaTensor.h */, + FFFD2c841cd87fc42c841cd8 /* ExtJoint.h */, + FFFD2c841d407fc42c841d40 /* ExtJointMetaDataExtensions.h */, + FFFD2c841da87fc42c841da8 /* ExtPlatform.h */, + FFFD2c841e107fc42c841e10 /* ExtPrismaticJoint.h */, + FFFD2c841e787fc42c841e78 /* ExtPvd.h */, + FFFD2c841ee07fc42c841ee0 /* ExtRevoluteJoint.h */, + FFFD2c841f487fc42c841f48 /* ExtSerialization.h */, + FFFD2c841fb07fc42c841fb0 /* ExtSharedQueueEntryPool.h */, + FFFD2c8420187fc42c842018 /* ExtSphericalJoint.h */, + FFFD2c8420807fc42c842080 /* ExtTaskQueueHelper.h */, + FFFD2c8420e87fc42c8420e8 /* ExtBroadPhase.cpp */, + FFFD2c8421507fc42c842150 /* ExtClothFabricCooker.cpp */, + FFFD2c8421b87fc42c8421b8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD2c8422207fc42c842220 /* ExtClothMeshQuadifier.cpp */, + FFFD2c8422887fc42c842288 /* ExtClothSimpleTetherCooker.cpp */, + FFFD2c8422f07fc42c8422f0 /* ExtCollection.cpp */, + FFFD2c8423587fc42c842358 /* ExtConvexMeshExt.cpp */, + FFFD2c8423c07fc42c8423c0 /* ExtCpuWorkerThread.cpp */, + FFFD2c8424287fc42c842428 /* ExtD6Joint.cpp */, + FFFD2c8424907fc42c842490 /* ExtD6JointSolverPrep.cpp */, + FFFD2c8424f87fc42c8424f8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD2c8425607fc42c842560 /* ExtDefaultErrorCallback.cpp */, + FFFD2c8425c87fc42c8425c8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD2c8426307fc42c842630 /* ExtDefaultStreams.cpp */, + FFFD2c8426987fc42c842698 /* ExtDistanceJoint.cpp */, + FFFD2c8427007fc42c842700 /* ExtDistanceJointSolverPrep.cpp */, + FFFD2c8427687fc42c842768 /* ExtExtensions.cpp */, + FFFD2c8427d07fc42c8427d0 /* ExtFixedJoint.cpp */, + FFFD2c8428387fc42c842838 /* ExtFixedJointSolverPrep.cpp */, + FFFD2c8428a07fc42c8428a0 /* ExtJoint.cpp */, + FFFD2c8429087fc42c842908 /* ExtMetaData.cpp */, + FFFD2c8429707fc42c842970 /* ExtParticleExt.cpp */, + FFFD2c8429d87fc42c8429d8 /* ExtPrismaticJoint.cpp */, + FFFD2c842a407fc42c842a40 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD2c842aa87fc42c842aa8 /* ExtPvd.cpp */, + FFFD2c842b107fc42c842b10 /* ExtPxStringTable.cpp */, + FFFD2c842b787fc42c842b78 /* ExtRaycastCCD.cpp */, + FFFD2c842be07fc42c842be0 /* ExtRevoluteJoint.cpp */, + FFFD2c842c487fc42c842c48 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD2c842cb07fc42c842cb0 /* ExtRigidBodyExt.cpp */, + FFFD2c842d187fc42c842d18 /* ExtSceneQueryExt.cpp */, + FFFD2c842d807fc42c842d80 /* ExtSimpleFactory.cpp */, + FFFD2c842de87fc42c842de8 /* ExtSmoothNormals.cpp */, + FFFD2c842e507fc42c842e50 /* ExtSphericalJoint.cpp */, + FFFD2c842eb87fc42c842eb8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD2c842f207fc42c842f20 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c718a07f9e73c718a0 /* serialization */ = { + FFFB2be4a4107fc42be4a410 /* serialization */ = { isa = PBXGroup; children = ( - FFFD740446007f9e74044600 /* SnSerialUtils.h */, - FFFD740446687f9e74044668 /* SnSerializationRegistry.h */, - FFFD740446d07f9e740446d0 /* SnSerialUtils.cpp */, - FFFD740447387f9e74044738 /* SnSerialization.cpp */, - FFFD740447a07f9e740447a0 /* SnSerializationRegistry.cpp */, - FFFD740448087f9e74044808 /* Binary/SnConvX.h */, - FFFD740448707f9e74044870 /* Binary/SnConvX_Align.h */, - FFFD740448d87f9e740448d8 /* Binary/SnConvX_Common.h */, - FFFD740449407f9e74044940 /* Binary/SnConvX_MetaData.h */, - FFFD740449a87f9e740449a8 /* Binary/SnConvX_Output.h */, - FFFD74044a107f9e74044a10 /* Binary/SnConvX_Union.h */, - FFFD74044a787f9e74044a78 /* Binary/SnSerializationContext.h */, - FFFD74044ae07f9e74044ae0 /* Binary/SnBinaryDeserialization.cpp */, - FFFD74044b487f9e74044b48 /* Binary/SnBinarySerialization.cpp */, - FFFD74044bb07f9e74044bb0 /* Binary/SnConvX.cpp */, - FFFD74044c187f9e74044c18 /* Binary/SnConvX_Align.cpp */, - FFFD74044c807f9e74044c80 /* Binary/SnConvX_Convert.cpp */, - FFFD74044ce87f9e74044ce8 /* Binary/SnConvX_Error.cpp */, - FFFD74044d507f9e74044d50 /* Binary/SnConvX_MetaData.cpp */, - FFFD74044db87f9e74044db8 /* Binary/SnConvX_Output.cpp */, - FFFD74044e207f9e74044e20 /* Binary/SnConvX_Union.cpp */, - FFFD74044e887f9e74044e88 /* Binary/SnSerializationContext.cpp */, - FFFD74044ef07f9e74044ef0 /* Xml/SnJointRepXSerializer.h */, - FFFD74044f587f9e74044f58 /* Xml/SnPxStreamOperators.h */, - FFFD74044fc07f9e74044fc0 /* Xml/SnRepX1_0Defaults.h */, - FFFD740450287f9e74045028 /* Xml/SnRepX3_1Defaults.h */, - FFFD740450907f9e74045090 /* Xml/SnRepX3_2Defaults.h */, - FFFD740450f87f9e740450f8 /* Xml/SnRepXCollection.h */, - FFFD740451607f9e74045160 /* Xml/SnRepXCoreSerializer.h */, - FFFD740451c87f9e740451c8 /* Xml/SnRepXSerializerImpl.h */, - FFFD740452307f9e74045230 /* Xml/SnRepXUpgrader.h */, - FFFD740452987f9e74045298 /* Xml/SnSimpleXmlWriter.h */, - FFFD740453007f9e74045300 /* Xml/SnXmlDeserializer.h */, - FFFD740453687f9e74045368 /* Xml/SnXmlImpl.h */, - FFFD740453d07f9e740453d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFD740454387f9e74045438 /* Xml/SnXmlMemoryPool.h */, - FFFD740454a07f9e740454a0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFD740455087f9e74045508 /* Xml/SnXmlReader.h */, - FFFD740455707f9e74045570 /* Xml/SnXmlSerializer.h */, - FFFD740455d87f9e740455d8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFD740456407f9e74045640 /* Xml/SnXmlStringToType.h */, - FFFD740456a87f9e740456a8 /* Xml/SnXmlVisitorReader.h */, - FFFD740457107f9e74045710 /* Xml/SnXmlVisitorWriter.h */, - FFFD740457787f9e74045778 /* Xml/SnXmlWriter.h */, - FFFD740457e07f9e740457e0 /* Xml/SnJointRepXSerializer.cpp */, - FFFD740458487f9e74045848 /* Xml/SnRepXCoreSerializer.cpp */, - FFFD740458b07f9e740458b0 /* Xml/SnRepXUpgrader.cpp */, - FFFD740459187f9e74045918 /* Xml/SnXmlSerialization.cpp */, - FFFD740459807f9e74045980 /* File/SnFile.h */, + FFFD2c8464007fc42c846400 /* SnSerialUtils.h */, + FFFD2c8464687fc42c846468 /* SnSerializationRegistry.h */, + FFFD2c8464d07fc42c8464d0 /* SnSerialUtils.cpp */, + FFFD2c8465387fc42c846538 /* SnSerialization.cpp */, + FFFD2c8465a07fc42c8465a0 /* SnSerializationRegistry.cpp */, + FFFD2c8466087fc42c846608 /* Binary/SnConvX.h */, + FFFD2c8466707fc42c846670 /* Binary/SnConvX_Align.h */, + FFFD2c8466d87fc42c8466d8 /* Binary/SnConvX_Common.h */, + FFFD2c8467407fc42c846740 /* Binary/SnConvX_MetaData.h */, + FFFD2c8467a87fc42c8467a8 /* Binary/SnConvX_Output.h */, + FFFD2c8468107fc42c846810 /* Binary/SnConvX_Union.h */, + FFFD2c8468787fc42c846878 /* Binary/SnSerializationContext.h */, + FFFD2c8468e07fc42c8468e0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD2c8469487fc42c846948 /* Binary/SnBinarySerialization.cpp */, + FFFD2c8469b07fc42c8469b0 /* Binary/SnConvX.cpp */, + FFFD2c846a187fc42c846a18 /* Binary/SnConvX_Align.cpp */, + FFFD2c846a807fc42c846a80 /* Binary/SnConvX_Convert.cpp */, + FFFD2c846ae87fc42c846ae8 /* Binary/SnConvX_Error.cpp */, + FFFD2c846b507fc42c846b50 /* Binary/SnConvX_MetaData.cpp */, + FFFD2c846bb87fc42c846bb8 /* Binary/SnConvX_Output.cpp */, + FFFD2c846c207fc42c846c20 /* Binary/SnConvX_Union.cpp */, + FFFD2c846c887fc42c846c88 /* Binary/SnSerializationContext.cpp */, + FFFD2c846cf07fc42c846cf0 /* Xml/SnJointRepXSerializer.h */, + FFFD2c846d587fc42c846d58 /* Xml/SnPxStreamOperators.h */, + FFFD2c846dc07fc42c846dc0 /* Xml/SnRepX1_0Defaults.h */, + FFFD2c846e287fc42c846e28 /* Xml/SnRepX3_1Defaults.h */, + FFFD2c846e907fc42c846e90 /* Xml/SnRepX3_2Defaults.h */, + FFFD2c846ef87fc42c846ef8 /* Xml/SnRepXCollection.h */, + FFFD2c846f607fc42c846f60 /* Xml/SnRepXCoreSerializer.h */, + FFFD2c846fc87fc42c846fc8 /* Xml/SnRepXSerializerImpl.h */, + FFFD2c8470307fc42c847030 /* Xml/SnRepXUpgrader.h */, + FFFD2c8470987fc42c847098 /* Xml/SnSimpleXmlWriter.h */, + FFFD2c8471007fc42c847100 /* Xml/SnXmlDeserializer.h */, + FFFD2c8471687fc42c847168 /* Xml/SnXmlImpl.h */, + FFFD2c8471d07fc42c8471d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD2c8472387fc42c847238 /* Xml/SnXmlMemoryPool.h */, + FFFD2c8472a07fc42c8472a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD2c8473087fc42c847308 /* Xml/SnXmlReader.h */, + FFFD2c8473707fc42c847370 /* Xml/SnXmlSerializer.h */, + FFFD2c8473d87fc42c8473d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD2c8474407fc42c847440 /* Xml/SnXmlStringToType.h */, + FFFD2c8474a87fc42c8474a8 /* Xml/SnXmlVisitorReader.h */, + FFFD2c8475107fc42c847510 /* Xml/SnXmlVisitorWriter.h */, + FFFD2c8475787fc42c847578 /* Xml/SnXmlWriter.h */, + FFFD2c8475e07fc42c8475e0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD2c8476487fc42c847648 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD2c8476b07fc42c8476b0 /* Xml/SnRepXUpgrader.cpp */, + FFFD2c8477187fc42c847718 /* Xml/SnXmlSerialization.cpp */, + FFFD2c8477807fc42c847780 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFB73c718c87f9e73c718c8 /* metadata */ = { + FFFB2be4a4387fc42be4a438 /* metadata */ = { isa = PBXGroup; children = ( - FFFD740422007f9e74042200 /* core/include/PvdMetaDataDefineProperties.h */, - FFFD740422687f9e74042268 /* core/include/PvdMetaDataExtensions.h */, - FFFD740422d07f9e740422d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFD740423387f9e74042338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFD740423a07f9e740423a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFD740424087f9e74042408 /* core/include/PxMetaDataCompare.h */, - FFFD740424707f9e74042470 /* core/include/PxMetaDataCppPrefix.h */, - FFFD740424d87f9e740424d8 /* core/include/PxMetaDataObjects.h */, - FFFD740425407f9e74042540 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFD740425a87f9e740425a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFD740426107f9e74042610 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFD740426787f9e74042678 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFD740426e07f9e740426e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD2c8440007fc42c844000 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD2c8440687fc42c844068 /* core/include/PvdMetaDataExtensions.h */, + FFFD2c8440d07fc42c8440d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD2c8441387fc42c844138 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD2c8441a07fc42c8441a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD2c8442087fc42c844208 /* core/include/PxMetaDataCompare.h */, + FFFD2c8442707fc42c844270 /* core/include/PxMetaDataCppPrefix.h */, + FFFD2c8442d87fc42c8442d8 /* core/include/PxMetaDataObjects.h */, + FFFD2c8443407fc42c844340 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD2c8443a87fc42c8443a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD2c8444107fc42c844410 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD2c8444787fc42c844478 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD2c8444e07fc42c8444e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFB73c7b3807f9e73c7b380 /* SceneQuery */ = { + FFFB2be53ef07fc42be53ef0 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFB73c7d4c07f9e73c7d4c0 /* src */, - FFFB73c7d4e87f9e73c7d4e8 /* include */, + FFFB2be560307fc42be56030 /* src */, + FFFB2be560587fc42be56058 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFB73c7d4c07f9e73c7d4c0 /* src */ = { + FFFB2be560307fc42be56030 /* src */ = { isa = PBXGroup; children = ( - FFFD740486007f9e74048600 /* SqAABBPruner.cpp */, - FFFD740486687f9e74048668 /* SqAABBTree.cpp */, - FFFD740486d07f9e740486d0 /* SqAABBTreeUpdateMap.cpp */, - FFFD740487387f9e74048738 /* SqBounds.cpp */, - FFFD740487a07f9e740487a0 /* SqBucketPruner.cpp */, - FFFD740488087f9e74048808 /* SqExtendedBucketPruner.cpp */, - FFFD740488707f9e74048870 /* SqMetaData.cpp */, - FFFD740488d87f9e740488d8 /* SqPruningPool.cpp */, - FFFD740489407f9e74048940 /* SqPruningStructure.cpp */, - FFFD740489a87f9e740489a8 /* SqSceneQueryManager.cpp */, - FFFD74048a107f9e74048a10 /* SqAABBPruner.h */, - FFFD74048a787f9e74048a78 /* SqAABBTree.h */, - FFFD74048ae07f9e74048ae0 /* SqAABBTreeQuery.h */, - FFFD74048b487f9e74048b48 /* SqAABBTreeUpdateMap.h */, - FFFD74048bb07f9e74048bb0 /* SqBounds.h */, - FFFD74048c187f9e74048c18 /* SqBucketPruner.h */, - FFFD74048c807f9e74048c80 /* SqExtendedBucketPruner.h */, - FFFD74048ce87f9e74048ce8 /* SqPrunerTestsSIMD.h */, - FFFD74048d507f9e74048d50 /* SqPruningPool.h */, - FFFD74048db87f9e74048db8 /* SqTypedef.h */, + FFFD2c84a4007fc42c84a400 /* SqAABBPruner.cpp */, + FFFD2c84a4687fc42c84a468 /* SqAABBTree.cpp */, + FFFD2c84a4d07fc42c84a4d0 /* SqAABBTreeUpdateMap.cpp */, + FFFD2c84a5387fc42c84a538 /* SqBounds.cpp */, + FFFD2c84a5a07fc42c84a5a0 /* SqBucketPruner.cpp */, + FFFD2c84a6087fc42c84a608 /* SqExtendedBucketPruner.cpp */, + FFFD2c84a6707fc42c84a670 /* SqMetaData.cpp */, + FFFD2c84a6d87fc42c84a6d8 /* SqPruningPool.cpp */, + FFFD2c84a7407fc42c84a740 /* SqPruningStructure.cpp */, + FFFD2c84a7a87fc42c84a7a8 /* SqSceneQueryManager.cpp */, + FFFD2c84a8107fc42c84a810 /* SqAABBPruner.h */, + FFFD2c84a8787fc42c84a878 /* SqAABBTree.h */, + FFFD2c84a8e07fc42c84a8e0 /* SqAABBTreeQuery.h */, + FFFD2c84a9487fc42c84a948 /* SqAABBTreeUpdateMap.h */, + FFFD2c84a9b07fc42c84a9b0 /* SqBounds.h */, + FFFD2c84aa187fc42c84aa18 /* SqBucketPruner.h */, + FFFD2c84aa807fc42c84aa80 /* SqExtendedBucketPruner.h */, + FFFD2c84aae87fc42c84aae8 /* SqPrunerTestsSIMD.h */, + FFFD2c84ab507fc42c84ab50 /* SqPruningPool.h */, + FFFD2c84abb87fc42c84abb8 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c7d4e87f9e73c7d4e8 /* include */ = { + FFFB2be560587fc42be56058 /* include */ = { isa = PBXGroup; children = ( - FFFD73c7f7007f9e73c7f700 /* SqPruner.h */, - FFFD73c7f7687f9e73c7f768 /* SqPrunerMergeData.h */, - FFFD73c7f7d07f9e73c7f7d0 /* SqPruningStructure.h */, - FFFD73c7f8387f9e73c7f838 /* SqSceneQueryManager.h */, + FFFD2be582707fc42be58270 /* SqPruner.h */, + FFFD2be582d87fc42be582d8 /* SqPrunerMergeData.h */, + FFFD2be583407fc42be58340 /* SqPruningStructure.h */, + FFFD2be583a87fc42be583a8 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c7f9c07f9e73c7f9c0 /* SimulationController */ = { + FFFB2be585307fc42be58530 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFB73c818f07f9e73c818f0 /* include */, - FFFB73c819187f9e73c81918 /* src */, + FFFB2be5a4607fc42be5a460 /* include */, + FFFB2be5a4887fc42be5a488 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFB73c818f07f9e73c818f0 /* include */ = { + FFFB2be5a4607fc42be5a460 /* include */ = { isa = PBXGroup; children = ( - FFFD7404b0007f9e7404b000 /* ScActorCore.h */, - FFFD7404b0687f9e7404b068 /* ScArticulationCore.h */, - FFFD7404b0d07f9e7404b0d0 /* ScArticulationJointCore.h */, - FFFD7404b1387f9e7404b138 /* ScBodyCore.h */, - FFFD7404b1a07f9e7404b1a0 /* ScClothCore.h */, - FFFD7404b2087f9e7404b208 /* ScClothFabricCore.h */, - FFFD7404b2707f9e7404b270 /* ScConstraintCore.h */, - FFFD7404b2d87f9e7404b2d8 /* ScIterators.h */, - FFFD7404b3407f9e7404b340 /* ScMaterialCore.h */, - FFFD7404b3a87f9e7404b3a8 /* ScParticleSystemCore.h */, - FFFD7404b4107f9e7404b410 /* ScPhysics.h */, - FFFD7404b4787f9e7404b478 /* ScRigidCore.h */, - FFFD7404b4e07f9e7404b4e0 /* ScScene.h */, - FFFD7404b5487f9e7404b548 /* ScShapeCore.h */, - FFFD7404b5b07f9e7404b5b0 /* ScStaticCore.h */, + FFFD2c84ce007fc42c84ce00 /* ScActorCore.h */, + FFFD2c84ce687fc42c84ce68 /* ScArticulationCore.h */, + FFFD2c84ced07fc42c84ced0 /* ScArticulationJointCore.h */, + FFFD2c84cf387fc42c84cf38 /* ScBodyCore.h */, + FFFD2c84cfa07fc42c84cfa0 /* ScClothCore.h */, + FFFD2c84d0087fc42c84d008 /* ScClothFabricCore.h */, + FFFD2c84d0707fc42c84d070 /* ScConstraintCore.h */, + FFFD2c84d0d87fc42c84d0d8 /* ScIterators.h */, + FFFD2c84d1407fc42c84d140 /* ScMaterialCore.h */, + FFFD2c84d1a87fc42c84d1a8 /* ScParticleSystemCore.h */, + FFFD2c84d2107fc42c84d210 /* ScPhysics.h */, + FFFD2c84d2787fc42c84d278 /* ScRigidCore.h */, + FFFD2c84d2e07fc42c84d2e0 /* ScScene.h */, + FFFD2c84d3487fc42c84d348 /* ScShapeCore.h */, + FFFD2c84d3b07fc42c84d3b0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c819187f9e73c81918 /* src */ = { + FFFB2be5a4887fc42be5a488 /* src */ = { isa = PBXGroup; children = ( - FFFD73051a007f9e73051a00 /* ScActorElementPair.h */, - FFFD73051a687f9e73051a68 /* ScActorInteraction.h */, - FFFD73051ad07f9e73051ad0 /* ScActorPair.h */, - FFFD73051b387f9e73051b38 /* ScActorSim.h */, - FFFD73051ba07f9e73051ba0 /* ScArticulationJointSim.h */, - FFFD73051c087f9e73051c08 /* ScArticulationSim.h */, - FFFD73051c707f9e73051c70 /* ScBodySim.h */, - FFFD73051cd87f9e73051cd8 /* ScClient.h */, - FFFD73051d407f9e73051d40 /* ScConstraintGroupNode.h */, - FFFD73051da87f9e73051da8 /* ScConstraintInteraction.h */, - FFFD73051e107f9e73051e10 /* ScConstraintProjectionManager.h */, - FFFD73051e787f9e73051e78 /* ScConstraintProjectionTree.h */, - FFFD73051ee07f9e73051ee0 /* ScConstraintSim.h */, - FFFD73051f487f9e73051f48 /* ScContactReportBuffer.h */, - FFFD73051fb07f9e73051fb0 /* ScContactStream.h */, - FFFD730520187f9e73052018 /* ScElementInteractionMarker.h */, - FFFD730520807f9e73052080 /* ScElementSim.h */, - FFFD730520e87f9e730520e8 /* ScElementSimInteraction.h */, - FFFD730521507f9e73052150 /* ScInteraction.h */, - FFFD730521b87f9e730521b8 /* ScInteractionFlags.h */, - FFFD730522207f9e73052220 /* ScNPhaseCore.h */, - FFFD730522887f9e73052288 /* ScObjectIDTracker.h */, - FFFD730522f07f9e730522f0 /* ScRbElementInteraction.h */, - FFFD730523587f9e73052358 /* ScRigidSim.h */, - FFFD730523c07f9e730523c0 /* ScShapeInteraction.h */, - FFFD730524287f9e73052428 /* ScShapeIterator.h */, - FFFD730524907f9e73052490 /* ScShapeSim.h */, - FFFD730524f87f9e730524f8 /* ScSimStateData.h */, - FFFD730525607f9e73052560 /* ScSimStats.h */, - FFFD730525c87f9e730525c8 /* ScSimulationController.h */, - FFFD730526307f9e73052630 /* ScSqBoundsManager.h */, - FFFD730526987f9e73052698 /* ScStaticSim.h */, - FFFD730527007f9e73052700 /* ScTriggerInteraction.h */, - FFFD730527687f9e73052768 /* ScTriggerPairs.h */, - FFFD730527d07f9e730527d0 /* ScActorCore.cpp */, - FFFD730528387f9e73052838 /* ScActorSim.cpp */, - FFFD730528a07f9e730528a0 /* ScArticulationCore.cpp */, - FFFD730529087f9e73052908 /* ScArticulationJointCore.cpp */, - FFFD730529707f9e73052970 /* ScArticulationJointSim.cpp */, - FFFD730529d87f9e730529d8 /* ScArticulationSim.cpp */, - FFFD73052a407f9e73052a40 /* ScBodyCore.cpp */, - FFFD73052aa87f9e73052aa8 /* ScBodyCoreKinematic.cpp */, - FFFD73052b107f9e73052b10 /* ScBodySim.cpp */, - FFFD73052b787f9e73052b78 /* ScConstraintCore.cpp */, - FFFD73052be07f9e73052be0 /* ScConstraintGroupNode.cpp */, - FFFD73052c487f9e73052c48 /* ScConstraintInteraction.cpp */, - FFFD73052cb07f9e73052cb0 /* ScConstraintProjectionManager.cpp */, - FFFD73052d187f9e73052d18 /* ScConstraintProjectionTree.cpp */, - FFFD73052d807f9e73052d80 /* ScConstraintSim.cpp */, - FFFD73052de87f9e73052de8 /* ScElementInteractionMarker.cpp */, - FFFD73052e507f9e73052e50 /* ScElementSim.cpp */, - FFFD73052eb87f9e73052eb8 /* ScInteraction.cpp */, - FFFD73052f207f9e73052f20 /* ScIterators.cpp */, - FFFD73052f887f9e73052f88 /* ScMaterialCore.cpp */, - FFFD73052ff07f9e73052ff0 /* ScMetaData.cpp */, - FFFD730530587f9e73053058 /* ScNPhaseCore.cpp */, - FFFD730530c07f9e730530c0 /* ScPhysics.cpp */, - FFFD730531287f9e73053128 /* ScRigidCore.cpp */, - FFFD730531907f9e73053190 /* ScRigidSim.cpp */, - FFFD730531f87f9e730531f8 /* ScScene.cpp */, - FFFD730532607f9e73053260 /* ScShapeCore.cpp */, - FFFD730532c87f9e730532c8 /* ScShapeInteraction.cpp */, - FFFD730533307f9e73053330 /* ScShapeSim.cpp */, - FFFD730533987f9e73053398 /* ScSimStats.cpp */, - FFFD730534007f9e73053400 /* ScSimulationController.cpp */, - FFFD730534687f9e73053468 /* ScSqBoundsManager.cpp */, - FFFD730534d07f9e730534d0 /* ScStaticCore.cpp */, - FFFD730535387f9e73053538 /* ScStaticSim.cpp */, - FFFD730535a07f9e730535a0 /* ScTriggerInteraction.cpp */, - FFFD730536087f9e73053608 /* particles/ScParticleBodyInteraction.h */, - FFFD730536707f9e73053670 /* particles/ScParticlePacketShape.h */, - FFFD730536d87f9e730536d8 /* particles/ScParticleSystemSim.h */, - FFFD730537407f9e73053740 /* particles/ScParticleBodyInteraction.cpp */, - FFFD730537a87f9e730537a8 /* particles/ScParticlePacketShape.cpp */, - FFFD730538107f9e73053810 /* particles/ScParticleSystemCore.cpp */, - FFFD730538787f9e73053878 /* particles/ScParticleSystemSim.cpp */, - FFFD730538e07f9e730538e0 /* cloth/ScClothShape.h */, - FFFD730539487f9e73053948 /* cloth/ScClothSim.h */, - FFFD730539b07f9e730539b0 /* cloth/ScClothCore.cpp */, - FFFD73053a187f9e73053a18 /* cloth/ScClothFabricCore.cpp */, - FFFD73053a807f9e73053a80 /* cloth/ScClothShape.cpp */, - FFFD73053ae87f9e73053ae8 /* cloth/ScClothSim.cpp */, + FFFD2c8500007fc42c850000 /* ScActorElementPair.h */, + FFFD2c8500687fc42c850068 /* ScActorInteraction.h */, + FFFD2c8500d07fc42c8500d0 /* ScActorPair.h */, + FFFD2c8501387fc42c850138 /* ScActorSim.h */, + FFFD2c8501a07fc42c8501a0 /* ScArticulationJointSim.h */, + FFFD2c8502087fc42c850208 /* ScArticulationSim.h */, + FFFD2c8502707fc42c850270 /* ScBodySim.h */, + FFFD2c8502d87fc42c8502d8 /* ScClient.h */, + FFFD2c8503407fc42c850340 /* ScConstraintGroupNode.h */, + FFFD2c8503a87fc42c8503a8 /* ScConstraintInteraction.h */, + FFFD2c8504107fc42c850410 /* ScConstraintProjectionManager.h */, + FFFD2c8504787fc42c850478 /* ScConstraintProjectionTree.h */, + FFFD2c8504e07fc42c8504e0 /* ScConstraintSim.h */, + FFFD2c8505487fc42c850548 /* ScContactReportBuffer.h */, + FFFD2c8505b07fc42c8505b0 /* ScContactStream.h */, + FFFD2c8506187fc42c850618 /* ScElementInteractionMarker.h */, + FFFD2c8506807fc42c850680 /* ScElementSim.h */, + FFFD2c8506e87fc42c8506e8 /* ScElementSimInteraction.h */, + FFFD2c8507507fc42c850750 /* ScInteraction.h */, + FFFD2c8507b87fc42c8507b8 /* ScInteractionFlags.h */, + FFFD2c8508207fc42c850820 /* ScNPhaseCore.h */, + FFFD2c8508887fc42c850888 /* ScObjectIDTracker.h */, + FFFD2c8508f07fc42c8508f0 /* ScRbElementInteraction.h */, + FFFD2c8509587fc42c850958 /* ScRigidSim.h */, + FFFD2c8509c07fc42c8509c0 /* ScShapeInteraction.h */, + FFFD2c850a287fc42c850a28 /* ScShapeIterator.h */, + FFFD2c850a907fc42c850a90 /* ScShapeSim.h */, + FFFD2c850af87fc42c850af8 /* ScSimStateData.h */, + FFFD2c850b607fc42c850b60 /* ScSimStats.h */, + FFFD2c850bc87fc42c850bc8 /* ScSimulationController.h */, + FFFD2c850c307fc42c850c30 /* ScSqBoundsManager.h */, + FFFD2c850c987fc42c850c98 /* ScStaticSim.h */, + FFFD2c850d007fc42c850d00 /* ScTriggerInteraction.h */, + FFFD2c850d687fc42c850d68 /* ScTriggerPairs.h */, + FFFD2c850dd07fc42c850dd0 /* ScActorCore.cpp */, + FFFD2c850e387fc42c850e38 /* ScActorSim.cpp */, + FFFD2c850ea07fc42c850ea0 /* ScArticulationCore.cpp */, + FFFD2c850f087fc42c850f08 /* ScArticulationJointCore.cpp */, + FFFD2c850f707fc42c850f70 /* ScArticulationJointSim.cpp */, + FFFD2c850fd87fc42c850fd8 /* ScArticulationSim.cpp */, + FFFD2c8510407fc42c851040 /* ScBodyCore.cpp */, + FFFD2c8510a87fc42c8510a8 /* ScBodyCoreKinematic.cpp */, + FFFD2c8511107fc42c851110 /* ScBodySim.cpp */, + FFFD2c8511787fc42c851178 /* ScConstraintCore.cpp */, + FFFD2c8511e07fc42c8511e0 /* ScConstraintGroupNode.cpp */, + FFFD2c8512487fc42c851248 /* ScConstraintInteraction.cpp */, + FFFD2c8512b07fc42c8512b0 /* ScConstraintProjectionManager.cpp */, + FFFD2c8513187fc42c851318 /* ScConstraintProjectionTree.cpp */, + FFFD2c8513807fc42c851380 /* ScConstraintSim.cpp */, + FFFD2c8513e87fc42c8513e8 /* ScElementInteractionMarker.cpp */, + FFFD2c8514507fc42c851450 /* ScElementSim.cpp */, + FFFD2c8514b87fc42c8514b8 /* ScInteraction.cpp */, + FFFD2c8515207fc42c851520 /* ScIterators.cpp */, + FFFD2c8515887fc42c851588 /* ScMaterialCore.cpp */, + FFFD2c8515f07fc42c8515f0 /* ScMetaData.cpp */, + FFFD2c8516587fc42c851658 /* ScNPhaseCore.cpp */, + FFFD2c8516c07fc42c8516c0 /* ScPhysics.cpp */, + FFFD2c8517287fc42c851728 /* ScRigidCore.cpp */, + FFFD2c8517907fc42c851790 /* ScRigidSim.cpp */, + FFFD2c8517f87fc42c8517f8 /* ScScene.cpp */, + FFFD2c8518607fc42c851860 /* ScShapeCore.cpp */, + FFFD2c8518c87fc42c8518c8 /* ScShapeInteraction.cpp */, + FFFD2c8519307fc42c851930 /* ScShapeSim.cpp */, + FFFD2c8519987fc42c851998 /* ScSimStats.cpp */, + FFFD2c851a007fc42c851a00 /* ScSimulationController.cpp */, + FFFD2c851a687fc42c851a68 /* ScSqBoundsManager.cpp */, + FFFD2c851ad07fc42c851ad0 /* ScStaticCore.cpp */, + FFFD2c851b387fc42c851b38 /* ScStaticSim.cpp */, + FFFD2c851ba07fc42c851ba0 /* ScTriggerInteraction.cpp */, + FFFD2c851c087fc42c851c08 /* particles/ScParticleBodyInteraction.h */, + FFFD2c851c707fc42c851c70 /* particles/ScParticlePacketShape.h */, + FFFD2c851cd87fc42c851cd8 /* particles/ScParticleSystemSim.h */, + FFFD2c851d407fc42c851d40 /* particles/ScParticleBodyInteraction.cpp */, + FFFD2c851da87fc42c851da8 /* particles/ScParticlePacketShape.cpp */, + FFFD2c851e107fc42c851e10 /* particles/ScParticleSystemCore.cpp */, + FFFD2c851e787fc42c851e78 /* particles/ScParticleSystemSim.cpp */, + FFFD2c851ee07fc42c851ee0 /* cloth/ScClothShape.h */, + FFFD2c851f487fc42c851f48 /* cloth/ScClothSim.h */, + FFFD2c851fb07fc42c851fb0 /* cloth/ScClothCore.cpp */, + FFFD2c8520187fc42c852018 /* cloth/ScClothFabricCore.cpp */, + FFFD2c8520807fc42c852080 /* cloth/ScClothShape.cpp */, + FFFD2c8520e87fc42c8520e8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB739200d07f9e739200d0 /* PhysXCooking */ = { + FFFB2be5ccd07fc42be5ccd0 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFB739228b07f9e739228b0 /* include */, - FFFB739228d87f9e739228d8 /* src */, + FFFB2be60f607fc42be60f60 /* include */, + FFFB2be60f887fc42be60f88 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFB739228b07f9e739228b0 /* include */ = { + FFFB2be60f607fc42be60f60 /* include */ = { isa = PBXGroup; children = ( - FFFD73922f907f9e73922f90 /* PxBVH33MidphaseDesc.h */, - FFFD73922ff87f9e73922ff8 /* PxBVH34MidphaseDesc.h */, - FFFD739230607f9e73923060 /* PxConvexMeshDesc.h */, - FFFD739230c87f9e739230c8 /* PxCooking.h */, - FFFD739231307f9e73923130 /* PxMidphaseDesc.h */, - FFFD739231987f9e73923198 /* PxTriangleMeshDesc.h */, - FFFD739232007f9e73923200 /* Pxc.h */, + FFFD2be66dd07fc42be66dd0 /* PxBVH33MidphaseDesc.h */, + FFFD2be66e387fc42be66e38 /* PxBVH34MidphaseDesc.h */, + FFFD2be66ea07fc42be66ea0 /* PxConvexMeshDesc.h */, + FFFD2be66f087fc42be66f08 /* PxCooking.h */, + FFFD2be66f707fc42be66f70 /* PxMidphaseDesc.h */, + FFFD2be66fd87fc42be66fd8 /* PxTriangleMeshDesc.h */, + FFFD2be670407fc42be67040 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB739228d87f9e739228d8 /* src */ = { + FFFB2be60f887fc42be60f88 /* src */ = { isa = PBXGroup; children = ( - FFFD73059c007f9e73059c00 /* Adjacencies.cpp */, - FFFD73059c687f9e73059c68 /* Cooking.cpp */, - FFFD73059cd07f9e73059cd0 /* CookingUtils.cpp */, - FFFD73059d387f9e73059d38 /* EdgeList.cpp */, - FFFD73059da07f9e73059da0 /* MeshCleaner.cpp */, - FFFD73059e087f9e73059e08 /* Quantizer.cpp */, - FFFD73059e707f9e73059e70 /* Adjacencies.h */, - FFFD73059ed87f9e73059ed8 /* Cooking.h */, - FFFD73059f407f9e73059f40 /* CookingUtils.h */, - FFFD73059fa87f9e73059fa8 /* EdgeList.h */, - FFFD7305a0107f9e7305a010 /* MeshCleaner.h */, - FFFD7305a0787f9e7305a078 /* Quantizer.h */, - FFFD7305a0e07f9e7305a0e0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFD7305a1487f9e7305a148 /* mesh/HeightFieldCooking.cpp */, - FFFD7305a1b07f9e7305a1b0 /* mesh/RTreeCooking.cpp */, - FFFD7305a2187f9e7305a218 /* mesh/TriangleMeshBuilder.cpp */, - FFFD7305a2807f9e7305a280 /* mesh/GrbTriangleMeshCooking.h */, - FFFD7305a2e87f9e7305a2e8 /* mesh/HeightFieldCooking.h */, - FFFD7305a3507f9e7305a350 /* mesh/QuickSelect.h */, - FFFD7305a3b87f9e7305a3b8 /* mesh/RTreeCooking.h */, - FFFD7305a4207f9e7305a420 /* mesh/TriangleMeshBuilder.h */, - FFFD7305a4887f9e7305a488 /* convex/BigConvexDataBuilder.cpp */, - FFFD7305a4f07f9e7305a4f0 /* convex/ConvexHullBuilder.cpp */, - FFFD7305a5587f9e7305a558 /* convex/ConvexHullLib.cpp */, - FFFD7305a5c07f9e7305a5c0 /* convex/ConvexHullUtils.cpp */, - FFFD7305a6287f9e7305a628 /* convex/ConvexMeshBuilder.cpp */, - FFFD7305a6907f9e7305a690 /* convex/ConvexPolygonsBuilder.cpp */, - FFFD7305a6f87f9e7305a6f8 /* convex/InflationConvexHullLib.cpp */, - FFFD7305a7607f9e7305a760 /* convex/QuickHullConvexHullLib.cpp */, - FFFD7305a7c87f9e7305a7c8 /* convex/VolumeIntegration.cpp */, - FFFD7305a8307f9e7305a830 /* convex/BigConvexDataBuilder.h */, - FFFD7305a8987f9e7305a898 /* convex/ConvexHullBuilder.h */, - FFFD7305a9007f9e7305a900 /* convex/ConvexHullLib.h */, - FFFD7305a9687f9e7305a968 /* convex/ConvexHullUtils.h */, - FFFD7305a9d07f9e7305a9d0 /* convex/ConvexMeshBuilder.h */, - FFFD7305aa387f9e7305aa38 /* convex/ConvexPolygonsBuilder.h */, - FFFD7305aaa07f9e7305aaa0 /* convex/InflationConvexHullLib.h */, - FFFD7305ab087f9e7305ab08 /* convex/QuickHullConvexHullLib.h */, - FFFD7305ab707f9e7305ab70 /* convex/VolumeIntegration.h */, + FFFD2c8542007fc42c854200 /* Adjacencies.cpp */, + FFFD2c8542687fc42c854268 /* Cooking.cpp */, + FFFD2c8542d07fc42c8542d0 /* CookingUtils.cpp */, + FFFD2c8543387fc42c854338 /* EdgeList.cpp */, + FFFD2c8543a07fc42c8543a0 /* MeshCleaner.cpp */, + FFFD2c8544087fc42c854408 /* Quantizer.cpp */, + FFFD2c8544707fc42c854470 /* Adjacencies.h */, + FFFD2c8544d87fc42c8544d8 /* Cooking.h */, + FFFD2c8545407fc42c854540 /* CookingUtils.h */, + FFFD2c8545a87fc42c8545a8 /* EdgeList.h */, + FFFD2c8546107fc42c854610 /* MeshCleaner.h */, + FFFD2c8546787fc42c854678 /* Quantizer.h */, + FFFD2c8546e07fc42c8546e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD2c8547487fc42c854748 /* mesh/HeightFieldCooking.cpp */, + FFFD2c8547b07fc42c8547b0 /* mesh/RTreeCooking.cpp */, + FFFD2c8548187fc42c854818 /* mesh/TriangleMeshBuilder.cpp */, + FFFD2c8548807fc42c854880 /* mesh/GrbTriangleMeshCooking.h */, + FFFD2c8548e87fc42c8548e8 /* mesh/HeightFieldCooking.h */, + FFFD2c8549507fc42c854950 /* mesh/QuickSelect.h */, + FFFD2c8549b87fc42c8549b8 /* mesh/RTreeCooking.h */, + FFFD2c854a207fc42c854a20 /* mesh/TriangleMeshBuilder.h */, + FFFD2c854a887fc42c854a88 /* convex/BigConvexDataBuilder.cpp */, + FFFD2c854af07fc42c854af0 /* convex/ConvexHullBuilder.cpp */, + FFFD2c854b587fc42c854b58 /* convex/ConvexHullLib.cpp */, + FFFD2c854bc07fc42c854bc0 /* convex/ConvexHullUtils.cpp */, + FFFD2c854c287fc42c854c28 /* convex/ConvexMeshBuilder.cpp */, + FFFD2c854c907fc42c854c90 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD2c854cf87fc42c854cf8 /* convex/InflationConvexHullLib.cpp */, + FFFD2c854d607fc42c854d60 /* convex/QuickHullConvexHullLib.cpp */, + FFFD2c854dc87fc42c854dc8 /* convex/VolumeIntegration.cpp */, + FFFD2c854e307fc42c854e30 /* convex/BigConvexDataBuilder.h */, + FFFD2c854e987fc42c854e98 /* convex/ConvexHullBuilder.h */, + FFFD2c854f007fc42c854f00 /* convex/ConvexHullLib.h */, + FFFD2c854f687fc42c854f68 /* convex/ConvexHullUtils.h */, + FFFD2c854fd07fc42c854fd0 /* convex/ConvexMeshBuilder.h */, + FFFD2c8550387fc42c855038 /* convex/ConvexPolygonsBuilder.h */, + FFFD2c8550a07fc42c8550a0 /* convex/InflationConvexHullLib.h */, + FFFD2c8551087fc42c855108 /* convex/QuickHullConvexHullLib.h */, + FFFD2c8551707fc42c855170 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB72097c207f9e72097c20 /* PhysXCommon */ = { + FFFB2b949d707fc42b949d70 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFB7209a3307f9e7209a330 /* include */, - FFFB7209a3587f9e7209a358 /* common */, - FFFB7209a3807f9e7209a380 /* geomutils */, + FFFB2b8f70e07fc42b8f70e0 /* include */, + FFFB2b8f71087fc42b8f7108 /* common */, + FFFB2b8f71307fc42b8f7130 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFB7209a3307f9e7209a330 /* include */ = { + FFFB2b8f70e07fc42b8f70e0 /* include */ = { isa = PBXGroup; children = ( - FFFD7280ec007f9e7280ec00 /* common/PxBase.h */, - FFFD7280ec687f9e7280ec68 /* common/PxCollection.h */, - FFFD7280ecd07f9e7280ecd0 /* common/PxCoreUtilityTypes.h */, - FFFD7280ed387f9e7280ed38 /* common/PxMetaData.h */, - FFFD7280eda07f9e7280eda0 /* common/PxMetaDataFlags.h */, - FFFD7280ee087f9e7280ee08 /* common/PxPhysXCommonConfig.h */, - FFFD7280ee707f9e7280ee70 /* common/PxPhysicsInsertionCallback.h */, - FFFD7280eed87f9e7280eed8 /* common/PxRenderBuffer.h */, - FFFD7280ef407f9e7280ef40 /* common/PxSerialFramework.h */, - FFFD7280efa87f9e7280efa8 /* common/PxSerializer.h */, - FFFD7280f0107f9e7280f010 /* common/PxStringTable.h */, - FFFD7280f0787f9e7280f078 /* common/PxTolerancesScale.h */, - FFFD7280f0e07f9e7280f0e0 /* common/PxTypeInfo.h */, - FFFD7280f1487f9e7280f148 /* geometry/PxBoxGeometry.h */, - FFFD7280f1b07f9e7280f1b0 /* geometry/PxCapsuleGeometry.h */, - FFFD7280f2187f9e7280f218 /* geometry/PxConvexMesh.h */, - FFFD7280f2807f9e7280f280 /* geometry/PxConvexMeshGeometry.h */, - FFFD7280f2e87f9e7280f2e8 /* geometry/PxGeometry.h */, - FFFD7280f3507f9e7280f350 /* geometry/PxGeometryHelpers.h */, - FFFD7280f3b87f9e7280f3b8 /* geometry/PxGeometryQuery.h */, - FFFD7280f4207f9e7280f420 /* geometry/PxHeightField.h */, - FFFD7280f4887f9e7280f488 /* geometry/PxHeightFieldDesc.h */, - FFFD7280f4f07f9e7280f4f0 /* geometry/PxHeightFieldFlag.h */, - FFFD7280f5587f9e7280f558 /* geometry/PxHeightFieldGeometry.h */, - FFFD7280f5c07f9e7280f5c0 /* geometry/PxHeightFieldSample.h */, - FFFD7280f6287f9e7280f628 /* geometry/PxMeshQuery.h */, - FFFD7280f6907f9e7280f690 /* geometry/PxMeshScale.h */, - FFFD7280f6f87f9e7280f6f8 /* geometry/PxPlaneGeometry.h */, - FFFD7280f7607f9e7280f760 /* geometry/PxSimpleTriangleMesh.h */, - FFFD7280f7c87f9e7280f7c8 /* geometry/PxSphereGeometry.h */, - FFFD7280f8307f9e7280f830 /* geometry/PxTriangle.h */, - FFFD7280f8987f9e7280f898 /* geometry/PxTriangleMesh.h */, - FFFD7280f9007f9e7280f900 /* geometry/PxTriangleMeshGeometry.h */, + FFFD2b1a0a007fc42b1a0a00 /* common/PxBase.h */, + FFFD2b1a0a687fc42b1a0a68 /* common/PxCollection.h */, + FFFD2b1a0ad07fc42b1a0ad0 /* common/PxCoreUtilityTypes.h */, + FFFD2b1a0b387fc42b1a0b38 /* common/PxMetaData.h */, + FFFD2b1a0ba07fc42b1a0ba0 /* common/PxMetaDataFlags.h */, + FFFD2b1a0c087fc42b1a0c08 /* common/PxPhysXCommonConfig.h */, + FFFD2b1a0c707fc42b1a0c70 /* common/PxPhysicsInsertionCallback.h */, + FFFD2b1a0cd87fc42b1a0cd8 /* common/PxRenderBuffer.h */, + FFFD2b1a0d407fc42b1a0d40 /* common/PxSerialFramework.h */, + FFFD2b1a0da87fc42b1a0da8 /* common/PxSerializer.h */, + FFFD2b1a0e107fc42b1a0e10 /* common/PxStringTable.h */, + FFFD2b1a0e787fc42b1a0e78 /* common/PxTolerancesScale.h */, + FFFD2b1a0ee07fc42b1a0ee0 /* common/PxTypeInfo.h */, + FFFD2b1a0f487fc42b1a0f48 /* geometry/PxBoxGeometry.h */, + FFFD2b1a0fb07fc42b1a0fb0 /* geometry/PxCapsuleGeometry.h */, + FFFD2b1a10187fc42b1a1018 /* geometry/PxConvexMesh.h */, + FFFD2b1a10807fc42b1a1080 /* geometry/PxConvexMeshGeometry.h */, + FFFD2b1a10e87fc42b1a10e8 /* geometry/PxGeometry.h */, + FFFD2b1a11507fc42b1a1150 /* geometry/PxGeometryHelpers.h */, + FFFD2b1a11b87fc42b1a11b8 /* geometry/PxGeometryQuery.h */, + FFFD2b1a12207fc42b1a1220 /* geometry/PxHeightField.h */, + FFFD2b1a12887fc42b1a1288 /* geometry/PxHeightFieldDesc.h */, + FFFD2b1a12f07fc42b1a12f0 /* geometry/PxHeightFieldFlag.h */, + FFFD2b1a13587fc42b1a1358 /* geometry/PxHeightFieldGeometry.h */, + FFFD2b1a13c07fc42b1a13c0 /* geometry/PxHeightFieldSample.h */, + FFFD2b1a14287fc42b1a1428 /* geometry/PxMeshQuery.h */, + FFFD2b1a14907fc42b1a1490 /* geometry/PxMeshScale.h */, + FFFD2b1a14f87fc42b1a14f8 /* geometry/PxPlaneGeometry.h */, + FFFD2b1a15607fc42b1a1560 /* geometry/PxSimpleTriangleMesh.h */, + FFFD2b1a15c87fc42b1a15c8 /* geometry/PxSphereGeometry.h */, + FFFD2b1a16307fc42b1a1630 /* geometry/PxTriangle.h */, + FFFD2b1a16987fc42b1a1698 /* geometry/PxTriangleMesh.h */, + FFFD2b1a17007fc42b1a1700 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB7209a3587f9e7209a358 /* common */ = { + FFFB2b8f71087fc42b8f7108 /* common */ = { isa = PBXGroup; children = ( - FFFD719a48007f9e719a4800 /* src/CmBoxPruning.cpp */, - FFFD719a48687f9e719a4868 /* src/CmCollection.cpp */, - FFFD719a48d07f9e719a48d0 /* src/CmMathUtils.cpp */, - FFFD719a49387f9e719a4938 /* src/CmPtrTable.cpp */, - FFFD719a49a07f9e719a49a0 /* src/CmRadixSort.cpp */, - FFFD719a4a087f9e719a4a08 /* src/CmRadixSortBuffered.cpp */, - FFFD719a4a707f9e719a4a70 /* src/CmRenderOutput.cpp */, - FFFD719a4ad87f9e719a4ad8 /* src/CmVisualization.cpp */, - FFFD719a4b407f9e719a4b40 /* src/CmBitMap.h */, - FFFD719a4ba87f9e719a4ba8 /* src/CmBoxPruning.h */, - FFFD719a4c107f9e719a4c10 /* src/CmCollection.h */, - FFFD719a4c787f9e719a4c78 /* src/CmConeLimitHelper.h */, - FFFD719a4ce07f9e719a4ce0 /* src/CmFlushPool.h */, - FFFD719a4d487f9e719a4d48 /* src/CmIDPool.h */, - FFFD719a4db07f9e719a4db0 /* src/CmIO.h */, - FFFD719a4e187f9e719a4e18 /* src/CmMatrix34.h */, - FFFD719a4e807f9e719a4e80 /* src/CmPhysXCommon.h */, - FFFD719a4ee87f9e719a4ee8 /* src/CmPool.h */, - FFFD719a4f507f9e719a4f50 /* src/CmPreallocatingPool.h */, - FFFD719a4fb87f9e719a4fb8 /* src/CmPriorityQueue.h */, - FFFD719a50207f9e719a5020 /* src/CmPtrTable.h */, - FFFD719a50887f9e719a5088 /* src/CmQueue.h */, - FFFD719a50f07f9e719a50f0 /* src/CmRadixSort.h */, - FFFD719a51587f9e719a5158 /* src/CmRadixSortBuffered.h */, - FFFD719a51c07f9e719a51c0 /* src/CmReaderWriterLock.h */, - FFFD719a52287f9e719a5228 /* src/CmRefCountable.h */, - FFFD719a52907f9e719a5290 /* src/CmRenderBuffer.h */, - FFFD719a52f87f9e719a52f8 /* src/CmRenderOutput.h */, - FFFD719a53607f9e719a5360 /* src/CmScaling.h */, - FFFD719a53c87f9e719a53c8 /* src/CmSpatialVector.h */, - FFFD719a54307f9e719a5430 /* src/CmTask.h */, - FFFD719a54987f9e719a5498 /* src/CmTaskPool.h */, - FFFD719a55007f9e719a5500 /* src/CmTmpMem.h */, - FFFD719a55687f9e719a5568 /* src/CmTransformUtils.h */, - FFFD719a55d07f9e719a55d0 /* src/CmUtils.h */, - FFFD719a56387f9e719a5638 /* src/CmVisualization.h */, + FFFD2c0000007fc42c000000 /* src/CmBoxPruning.cpp */, + FFFD2c0000687fc42c000068 /* src/CmCollection.cpp */, + FFFD2c0000d07fc42c0000d0 /* src/CmMathUtils.cpp */, + FFFD2c0001387fc42c000138 /* src/CmPtrTable.cpp */, + FFFD2c0001a07fc42c0001a0 /* src/CmRadixSort.cpp */, + FFFD2c0002087fc42c000208 /* src/CmRadixSortBuffered.cpp */, + FFFD2c0002707fc42c000270 /* src/CmRenderOutput.cpp */, + FFFD2c0002d87fc42c0002d8 /* src/CmVisualization.cpp */, + FFFD2c0003407fc42c000340 /* src/CmBitMap.h */, + FFFD2c0003a87fc42c0003a8 /* src/CmBoxPruning.h */, + FFFD2c0004107fc42c000410 /* src/CmCollection.h */, + FFFD2c0004787fc42c000478 /* src/CmConeLimitHelper.h */, + FFFD2c0004e07fc42c0004e0 /* src/CmFlushPool.h */, + FFFD2c0005487fc42c000548 /* src/CmIDPool.h */, + FFFD2c0005b07fc42c0005b0 /* src/CmIO.h */, + FFFD2c0006187fc42c000618 /* src/CmMatrix34.h */, + FFFD2c0006807fc42c000680 /* src/CmPhysXCommon.h */, + FFFD2c0006e87fc42c0006e8 /* src/CmPool.h */, + FFFD2c0007507fc42c000750 /* src/CmPreallocatingPool.h */, + FFFD2c0007b87fc42c0007b8 /* src/CmPriorityQueue.h */, + FFFD2c0008207fc42c000820 /* src/CmPtrTable.h */, + FFFD2c0008887fc42c000888 /* src/CmQueue.h */, + FFFD2c0008f07fc42c0008f0 /* src/CmRadixSort.h */, + FFFD2c0009587fc42c000958 /* src/CmRadixSortBuffered.h */, + FFFD2c0009c07fc42c0009c0 /* src/CmReaderWriterLock.h */, + FFFD2c000a287fc42c000a28 /* src/CmRefCountable.h */, + FFFD2c000a907fc42c000a90 /* src/CmRenderBuffer.h */, + FFFD2c000af87fc42c000af8 /* src/CmRenderOutput.h */, + FFFD2c000b607fc42c000b60 /* src/CmScaling.h */, + FFFD2c000bc87fc42c000bc8 /* src/CmSpatialVector.h */, + FFFD2c000c307fc42c000c30 /* src/CmTask.h */, + FFFD2c000c987fc42c000c98 /* src/CmTaskPool.h */, + FFFD2c000d007fc42c000d00 /* src/CmTmpMem.h */, + FFFD2c000d687fc42c000d68 /* src/CmTransformUtils.h */, + FFFD2c000dd07fc42c000dd0 /* src/CmUtils.h */, + FFFD2c000e387fc42c000e38 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFB7209a3807f9e7209a380 /* geomutils */ = { + FFFB2b8f71307fc42b8f7130 /* geomutils */ = { isa = PBXGroup; children = ( - FFFD728010007f9e72801000 /* headers/GuAxes.h */, - FFFD728010687f9e72801068 /* headers/GuBox.h */, - FFFD728010d07f9e728010d0 /* headers/GuDistanceSegmentBox.h */, - FFFD728011387f9e72801138 /* headers/GuDistanceSegmentSegment.h */, - FFFD728011a07f9e728011a0 /* headers/GuIntersectionBoxBox.h */, - FFFD728012087f9e72801208 /* headers/GuIntersectionTriangleBox.h */, - FFFD728012707f9e72801270 /* headers/GuRaycastTests.h */, - FFFD728012d87f9e728012d8 /* headers/GuSIMDHelpers.h */, - FFFD728013407f9e72801340 /* headers/GuSegment.h */, - FFFD728013a87f9e728013a8 /* ../../Include/GeomUtils */, - FFFD728014107f9e72801410 /* src/GuBounds.h */, - FFFD728014787f9e72801478 /* src/GuCapsule.h */, - FFFD728014e07f9e728014e0 /* src/GuCenterExtents.h */, - FFFD728015487f9e72801548 /* src/GuGeometryUnion.h */, - FFFD728015b07f9e728015b0 /* src/GuInternal.h */, - FFFD728016187f9e72801618 /* src/GuMTD.h */, - FFFD728016807f9e72801680 /* src/GuMeshFactory.h */, - FFFD728016e87f9e728016e8 /* src/GuOverlapTests.h */, - FFFD728017507f9e72801750 /* src/GuSerialize.h */, - FFFD728017b87f9e728017b8 /* src/GuSphere.h */, - FFFD728018207f9e72801820 /* src/GuSweepMTD.h */, - FFFD728018887f9e72801888 /* src/GuSweepSharedTests.h */, - FFFD728018f07f9e728018f0 /* src/GuSweepTests.h */, - FFFD728019587f9e72801958 /* src/contact/GuContactMethodImpl.h */, - FFFD728019c07f9e728019c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFD72801a287f9e72801a28 /* src/contact/GuFeatureCode.h */, - FFFD72801a907f9e72801a90 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFD72801af87f9e72801af8 /* src/common/GuBarycentricCoordinates.h */, - FFFD72801b607f9e72801b60 /* src/common/GuBoxConversion.h */, - FFFD72801bc87f9e72801bc8 /* src/common/GuEdgeCache.h */, - FFFD72801c307f9e72801c30 /* src/common/GuEdgeListData.h */, - FFFD72801c987f9e72801c98 /* src/common/GuSeparatingAxes.h */, - FFFD72801d007f9e72801d00 /* src/convex/GuBigConvexData.h */, - FFFD72801d687f9e72801d68 /* src/convex/GuBigConvexData2.h */, - FFFD72801dd07f9e72801dd0 /* src/convex/GuConvexEdgeFlags.h */, - FFFD72801e387f9e72801e38 /* src/convex/GuConvexHelper.h */, - FFFD72801ea07f9e72801ea0 /* src/convex/GuConvexMesh.h */, - FFFD72801f087f9e72801f08 /* src/convex/GuConvexMeshData.h */, - FFFD72801f707f9e72801f70 /* src/convex/GuConvexSupportTable.h */, - FFFD72801fd87f9e72801fd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFD728020407f9e72802040 /* src/convex/GuCubeIndex.h */, - FFFD728020a87f9e728020a8 /* src/convex/GuHillClimbing.h */, - FFFD728021107f9e72802110 /* src/convex/GuShapeConvex.h */, - FFFD728021787f9e72802178 /* src/distance/GuDistancePointBox.h */, - FFFD728021e07f9e728021e0 /* src/distance/GuDistancePointSegment.h */, - FFFD728022487f9e72802248 /* src/distance/GuDistancePointTriangle.h */, - FFFD728022b07f9e728022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFD728023187f9e72802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFD728023807f9e72802380 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFD728023e87f9e728023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFD728024507f9e72802450 /* src/sweep/GuSweepBoxBox.h */, - FFFD728024b87f9e728024b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFD728025207f9e72802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFD728025887f9e72802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFD728025f07f9e728025f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFD728026587f9e72802658 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFD728026c07f9e728026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFD728027287f9e72802728 /* src/sweep/GuSweepSphereCapsule.h */, - FFFD728027907f9e72802790 /* src/sweep/GuSweepSphereSphere.h */, - FFFD728027f87f9e728027f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFD728028607f9e72802860 /* src/sweep/GuSweepTriangleUtils.h */, - FFFD728028c87f9e728028c8 /* src/gjk/GuEPA.h */, - FFFD728029307f9e72802930 /* src/gjk/GuEPAFacet.h */, - FFFD728029987f9e72802998 /* src/gjk/GuGJK.h */, - FFFD72802a007f9e72802a00 /* src/gjk/GuGJKPenetration.h */, - FFFD72802a687f9e72802a68 /* src/gjk/GuGJKRaycast.h */, - FFFD72802ad07f9e72802ad0 /* src/gjk/GuGJKSimplex.h */, - FFFD72802b387f9e72802b38 /* src/gjk/GuGJKTest.h */, - FFFD72802ba07f9e72802ba0 /* src/gjk/GuGJKType.h */, - FFFD72802c087f9e72802c08 /* src/gjk/GuGJKUtil.h */, - FFFD72802c707f9e72802c70 /* src/gjk/GuVecBox.h */, - FFFD72802cd87f9e72802cd8 /* src/gjk/GuVecCapsule.h */, - FFFD72802d407f9e72802d40 /* src/gjk/GuVecConvex.h */, - FFFD72802da87f9e72802da8 /* src/gjk/GuVecConvexHull.h */, - FFFD72802e107f9e72802e10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFD72802e787f9e72802e78 /* src/gjk/GuVecPlane.h */, - FFFD72802ee07f9e72802ee0 /* src/gjk/GuVecShrunkBox.h */, - FFFD72802f487f9e72802f48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFD72802fb07f9e72802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFD728030187f9e72803018 /* src/gjk/GuVecSphere.h */, - FFFD728030807f9e72803080 /* src/gjk/GuVecTriangle.h */, - FFFD728030e87f9e728030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFD728031507f9e72803150 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFD728031b87f9e728031b8 /* src/intersection/GuIntersectionRay.h */, - FFFD728032207f9e72803220 /* src/intersection/GuIntersectionRayBox.h */, - FFFD728032887f9e72803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFD728032f07f9e728032f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFD728033587f9e72803358 /* src/intersection/GuIntersectionRayPlane.h */, - FFFD728033c07f9e728033c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFD728034287f9e72803428 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFD728034907f9e72803490 /* src/intersection/GuIntersectionSphereBox.h */, - FFFD728034f87f9e728034f8 /* src/mesh/GuBV32.h */, - FFFD728035607f9e72803560 /* src/mesh/GuBV32Build.h */, - FFFD728035c87f9e728035c8 /* src/mesh/GuBV4.h */, - FFFD728036307f9e72803630 /* src/mesh/GuBV4Build.h */, - FFFD728036987f9e72803698 /* src/mesh/GuBV4Settings.h */, - FFFD728037007f9e72803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFD728037687f9e72803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFD728037d07f9e728037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFD728038387f9e72803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFD728038a07f9e728038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFD728039087f9e72803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFD728039707f9e72803970 /* src/mesh/GuBV4_Common.h */, - FFFD728039d87f9e728039d8 /* src/mesh/GuBV4_Internal.h */, - FFFD72803a407f9e72803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFD72803aa87f9e72803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFD72803b107f9e72803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFD72803b787f9e72803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFD72803be07f9e72803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFD72803c487f9e72803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFD72803cb07f9e72803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFD72803d187f9e72803d18 /* src/mesh/GuBV4_Slabs.h */, - FFFD72803d807f9e72803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFD72803de87f9e72803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFD72803e507f9e72803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFD72803eb87f9e72803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFD72803f207f9e72803f20 /* src/mesh/GuBVConstants.h */, - FFFD72803f887f9e72803f88 /* src/mesh/GuMeshData.h */, - FFFD72803ff07f9e72803ff0 /* src/mesh/GuMidphaseInterface.h */, - FFFD728040587f9e72804058 /* src/mesh/GuRTree.h */, - FFFD728040c07f9e728040c0 /* src/mesh/GuSweepConvexTri.h */, - FFFD728041287f9e72804128 /* src/mesh/GuSweepMesh.h */, - FFFD728041907f9e72804190 /* src/mesh/GuTriangle32.h */, - FFFD728041f87f9e728041f8 /* src/mesh/GuTriangleCache.h */, - FFFD728042607f9e72804260 /* src/mesh/GuTriangleMesh.h */, - FFFD728042c87f9e728042c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFD728043307f9e72804330 /* src/mesh/GuTriangleMeshRTree.h */, - FFFD728043987f9e72804398 /* src/mesh/GuTriangleVertexPointers.h */, - FFFD728044007f9e72804400 /* src/hf/GuEntityReport.h */, - FFFD728044687f9e72804468 /* src/hf/GuHeightField.h */, - FFFD728044d07f9e728044d0 /* src/hf/GuHeightFieldData.h */, - FFFD728045387f9e72804538 /* src/hf/GuHeightFieldUtil.h */, - FFFD728045a07f9e728045a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFD728046087f9e72804608 /* src/pcm/GuPCMContactGen.h */, - FFFD728046707f9e72804670 /* src/pcm/GuPCMContactGenUtil.h */, - FFFD728046d87f9e728046d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFD728047407f9e72804740 /* src/pcm/GuPCMShapeConvex.h */, - FFFD728047a87f9e728047a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFD728048107f9e72804810 /* src/pcm/GuPersistentContactManifold.h */, - FFFD728048787f9e72804878 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFD728048e07f9e728048e0 /* src/GuBounds.cpp */, - FFFD728049487f9e72804948 /* src/GuBox.cpp */, - FFFD728049b07f9e728049b0 /* src/GuCCTSweepTests.cpp */, - FFFD72804a187f9e72804a18 /* src/GuCapsule.cpp */, - FFFD72804a807f9e72804a80 /* src/GuGeometryQuery.cpp */, - FFFD72804ae87f9e72804ae8 /* src/GuGeometryUnion.cpp */, - FFFD72804b507f9e72804b50 /* src/GuInternal.cpp */, - FFFD72804bb87f9e72804bb8 /* src/GuMTD.cpp */, - FFFD72804c207f9e72804c20 /* src/GuMeshFactory.cpp */, - FFFD72804c887f9e72804c88 /* src/GuMetaData.cpp */, - FFFD72804cf07f9e72804cf0 /* src/GuOverlapTests.cpp */, - FFFD72804d587f9e72804d58 /* src/GuRaycastTests.cpp */, - FFFD72804dc07f9e72804dc0 /* src/GuSerialize.cpp */, - FFFD72804e287f9e72804e28 /* src/GuSweepMTD.cpp */, - FFFD72804e907f9e72804e90 /* src/GuSweepSharedTests.cpp */, - FFFD72804ef87f9e72804ef8 /* src/GuSweepTests.cpp */, - FFFD72804f607f9e72804f60 /* src/contact/GuContactBoxBox.cpp */, - FFFD72804fc87f9e72804fc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFD728050307f9e72805030 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFD728050987f9e72805098 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFD728051007f9e72805100 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFD728051687f9e72805168 /* src/contact/GuContactConvexConvex.cpp */, - FFFD728051d07f9e728051d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFD728052387f9e72805238 /* src/contact/GuContactPlaneBox.cpp */, - FFFD728052a07f9e728052a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFD728053087f9e72805308 /* src/contact/GuContactPlaneConvex.cpp */, - FFFD728053707f9e72805370 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFD728053d87f9e728053d8 /* src/contact/GuContactSphereBox.cpp */, - FFFD728054407f9e72805440 /* src/contact/GuContactSphereCapsule.cpp */, - FFFD728054a87f9e728054a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFD728055107f9e72805510 /* src/contact/GuContactSpherePlane.cpp */, - FFFD728055787f9e72805578 /* src/contact/GuContactSphereSphere.cpp */, - FFFD728055e07f9e728055e0 /* src/contact/GuFeatureCode.cpp */, - FFFD728056487f9e72805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFD728056b07f9e728056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFD728057187f9e72805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFD728057807f9e72805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFD728057e87f9e728057e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFD728058507f9e72805850 /* src/common/GuSeparatingAxes.cpp */, - FFFD728058b87f9e728058b8 /* src/convex/GuBigConvexData.cpp */, - FFFD728059207f9e72805920 /* src/convex/GuConvexHelper.cpp */, - FFFD728059887f9e72805988 /* src/convex/GuConvexMesh.cpp */, - FFFD728059f07f9e728059f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFD72805a587f9e72805a58 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFD72805ac07f9e72805ac0 /* src/convex/GuHillClimbing.cpp */, - FFFD72805b287f9e72805b28 /* src/convex/GuShapeConvex.cpp */, - FFFD72805b907f9e72805b90 /* src/distance/GuDistancePointBox.cpp */, - FFFD72805bf87f9e72805bf8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFD72805c607f9e72805c60 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFD72805cc87f9e72805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFD72805d307f9e72805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFD72805d987f9e72805d98 /* src/sweep/GuSweepBoxBox.cpp */, - FFFD72805e007f9e72805e00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFD72805e687f9e72805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFD72805ed07f9e72805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFD72805f387f9e72805f38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFD72805fa07f9e72805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFD728060087f9e72806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFD728060707f9e72806070 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFD728060d87f9e728060d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFD728061407f9e72806140 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFD728061a87f9e728061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFD728062107f9e72806210 /* src/gjk/GuEPA.cpp */, - FFFD728062787f9e72806278 /* src/gjk/GuGJKSimplex.cpp */, - FFFD728062e07f9e728062e0 /* src/gjk/GuGJKTest.cpp */, - FFFD728063487f9e72806348 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFD728063b07f9e728063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFD728064187f9e72806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFD728064807f9e72806480 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFD728064e87f9e728064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFD728065507f9e72806550 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFD728065b87f9e728065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFD728066207f9e72806620 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFD728066887f9e72806688 /* src/mesh/GuBV32.cpp */, - FFFD728066f07f9e728066f0 /* src/mesh/GuBV32Build.cpp */, - FFFD728067587f9e72806758 /* src/mesh/GuBV4.cpp */, - FFFD728067c07f9e728067c0 /* src/mesh/GuBV4Build.cpp */, - FFFD728068287f9e72806828 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFD728068907f9e72806890 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFD728068f87f9e728068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFD728069607f9e72806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFD728069c87f9e728069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFD72806a307f9e72806a30 /* src/mesh/GuBV4_Raycast.cpp */, - FFFD72806a987f9e72806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFD72806b007f9e72806b00 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFD72806b687f9e72806b68 /* src/mesh/GuMeshQuery.cpp */, - FFFD72806bd07f9e72806bd0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFD72806c387f9e72806c38 /* src/mesh/GuMidphaseRTree.cpp */, - FFFD72806ca07f9e72806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFD72806d087f9e72806d08 /* src/mesh/GuRTree.cpp */, - FFFD72806d707f9e72806d70 /* src/mesh/GuRTreeQueries.cpp */, - FFFD72806dd87f9e72806dd8 /* src/mesh/GuSweepsMesh.cpp */, - FFFD72806e407f9e72806e40 /* src/mesh/GuTriangleMesh.cpp */, - FFFD72806ea87f9e72806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFD72806f107f9e72806f10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFD72806f787f9e72806f78 /* src/hf/GuHeightField.cpp */, - FFFD72806fe07f9e72806fe0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFD728070487f9e72807048 /* src/hf/GuOverlapTestsHF.cpp */, - FFFD728070b07f9e728070b0 /* src/hf/GuSweepsHF.cpp */, - FFFD728071187f9e72807118 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFD728071807f9e72807180 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFD728071e87f9e728071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFD728072507f9e72807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFD728072b87f9e728072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFD728073207f9e72807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFD728073887f9e72807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFD728073f07f9e728073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFD728074587f9e72807458 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFD728074c07f9e728074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFD728075287f9e72807528 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFD728075907f9e72807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFD728075f87f9e728075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFD728076607f9e72807660 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFD728076c87f9e728076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFD728077307f9e72807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFD728077987f9e72807798 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFD728078007f9e72807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFD728078687f9e72807868 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFD728078d07f9e728078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFD728079387f9e72807938 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFD728079a07f9e728079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFD72807a087f9e72807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFD72807a707f9e72807a70 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFD72807ad87f9e72807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFD72807b407f9e72807b40 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFD72807ba87f9e72807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFD72807c107f9e72807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD2b1bc4007fc42b1bc400 /* headers/GuAxes.h */, + FFFD2b1bc4687fc42b1bc468 /* headers/GuBox.h */, + FFFD2b1bc4d07fc42b1bc4d0 /* headers/GuDistanceSegmentBox.h */, + FFFD2b1bc5387fc42b1bc538 /* headers/GuDistanceSegmentSegment.h */, + FFFD2b1bc5a07fc42b1bc5a0 /* headers/GuIntersectionBoxBox.h */, + FFFD2b1bc6087fc42b1bc608 /* headers/GuIntersectionTriangleBox.h */, + FFFD2b1bc6707fc42b1bc670 /* headers/GuRaycastTests.h */, + FFFD2b1bc6d87fc42b1bc6d8 /* headers/GuSIMDHelpers.h */, + FFFD2b1bc7407fc42b1bc740 /* headers/GuSegment.h */, + FFFD2b1bc7a87fc42b1bc7a8 /* ../../Include/GeomUtils */, + FFFD2b1bc8107fc42b1bc810 /* src/GuBounds.h */, + FFFD2b1bc8787fc42b1bc878 /* src/GuCapsule.h */, + FFFD2b1bc8e07fc42b1bc8e0 /* src/GuCenterExtents.h */, + FFFD2b1bc9487fc42b1bc948 /* src/GuGeometryUnion.h */, + FFFD2b1bc9b07fc42b1bc9b0 /* src/GuInternal.h */, + FFFD2b1bca187fc42b1bca18 /* src/GuMTD.h */, + FFFD2b1bca807fc42b1bca80 /* src/GuMeshFactory.h */, + FFFD2b1bcae87fc42b1bcae8 /* src/GuOverlapTests.h */, + FFFD2b1bcb507fc42b1bcb50 /* src/GuSerialize.h */, + FFFD2b1bcbb87fc42b1bcbb8 /* src/GuSphere.h */, + FFFD2b1bcc207fc42b1bcc20 /* src/GuSweepMTD.h */, + FFFD2b1bcc887fc42b1bcc88 /* src/GuSweepSharedTests.h */, + FFFD2b1bccf07fc42b1bccf0 /* src/GuSweepTests.h */, + FFFD2b1bcd587fc42b1bcd58 /* src/contact/GuContactMethodImpl.h */, + FFFD2b1bcdc07fc42b1bcdc0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD2b1bce287fc42b1bce28 /* src/contact/GuFeatureCode.h */, + FFFD2b1bce907fc42b1bce90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD2b1bcef87fc42b1bcef8 /* src/common/GuBarycentricCoordinates.h */, + FFFD2b1bcf607fc42b1bcf60 /* src/common/GuBoxConversion.h */, + FFFD2b1bcfc87fc42b1bcfc8 /* src/common/GuEdgeCache.h */, + FFFD2b1bd0307fc42b1bd030 /* src/common/GuEdgeListData.h */, + FFFD2b1bd0987fc42b1bd098 /* src/common/GuSeparatingAxes.h */, + FFFD2b1bd1007fc42b1bd100 /* src/convex/GuBigConvexData.h */, + FFFD2b1bd1687fc42b1bd168 /* src/convex/GuBigConvexData2.h */, + FFFD2b1bd1d07fc42b1bd1d0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD2b1bd2387fc42b1bd238 /* src/convex/GuConvexHelper.h */, + FFFD2b1bd2a07fc42b1bd2a0 /* src/convex/GuConvexMesh.h */, + FFFD2b1bd3087fc42b1bd308 /* src/convex/GuConvexMeshData.h */, + FFFD2b1bd3707fc42b1bd370 /* src/convex/GuConvexSupportTable.h */, + FFFD2b1bd3d87fc42b1bd3d8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD2b1bd4407fc42b1bd440 /* src/convex/GuCubeIndex.h */, + FFFD2b1bd4a87fc42b1bd4a8 /* src/convex/GuHillClimbing.h */, + FFFD2b1bd5107fc42b1bd510 /* src/convex/GuShapeConvex.h */, + FFFD2b1bd5787fc42b1bd578 /* src/distance/GuDistancePointBox.h */, + FFFD2b1bd5e07fc42b1bd5e0 /* src/distance/GuDistancePointSegment.h */, + FFFD2b1bd6487fc42b1bd648 /* src/distance/GuDistancePointTriangle.h */, + FFFD2b1bd6b07fc42b1bd6b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD2b1bd7187fc42b1bd718 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD2b1bd7807fc42b1bd780 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD2b1bd7e87fc42b1bd7e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD2b1bd8507fc42b1bd850 /* src/sweep/GuSweepBoxBox.h */, + FFFD2b1bd8b87fc42b1bd8b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD2b1bd9207fc42b1bd920 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD2b1bd9887fc42b1bd988 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD2b1bd9f07fc42b1bd9f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD2b1bda587fc42b1bda58 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD2b1bdac07fc42b1bdac0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD2b1bdb287fc42b1bdb28 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD2b1bdb907fc42b1bdb90 /* src/sweep/GuSweepSphereSphere.h */, + FFFD2b1bdbf87fc42b1bdbf8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD2b1bdc607fc42b1bdc60 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD2b1bdcc87fc42b1bdcc8 /* src/gjk/GuEPA.h */, + FFFD2b1bdd307fc42b1bdd30 /* src/gjk/GuEPAFacet.h */, + FFFD2b1bdd987fc42b1bdd98 /* src/gjk/GuGJK.h */, + FFFD2b1bde007fc42b1bde00 /* src/gjk/GuGJKPenetration.h */, + FFFD2b1bde687fc42b1bde68 /* src/gjk/GuGJKRaycast.h */, + FFFD2b1bded07fc42b1bded0 /* src/gjk/GuGJKSimplex.h */, + FFFD2b1bdf387fc42b1bdf38 /* src/gjk/GuGJKTest.h */, + FFFD2b1bdfa07fc42b1bdfa0 /* src/gjk/GuGJKType.h */, + FFFD2b1be0087fc42b1be008 /* src/gjk/GuGJKUtil.h */, + FFFD2b1be0707fc42b1be070 /* src/gjk/GuVecBox.h */, + FFFD2b1be0d87fc42b1be0d8 /* src/gjk/GuVecCapsule.h */, + FFFD2b1be1407fc42b1be140 /* src/gjk/GuVecConvex.h */, + FFFD2b1be1a87fc42b1be1a8 /* src/gjk/GuVecConvexHull.h */, + FFFD2b1be2107fc42b1be210 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD2b1be2787fc42b1be278 /* src/gjk/GuVecPlane.h */, + FFFD2b1be2e07fc42b1be2e0 /* src/gjk/GuVecShrunkBox.h */, + FFFD2b1be3487fc42b1be348 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD2b1be3b07fc42b1be3b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD2b1be4187fc42b1be418 /* src/gjk/GuVecSphere.h */, + FFFD2b1be4807fc42b1be480 /* src/gjk/GuVecTriangle.h */, + FFFD2b1be4e87fc42b1be4e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD2b1be5507fc42b1be550 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD2b1be5b87fc42b1be5b8 /* src/intersection/GuIntersectionRay.h */, + FFFD2b1be6207fc42b1be620 /* src/intersection/GuIntersectionRayBox.h */, + FFFD2b1be6887fc42b1be688 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD2b1be6f07fc42b1be6f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD2b1be7587fc42b1be758 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD2b1be7c07fc42b1be7c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD2b1be8287fc42b1be828 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD2b1be8907fc42b1be890 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD2b1be8f87fc42b1be8f8 /* src/mesh/GuBV32.h */, + FFFD2b1be9607fc42b1be960 /* src/mesh/GuBV32Build.h */, + FFFD2b1be9c87fc42b1be9c8 /* src/mesh/GuBV4.h */, + FFFD2b1bea307fc42b1bea30 /* src/mesh/GuBV4Build.h */, + FFFD2b1bea987fc42b1bea98 /* src/mesh/GuBV4Settings.h */, + FFFD2b1beb007fc42b1beb00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD2b1beb687fc42b1beb68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD2b1bebd07fc42b1bebd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD2b1bec387fc42b1bec38 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD2b1beca07fc42b1beca0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD2b1bed087fc42b1bed08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD2b1bed707fc42b1bed70 /* src/mesh/GuBV4_Common.h */, + FFFD2b1bedd87fc42b1bedd8 /* src/mesh/GuBV4_Internal.h */, + FFFD2b1bee407fc42b1bee40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD2b1beea87fc42b1beea8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD2b1bef107fc42b1bef10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD2b1bef787fc42b1bef78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD2b1befe07fc42b1befe0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD2b1bf0487fc42b1bf048 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD2b1bf0b07fc42b1bf0b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD2b1bf1187fc42b1bf118 /* src/mesh/GuBV4_Slabs.h */, + FFFD2b1bf1807fc42b1bf180 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD2b1bf1e87fc42b1bf1e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD2b1bf2507fc42b1bf250 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD2b1bf2b87fc42b1bf2b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD2b1bf3207fc42b1bf320 /* src/mesh/GuBVConstants.h */, + FFFD2b1bf3887fc42b1bf388 /* src/mesh/GuMeshData.h */, + FFFD2b1bf3f07fc42b1bf3f0 /* src/mesh/GuMidphaseInterface.h */, + FFFD2b1bf4587fc42b1bf458 /* src/mesh/GuRTree.h */, + FFFD2b1bf4c07fc42b1bf4c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD2b1bf5287fc42b1bf528 /* src/mesh/GuSweepMesh.h */, + FFFD2b1bf5907fc42b1bf590 /* src/mesh/GuTriangle32.h */, + FFFD2b1bf5f87fc42b1bf5f8 /* src/mesh/GuTriangleCache.h */, + FFFD2b1bf6607fc42b1bf660 /* src/mesh/GuTriangleMesh.h */, + FFFD2b1bf6c87fc42b1bf6c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD2b1bf7307fc42b1bf730 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD2b1bf7987fc42b1bf798 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD2b1bf8007fc42b1bf800 /* src/hf/GuEntityReport.h */, + FFFD2b1bf8687fc42b1bf868 /* src/hf/GuHeightField.h */, + FFFD2b1bf8d07fc42b1bf8d0 /* src/hf/GuHeightFieldData.h */, + FFFD2b1bf9387fc42b1bf938 /* src/hf/GuHeightFieldUtil.h */, + FFFD2b1bf9a07fc42b1bf9a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD2b1bfa087fc42b1bfa08 /* src/pcm/GuPCMContactGen.h */, + FFFD2b1bfa707fc42b1bfa70 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD2b1bfad87fc42b1bfad8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD2b1bfb407fc42b1bfb40 /* src/pcm/GuPCMShapeConvex.h */, + FFFD2b1bfba87fc42b1bfba8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD2b1bfc107fc42b1bfc10 /* src/pcm/GuPersistentContactManifold.h */, + FFFD2b1bfc787fc42b1bfc78 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD2b1bfce07fc42b1bfce0 /* src/GuBounds.cpp */, + FFFD2b1bfd487fc42b1bfd48 /* src/GuBox.cpp */, + FFFD2b1bfdb07fc42b1bfdb0 /* src/GuCCTSweepTests.cpp */, + FFFD2b1bfe187fc42b1bfe18 /* src/GuCapsule.cpp */, + FFFD2b1bfe807fc42b1bfe80 /* src/GuGeometryQuery.cpp */, + FFFD2b1bfee87fc42b1bfee8 /* src/GuGeometryUnion.cpp */, + FFFD2b1bff507fc42b1bff50 /* src/GuInternal.cpp */, + FFFD2b1bffb87fc42b1bffb8 /* src/GuMTD.cpp */, + FFFD2b1c00207fc42b1c0020 /* src/GuMeshFactory.cpp */, + FFFD2b1c00887fc42b1c0088 /* src/GuMetaData.cpp */, + FFFD2b1c00f07fc42b1c00f0 /* src/GuOverlapTests.cpp */, + FFFD2b1c01587fc42b1c0158 /* src/GuRaycastTests.cpp */, + FFFD2b1c01c07fc42b1c01c0 /* src/GuSerialize.cpp */, + FFFD2b1c02287fc42b1c0228 /* src/GuSweepMTD.cpp */, + FFFD2b1c02907fc42b1c0290 /* src/GuSweepSharedTests.cpp */, + FFFD2b1c02f87fc42b1c02f8 /* src/GuSweepTests.cpp */, + FFFD2b1c03607fc42b1c0360 /* src/contact/GuContactBoxBox.cpp */, + FFFD2b1c03c87fc42b1c03c8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD2b1c04307fc42b1c0430 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD2b1c04987fc42b1c0498 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD2b1c05007fc42b1c0500 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD2b1c05687fc42b1c0568 /* src/contact/GuContactConvexConvex.cpp */, + FFFD2b1c05d07fc42b1c05d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD2b1c06387fc42b1c0638 /* src/contact/GuContactPlaneBox.cpp */, + FFFD2b1c06a07fc42b1c06a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD2b1c07087fc42b1c0708 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD2b1c07707fc42b1c0770 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD2b1c07d87fc42b1c07d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD2b1c08407fc42b1c0840 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD2b1c08a87fc42b1c08a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD2b1c09107fc42b1c0910 /* src/contact/GuContactSpherePlane.cpp */, + FFFD2b1c09787fc42b1c0978 /* src/contact/GuContactSphereSphere.cpp */, + FFFD2b1c09e07fc42b1c09e0 /* src/contact/GuFeatureCode.cpp */, + FFFD2b1c0a487fc42b1c0a48 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD2b1c0ab07fc42b1c0ab0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD2b1c0b187fc42b1c0b18 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD2b1c0b807fc42b1c0b80 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD2b1c0be87fc42b1c0be8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD2b1c0c507fc42b1c0c50 /* src/common/GuSeparatingAxes.cpp */, + FFFD2b1c0cb87fc42b1c0cb8 /* src/convex/GuBigConvexData.cpp */, + FFFD2b1c0d207fc42b1c0d20 /* src/convex/GuConvexHelper.cpp */, + FFFD2b1c0d887fc42b1c0d88 /* src/convex/GuConvexMesh.cpp */, + FFFD2b1c0df07fc42b1c0df0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD2b1c0e587fc42b1c0e58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD2b1c0ec07fc42b1c0ec0 /* src/convex/GuHillClimbing.cpp */, + FFFD2b1c0f287fc42b1c0f28 /* src/convex/GuShapeConvex.cpp */, + FFFD2b1c0f907fc42b1c0f90 /* src/distance/GuDistancePointBox.cpp */, + FFFD2b1c0ff87fc42b1c0ff8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD2b1c10607fc42b1c1060 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD2b1c10c87fc42b1c10c8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD2b1c11307fc42b1c1130 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD2b1c11987fc42b1c1198 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD2b1c12007fc42b1c1200 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD2b1c12687fc42b1c1268 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD2b1c12d07fc42b1c12d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD2b1c13387fc42b1c1338 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD2b1c13a07fc42b1c13a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD2b1c14087fc42b1c1408 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD2b1c14707fc42b1c1470 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD2b1c14d87fc42b1c14d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD2b1c15407fc42b1c1540 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD2b1c15a87fc42b1c15a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD2b1c16107fc42b1c1610 /* src/gjk/GuEPA.cpp */, + FFFD2b1c16787fc42b1c1678 /* src/gjk/GuGJKSimplex.cpp */, + FFFD2b1c16e07fc42b1c16e0 /* src/gjk/GuGJKTest.cpp */, + FFFD2b1c17487fc42b1c1748 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD2b1c17b07fc42b1c17b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD2b1c18187fc42b1c1818 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD2b1c18807fc42b1c1880 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD2b1c18e87fc42b1c18e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD2b1c19507fc42b1c1950 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD2b1c19b87fc42b1c19b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD2b1c1a207fc42b1c1a20 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD2b1c1a887fc42b1c1a88 /* src/mesh/GuBV32.cpp */, + FFFD2b1c1af07fc42b1c1af0 /* src/mesh/GuBV32Build.cpp */, + FFFD2b1c1b587fc42b1c1b58 /* src/mesh/GuBV4.cpp */, + FFFD2b1c1bc07fc42b1c1bc0 /* src/mesh/GuBV4Build.cpp */, + FFFD2b1c1c287fc42b1c1c28 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD2b1c1c907fc42b1c1c90 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD2b1c1cf87fc42b1c1cf8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD2b1c1d607fc42b1c1d60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD2b1c1dc87fc42b1c1dc8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD2b1c1e307fc42b1c1e30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD2b1c1e987fc42b1c1e98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD2b1c1f007fc42b1c1f00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD2b1c1f687fc42b1c1f68 /* src/mesh/GuMeshQuery.cpp */, + FFFD2b1c1fd07fc42b1c1fd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD2b1c20387fc42b1c2038 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD2b1c20a07fc42b1c20a0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD2b1c21087fc42b1c2108 /* src/mesh/GuRTree.cpp */, + FFFD2b1c21707fc42b1c2170 /* src/mesh/GuRTreeQueries.cpp */, + FFFD2b1c21d87fc42b1c21d8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD2b1c22407fc42b1c2240 /* src/mesh/GuTriangleMesh.cpp */, + FFFD2b1c22a87fc42b1c22a8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD2b1c23107fc42b1c2310 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD2b1c23787fc42b1c2378 /* src/hf/GuHeightField.cpp */, + FFFD2b1c23e07fc42b1c23e0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD2b1c24487fc42b1c2448 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD2b1c24b07fc42b1c24b0 /* src/hf/GuSweepsHF.cpp */, + FFFD2b1c25187fc42b1c2518 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD2b1c25807fc42b1c2580 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD2b1c25e87fc42b1c25e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD2b1c26507fc42b1c2650 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD2b1c26b87fc42b1c26b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD2b1c27207fc42b1c2720 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD2b1c27887fc42b1c2788 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD2b1c27f07fc42b1c27f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD2b1c28587fc42b1c2858 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD2b1c28c07fc42b1c28c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD2b1c29287fc42b1c2928 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD2b1c29907fc42b1c2990 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD2b1c29f87fc42b1c29f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD2b1c2a607fc42b1c2a60 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD2b1c2ac87fc42b1c2ac8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD2b1c2b307fc42b1c2b30 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD2b1c2b987fc42b1c2b98 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD2b1c2c007fc42b1c2c00 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD2b1c2c687fc42b1c2c68 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD2b1c2cd07fc42b1c2cd0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD2b1c2d387fc42b1c2d38 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD2b1c2da07fc42b1c2da0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD2b1c2e087fc42b1c2e08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD2b1c2e707fc42b1c2e70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD2b1c2ed87fc42b1c2ed8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD2b1c2f407fc42b1c2f40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD2b1c2fa87fc42b1c2fa8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD2b1c30107fc42b1c3010 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFB720818007f9e72081800 /* PxFoundation */ = { + FFFB2b95e5907fc42b95e590 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFB72081d707f9e72081d70 /* include */, - FFFB72081d987f9e72081d98 /* src */, + FFFB2b95eb707fc42b95eb70 /* include */, + FFFB2b95eb987fc42b95eb98 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFB72081d707f9e72081d70 /* include */ = { + FFFB2b95eb707fc42b95eb70 /* include */ = { isa = PBXGroup; children = ( - FFFD719930007f9e71993000 /* Px.h */, - FFFD719930687f9e71993068 /* PxAllocatorCallback.h */, - FFFD719930d07f9e719930d0 /* PxAssert.h */, - FFFD719931387f9e71993138 /* PxBitAndData.h */, - FFFD719931a07f9e719931a0 /* PxBounds3.h */, - FFFD719932087f9e71993208 /* PxErrorCallback.h */, - FFFD719932707f9e71993270 /* PxErrors.h */, - FFFD719932d87f9e719932d8 /* PxFlags.h */, - FFFD719933407f9e71993340 /* PxFoundation.h */, - FFFD719933a87f9e719933a8 /* PxFoundationVersion.h */, - FFFD719934107f9e71993410 /* PxIO.h */, - FFFD719934787f9e71993478 /* PxIntrinsics.h */, - FFFD719934e07f9e719934e0 /* PxMat33.h */, - FFFD719935487f9e71993548 /* PxMat44.h */, - FFFD719935b07f9e719935b0 /* PxMath.h */, - FFFD719936187f9e71993618 /* PxMathUtils.h */, - FFFD719936807f9e71993680 /* PxMemory.h */, - FFFD719936e87f9e719936e8 /* PxPlane.h */, - FFFD719937507f9e71993750 /* PxPreprocessor.h */, - FFFD719937b87f9e719937b8 /* PxProfiler.h */, - FFFD719938207f9e71993820 /* PxQuat.h */, - FFFD719938887f9e71993888 /* PxSimpleTypes.h */, - FFFD719938f07f9e719938f0 /* PxStrideIterator.h */, - FFFD719939587f9e71993958 /* PxTransform.h */, - FFFD719939c07f9e719939c0 /* PxUnionCast.h */, - FFFD71993a287f9e71993a28 /* PxVec2.h */, - FFFD71993a907f9e71993a90 /* PxVec3.h */, - FFFD71993af87f9e71993af8 /* PxVec4.h */, - FFFD71993b607f9e71993b60 /* unix/PxUnixIntrinsics.h */, + FFFD2b185e007fc42b185e00 /* Px.h */, + FFFD2b185e687fc42b185e68 /* PxAllocatorCallback.h */, + FFFD2b185ed07fc42b185ed0 /* PxAssert.h */, + FFFD2b185f387fc42b185f38 /* PxBitAndData.h */, + FFFD2b185fa07fc42b185fa0 /* PxBounds3.h */, + FFFD2b1860087fc42b186008 /* PxErrorCallback.h */, + FFFD2b1860707fc42b186070 /* PxErrors.h */, + FFFD2b1860d87fc42b1860d8 /* PxFlags.h */, + FFFD2b1861407fc42b186140 /* PxFoundation.h */, + FFFD2b1861a87fc42b1861a8 /* PxFoundationVersion.h */, + FFFD2b1862107fc42b186210 /* PxIO.h */, + FFFD2b1862787fc42b186278 /* PxIntrinsics.h */, + FFFD2b1862e07fc42b1862e0 /* PxMat33.h */, + FFFD2b1863487fc42b186348 /* PxMat44.h */, + FFFD2b1863b07fc42b1863b0 /* PxMath.h */, + FFFD2b1864187fc42b186418 /* PxMathUtils.h */, + FFFD2b1864807fc42b186480 /* PxMemory.h */, + FFFD2b1864e87fc42b1864e8 /* PxPlane.h */, + FFFD2b1865507fc42b186550 /* PxPreprocessor.h */, + FFFD2b1865b87fc42b1865b8 /* PxProfiler.h */, + FFFD2b1866207fc42b186620 /* PxQuat.h */, + FFFD2b1866887fc42b186688 /* PxSimpleTypes.h */, + FFFD2b1866f07fc42b1866f0 /* PxStrideIterator.h */, + FFFD2b1867587fc42b186758 /* PxTransform.h */, + FFFD2b1867c07fc42b1867c0 /* PxUnionCast.h */, + FFFD2b1868287fc42b186828 /* PxVec2.h */, + FFFD2b1868907fc42b186890 /* PxVec3.h */, + FFFD2b1868f87fc42b1868f8 /* PxVec4.h */, + FFFD2b1869607fc42b186960 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB72081d987f9e72081d98 /* src */ = { + FFFB2b95eb987fc42b95eb98 /* src */ = { isa = PBXGroup; children = ( - FFFD7199ec007f9e7199ec00 /* include/Ps.h */, - FFFD7199ec687f9e7199ec68 /* include/PsAlignedMalloc.h */, - FFFD7199ecd07f9e7199ecd0 /* include/PsAlloca.h */, - FFFD7199ed387f9e7199ed38 /* include/PsAllocator.h */, - FFFD7199eda07f9e7199eda0 /* include/PsAoS.h */, - FFFD7199ee087f9e7199ee08 /* include/PsArray.h */, - FFFD7199ee707f9e7199ee70 /* include/PsAtomic.h */, - FFFD7199eed87f9e7199eed8 /* include/PsBasicTemplates.h */, - FFFD7199ef407f9e7199ef40 /* include/PsBitUtils.h */, - FFFD7199efa87f9e7199efa8 /* include/PsBroadcast.h */, - FFFD7199f0107f9e7199f010 /* include/PsCpu.h */, - FFFD7199f0787f9e7199f078 /* include/PsFPU.h */, - FFFD7199f0e07f9e7199f0e0 /* include/PsFoundation.h */, - FFFD7199f1487f9e7199f148 /* include/PsHash.h */, - FFFD7199f1b07f9e7199f1b0 /* include/PsHashInternals.h */, - FFFD7199f2187f9e7199f218 /* include/PsHashMap.h */, - FFFD7199f2807f9e7199f280 /* include/PsHashSet.h */, - FFFD7199f2e87f9e7199f2e8 /* include/PsInlineAllocator.h */, - FFFD7199f3507f9e7199f350 /* include/PsInlineAoS.h */, - FFFD7199f3b87f9e7199f3b8 /* include/PsInlineArray.h */, - FFFD7199f4207f9e7199f420 /* include/PsIntrinsics.h */, - FFFD7199f4887f9e7199f488 /* include/PsMathUtils.h */, - FFFD7199f4f07f9e7199f4f0 /* include/PsMutex.h */, - FFFD7199f5587f9e7199f558 /* include/PsPool.h */, - FFFD7199f5c07f9e7199f5c0 /* include/PsSList.h */, - FFFD7199f6287f9e7199f628 /* include/PsSocket.h */, - FFFD7199f6907f9e7199f690 /* include/PsSort.h */, - FFFD7199f6f87f9e7199f6f8 /* include/PsSortInternals.h */, - FFFD7199f7607f9e7199f760 /* include/PsString.h */, - FFFD7199f7c87f9e7199f7c8 /* include/PsSync.h */, - FFFD7199f8307f9e7199f830 /* include/PsTempAllocator.h */, - FFFD7199f8987f9e7199f898 /* include/PsThread.h */, - FFFD7199f9007f9e7199f900 /* include/PsTime.h */, - FFFD7199f9687f9e7199f968 /* include/PsUserAllocated.h */, - FFFD7199f9d07f9e7199f9d0 /* include/PsUtilities.h */, - FFFD7199fa387f9e7199fa38 /* include/PsVecMath.h */, - FFFD7199faa07f9e7199faa0 /* include/PsVecMathAoSScalar.h */, - FFFD7199fb087f9e7199fb08 /* include/PsVecMathAoSScalarInline.h */, - FFFD7199fb707f9e7199fb70 /* include/PsVecMathSSE.h */, - FFFD7199fbd87f9e7199fbd8 /* include/PsVecMathUtilities.h */, - FFFD7199fc407f9e7199fc40 /* include/PsVecQuat.h */, - FFFD7199fca87f9e7199fca8 /* include/PsVecTransform.h */, - FFFD7199fd107f9e7199fd10 /* include/unix/PsUnixAoS.h */, - FFFD7199fd787f9e7199fd78 /* include/unix/PsUnixFPU.h */, - FFFD7199fde07f9e7199fde0 /* include/unix/PsUnixInlineAoS.h */, - FFFD7199fe487f9e7199fe48 /* include/unix/PsUnixIntrinsics.h */, - FFFD7199feb07f9e7199feb0 /* include/unix/PsUnixTrigConstants.h */, - FFFD7199ff187f9e7199ff18 /* src/PsAllocator.cpp */, - FFFD7199ff807f9e7199ff80 /* src/PsAssert.cpp */, - FFFD7199ffe87f9e7199ffe8 /* src/PsFoundation.cpp */, - FFFD719a00507f9e719a0050 /* src/PsMathUtils.cpp */, - FFFD719a00b87f9e719a00b8 /* src/PsString.cpp */, - FFFD719a01207f9e719a0120 /* src/PsTempAllocator.cpp */, - FFFD719a01887f9e719a0188 /* src/PsUtilities.cpp */, - FFFD719a01f07f9e719a01f0 /* src/unix/PsUnixAtomic.cpp */, - FFFD719a02587f9e719a0258 /* src/unix/PsUnixCpu.cpp */, - FFFD719a02c07f9e719a02c0 /* src/unix/PsUnixFPU.cpp */, - FFFD719a03287f9e719a0328 /* src/unix/PsUnixMutex.cpp */, - FFFD719a03907f9e719a0390 /* src/unix/PsUnixPrintString.cpp */, - FFFD719a03f87f9e719a03f8 /* src/unix/PsUnixSList.cpp */, - FFFD719a04607f9e719a0460 /* src/unix/PsUnixSocket.cpp */, - FFFD719a04c87f9e719a04c8 /* src/unix/PsUnixSync.cpp */, - FFFD719a05307f9e719a0530 /* src/unix/PsUnixThread.cpp */, - FFFD719a05987f9e719a0598 /* src/unix/PsUnixTime.cpp */, + FFFD2b186a007fc42b186a00 /* include/Ps.h */, + FFFD2b186a687fc42b186a68 /* include/PsAlignedMalloc.h */, + FFFD2b186ad07fc42b186ad0 /* include/PsAlloca.h */, + FFFD2b186b387fc42b186b38 /* include/PsAllocator.h */, + FFFD2b186ba07fc42b186ba0 /* include/PsAoS.h */, + FFFD2b186c087fc42b186c08 /* include/PsArray.h */, + FFFD2b186c707fc42b186c70 /* include/PsAtomic.h */, + FFFD2b186cd87fc42b186cd8 /* include/PsBasicTemplates.h */, + FFFD2b186d407fc42b186d40 /* include/PsBitUtils.h */, + FFFD2b186da87fc42b186da8 /* include/PsBroadcast.h */, + FFFD2b186e107fc42b186e10 /* include/PsCpu.h */, + FFFD2b186e787fc42b186e78 /* include/PsFPU.h */, + FFFD2b186ee07fc42b186ee0 /* include/PsFoundation.h */, + FFFD2b186f487fc42b186f48 /* include/PsHash.h */, + FFFD2b186fb07fc42b186fb0 /* include/PsHashInternals.h */, + FFFD2b1870187fc42b187018 /* include/PsHashMap.h */, + FFFD2b1870807fc42b187080 /* include/PsHashSet.h */, + FFFD2b1870e87fc42b1870e8 /* include/PsInlineAllocator.h */, + FFFD2b1871507fc42b187150 /* include/PsInlineAoS.h */, + FFFD2b1871b87fc42b1871b8 /* include/PsInlineArray.h */, + FFFD2b1872207fc42b187220 /* include/PsIntrinsics.h */, + FFFD2b1872887fc42b187288 /* include/PsMathUtils.h */, + FFFD2b1872f07fc42b1872f0 /* include/PsMutex.h */, + FFFD2b1873587fc42b187358 /* include/PsPool.h */, + FFFD2b1873c07fc42b1873c0 /* include/PsSList.h */, + FFFD2b1874287fc42b187428 /* include/PsSocket.h */, + FFFD2b1874907fc42b187490 /* include/PsSort.h */, + FFFD2b1874f87fc42b1874f8 /* include/PsSortInternals.h */, + FFFD2b1875607fc42b187560 /* include/PsString.h */, + FFFD2b1875c87fc42b1875c8 /* include/PsSync.h */, + FFFD2b1876307fc42b187630 /* include/PsTempAllocator.h */, + FFFD2b1876987fc42b187698 /* include/PsThread.h */, + FFFD2b1877007fc42b187700 /* include/PsTime.h */, + FFFD2b1877687fc42b187768 /* include/PsUserAllocated.h */, + FFFD2b1877d07fc42b1877d0 /* include/PsUtilities.h */, + FFFD2b1878387fc42b187838 /* include/PsVecMath.h */, + FFFD2b1878a07fc42b1878a0 /* include/PsVecMathAoSScalar.h */, + FFFD2b1879087fc42b187908 /* include/PsVecMathAoSScalarInline.h */, + FFFD2b1879707fc42b187970 /* include/PsVecMathSSE.h */, + FFFD2b1879d87fc42b1879d8 /* include/PsVecMathUtilities.h */, + FFFD2b187a407fc42b187a40 /* include/PsVecQuat.h */, + FFFD2b187aa87fc42b187aa8 /* include/PsVecTransform.h */, + FFFD2b187b107fc42b187b10 /* include/unix/PsUnixAoS.h */, + FFFD2b187b787fc42b187b78 /* include/unix/PsUnixFPU.h */, + FFFD2b187be07fc42b187be0 /* include/unix/PsUnixInlineAoS.h */, + FFFD2b187c487fc42b187c48 /* include/unix/PsUnixIntrinsics.h */, + FFFD2b187cb07fc42b187cb0 /* include/unix/PsUnixTrigConstants.h */, + FFFD2b187d187fc42b187d18 /* src/PsAllocator.cpp */, + FFFD2b187d807fc42b187d80 /* src/PsAssert.cpp */, + FFFD2b187de87fc42b187de8 /* src/PsFoundation.cpp */, + FFFD2b187e507fc42b187e50 /* src/PsMathUtils.cpp */, + FFFD2b187eb87fc42b187eb8 /* src/PsString.cpp */, + FFFD2b187f207fc42b187f20 /* src/PsTempAllocator.cpp */, + FFFD2b187f887fc42b187f88 /* src/PsUtilities.cpp */, + FFFD2b187ff07fc42b187ff0 /* src/unix/PsUnixAtomic.cpp */, + FFFD2b1880587fc42b188058 /* src/unix/PsUnixCpu.cpp */, + FFFD2b1880c07fc42b1880c0 /* src/unix/PsUnixFPU.cpp */, + FFFD2b1881287fc42b188128 /* src/unix/PsUnixMutex.cpp */, + FFFD2b1881907fc42b188190 /* src/unix/PsUnixPrintString.cpp */, + FFFD2b1881f87fc42b1881f8 /* src/unix/PsUnixSList.cpp */, + FFFD2b1882607fc42b188260 /* src/unix/PsUnixSocket.cpp */, + FFFD2b1882c87fc42b1882c8 /* src/unix/PsUnixSync.cpp */, + FFFD2b1883307fc42b188330 /* src/unix/PsUnixThread.cpp */, + FFFD2b1883987fc42b188398 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB724339a07f9e724339a0 /* PxPvdSDK */ = { + FFFB2b8e87e07fc42b8e87e0 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFB724360307f9e72436030 /* include */, - FFFB724360587f9e72436058 /* src */, + FFFB2b8f5e907fc42b8f5e90 /* include */, + FFFB2b8f5eb87fc42b8f5eb8 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFB724360307f9e72436030 /* include */ = { + FFFB2b8f5e907fc42b8f5e90 /* include */ = { isa = PBXGroup; children = ( - FFFD724366d07f9e724366d0 /* PxPvd.h */, - FFFD724367387f9e72436738 /* PxPvdTransport.h */, + FFFD2b8e8fe07fc42b8e8fe0 /* PxPvd.h */, + FFFD2b8e90487fc42b8e9048 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB724360587f9e72436058 /* src */ = { + FFFB2b8f5eb87fc42b8f5eb8 /* src */ = { isa = PBXGroup; children = ( - FFFD728224007f9e72822400 /* include/PsPvd.h */, - FFFD728224687f9e72822468 /* include/PxProfileAllocatorWrapper.h */, - FFFD728224d07f9e728224d0 /* include/PxPvdClient.h */, - FFFD728225387f9e72822538 /* include/PxPvdDataStream.h */, - FFFD728225a07f9e728225a0 /* include/PxPvdDataStreamHelpers.h */, - FFFD728226087f9e72822608 /* include/PxPvdErrorCodes.h */, - FFFD728226707f9e72822670 /* include/PxPvdObjectModelBaseTypes.h */, - FFFD728226d87f9e728226d8 /* include/PxPvdRenderBuffer.h */, - FFFD728227407f9e72822740 /* include/PxPvdUserRenderer.h */, - FFFD728227a87f9e728227a8 /* src/PxProfileEventImpl.cpp */, - FFFD728228107f9e72822810 /* src/PxPvd.cpp */, - FFFD728228787f9e72822878 /* src/PxPvdDataStream.cpp */, - FFFD728228e07f9e728228e0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFD728229487f9e72822948 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFD728229b07f9e728229b0 /* src/PxPvdImpl.cpp */, - FFFD72822a187f9e72822a18 /* src/PxPvdMemClient.cpp */, - FFFD72822a807f9e72822a80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFD72822ae87f9e72822ae8 /* src/PxPvdObjectRegistrar.cpp */, - FFFD72822b507f9e72822b50 /* src/PxPvdProfileZoneClient.cpp */, - FFFD72822bb87f9e72822bb8 /* src/PxPvdUserRenderer.cpp */, - FFFD72822c207f9e72822c20 /* src/PxProfileBase.h */, - FFFD72822c887f9e72822c88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFD72822cf07f9e72822cf0 /* src/PxProfileContextProvider.h */, - FFFD72822d587f9e72822d58 /* src/PxProfileContextProviderImpl.h */, - FFFD72822dc07f9e72822dc0 /* src/PxProfileDataBuffer.h */, - FFFD72822e287f9e72822e28 /* src/PxProfileDataParsing.h */, - FFFD72822e907f9e72822e90 /* src/PxProfileEventBuffer.h */, - FFFD72822ef87f9e72822ef8 /* src/PxProfileEventBufferAtomic.h */, - FFFD72822f607f9e72822f60 /* src/PxProfileEventBufferClient.h */, - FFFD72822fc87f9e72822fc8 /* src/PxProfileEventBufferClientManager.h */, - FFFD728230307f9e72823030 /* src/PxProfileEventFilter.h */, - FFFD728230987f9e72823098 /* src/PxProfileEventHandler.h */, - FFFD728231007f9e72823100 /* src/PxProfileEventId.h */, - FFFD728231687f9e72823168 /* src/PxProfileEventMutex.h */, - FFFD728231d07f9e728231d0 /* src/PxProfileEventNames.h */, - FFFD728232387f9e72823238 /* src/PxProfileEventParser.h */, - FFFD728232a07f9e728232a0 /* src/PxProfileEventSender.h */, - FFFD728233087f9e72823308 /* src/PxProfileEventSerialization.h */, - FFFD728233707f9e72823370 /* src/PxProfileEventSystem.h */, - FFFD728233d87f9e728233d8 /* src/PxProfileEvents.h */, - FFFD728234407f9e72823440 /* src/PxProfileMemory.h */, - FFFD728234a87f9e728234a8 /* src/PxProfileMemoryBuffer.h */, - FFFD728235107f9e72823510 /* src/PxProfileMemoryEventBuffer.h */, - FFFD728235787f9e72823578 /* src/PxProfileMemoryEventParser.h */, - FFFD728235e07f9e728235e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFD728236487f9e72823648 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFD728236b07f9e728236b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFD728237187f9e72823718 /* src/PxProfileMemoryEventTypes.h */, - FFFD728237807f9e72823780 /* src/PxProfileMemoryEvents.h */, - FFFD728237e87f9e728237e8 /* src/PxProfileScopedEvent.h */, - FFFD728238507f9e72823850 /* src/PxProfileScopedMutexLock.h */, - FFFD728238b87f9e728238b8 /* src/PxProfileZone.h */, - FFFD728239207f9e72823920 /* src/PxProfileZoneImpl.h */, - FFFD728239887f9e72823988 /* src/PxProfileZoneManager.h */, - FFFD728239f07f9e728239f0 /* src/PxProfileZoneManagerImpl.h */, - FFFD72823a587f9e72823a58 /* src/PxPvdBits.h */, - FFFD72823ac07f9e72823ac0 /* src/PxPvdByteStreams.h */, - FFFD72823b287f9e72823b28 /* src/PxPvdCommStreamEventSink.h */, - FFFD72823b907f9e72823b90 /* src/PxPvdCommStreamEvents.h */, - FFFD72823bf87f9e72823bf8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFD72823c607f9e72823c60 /* src/PxPvdCommStreamTypes.h */, - FFFD72823cc87f9e72823cc8 /* src/PxPvdDefaultFileTransport.h */, - FFFD72823d307f9e72823d30 /* src/PxPvdDefaultSocketTransport.h */, - FFFD72823d987f9e72823d98 /* src/PxPvdFoundation.h */, - FFFD72823e007f9e72823e00 /* src/PxPvdImpl.h */, - FFFD72823e687f9e72823e68 /* src/PxPvdInternalByteStreams.h */, - FFFD72823ed07f9e72823ed0 /* src/PxPvdMarshalling.h */, - FFFD72823f387f9e72823f38 /* src/PxPvdMemClient.h */, - FFFD72823fa07f9e72823fa0 /* src/PxPvdObjectModel.h */, - FFFD728240087f9e72824008 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFD728240707f9e72824070 /* src/PxPvdObjectModelInternalTypes.h */, - FFFD728240d87f9e728240d8 /* src/PxPvdObjectModelMetaData.h */, - FFFD728241407f9e72824140 /* src/PxPvdObjectRegistrar.h */, - FFFD728241a87f9e728241a8 /* src/PxPvdProfileZoneClient.h */, - FFFD728242107f9e72824210 /* src/PxPvdUserRenderImpl.h */, - FFFD728242787f9e72824278 /* src/PxPvdUserRenderTypes.h */, + FFFD2c011a007fc42c011a00 /* include/PsPvd.h */, + FFFD2c011a687fc42c011a68 /* include/PxProfileAllocatorWrapper.h */, + FFFD2c011ad07fc42c011ad0 /* include/PxPvdClient.h */, + FFFD2c011b387fc42c011b38 /* include/PxPvdDataStream.h */, + FFFD2c011ba07fc42c011ba0 /* include/PxPvdDataStreamHelpers.h */, + FFFD2c011c087fc42c011c08 /* include/PxPvdErrorCodes.h */, + FFFD2c011c707fc42c011c70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD2c011cd87fc42c011cd8 /* include/PxPvdRenderBuffer.h */, + FFFD2c011d407fc42c011d40 /* include/PxPvdUserRenderer.h */, + FFFD2c011da87fc42c011da8 /* src/PxProfileEventImpl.cpp */, + FFFD2c011e107fc42c011e10 /* src/PxPvd.cpp */, + FFFD2c011e787fc42c011e78 /* src/PxPvdDataStream.cpp */, + FFFD2c011ee07fc42c011ee0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD2c011f487fc42c011f48 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD2c011fb07fc42c011fb0 /* src/PxPvdImpl.cpp */, + FFFD2c0120187fc42c012018 /* src/PxPvdMemClient.cpp */, + FFFD2c0120807fc42c012080 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD2c0120e87fc42c0120e8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD2c0121507fc42c012150 /* src/PxPvdProfileZoneClient.cpp */, + FFFD2c0121b87fc42c0121b8 /* src/PxPvdUserRenderer.cpp */, + FFFD2c0122207fc42c012220 /* src/PxProfileBase.h */, + FFFD2c0122887fc42c012288 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD2c0122f07fc42c0122f0 /* src/PxProfileContextProvider.h */, + FFFD2c0123587fc42c012358 /* src/PxProfileContextProviderImpl.h */, + FFFD2c0123c07fc42c0123c0 /* src/PxProfileDataBuffer.h */, + FFFD2c0124287fc42c012428 /* src/PxProfileDataParsing.h */, + FFFD2c0124907fc42c012490 /* src/PxProfileEventBuffer.h */, + FFFD2c0124f87fc42c0124f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD2c0125607fc42c012560 /* src/PxProfileEventBufferClient.h */, + FFFD2c0125c87fc42c0125c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD2c0126307fc42c012630 /* src/PxProfileEventFilter.h */, + FFFD2c0126987fc42c012698 /* src/PxProfileEventHandler.h */, + FFFD2c0127007fc42c012700 /* src/PxProfileEventId.h */, + FFFD2c0127687fc42c012768 /* src/PxProfileEventMutex.h */, + FFFD2c0127d07fc42c0127d0 /* src/PxProfileEventNames.h */, + FFFD2c0128387fc42c012838 /* src/PxProfileEventParser.h */, + FFFD2c0128a07fc42c0128a0 /* src/PxProfileEventSender.h */, + FFFD2c0129087fc42c012908 /* src/PxProfileEventSerialization.h */, + FFFD2c0129707fc42c012970 /* src/PxProfileEventSystem.h */, + FFFD2c0129d87fc42c0129d8 /* src/PxProfileEvents.h */, + FFFD2c012a407fc42c012a40 /* src/PxProfileMemory.h */, + FFFD2c012aa87fc42c012aa8 /* src/PxProfileMemoryBuffer.h */, + FFFD2c012b107fc42c012b10 /* src/PxProfileMemoryEventBuffer.h */, + FFFD2c012b787fc42c012b78 /* src/PxProfileMemoryEventParser.h */, + FFFD2c012be07fc42c012be0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD2c012c487fc42c012c48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD2c012cb07fc42c012cb0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD2c012d187fc42c012d18 /* src/PxProfileMemoryEventTypes.h */, + FFFD2c012d807fc42c012d80 /* src/PxProfileMemoryEvents.h */, + FFFD2c012de87fc42c012de8 /* src/PxProfileScopedEvent.h */, + FFFD2c012e507fc42c012e50 /* src/PxProfileScopedMutexLock.h */, + FFFD2c012eb87fc42c012eb8 /* src/PxProfileZone.h */, + FFFD2c012f207fc42c012f20 /* src/PxProfileZoneImpl.h */, + FFFD2c012f887fc42c012f88 /* src/PxProfileZoneManager.h */, + FFFD2c012ff07fc42c012ff0 /* src/PxProfileZoneManagerImpl.h */, + FFFD2c0130587fc42c013058 /* src/PxPvdBits.h */, + FFFD2c0130c07fc42c0130c0 /* src/PxPvdByteStreams.h */, + FFFD2c0131287fc42c013128 /* src/PxPvdCommStreamEventSink.h */, + FFFD2c0131907fc42c013190 /* src/PxPvdCommStreamEvents.h */, + FFFD2c0131f87fc42c0131f8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD2c0132607fc42c013260 /* src/PxPvdCommStreamTypes.h */, + FFFD2c0132c87fc42c0132c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD2c0133307fc42c013330 /* src/PxPvdDefaultSocketTransport.h */, + FFFD2c0133987fc42c013398 /* src/PxPvdFoundation.h */, + FFFD2c0134007fc42c013400 /* src/PxPvdImpl.h */, + FFFD2c0134687fc42c013468 /* src/PxPvdInternalByteStreams.h */, + FFFD2c0134d07fc42c0134d0 /* src/PxPvdMarshalling.h */, + FFFD2c0135387fc42c013538 /* src/PxPvdMemClient.h */, + FFFD2c0135a07fc42c0135a0 /* src/PxPvdObjectModel.h */, + FFFD2c0136087fc42c013608 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD2c0136707fc42c013670 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD2c0136d87fc42c0136d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD2c0137407fc42c013740 /* src/PxPvdObjectRegistrar.h */, + FFFD2c0137a87fc42c0137a8 /* src/PxPvdProfileZoneClient.h */, + FFFD2c0138107fc42c013810 /* src/PxPvdUserRenderImpl.h */, + FFFD2c0138787fc42c013878 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB72450a007f9e72450a00 /* LowLevel */ = { + FFFB2b9141107fc42b914110 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFB724557a07f9e724557a0 /* API Source */, - FFFB724557c87f9e724557c8 /* API Includes */, - FFFB724557f07f9e724557f0 /* Software Source */, - FFFB724558187f9e72455818 /* Software Includes */, - FFFB724558407f9e72455840 /* Common Source */, - FFFB724558687f9e72455868 /* Common Includes */, + FFFB2b9173b07fc42b9173b0 /* API Source */, + FFFB2b9173d87fc42b9173d8 /* API Includes */, + FFFB2b9174007fc42b917400 /* Software Source */, + FFFB2b9174287fc42b917428 /* Software Includes */, + FFFB2b9174507fc42b917450 /* Common Source */, + FFFB2b9174787fc42b917478 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFB724557a07f9e724557a0 /* API Source */ = { + FFFB2b9173b07fc42b9173b0 /* API Source */ = { isa = PBXGroup; children = ( - FFFD724525b07f9e724525b0 /* px_globals.cpp */, + FFFD2b9114f07fc42b9114f0 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFB724557c87f9e724557c8 /* API Includes */ = { + FFFB2b9173d87fc42b9173d8 /* API Includes */ = { isa = PBXGroup; children = ( - FFFD724552207f9e72455220 /* PxsMaterialCore.h */, - FFFD724552887f9e72455288 /* PxsMaterialManager.h */, - FFFD724552f07f9e724552f0 /* PxvConfig.h */, - FFFD724553587f9e72455358 /* PxvContext.h */, - FFFD724553c07f9e724553c0 /* PxvDynamics.h */, - FFFD724554287f9e72455428 /* PxvGeometry.h */, - FFFD724554907f9e72455490 /* PxvGlobals.h */, - FFFD724554f87f9e724554f8 /* PxvManager.h */, - FFFD724555607f9e72455560 /* PxvSimStats.h */, + FFFD2b910bb07fc42b910bb0 /* PxsMaterialCore.h */, + FFFD2b910c187fc42b910c18 /* PxsMaterialManager.h */, + FFFD2b910c807fc42b910c80 /* PxvConfig.h */, + FFFD2b910ce87fc42b910ce8 /* PxvContext.h */, + FFFD2b910d507fc42b910d50 /* PxvDynamics.h */, + FFFD2b910db87fc42b910db8 /* PxvGeometry.h */, + FFFD2b910e207fc42b910e20 /* PxvGlobals.h */, + FFFD2b910e887fc42b910e88 /* PxvManager.h */, + FFFD2b910ef07fc42b910ef0 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFB724557f07f9e724557f0 /* Software Source */ = { + FFFB2b9174007fc42b917400 /* Software Source */ = { isa = PBXGroup; children = ( - FFFD72457bd07f9e72457bd0 /* PxsCCD.cpp */, - FFFD72457c387f9e72457c38 /* PxsContactManager.cpp */, - FFFD72457ca07f9e72457ca0 /* PxsContext.cpp */, - FFFD72457d087f9e72457d08 /* PxsDefaultMemoryManager.cpp */, - FFFD72457d707f9e72457d70 /* PxsIslandSim.cpp */, - FFFD72457dd87f9e72457dd8 /* PxsMaterialCombiner.cpp */, - FFFD72457e407f9e72457e40 /* PxsNphaseImplementationContext.cpp */, - FFFD72457ea87f9e72457ea8 /* PxsSimpleIslandManager.cpp */, + FFFD2b908ce07fc42b908ce0 /* PxsCCD.cpp */, + FFFD2b908d487fc42b908d48 /* PxsContactManager.cpp */, + FFFD2b908db07fc42b908db0 /* PxsContext.cpp */, + FFFD2b908e187fc42b908e18 /* PxsDefaultMemoryManager.cpp */, + FFFD2b908e807fc42b908e80 /* PxsIslandSim.cpp */, + FFFD2b908ee87fc42b908ee8 /* PxsMaterialCombiner.cpp */, + FFFD2b908f507fc42b908f50 /* PxsNphaseImplementationContext.cpp */, + FFFD2b908fb87fc42b908fb8 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFB724558187f9e72455818 /* Software Includes */ = { + FFFB2b9174287fc42b917428 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFD7282aa007f9e7282aa00 /* PxsBodySim.h */, - FFFD7282aa687f9e7282aa68 /* PxsCCD.h */, - FFFD7282aad07f9e7282aad0 /* PxsContactManager.h */, - FFFD7282ab387f9e7282ab38 /* PxsContactManagerState.h */, - FFFD7282aba07f9e7282aba0 /* PxsContext.h */, - FFFD7282ac087f9e7282ac08 /* PxsDefaultMemoryManager.h */, - FFFD7282ac707f9e7282ac70 /* PxsHeapMemoryAllocator.h */, - FFFD7282acd87f9e7282acd8 /* PxsIncrementalConstraintPartitioning.h */, - FFFD7282ad407f9e7282ad40 /* PxsIslandManagerTypes.h */, - FFFD7282ada87f9e7282ada8 /* PxsIslandSim.h */, - FFFD7282ae107f9e7282ae10 /* PxsKernelWrangler.h */, - FFFD7282ae787f9e7282ae78 /* PxsMaterialCombiner.h */, - FFFD7282aee07f9e7282aee0 /* PxsMemoryManager.h */, - FFFD7282af487f9e7282af48 /* PxsNphaseImplementationContext.h */, - FFFD7282afb07f9e7282afb0 /* PxsRigidBody.h */, - FFFD7282b0187f9e7282b018 /* PxsShapeSim.h */, - FFFD7282b0807f9e7282b080 /* PxsSimpleIslandManager.h */, - FFFD7282b0e87f9e7282b0e8 /* PxsSimulationController.h */, - FFFD7282b1507f9e7282b150 /* PxsTransformCache.h */, - FFFD7282b1b87f9e7282b1b8 /* PxvNphaseImplementationContext.h */, + FFFD2b1ae0007fc42b1ae000 /* PxsBodySim.h */, + FFFD2b1ae0687fc42b1ae068 /* PxsCCD.h */, + FFFD2b1ae0d07fc42b1ae0d0 /* PxsContactManager.h */, + FFFD2b1ae1387fc42b1ae138 /* PxsContactManagerState.h */, + FFFD2b1ae1a07fc42b1ae1a0 /* PxsContext.h */, + FFFD2b1ae2087fc42b1ae208 /* PxsDefaultMemoryManager.h */, + FFFD2b1ae2707fc42b1ae270 /* PxsHeapMemoryAllocator.h */, + FFFD2b1ae2d87fc42b1ae2d8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD2b1ae3407fc42b1ae340 /* PxsIslandManagerTypes.h */, + FFFD2b1ae3a87fc42b1ae3a8 /* PxsIslandSim.h */, + FFFD2b1ae4107fc42b1ae410 /* PxsKernelWrangler.h */, + FFFD2b1ae4787fc42b1ae478 /* PxsMaterialCombiner.h */, + FFFD2b1ae4e07fc42b1ae4e0 /* PxsMemoryManager.h */, + FFFD2b1ae5487fc42b1ae548 /* PxsNphaseImplementationContext.h */, + FFFD2b1ae5b07fc42b1ae5b0 /* PxsRigidBody.h */, + FFFD2b1ae6187fc42b1ae618 /* PxsShapeSim.h */, + FFFD2b1ae6807fc42b1ae680 /* PxsSimpleIslandManager.h */, + FFFD2b1ae6e87fc42b1ae6e8 /* PxsSimulationController.h */, + FFFD2b1ae7507fc42b1ae750 /* PxsTransformCache.h */, + FFFD2b1ae7b87fc42b1ae7b8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFB724558407f9e72455840 /* Common Source */ = { + FFFB2b9174507fc42b917450 /* Common Source */ = { isa = PBXGroup; children = ( - FFFD728294007f9e72829400 /* collision/PxcContact.cpp */, - FFFD728294687f9e72829468 /* pipeline/PxcContactCache.cpp */, - FFFD728294d07f9e728294d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFD728295387f9e72829538 /* pipeline/PxcMaterialHeightField.cpp */, - FFFD728295a07f9e728295a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFD728296087f9e72829608 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFD728296707f9e72829670 /* pipeline/PxcMaterialShape.cpp */, - FFFD728296d87f9e728296d8 /* pipeline/PxcNpBatch.cpp */, - FFFD728297407f9e72829740 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFD728297a87f9e728297a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFD728298107f9e72829810 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFD728298787f9e72829878 /* pipeline/PxcNpThreadContext.cpp */, + FFFD2b1b8e007fc42b1b8e00 /* collision/PxcContact.cpp */, + FFFD2b1b8e687fc42b1b8e68 /* pipeline/PxcContactCache.cpp */, + FFFD2b1b8ed07fc42b1b8ed0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD2b1b8f387fc42b1b8f38 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD2b1b8fa07fc42b1b8fa0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD2b1b90087fc42b1b9008 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD2b1b90707fc42b1b9070 /* pipeline/PxcMaterialShape.cpp */, + FFFD2b1b90d87fc42b1b90d8 /* pipeline/PxcNpBatch.cpp */, + FFFD2b1b91407fc42b1b9140 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD2b1b91a87fc42b1b91a8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD2b1b92107fc42b1b9210 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD2b1b92787fc42b1b9278 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFB724558687f9e72455868 /* Common Includes */ = { + FFFB2b9174787fc42b917478 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFD72829c007f9e72829c00 /* collision/PxcContactMethodImpl.h */, - FFFD72829c687f9e72829c68 /* pipeline/PxcCCDStateStreamPair.h */, - FFFD72829cd07f9e72829cd0 /* pipeline/PxcConstraintBlockStream.h */, - FFFD72829d387f9e72829d38 /* pipeline/PxcContactCache.h */, - FFFD72829da07f9e72829da0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFD72829e087f9e72829e08 /* pipeline/PxcNpBatch.h */, - FFFD72829e707f9e72829e70 /* pipeline/PxcNpCache.h */, - FFFD72829ed87f9e72829ed8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFD72829f407f9e72829f40 /* pipeline/PxcNpContactPrepShared.h */, - FFFD72829fa87f9e72829fa8 /* pipeline/PxcNpMemBlockPool.h */, - FFFD7282a0107f9e7282a010 /* pipeline/PxcNpThreadContext.h */, - FFFD7282a0787f9e7282a078 /* pipeline/PxcNpWorkUnit.h */, - FFFD7282a0e07f9e7282a0e0 /* pipeline/PxcRigidBody.h */, - FFFD7282a1487f9e7282a148 /* utils/PxcScratchAllocator.h */, - FFFD7282a1b07f9e7282a1b0 /* utils/PxcThreadCoherentCache.h */, + FFFD2b1b96007fc42b1b9600 /* collision/PxcContactMethodImpl.h */, + FFFD2b1b96687fc42b1b9668 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD2b1b96d07fc42b1b96d0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD2b1b97387fc42b1b9738 /* pipeline/PxcContactCache.h */, + FFFD2b1b97a07fc42b1b97a0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD2b1b98087fc42b1b9808 /* pipeline/PxcNpBatch.h */, + FFFD2b1b98707fc42b1b9870 /* pipeline/PxcNpCache.h */, + FFFD2b1b98d87fc42b1b98d8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD2b1b99407fc42b1b9940 /* pipeline/PxcNpContactPrepShared.h */, + FFFD2b1b99a87fc42b1b99a8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD2b1b9a107fc42b1b9a10 /* pipeline/PxcNpThreadContext.h */, + FFFD2b1b9a787fc42b1b9a78 /* pipeline/PxcNpWorkUnit.h */, + FFFD2b1b9ae07fc42b1b9ae0 /* pipeline/PxcRigidBody.h */, + FFFD2b1b9b487fc42b1b9b48 /* utils/PxcScratchAllocator.h */, + FFFD2b1b9bb07fc42b1b9bb0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFB723099707f9e72309970 /* LowLevelAABB */ = { + FFFB2bdf89e07fc42bdf89e0 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFB72300a707f9e72300a70 /* include */, - FFFB72300a987f9e72300a98 /* src */, + FFFB2be094307fc42be09430 /* include */, + FFFB2be094587fc42be09458 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFB72300a707f9e72300a70 /* include */ = { + FFFB2be094307fc42be09430 /* include */ = { isa = PBXGroup; children = ( - FFFD7230a3707f9e7230a370 /* BpAABBManagerTasks.h */, - FFFD7230a3d87f9e7230a3d8 /* BpBroadPhase.h */, - FFFD7230a4407f9e7230a440 /* BpBroadPhaseUpdate.h */, - FFFD7230a4a87f9e7230a4a8 /* BpSimpleAABBManager.h */, + FFFD2be0af107fc42be0af10 /* BpAABBManagerTasks.h */, + FFFD2be0af787fc42be0af78 /* BpBroadPhase.h */, + FFFD2be0afe07fc42be0afe0 /* BpBroadPhaseUpdate.h */, + FFFD2be0b0487fc42be0b048 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB72300a987f9e72300a98 /* src */ = { + FFFB2be094587fc42be09458 /* src */ = { isa = PBXGroup; children = ( - FFFD719a82007f9e719a8200 /* BpBroadPhaseMBP.h */, - FFFD719a82687f9e719a8268 /* BpBroadPhaseMBPCommon.h */, - FFFD719a82d07f9e719a82d0 /* BpBroadPhaseSap.h */, - FFFD719a83387f9e719a8338 /* BpBroadPhaseSapAux.h */, - FFFD719a83a07f9e719a83a0 /* BpMBPTasks.h */, - FFFD719a84087f9e719a8408 /* BpSAPTasks.h */, - FFFD719a84707f9e719a8470 /* BpBroadPhase.cpp */, - FFFD719a84d87f9e719a84d8 /* BpBroadPhaseMBP.cpp */, - FFFD719a85407f9e719a8540 /* BpBroadPhaseSap.cpp */, - FFFD719a85a87f9e719a85a8 /* BpBroadPhaseSapAux.cpp */, - FFFD719a86107f9e719a8610 /* BpMBPTasks.cpp */, - FFFD719a86787f9e719a8678 /* BpSAPTasks.cpp */, - FFFD719a86e07f9e719a86e0 /* BpSimpleAABBManager.cpp */, + FFFD2c826c007fc42c826c00 /* BpBroadPhaseMBP.h */, + FFFD2c826c687fc42c826c68 /* BpBroadPhaseMBPCommon.h */, + FFFD2c826cd07fc42c826cd0 /* BpBroadPhaseSap.h */, + FFFD2c826d387fc42c826d38 /* BpBroadPhaseSapAux.h */, + FFFD2c826da07fc42c826da0 /* BpMBPTasks.h */, + FFFD2c826e087fc42c826e08 /* BpSAPTasks.h */, + FFFD2c826e707fc42c826e70 /* BpBroadPhase.cpp */, + FFFD2c826ed87fc42c826ed8 /* BpBroadPhaseMBP.cpp */, + FFFD2c826f407fc42c826f40 /* BpBroadPhaseSap.cpp */, + FFFD2c826fa87fc42c826fa8 /* BpBroadPhaseSapAux.cpp */, + FFFD2c8270107fc42c827010 /* BpMBPTasks.cpp */, + FFFD2c8270787fc42c827078 /* BpSAPTasks.cpp */, + FFFD2c8270e07fc42c8270e0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB726f79d07f9e726f79d0 /* LowLevelDynamics */ = { + FFFB2b8ca5207fc42b8ca520 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFB7270a9707f9e7270a970 /* Dynamics Source */, - FFFB7270a9987f9e7270a998 /* Dynamics Includes */, - FFFB7270a9c07f9e7270a9c0 /* Dynamics Internal Includes */, + FFFB2b8d79d07fc42b8d79d0 /* Dynamics Source */, + FFFB2b8d79f87fc42b8d79f8 /* Dynamics Includes */, + FFFB2b8d7a207fc42b8d7a20 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFB7270a9707f9e7270a970 /* Dynamics Source */ = { + FFFB2b8d79d07fc42b8d79d0 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFD730274007f9e73027400 /* DyArticulation.cpp */, - FFFD730274687f9e73027468 /* DyArticulationContactPrep.cpp */, - FFFD730274d07f9e730274d0 /* DyArticulationContactPrepPF.cpp */, - FFFD730275387f9e73027538 /* DyArticulationHelper.cpp */, - FFFD730275a07f9e730275a0 /* DyArticulationSIMD.cpp */, - FFFD730276087f9e73027608 /* DyArticulationScalar.cpp */, - FFFD730276707f9e73027670 /* DyConstraintPartition.cpp */, - FFFD730276d87f9e730276d8 /* DyConstraintSetup.cpp */, - FFFD730277407f9e73027740 /* DyConstraintSetupBlock.cpp */, - FFFD730277a87f9e730277a8 /* DyContactPrep.cpp */, - FFFD730278107f9e73027810 /* DyContactPrep4.cpp */, - FFFD730278787f9e73027878 /* DyContactPrep4PF.cpp */, - FFFD730278e07f9e730278e0 /* DyContactPrepPF.cpp */, - FFFD730279487f9e73027948 /* DyDynamics.cpp */, - FFFD730279b07f9e730279b0 /* DyFrictionCorrelation.cpp */, - FFFD73027a187f9e73027a18 /* DyRigidBodyToSolverBody.cpp */, - FFFD73027a807f9e73027a80 /* DySolverConstraints.cpp */, - FFFD73027ae87f9e73027ae8 /* DySolverConstraintsBlock.cpp */, - FFFD73027b507f9e73027b50 /* DySolverControl.cpp */, - FFFD73027bb87f9e73027bb8 /* DySolverControlPF.cpp */, - FFFD73027c207f9e73027c20 /* DySolverPFConstraints.cpp */, - FFFD73027c887f9e73027c88 /* DySolverPFConstraintsBlock.cpp */, - FFFD73027cf07f9e73027cf0 /* DyThreadContext.cpp */, - FFFD73027d587f9e73027d58 /* DyThresholdTable.cpp */, + FFFD2c0194007fc42c019400 /* DyArticulation.cpp */, + FFFD2c0194687fc42c019468 /* DyArticulationContactPrep.cpp */, + FFFD2c0194d07fc42c0194d0 /* DyArticulationContactPrepPF.cpp */, + FFFD2c0195387fc42c019538 /* DyArticulationHelper.cpp */, + FFFD2c0195a07fc42c0195a0 /* DyArticulationSIMD.cpp */, + FFFD2c0196087fc42c019608 /* DyArticulationScalar.cpp */, + FFFD2c0196707fc42c019670 /* DyConstraintPartition.cpp */, + FFFD2c0196d87fc42c0196d8 /* DyConstraintSetup.cpp */, + FFFD2c0197407fc42c019740 /* DyConstraintSetupBlock.cpp */, + FFFD2c0197a87fc42c0197a8 /* DyContactPrep.cpp */, + FFFD2c0198107fc42c019810 /* DyContactPrep4.cpp */, + FFFD2c0198787fc42c019878 /* DyContactPrep4PF.cpp */, + FFFD2c0198e07fc42c0198e0 /* DyContactPrepPF.cpp */, + FFFD2c0199487fc42c019948 /* DyDynamics.cpp */, + FFFD2c0199b07fc42c0199b0 /* DyFrictionCorrelation.cpp */, + FFFD2c019a187fc42c019a18 /* DyRigidBodyToSolverBody.cpp */, + FFFD2c019a807fc42c019a80 /* DySolverConstraints.cpp */, + FFFD2c019ae87fc42c019ae8 /* DySolverConstraintsBlock.cpp */, + FFFD2c019b507fc42c019b50 /* DySolverControl.cpp */, + FFFD2c019bb87fc42c019bb8 /* DySolverControlPF.cpp */, + FFFD2c019c207fc42c019c20 /* DySolverPFConstraints.cpp */, + FFFD2c019c887fc42c019c88 /* DySolverPFConstraintsBlock.cpp */, + FFFD2c019cf07fc42c019cf0 /* DyThreadContext.cpp */, + FFFD2c019d587fc42c019d58 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFB7270a9987f9e7270a998 /* Dynamics Includes */ = { + FFFB2b8d79f87fc42b8d79f8 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFD7270bf607f9e7270bf60 /* DyArticulation.h */, - FFFD7270bfc87f9e7270bfc8 /* DyConstraint.h */, - FFFD7270c0307f9e7270c030 /* DyConstraintWriteBack.h */, - FFFD7270c0987f9e7270c098 /* DyContext.h */, - FFFD7270c1007f9e7270c100 /* DyGpuAPI.h */, - FFFD7270c1687f9e7270c168 /* DySleepingConfigulation.h */, - FFFD7270c1d07f9e7270c1d0 /* DyThresholdTable.h */, + FFFD2b8dc1b07fc42b8dc1b0 /* DyArticulation.h */, + FFFD2b8dc2187fc42b8dc218 /* DyConstraint.h */, + FFFD2b8dc2807fc42b8dc280 /* DyConstraintWriteBack.h */, + FFFD2b8dc2e87fc42b8dc2e8 /* DyContext.h */, + FFFD2b8dc3507fc42b8dc350 /* DySleepingConfigulation.h */, + FFFD2b8dc3b87fc42b8dc3b8 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFB7270a9c07f9e7270a9c0 /* Dynamics Internal Includes */ = { + FFFB2b8d7a207fc42b8d7a20 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFD73027e007f9e73027e00 /* DyArticulationContactPrep.h */, - FFFD73027e687f9e73027e68 /* DyArticulationFnsDebug.h */, - FFFD73027ed07f9e73027ed0 /* DyArticulationFnsScalar.h */, - FFFD73027f387f9e73027f38 /* DyArticulationFnsSimd.h */, - FFFD73027fa07f9e73027fa0 /* DyArticulationHelper.h */, - FFFD730280087f9e73028008 /* DyArticulationPImpl.h */, - FFFD730280707f9e73028070 /* DyArticulationReference.h */, - FFFD730280d87f9e730280d8 /* DyArticulationScalar.h */, - FFFD730281407f9e73028140 /* DyArticulationUtils.h */, - FFFD730281a87f9e730281a8 /* DyBodyCoreIntegrator.h */, - FFFD730282107f9e73028210 /* DyConstraintPartition.h */, - FFFD730282787f9e73028278 /* DyConstraintPrep.h */, - FFFD730282e07f9e730282e0 /* DyContactPrep.h */, - FFFD730283487f9e73028348 /* DyContactPrepShared.h */, - FFFD730283b07f9e730283b0 /* DyContactReduction.h */, - FFFD730284187f9e73028418 /* DyCorrelationBuffer.h */, - FFFD730284807f9e73028480 /* DyDynamics.h */, - FFFD730284e87f9e730284e8 /* DyFrictionPatch.h */, - FFFD730285507f9e73028550 /* DyFrictionPatchStreamPair.h */, - FFFD730285b87f9e730285b8 /* DySolverBody.h */, - FFFD730286207f9e73028620 /* DySolverConstraint1D.h */, - FFFD730286887f9e73028688 /* DySolverConstraint1D4.h */, - FFFD730286f07f9e730286f0 /* DySolverConstraintDesc.h */, - FFFD730287587f9e73028758 /* DySolverConstraintExtShared.h */, - FFFD730287c07f9e730287c0 /* DySolverConstraintTypes.h */, - FFFD730288287f9e73028828 /* DySolverConstraintsShared.h */, - FFFD730288907f9e73028890 /* DySolverContact.h */, - FFFD730288f87f9e730288f8 /* DySolverContact4.h */, - FFFD730289607f9e73028960 /* DySolverContactPF.h */, - FFFD730289c87f9e730289c8 /* DySolverContactPF4.h */, - FFFD73028a307f9e73028a30 /* DySolverContext.h */, - FFFD73028a987f9e73028a98 /* DySolverControl.h */, - FFFD73028b007f9e73028b00 /* DySolverControlPF.h */, - FFFD73028b687f9e73028b68 /* DySolverCore.h */, - FFFD73028bd07f9e73028bd0 /* DySolverExt.h */, - FFFD73028c387f9e73028c38 /* DySpatial.h */, - FFFD73028ca07f9e73028ca0 /* DyThreadContext.h */, + FFFD2c01a6007fc42c01a600 /* DyArticulationContactPrep.h */, + FFFD2c01a6687fc42c01a668 /* DyArticulationFnsDebug.h */, + FFFD2c01a6d07fc42c01a6d0 /* DyArticulationFnsScalar.h */, + FFFD2c01a7387fc42c01a738 /* DyArticulationFnsSimd.h */, + FFFD2c01a7a07fc42c01a7a0 /* DyArticulationHelper.h */, + FFFD2c01a8087fc42c01a808 /* DyArticulationPImpl.h */, + FFFD2c01a8707fc42c01a870 /* DyArticulationReference.h */, + FFFD2c01a8d87fc42c01a8d8 /* DyArticulationScalar.h */, + FFFD2c01a9407fc42c01a940 /* DyArticulationUtils.h */, + FFFD2c01a9a87fc42c01a9a8 /* DyBodyCoreIntegrator.h */, + FFFD2c01aa107fc42c01aa10 /* DyConstraintPartition.h */, + FFFD2c01aa787fc42c01aa78 /* DyConstraintPrep.h */, + FFFD2c01aae07fc42c01aae0 /* DyContactPrep.h */, + FFFD2c01ab487fc42c01ab48 /* DyContactPrepShared.h */, + FFFD2c01abb07fc42c01abb0 /* DyContactReduction.h */, + FFFD2c01ac187fc42c01ac18 /* DyCorrelationBuffer.h */, + FFFD2c01ac807fc42c01ac80 /* DyDynamics.h */, + FFFD2c01ace87fc42c01ace8 /* DyFrictionPatch.h */, + FFFD2c01ad507fc42c01ad50 /* DyFrictionPatchStreamPair.h */, + FFFD2c01adb87fc42c01adb8 /* DySolverBody.h */, + FFFD2c01ae207fc42c01ae20 /* DySolverConstraint1D.h */, + FFFD2c01ae887fc42c01ae88 /* DySolverConstraint1D4.h */, + FFFD2c01aef07fc42c01aef0 /* DySolverConstraintDesc.h */, + FFFD2c01af587fc42c01af58 /* DySolverConstraintExtShared.h */, + FFFD2c01afc07fc42c01afc0 /* DySolverConstraintTypes.h */, + FFFD2c01b0287fc42c01b028 /* DySolverConstraintsShared.h */, + FFFD2c01b0907fc42c01b090 /* DySolverContact.h */, + FFFD2c01b0f87fc42c01b0f8 /* DySolverContact4.h */, + FFFD2c01b1607fc42c01b160 /* DySolverContactPF.h */, + FFFD2c01b1c87fc42c01b1c8 /* DySolverContactPF4.h */, + FFFD2c01b2307fc42c01b230 /* DySolverContext.h */, + FFFD2c01b2987fc42c01b298 /* DySolverControl.h */, + FFFD2c01b3007fc42c01b300 /* DySolverControlPF.h */, + FFFD2c01b3687fc42c01b368 /* DySolverCore.h */, + FFFD2c01b3d07fc42c01b3d0 /* DySolverExt.h */, + FFFD2c01b4387fc42c01b438 /* DySpatial.h */, + FFFD2c01b4a07fc42c01b4a0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFB724846207f9e72484620 /* LowLevelCloth */ = { + FFFB2bf138507fc42bf13850 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFB724861407f9e72486140 /* include */, - FFFB724861687f9e72486168 /* src */, + FFFB2bf073007fc42bf07300 /* include */, + FFFB2bf073287fc42bf07328 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFB724861407f9e72486140 /* include */ = { + FFFB2bf073007fc42bf07300 /* include */ = { isa = PBXGroup; children = ( - FFFD72487b707f9e72487b70 /* Cloth.h */, - FFFD72487bd87f9e72487bd8 /* Fabric.h */, - FFFD72487c407f9e72487c40 /* Factory.h */, - FFFD72487ca87f9e72487ca8 /* PhaseConfig.h */, - FFFD72487d107f9e72487d10 /* Range.h */, - FFFD72487d787f9e72487d78 /* Solver.h */, - FFFD72487de07f9e72487de0 /* Types.h */, + FFFD2bf00c107fc42bf00c10 /* Cloth.h */, + FFFD2bf00c787fc42bf00c78 /* Fabric.h */, + FFFD2bf00ce07fc42bf00ce0 /* Factory.h */, + FFFD2bf00d487fc42bf00d48 /* PhaseConfig.h */, + FFFD2bf00db07fc42bf00db0 /* Range.h */, + FFFD2bf00e187fc42bf00e18 /* Solver.h */, + FFFD2bf00e807fc42bf00e80 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB724861687f9e72486168 /* src */ = { + FFFB2bf073287fc42bf07328 /* src */ = { isa = PBXGroup; children = ( - FFFD728342007f9e72834200 /* Allocator.h */, - FFFD728342687f9e72834268 /* Array.h */, - FFFD728342d07f9e728342d0 /* BoundingBox.h */, - FFFD728343387f9e72834338 /* ClothBase.h */, - FFFD728343a07f9e728343a0 /* ClothImpl.h */, - FFFD728344087f9e72834408 /* IndexPair.h */, - FFFD728344707f9e72834470 /* IterationState.h */, - FFFD728344d87f9e728344d8 /* MovingAverage.h */, - FFFD728345407f9e72834540 /* PointInterpolator.h */, - FFFD728345a87f9e728345a8 /* Simd.h */, - FFFD728346107f9e72834610 /* Simd4f.h */, - FFFD728346787f9e72834678 /* Simd4i.h */, - FFFD728346e07f9e728346e0 /* SimdTypes.h */, - FFFD728347487f9e72834748 /* StackAllocator.h */, - FFFD728347b07f9e728347b0 /* SwCloth.h */, - FFFD728348187f9e72834818 /* SwClothData.h */, - FFFD728348807f9e72834880 /* SwCollision.h */, - FFFD728348e87f9e728348e8 /* SwCollisionHelpers.h */, - FFFD728349507f9e72834950 /* SwFabric.h */, - FFFD728349b87f9e728349b8 /* SwFactory.h */, - FFFD72834a207f9e72834a20 /* SwInterCollision.h */, - FFFD72834a887f9e72834a88 /* SwSelfCollision.h */, - FFFD72834af07f9e72834af0 /* SwSolver.h */, - FFFD72834b587f9e72834b58 /* SwSolverKernel.h */, - FFFD72834bc07f9e72834bc0 /* TripletScheduler.h */, - FFFD72834c287f9e72834c28 /* Vec4T.h */, - FFFD72834c907f9e72834c90 /* Allocator.cpp */, - FFFD72834cf87f9e72834cf8 /* Factory.cpp */, - FFFD72834d607f9e72834d60 /* PhaseConfig.cpp */, - FFFD72834dc87f9e72834dc8 /* SwCloth.cpp */, - FFFD72834e307f9e72834e30 /* SwClothData.cpp */, - FFFD72834e987f9e72834e98 /* SwCollision.cpp */, - FFFD72834f007f9e72834f00 /* SwFabric.cpp */, - FFFD72834f687f9e72834f68 /* SwFactory.cpp */, - FFFD72834fd07f9e72834fd0 /* SwInterCollision.cpp */, - FFFD728350387f9e72835038 /* SwSelfCollision.cpp */, - FFFD728350a07f9e728350a0 /* SwSolver.cpp */, - FFFD728351087f9e72835108 /* SwSolverKernel.cpp */, - FFFD728351707f9e72835170 /* TripletScheduler.cpp */, + FFFD2b1d14007fc42b1d1400 /* Allocator.h */, + FFFD2b1d14687fc42b1d1468 /* Array.h */, + FFFD2b1d14d07fc42b1d14d0 /* BoundingBox.h */, + FFFD2b1d15387fc42b1d1538 /* ClothBase.h */, + FFFD2b1d15a07fc42b1d15a0 /* ClothImpl.h */, + FFFD2b1d16087fc42b1d1608 /* IndexPair.h */, + FFFD2b1d16707fc42b1d1670 /* IterationState.h */, + FFFD2b1d16d87fc42b1d16d8 /* MovingAverage.h */, + FFFD2b1d17407fc42b1d1740 /* PointInterpolator.h */, + FFFD2b1d17a87fc42b1d17a8 /* Simd.h */, + FFFD2b1d18107fc42b1d1810 /* Simd4f.h */, + FFFD2b1d18787fc42b1d1878 /* Simd4i.h */, + FFFD2b1d18e07fc42b1d18e0 /* SimdTypes.h */, + FFFD2b1d19487fc42b1d1948 /* StackAllocator.h */, + FFFD2b1d19b07fc42b1d19b0 /* SwCloth.h */, + FFFD2b1d1a187fc42b1d1a18 /* SwClothData.h */, + FFFD2b1d1a807fc42b1d1a80 /* SwCollision.h */, + FFFD2b1d1ae87fc42b1d1ae8 /* SwCollisionHelpers.h */, + FFFD2b1d1b507fc42b1d1b50 /* SwFabric.h */, + FFFD2b1d1bb87fc42b1d1bb8 /* SwFactory.h */, + FFFD2b1d1c207fc42b1d1c20 /* SwInterCollision.h */, + FFFD2b1d1c887fc42b1d1c88 /* SwSelfCollision.h */, + FFFD2b1d1cf07fc42b1d1cf0 /* SwSolver.h */, + FFFD2b1d1d587fc42b1d1d58 /* SwSolverKernel.h */, + FFFD2b1d1dc07fc42b1d1dc0 /* TripletScheduler.h */, + FFFD2b1d1e287fc42b1d1e28 /* Vec4T.h */, + FFFD2b1d1e907fc42b1d1e90 /* Allocator.cpp */, + FFFD2b1d1ef87fc42b1d1ef8 /* Factory.cpp */, + FFFD2b1d1f607fc42b1d1f60 /* PhaseConfig.cpp */, + FFFD2b1d1fc87fc42b1d1fc8 /* SwCloth.cpp */, + FFFD2b1d20307fc42b1d2030 /* SwClothData.cpp */, + FFFD2b1d20987fc42b1d2098 /* SwCollision.cpp */, + FFFD2b1d21007fc42b1d2100 /* SwFabric.cpp */, + FFFD2b1d21687fc42b1d2168 /* SwFactory.cpp */, + FFFD2b1d21d07fc42b1d21d0 /* SwInterCollision.cpp */, + FFFD2b1d22387fc42b1d2238 /* SwSelfCollision.cpp */, + FFFD2b1d22a07fc42b1d22a0 /* SwSolver.cpp */, + FFFD2b1d23087fc42b1d2308 /* SwSolverKernel.cpp */, + FFFD2b1d23707fc42b1d2370 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB7271ee907f9e7271ee90 /* LowLevelParticles */ = { + FFFB2d1093507fc42d109350 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFB727212f07f9e727212f0 /* include */, - FFFB727213187f9e72721318 /* src */, + FFFB2d10b2307fc42d10b230 /* include */, + FFFB2d10b2587fc42d10b258 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFB727212f07f9e727212f0 /* include */ = { + FFFB2d10b2307fc42d10b230 /* include */ = { isa = PBXGroup; children = ( - FFFD730202007f9e73020200 /* PtBodyTransformVault.h */, - FFFD730202687f9e73020268 /* PtContext.h */, - FFFD730202d07f9e730202d0 /* PtGridCellVector.h */, - FFFD730203387f9e73020338 /* PtParticle.h */, - FFFD730203a07f9e730203a0 /* PtParticleContactManagerStream.h */, - FFFD730204087f9e73020408 /* PtParticleData.h */, - FFFD730204707f9e73020470 /* PtParticleShape.h */, - FFFD730204d87f9e730204d8 /* PtParticleSystemCore.h */, - FFFD730205407f9e73020540 /* PtParticleSystemFlags.h */, - FFFD730205a87f9e730205a8 /* PtParticleSystemSim.h */, + FFFD2d8040007fc42d804000 /* PtBodyTransformVault.h */, + FFFD2d8040687fc42d804068 /* PtContext.h */, + FFFD2d8040d07fc42d8040d0 /* PtGridCellVector.h */, + FFFD2d8041387fc42d804138 /* PtParticle.h */, + FFFD2d8041a07fc42d8041a0 /* PtParticleContactManagerStream.h */, + FFFD2d8042087fc42d804208 /* PtParticleData.h */, + FFFD2d8042707fc42d804270 /* PtParticleShape.h */, + FFFD2d8042d87fc42d8042d8 /* PtParticleSystemCore.h */, + FFFD2d8043407fc42d804340 /* PtParticleSystemFlags.h */, + FFFD2d8043a87fc42d8043a8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB727213187f9e72721318 /* src */ = { + FFFB2d10b2587fc42d10b258 /* src */ = { isa = PBXGroup; children = ( - FFFD73032e007f9e73032e00 /* PtBatcher.h */, - FFFD73032e687f9e73032e68 /* PtCollision.h */, - FFFD73032ed07f9e73032ed0 /* PtCollisionData.h */, - FFFD73032f387f9e73032f38 /* PtCollisionHelper.h */, - FFFD73032fa07f9e73032fa0 /* PtCollisionMethods.h */, - FFFD730330087f9e73033008 /* PtCollisionParameters.h */, - FFFD730330707f9e73033070 /* PtConfig.h */, - FFFD730330d87f9e730330d8 /* PtConstants.h */, - FFFD730331407f9e73033140 /* PtContextCpu.h */, - FFFD730331a87f9e730331a8 /* PtDynamicHelper.h */, - FFFD730332107f9e73033210 /* PtDynamics.h */, - FFFD730332787f9e73033278 /* PtDynamicsKernels.h */, - FFFD730332e07f9e730332e0 /* PtDynamicsParameters.h */, - FFFD730333487f9e73033348 /* PtDynamicsTempBuffers.h */, - FFFD730333b07f9e730333b0 /* PtHeightFieldAabbTest.h */, - FFFD730334187f9e73033418 /* PtPacketSections.h */, - FFFD730334807f9e73033480 /* PtParticleCell.h */, - FFFD730334e87f9e730334e8 /* PtParticleOpcodeCache.h */, - FFFD730335507f9e73033550 /* PtParticleShapeCpu.h */, - FFFD730335b87f9e730335b8 /* PtParticleSystemSimCpu.h */, - FFFD730336207f9e73033620 /* PtSpatialHash.h */, - FFFD730336887f9e73033688 /* PtSpatialHashHelper.h */, - FFFD730336f07f9e730336f0 /* PtTwoWayData.h */, - FFFD730337587f9e73033758 /* PtBatcher.cpp */, - FFFD730337c07f9e730337c0 /* PtBodyTransformVault.cpp */, - FFFD730338287f9e73033828 /* PtCollision.cpp */, - FFFD730338907f9e73033890 /* PtCollisionBox.cpp */, - FFFD730338f87f9e730338f8 /* PtCollisionCapsule.cpp */, - FFFD730339607f9e73033960 /* PtCollisionConvex.cpp */, - FFFD730339c87f9e730339c8 /* PtCollisionMesh.cpp */, - FFFD73033a307f9e73033a30 /* PtCollisionPlane.cpp */, - FFFD73033a987f9e73033a98 /* PtCollisionSphere.cpp */, - FFFD73033b007f9e73033b00 /* PtContextCpu.cpp */, - FFFD73033b687f9e73033b68 /* PtDynamics.cpp */, - FFFD73033bd07f9e73033bd0 /* PtParticleData.cpp */, - FFFD73033c387f9e73033c38 /* PtParticleShapeCpu.cpp */, - FFFD73033ca07f9e73033ca0 /* PtParticleSystemSimCpu.cpp */, - FFFD73033d087f9e73033d08 /* PtSpatialHash.cpp */, - FFFD73033d707f9e73033d70 /* PtSpatialLocalHash.cpp */, + FFFD2d80a0007fc42d80a000 /* PtBatcher.h */, + FFFD2d80a0687fc42d80a068 /* PtCollision.h */, + FFFD2d80a0d07fc42d80a0d0 /* PtCollisionData.h */, + FFFD2d80a1387fc42d80a138 /* PtCollisionHelper.h */, + FFFD2d80a1a07fc42d80a1a0 /* PtCollisionMethods.h */, + FFFD2d80a2087fc42d80a208 /* PtCollisionParameters.h */, + FFFD2d80a2707fc42d80a270 /* PtConfig.h */, + FFFD2d80a2d87fc42d80a2d8 /* PtConstants.h */, + FFFD2d80a3407fc42d80a340 /* PtContextCpu.h */, + FFFD2d80a3a87fc42d80a3a8 /* PtDynamicHelper.h */, + FFFD2d80a4107fc42d80a410 /* PtDynamics.h */, + FFFD2d80a4787fc42d80a478 /* PtDynamicsKernels.h */, + FFFD2d80a4e07fc42d80a4e0 /* PtDynamicsParameters.h */, + FFFD2d80a5487fc42d80a548 /* PtDynamicsTempBuffers.h */, + FFFD2d80a5b07fc42d80a5b0 /* PtHeightFieldAabbTest.h */, + FFFD2d80a6187fc42d80a618 /* PtPacketSections.h */, + FFFD2d80a6807fc42d80a680 /* PtParticleCell.h */, + FFFD2d80a6e87fc42d80a6e8 /* PtParticleOpcodeCache.h */, + FFFD2d80a7507fc42d80a750 /* PtParticleShapeCpu.h */, + FFFD2d80a7b87fc42d80a7b8 /* PtParticleSystemSimCpu.h */, + FFFD2d80a8207fc42d80a820 /* PtSpatialHash.h */, + FFFD2d80a8887fc42d80a888 /* PtSpatialHashHelper.h */, + FFFD2d80a8f07fc42d80a8f0 /* PtTwoWayData.h */, + FFFD2d80a9587fc42d80a958 /* PtBatcher.cpp */, + FFFD2d80a9c07fc42d80a9c0 /* PtBodyTransformVault.cpp */, + FFFD2d80aa287fc42d80aa28 /* PtCollision.cpp */, + FFFD2d80aa907fc42d80aa90 /* PtCollisionBox.cpp */, + FFFD2d80aaf87fc42d80aaf8 /* PtCollisionCapsule.cpp */, + FFFD2d80ab607fc42d80ab60 /* PtCollisionConvex.cpp */, + FFFD2d80abc87fc42d80abc8 /* PtCollisionMesh.cpp */, + FFFD2d80ac307fc42d80ac30 /* PtCollisionPlane.cpp */, + FFFD2d80ac987fc42d80ac98 /* PtCollisionSphere.cpp */, + FFFD2d80ad007fc42d80ad00 /* PtContextCpu.cpp */, + FFFD2d80ad687fc42d80ad68 /* PtDynamics.cpp */, + FFFD2d80add07fc42d80add0 /* PtParticleData.cpp */, + FFFD2d80ae387fc42d80ae38 /* PtParticleShapeCpu.cpp */, + FFFD2d80aea07fc42d80aea0 /* PtParticleSystemSimCpu.cpp */, + FFFD2d80af087fc42d80af08 /* PtSpatialHash.cpp */, + FFFD2d80af707fc42d80af70 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73a0e6407f9e73a0e640 /* PxTask */ = { + FFFB2b858e007fc42b858e00 /* PxTask */ = { isa = PBXGroup; children = ( - FFFB73a0e5d07f9e73a0e5d0 /* include */, - FFFB73a0e5f87f9e73a0e5f8 /* src */, + FFFB2b8591507fc42b859150 /* include */, + FFFB2b8591787fc42b859178 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFB73a0e5d07f9e73a0e5d0 /* include */ = { + FFFB2b8591507fc42b859150 /* include */ = { isa = PBXGroup; children = ( - FFFD73a0c3a07f9e73a0c3a0 /* PxCpuDispatcher.h */, - FFFD73a0c4087f9e73a0c408 /* PxGpuDispatcher.h */, - FFFD73a0c4707f9e73a0c470 /* PxGpuTask.h */, - FFFD73a0c4d87f9e73a0c4d8 /* PxTask.h */, - FFFD73a0c5407f9e73a0c540 /* PxTaskDefine.h */, - FFFD73a0c5a87f9e73a0c5a8 /* PxTaskManager.h */, + FFFD2b8529607fc42b852960 /* PxCpuDispatcher.h */, + FFFD2b8529c87fc42b8529c8 /* PxGpuDispatcher.h */, + FFFD2b852a307fc42b852a30 /* PxGpuTask.h */, + FFFD2b852a987fc42b852a98 /* PxTask.h */, + FFFD2b852b007fc42b852b00 /* PxTaskDefine.h */, + FFFD2b852b687fc42b852b68 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73a0e5f87f9e73a0e5f8 /* src */ = { + FFFB2b8591787fc42b859178 /* src */ = { isa = PBXGroup; children = ( - FFFD73a0c6a07f9e73a0c6a0 /* src/TaskManager.cpp */, + FFFD2b852c607fc42b852c60 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFB73c2e6e07f9e73c2e6e0 /* PsFastXml */ = { + FFFB2be271907fc42be27190 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFB73c2ec107f9e73c2ec10 /* include */, - FFFB73c2ec387f9e73c2ec38 /* src */, + FFFB2be279007fc42be27900 /* include */, + FFFB2be279287fc42be27928 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFB73c2ec107f9e73c2ec10 /* include */ = { + FFFB2be279007fc42be27900 /* include */ = { isa = PBXGroup; children = ( - FFFD73c2eda07f9e73c2eda0 /* PsFastXml.h */, + FFFD2be277707fc42be27770 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFB73c2ec387f9e73c2ec38 /* src */ = { + FFFB2be279287fc42be27928 /* src */ = { isa = PBXGroup; children = ( - FFFD73c2eea07f9e73c2eea0 /* PsFastXml.cpp */, + FFFD2be278907fc42be27890 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -4997,61 +4995,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFA73c41db07f9e73c41db0 /* PhysX */ = { + FFFA2be2bdd07fc42be2bdd0 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c41db07f9e73c41db0 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF62be2bdd07fc42be2bdd0 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF273c41db07f9e73c41db0, - FFF873c41db07f9e73c41db0, - FFFC73c41db07f9e73c41db0, + FFF22be2bdd07fc42be2bdd0, + FFF82be2bdd07fc42be2bdd0, + FFFC2be2bdd07fc42be2bdd0, ); buildRules = ( ); dependencies = ( - FFF473c586b07f9e73c586b0, /* LowLevel */ - FFF473c57aa07f9e73c57aa0, /* LowLevelAABB */ - FFF473c57b607f9e73c57b60, /* LowLevelCloth */ - FFF473c57b007f9e73c57b00, /* LowLevelDynamics */ - FFF473c5b4507f9e73c5b450, /* LowLevelParticles */ - FFF473c5b1d07f9e73c5b1d0, /* PhysXCommon */ - FFF473a316607f9e73a31660, /* PxFoundation */ - FFF473c497b07f9e73c497b0, /* PxPvdSDK */ - FFF473c5b5407f9e73c5b540, /* PxTask */ - FFF473c5b4b07f9e73c5b4b0, /* SceneQuery */ - FFF473c5b5107f9e73c5b510, /* SimulationController */ + FFF42be1c2f07fc42be1c2f0, /* LowLevel */ + FFF42be305607fc42be30560, /* LowLevelAABB */ + FFF42be381207fc42be38120, /* LowLevelCloth */ + FFF42be305c07fc42be305c0, /* LowLevelDynamics */ + FFF42be381807fc42be38180, /* LowLevelParticles */ + FFF42be1a9807fc42be1a980, /* PhysXCommon */ + FFF42be2c0c07fc42be2c0c0, /* PxFoundation */ + FFF42be2bd707fc42be2bd70, /* PxPvdSDK */ + FFF42be33fd07fc42be33fd0, /* PxTask */ + FFF42be33f407fc42be33f40, /* SceneQuery */ + FFF42be33fa07fc42be33fa0, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFD73c41db07f9e73c41db0 /* PhysX */; + productReference = FFFD2be2bdd07fc42be2bdd0 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFA73c577607f9e73c57760 /* PhysXCharacterKinematic */ = { + FFFA2be302307fc42be30230 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c577607f9e73c57760 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF62be302307fc42be30230 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF273c577607f9e73c57760, - FFF873c577607f9e73c57760, - FFFC73c577607f9e73c57760, + FFF22be302307fc42be30230, + FFF82be302307fc42be30230, + FFFC2be302307fc42be30230, ); buildRules = ( ); dependencies = ( - FFF473c5e8407f9e73c5e840, /* PhysXCommon */ - FFF473c5e3407f9e73c5e340, /* PhysXExtensions */ - FFF473c5e0d07f9e73c5e0d0, /* PxFoundation */ + FFF42be316a07fc42be316a0, /* PhysXCommon */ + FFF42be356807fc42be35680, /* PhysXExtensions */ + FFF42be347507fc42be34750, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFD73c577607f9e73c57760 /* PhysXCharacterKinematic */; + productReference = FFFD2be302307fc42be30230 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFA73c58db07f9e73c58db0 /* PhysXVehicle */ = { + FFFA2be373c07fc42be373c0 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c58db07f9e73c58db0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF62be373c07fc42be373c0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF273c58db07f9e73c58db0, - FFF873c58db07f9e73c58db0, - FFFC73c58db07f9e73c58db0, + FFF22be373c07fc42be373c0, + FFF82be373c07fc42be373c0, + FFFC2be373c07fc42be373c0, ); buildRules = ( ); @@ -5059,34 +5057,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFD73c58db07f9e73c58db0 /* PhysXVehicle */; + productReference = FFFD2be373c07fc42be373c0 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFA73c689b07f9e73c689b0 /* PhysXExtensions */ = { + FFFA2be415207fc42be41520 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c689b07f9e73c689b0 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF62be415207fc42be41520 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF273c689b07f9e73c689b0, - FFF873c689b07f9e73c689b0, - FFFC73c689b07f9e73c689b0, + FFF22be415207fc42be41520, + FFF82be415207fc42be41520, + FFFC2be415207fc42be41520, ); buildRules = ( ); dependencies = ( - FFF473c68e307f9e73c68e30, /* PsFastXml */ + FFF42be419a07fc42be419a0, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFD73c689b07f9e73c689b0 /* PhysXExtensions */; + productReference = FFFD2be415207fc42be41520 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFA73c7b3807f9e73c7b380 /* SceneQuery */ = { + FFFA2be53ef07fc42be53ef0 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c7b3807f9e73c7b380 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF62be53ef07fc42be53ef0 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF273c7b3807f9e73c7b380, - FFF873c7b3807f9e73c7b380, - FFFC73c7b3807f9e73c7b380, + FFF22be53ef07fc42be53ef0, + FFF82be53ef07fc42be53ef0, + FFFC2be53ef07fc42be53ef0, ); buildRules = ( ); @@ -5094,16 +5092,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFD73c7b3807f9e73c7b380 /* SceneQuery */; + productReference = FFFD2be53ef07fc42be53ef0 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFA73c7f9c07f9e73c7f9c0 /* SimulationController */ = { + FFFA2be585307fc42be58530 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c7f9c07f9e73c7f9c0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF62be585307fc42be58530 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF273c7f9c07f9e73c7f9c0, - FFF873c7f9c07f9e73c7f9c0, - FFFC73c7f9c07f9e73c7f9c0, + FFF22be585307fc42be58530, + FFF82be585307fc42be58530, + FFFC2be585307fc42be58530, ); buildRules = ( ); @@ -5111,54 +5109,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFD73c7f9c07f9e73c7f9c0 /* SimulationController */; + productReference = FFFD2be585307fc42be58530 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFA739200d07f9e739200d0 /* PhysXCooking */ = { + FFFA2be5ccd07fc42be5ccd0 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6739200d07f9e739200d0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF62be5ccd07fc42be5ccd0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2739200d07f9e739200d0, - FFF8739200d07f9e739200d0, - FFFC739200d07f9e739200d0, + FFF22be5ccd07fc42be5ccd0, + FFF82be5ccd07fc42be5ccd0, + FFFC2be5ccd07fc42be5ccd0, ); buildRules = ( ); dependencies = ( - FFF4739208307f9e73920830, /* PhysXCommon */ - FFF4739238207f9e73923820, /* PhysXExtensions */ - FFF47391ffa07f9e7391ffa0, /* PxFoundation */ + FFF42be665207fc42be66520, /* PhysXCommon */ + FFF42be664407fc42be66440, /* PhysXExtensions */ + FFF42be61c507fc42be61c50, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFD739200d07f9e739200d0 /* PhysXCooking */; + productReference = FFFD2be5ccd07fc42be5ccd0 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFA72097c207f9e72097c20 /* PhysXCommon */ = { + FFFA2b949d707fc42b949d70 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF672097c207f9e72097c20 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF62b949d707fc42b949d70 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF272097c207f9e72097c20, - FFF872097c207f9e72097c20, - FFFC72097c207f9e72097c20, + FFF22b949d707fc42b949d70, + FFF82b949d707fc42b949d70, + FFFC2b949d707fc42b949d70, ); buildRules = ( ); dependencies = ( - FFF4720902307f9e72090230, /* PxFoundation */ + FFF42b95b6107fc42b95b610, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFD72097c207f9e72097c20 /* PhysXCommon */; + productReference = FFFD2b949d707fc42b949d70 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFA720818007f9e72081800 /* PxFoundation */ = { + FFFA2b95e5907fc42b95e590 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6720818007f9e72081800 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF62b95e5907fc42b95e590 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2720818007f9e72081800, - FFF8720818007f9e72081800, - FFFC720818007f9e72081800, + FFF22b95e5907fc42b95e590, + FFF82b95e5907fc42b95e590, + FFFC2b95e5907fc42b95e590, ); buildRules = ( ); @@ -5166,34 +5164,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFD720818007f9e72081800 /* PxFoundation */; + productReference = FFFD2b95e5907fc42b95e590 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFA724339a07f9e724339a0 /* PxPvdSDK */ = { + FFFA2b8e87e07fc42b8e87e0 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6724339a07f9e724339a0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF62b8e87e07fc42b8e87e0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2724339a07f9e724339a0, - FFF8724339a07f9e724339a0, - FFFC724339a07f9e724339a0, + FFF22b8e87e07fc42b8e87e0, + FFF82b8e87e07fc42b8e87e0, + FFFC2b8e87e07fc42b8e87e0, ); buildRules = ( ); dependencies = ( - FFF47242db807f9e7242db80, /* PxFoundation */ + FFF42b8fa5707fc42b8fa570, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFD724339a07f9e724339a0 /* PxPvdSDK */; + productReference = FFFD2b8e87e07fc42b8e87e0 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFA72450a007f9e72450a00 /* LowLevel */ = { + FFFA2b9141107fc42b914110 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF672450a007f9e72450a00 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF62b9141107fc42b914110 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF272450a007f9e72450a00, - FFF872450a007f9e72450a00, - FFFC72450a007f9e72450a00, + FFF22b9141107fc42b914110, + FFF82b9141107fc42b914110, + FFFC2b9141107fc42b914110, ); buildRules = ( ); @@ -5201,16 +5199,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFD72450a007f9e72450a00 /* LowLevel */; + productReference = FFFD2b9141107fc42b914110 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFA723099707f9e72309970 /* LowLevelAABB */ = { + FFFA2bdf89e07fc42bdf89e0 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6723099707f9e72309970 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF62bdf89e07fc42bdf89e0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2723099707f9e72309970, - FFF8723099707f9e72309970, - FFFC723099707f9e72309970, + FFF22bdf89e07fc42bdf89e0, + FFF82bdf89e07fc42bdf89e0, + FFFC2bdf89e07fc42bdf89e0, ); buildRules = ( ); @@ -5218,16 +5216,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFD723099707f9e72309970 /* LowLevelAABB */; + productReference = FFFD2bdf89e07fc42bdf89e0 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFA726f79d07f9e726f79d0 /* LowLevelDynamics */ = { + FFFA2b8ca5207fc42b8ca520 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6726f79d07f9e726f79d0 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF62b8ca5207fc42b8ca520 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2726f79d07f9e726f79d0, - FFF8726f79d07f9e726f79d0, - FFFC726f79d07f9e726f79d0, + FFF22b8ca5207fc42b8ca520, + FFF82b8ca5207fc42b8ca520, + FFFC2b8ca5207fc42b8ca520, ); buildRules = ( ); @@ -5235,16 +5233,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFD726f79d07f9e726f79d0 /* LowLevelDynamics */; + productReference = FFFD2b8ca5207fc42b8ca520 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFA724846207f9e72484620 /* LowLevelCloth */ = { + FFFA2bf138507fc42bf13850 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6724846207f9e72484620 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF62bf138507fc42bf13850 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2724846207f9e72484620, - FFF8724846207f9e72484620, - FFFC724846207f9e72484620, + FFF22bf138507fc42bf13850, + FFF82bf138507fc42bf13850, + FFFC2bf138507fc42bf13850, ); buildRules = ( ); @@ -5252,16 +5250,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFD724846207f9e72484620 /* LowLevelCloth */; + productReference = FFFD2bf138507fc42bf13850 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFA7271ee907f9e7271ee90 /* LowLevelParticles */ = { + FFFA2d1093507fc42d109350 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF67271ee907f9e7271ee90 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF62d1093507fc42d109350 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF27271ee907f9e7271ee90, - FFF87271ee907f9e7271ee90, - FFFC7271ee907f9e7271ee90, + FFF22d1093507fc42d109350, + FFF82d1093507fc42d109350, + FFFC2d1093507fc42d109350, ); buildRules = ( ); @@ -5269,16 +5267,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFD7271ee907f9e7271ee90 /* LowLevelParticles */; + productReference = FFFD2d1093507fc42d109350 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFA73a0e6407f9e73a0e640 /* PxTask */ = { + FFFA2b858e007fc42b858e00 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673a0e6407f9e73a0e640 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF62b858e007fc42b858e00 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF273a0e6407f9e73a0e640, - FFF873a0e6407f9e73a0e640, - FFFC73a0e6407f9e73a0e640, + FFF22b858e007fc42b858e00, + FFF82b858e007fc42b858e00, + FFFC2b858e007fc42b858e00, ); buildRules = ( ); @@ -5286,16 +5284,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFD73a0e6407f9e73a0e640 /* PxTask */; + productReference = FFFD2b858e007fc42b858e00 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFA73c2e6e07f9e73c2e6e0 /* PsFastXml */ = { + FFFA2be271907fc42be27190 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF673c2e6e07f9e73c2e6e0 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF62be271907fc42be27190 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF273c2e6e07f9e73c2e6e0, - FFF873c2e6e07f9e73c2e6e0, - FFFC73c2e6e07f9e73c2e6e0, + FFF22be271907fc42be27190, + FFF82be271907fc42be27190, + FFFC2be271907fc42be27190, ); buildRules = ( ); @@ -5303,213 +5301,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFD73c2e6e07f9e73c2e6e0 /* PsFastXml */; + productReference = FFFD2be271907fc42be27190 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF673c41db07f9e73c41db0 = { + FFF62be2bdd07fc42be2bdd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77305b6007f9e7305b600, - FFF77305bcf07f9e7305bcf0, - FFF77305c3e07f9e7305c3e0, - FFF77305cad07f9e7305cad0, + FFF72c855c007fc42c855c00, + FFF72c8562f07fc42c8562f0, + FFF72c8569e07fc42c8569e0, + FFF72c8570d07fc42c8570d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF673c577607f9e73c57760 = { + FFF62be302307fc42be30230 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77305d2007f9e7305d200, - FFF77305d8f07f9e7305d8f0, - FFF77305dfe07f9e7305dfe0, - FFF77305e6d07f9e7305e6d0, + FFF72c8578007fc42c857800, + FFF72c857ef07fc42c857ef0, + FFF72c8585e07fc42c8585e0, + FFF72c858cd07fc42c858cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673c58db07f9e73c58db0 = { + FFF62be373c07fc42be373c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77305ee007f9e7305ee00, - FFF77305f4f07f9e7305f4f0, - FFF77305fbe07f9e7305fbe0, - FFF7730602d07f9e730602d0, + FFF72c8594007fc42c859400, + FFF72c859af07fc42c859af0, + FFF72c85a1e07fc42c85a1e0, + FFF72c85a8d07fc42c85a8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673c689b07f9e73c689b0 = { + FFF62be415207fc42be41520 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7730616007f9e73061600, - FFF773061cf07f9e73061cf0, - FFF7730623e07f9e730623e0, - FFF773062ad07f9e73062ad0, + FFF72c85b0007fc42c85b000, + FFF72c85b6f07fc42c85b6f0, + FFF72c85bde07fc42c85bde0, + FFF72c85c4d07fc42c85c4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673c7b3807f9e73c7b380 = { + FFF62be53ef07fc42be53ef0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7730632007f9e73063200, - FFF7730638f07f9e730638f0, - FFF773063fe07f9e73063fe0, - FFF7730646d07f9e730646d0, + FFF72c85cc007fc42c85cc00, + FFF72c85d2f07fc42c85d2f0, + FFF72c85d9e07fc42c85d9e0, + FFF72c85e0d07fc42c85e0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673c7f9c07f9e73c7f9c0 = { + FFF62be585307fc42be58530 = { isa = XCConfigurationList; buildConfigurations = ( - FFF773064e007f9e73064e00, - FFF7730654f07f9e730654f0, - FFF773065be07f9e73065be0, - FFF7730662d07f9e730662d0, + FFF72c85e8007fc42c85e800, + FFF72c85eef07fc42c85eef0, + FFF72c85f5e07fc42c85f5e0, + FFF72c85fcd07fc42c85fcd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6739200d07f9e739200d0 = { + FFF62be5ccd07fc42be5ccd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF773066a007f9e73066a00, - FFF7730670f07f9e730670f0, - FFF7730677e07f9e730677e0, - FFF773067ed07f9e73067ed0, + FFF72c8604007fc42c860400, + FFF72c860af07fc42c860af0, + FFF72c8611e07fc42c8611e0, + FFF72c8618d07fc42c8618d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF672097c207f9e72097c20 = { + FFF62b949d707fc42b949d70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7728110007f9e72811000, - FFF7728116f07f9e728116f0, - FFF772811de07f9e72811de0, - FFF7728124d07f9e728124d0, + FFF72b1a2e007fc42b1a2e00, + FFF72b1a34f07fc42b1a34f0, + FFF72b1a3be07fc42b1a3be0, + FFF72b1a42d07fc42b1a42d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6720818007f9e72081800 = { + FFF62b95e5907fc42b95e590 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7719a24007f9e719a2400, - FFF7719a2af07f9e719a2af0, - FFF7719a31e07f9e719a31e0, - FFF7719a38d07f9e719a38d0, + FFF72b1aa4007fc42b1aa400, + FFF72b1aaaf07fc42b1aaaf0, + FFF72b1ab1e07fc42b1ab1e0, + FFF72b1ab8d07fc42b1ab8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6724339a07f9e724339a0 = { + FFF62b8e87e07fc42b8e87e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77281a0007f9e7281a000, - FFF77281a6f07f9e7281a6f0, - FFF77281ade07f9e7281ade0, - FFF77281b4d07f9e7281b4d0, + FFF72c00de007fc42c00de00, + FFF72c00e4f07fc42c00e4f0, + FFF72c00ebe07fc42c00ebe0, + FFF72c00f2d07fc42c00f2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF672450a007f9e72450a00 = { + FFF62b9141107fc42b914110 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77282ca007f9e7282ca00, - FFF77282d0f07f9e7282d0f0, - FFF77282d7e07f9e7282d7e0, - FFF77282ded07f9e7282ded0, + FFF72b1c94007fc42b1c9400, + FFF72b1c9af07fc42b1c9af0, + FFF72b1ca1e07fc42b1ca1e0, + FFF72b1ca8d07fc42b1ca8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6723099707f9e72309970 = { + FFF62bdf89e07fc42bdf89e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7719b3e007f9e719b3e00, - FFF7719b44f07f9e719b44f0, - FFF7719b4be07f9e719b4be0, - FFF7719b52d07f9e719b52d0, + FFF72c828a007fc42c828a00, + FFF72c8290f07fc42c8290f0, + FFF72c8297e07fc42c8297e0, + FFF72c829ed07fc42c829ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6726f79d07f9e726f79d0 = { + FFF62b8ca5207fc42b8ca520 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7730298007f9e73029800, - FFF773029ef07f9e73029ef0, - FFF77302a5e07f9e7302a5e0, - FFF77302acd07f9e7302acd0, + FFF72c01c0007fc42c01c000, + FFF72c01c6f07fc42c01c6f0, + FFF72c01cde07fc42c01cde0, + FFF72c01d4d07fc42c01d4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6724846207f9e72484620 = { + FFF62bf138507fc42bf13850 = { isa = XCConfigurationList; buildConfigurations = ( - FFF772835c007f9e72835c00, - FFF7728362f07f9e728362f0, - FFF7728369e07f9e728369e0, - FFF7728370d07f9e728370d0, + FFF72b1d2e007fc42b1d2e00, + FFF72b1d34f07fc42b1d34f0, + FFF72b1d3be07fc42b1d3be0, + FFF72b1d42d07fc42b1d42d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF67271ee907f9e7271ee90 = { + FFF62d1093507fc42d109350 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7730348007f9e73034800, - FFF773034ef07f9e73034ef0, - FFF7730355e07f9e730355e0, - FFF773035cd07f9e73035cd0, + FFF72d80ba007fc42d80ba00, + FFF72d80c0f07fc42d80c0f0, + FFF72d80c7e07fc42d80c7e0, + FFF72d80ced07fc42d80ced0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673a0e6407f9e73a0e640 = { + FFF62b858e007fc42b858e00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7740086007f9e74008600, - FFF774008cf07f9e74008cf0, - FFF7740093e07f9e740093e0, - FFF774009ad07f9e74009ad0, + FFF72c0242007fc42c024200, + FFF72c0248f07fc42c0248f0, + FFF72c024fe07fc42c024fe0, + FFF72c0256d07fc42c0256d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF673c2e6e07f9e73c2e6e0 = { + FFF62be271907fc42be27190 = { isa = XCConfigurationList; buildConfigurations = ( - FFF77402e4007f9e7402e400, - FFF77402eaf07f9e7402eaf0, - FFF77402f1e07f9e7402f1e0, - FFF77402f8d07f9e7402f8d0, + FFF72c82fc007fc42c82fc00, + FFF72c8302f07fc42c8302f0, + FFF72c8309e07fc42c8309e0, + FFF72c8310d07fc42c8310d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF671482b107f9e71482b10 = { + FFF62ac7d1c07fc42ac7d1c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF37305b6007f9e7305b600 /* release */, - FFF37305bcf07f9e7305bcf0 /* debug */, - FFF37305c3e07f9e7305c3e0 /* checked */, - FFF37305cad07f9e7305cad0 /* profile */, + FFF32c855c007fc42c855c00 /* release */, + FFF32c8562f07fc42c8562f0 /* debug */, + FFF32c8569e07fc42c8569e0 /* checked */, + FFF32c8570d07fc42c8570d0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF77305b6007f9e7305b600 /* release */ = { + FFF72c855c007fc42c855c00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5539,7 +5537,7 @@ }; name = "release"; }; - FFF77305bcf07f9e7305bcf0 /* debug */ = { + FFF72c8562f07fc42c8562f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5569,7 +5567,7 @@ }; name = "debug"; }; - FFF77305c3e07f9e7305c3e0 /* checked */ = { + FFF72c8569e07fc42c8569e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5599,7 +5597,7 @@ }; name = "checked"; }; - FFF77305cad07f9e7305cad0 /* profile */ = { + FFF72c8570d07fc42c8570d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5629,7 +5627,7 @@ }; name = "profile"; }; - FFF77305d2007f9e7305d200 /* debug */ = { + FFF72c8578007fc42c857800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5659,7 +5657,7 @@ }; name = "debug"; }; - FFF77305d8f07f9e7305d8f0 /* checked */ = { + FFF72c857ef07fc42c857ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5689,7 +5687,7 @@ }; name = "checked"; }; - FFF77305dfe07f9e7305dfe0 /* profile */ = { + FFF72c8585e07fc42c8585e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5719,7 +5717,7 @@ }; name = "profile"; }; - FFF77305e6d07f9e7305e6d0 /* release */ = { + FFF72c858cd07fc42c858cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5749,7 +5747,7 @@ }; name = "release"; }; - FFF77305ee007f9e7305ee00 /* debug */ = { + FFF72c8594007fc42c859400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5779,7 +5777,7 @@ }; name = "debug"; }; - FFF77305f4f07f9e7305f4f0 /* checked */ = { + FFF72c859af07fc42c859af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5809,7 +5807,7 @@ }; name = "checked"; }; - FFF77305fbe07f9e7305fbe0 /* profile */ = { + FFF72c85a1e07fc42c85a1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5839,7 +5837,7 @@ }; name = "profile"; }; - FFF7730602d07f9e730602d0 /* release */ = { + FFF72c85a8d07fc42c85a8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5869,7 +5867,7 @@ }; name = "release"; }; - FFF7730616007f9e73061600 /* debug */ = { + FFF72c85b0007fc42c85b000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5877,7 +5875,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5899,7 +5897,7 @@ }; name = "debug"; }; - FFF773061cf07f9e73061cf0 /* checked */ = { + FFF72c85b6f07fc42c85b6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5907,7 +5905,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5929,7 +5927,7 @@ }; name = "checked"; }; - FFF7730623e07f9e730623e0 /* profile */ = { + FFF72c85bde07fc42c85bde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5937,7 +5935,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5959,7 +5957,7 @@ }; name = "profile"; }; - FFF773062ad07f9e73062ad0 /* release */ = { + FFF72c85c4d07fc42c85c4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5967,7 +5965,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5989,7 +5987,7 @@ }; name = "release"; }; - FFF7730632007f9e73063200 /* debug */ = { + FFF72c85cc007fc42c85cc00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6019,7 +6017,7 @@ }; name = "debug"; }; - FFF7730638f07f9e730638f0 /* checked */ = { + FFF72c85d2f07fc42c85d2f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6049,7 +6047,7 @@ }; name = "checked"; }; - FFF773063fe07f9e73063fe0 /* profile */ = { + FFF72c85d9e07fc42c85d9e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6079,7 +6077,7 @@ }; name = "profile"; }; - FFF7730646d07f9e730646d0 /* release */ = { + FFF72c85e0d07fc42c85e0d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6109,7 +6107,7 @@ }; name = "release"; }; - FFF773064e007f9e73064e00 /* debug */ = { + FFF72c85e8007fc42c85e800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6139,7 +6137,7 @@ }; name = "debug"; }; - FFF7730654f07f9e730654f0 /* checked */ = { + FFF72c85eef07fc42c85eef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6169,7 +6167,7 @@ }; name = "checked"; }; - FFF773065be07f9e73065be0 /* profile */ = { + FFF72c85f5e07fc42c85f5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6199,7 +6197,7 @@ }; name = "profile"; }; - FFF7730662d07f9e730662d0 /* release */ = { + FFF72c85fcd07fc42c85fcd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6229,7 +6227,7 @@ }; name = "release"; }; - FFF773066a007f9e73066a00 /* release */ = { + FFF72c8604007fc42c860400 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6259,7 +6257,7 @@ }; name = "release"; }; - FFF7730670f07f9e730670f0 /* debug */ = { + FFF72c860af07fc42c860af0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6289,7 +6287,7 @@ }; name = "debug"; }; - FFF7730677e07f9e730677e0 /* checked */ = { + FFF72c8611e07fc42c8611e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6319,7 +6317,7 @@ }; name = "checked"; }; - FFF773067ed07f9e73067ed0 /* profile */ = { + FFF72c8618d07fc42c8618d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6349,7 +6347,7 @@ }; name = "profile"; }; - FFF7728110007f9e72811000 /* release */ = { + FFF72b1a2e007fc42b1a2e00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6379,7 +6377,7 @@ }; name = "release"; }; - FFF7728116f07f9e728116f0 /* debug */ = { + FFF72b1a34f07fc42b1a34f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6409,7 +6407,7 @@ }; name = "debug"; }; - FFF772811de07f9e72811de0 /* checked */ = { + FFF72b1a3be07fc42b1a3be0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6439,7 +6437,7 @@ }; name = "checked"; }; - FFF7728124d07f9e728124d0 /* profile */ = { + FFF72b1a42d07fc42b1a42d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6469,7 +6467,7 @@ }; name = "profile"; }; - FFF7719a24007f9e719a2400 /* debug */ = { + FFF72b1aa4007fc42b1aa400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6499,7 +6497,7 @@ }; name = "debug"; }; - FFF7719a2af07f9e719a2af0 /* release */ = { + FFF72b1aaaf07fc42b1aaaf0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6529,7 +6527,7 @@ }; name = "release"; }; - FFF7719a31e07f9e719a31e0 /* checked */ = { + FFF72b1ab1e07fc42b1ab1e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6559,7 +6557,7 @@ }; name = "checked"; }; - FFF7719a38d07f9e719a38d0 /* profile */ = { + FFF72b1ab8d07fc42b1ab8d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6589,7 +6587,7 @@ }; name = "profile"; }; - FFF77281a0007f9e7281a000 /* debug */ = { + FFF72c00de007fc42c00de00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6619,7 +6617,7 @@ }; name = "debug"; }; - FFF77281a6f07f9e7281a6f0 /* release */ = { + FFF72c00e4f07fc42c00e4f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6649,7 +6647,7 @@ }; name = "release"; }; - FFF77281ade07f9e7281ade0 /* checked */ = { + FFF72c00ebe07fc42c00ebe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6679,7 +6677,7 @@ }; name = "checked"; }; - FFF77281b4d07f9e7281b4d0 /* profile */ = { + FFF72c00f2d07fc42c00f2d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6709,7 +6707,7 @@ }; name = "profile"; }; - FFF77282ca007f9e7282ca00 /* debug */ = { + FFF72b1c94007fc42b1c9400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6739,7 +6737,7 @@ }; name = "debug"; }; - FFF77282d0f07f9e7282d0f0 /* checked */ = { + FFF72b1c9af07fc42b1c9af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6769,7 +6767,7 @@ }; name = "checked"; }; - FFF77282d7e07f9e7282d7e0 /* profile */ = { + FFF72b1ca1e07fc42b1ca1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6799,7 +6797,7 @@ }; name = "profile"; }; - FFF77282ded07f9e7282ded0 /* release */ = { + FFF72b1ca8d07fc42b1ca8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6829,7 +6827,7 @@ }; name = "release"; }; - FFF7719b3e007f9e719b3e00 /* debug */ = { + FFF72c828a007fc42c828a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6859,7 +6857,7 @@ }; name = "debug"; }; - FFF7719b44f07f9e719b44f0 /* checked */ = { + FFF72c8290f07fc42c8290f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6889,7 +6887,7 @@ }; name = "checked"; }; - FFF7719b4be07f9e719b4be0 /* profile */ = { + FFF72c8297e07fc42c8297e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6919,7 +6917,7 @@ }; name = "profile"; }; - FFF7719b52d07f9e719b52d0 /* release */ = { + FFF72c829ed07fc42c829ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6949,7 +6947,7 @@ }; name = "release"; }; - FFF7730298007f9e73029800 /* debug */ = { + FFF72c01c0007fc42c01c000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6979,7 +6977,7 @@ }; name = "debug"; }; - FFF773029ef07f9e73029ef0 /* checked */ = { + FFF72c01c6f07fc42c01c6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7009,7 +7007,7 @@ }; name = "checked"; }; - FFF77302a5e07f9e7302a5e0 /* profile */ = { + FFF72c01cde07fc42c01cde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7039,7 +7037,7 @@ }; name = "profile"; }; - FFF77302acd07f9e7302acd0 /* release */ = { + FFF72c01d4d07fc42c01d4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7069,7 +7067,7 @@ }; name = "release"; }; - FFF772835c007f9e72835c00 /* debug */ = { + FFF72b1d2e007fc42b1d2e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7099,7 +7097,7 @@ }; name = "debug"; }; - FFF7728362f07f9e728362f0 /* checked */ = { + FFF72b1d34f07fc42b1d34f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7129,7 +7127,7 @@ }; name = "checked"; }; - FFF7728369e07f9e728369e0 /* profile */ = { + FFF72b1d3be07fc42b1d3be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7159,7 +7157,7 @@ }; name = "profile"; }; - FFF7728370d07f9e728370d0 /* release */ = { + FFF72b1d42d07fc42b1d42d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7189,7 +7187,7 @@ }; name = "release"; }; - FFF7730348007f9e73034800 /* debug */ = { + FFF72d80ba007fc42d80ba00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7219,7 +7217,7 @@ }; name = "debug"; }; - FFF773034ef07f9e73034ef0 /* checked */ = { + FFF72d80c0f07fc42d80c0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7249,7 +7247,7 @@ }; name = "checked"; }; - FFF7730355e07f9e730355e0 /* profile */ = { + FFF72d80c7e07fc42d80c7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7279,7 +7277,7 @@ }; name = "profile"; }; - FFF773035cd07f9e73035cd0 /* release */ = { + FFF72d80ced07fc42d80ced0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7309,7 +7307,7 @@ }; name = "release"; }; - FFF7740086007f9e74008600 /* debug */ = { + FFF72c0242007fc42c024200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7339,7 +7337,7 @@ }; name = "debug"; }; - FFF774008cf07f9e74008cf0 /* release */ = { + FFF72c0248f07fc42c0248f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7369,7 +7367,7 @@ }; name = "release"; }; - FFF7740093e07f9e740093e0 /* checked */ = { + FFF72c024fe07fc42c024fe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7399,7 +7397,7 @@ }; name = "checked"; }; - FFF774009ad07f9e74009ad0 /* profile */ = { + FFF72c0256d07fc42c0256d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7429,7 +7427,7 @@ }; name = "profile"; }; - FFF77402e4007f9e7402e400 /* debug */ = { + FFF72c82fc007fc42c82fc00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7459,7 +7457,7 @@ }; name = "debug"; }; - FFF77402eaf07f9e7402eaf0 /* release */ = { + FFF72c8302f07fc42c8302f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7489,7 +7487,7 @@ }; name = "release"; }; - FFF77402f1e07f9e7402f1e0 /* checked */ = { + FFF72c8309e07fc42c8309e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7519,7 +7517,7 @@ }; name = "checked"; }; - FFF77402f8d07f9e7402f8d0 /* profile */ = { + FFF72c8310d07fc42c8310d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7549,25 +7547,25 @@ }; name = "profile"; }; - FFF37305b6007f9e7305b600 /* release */ = { + FFF32c855c007fc42c855c00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF37305bcf07f9e7305bcf0 /* debug */ = { + FFF32c8562f07fc42c8562f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF37305c3e07f9e7305c3e0 /* checked */ = { + FFF32c8569e07fc42c8569e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF37305cad07f9e7305cad0 /* profile */ = { + FFF32c8570d07fc42c8570d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7576,34 +7574,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF971482b107f9e71482b10 /* Project object */ = { + FFF92ac7d1c07fc42ac7d1c0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF671482b107f9e71482b10 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF62ac7d1c07fc42ac7d1c0 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFB71482b787f9e71482b78 /* PhysX */; + mainGroup = FFFB2ac7d2287fc42ac7d228 /* PhysX */; targets = ( - FFFA73c41db07f9e73c41db0, - FFFA73c577607f9e73c57760, - FFFA73c58db07f9e73c58db0, - FFFA73c689b07f9e73c689b0, - FFFA73c7b3807f9e73c7b380, - FFFA73c7f9c07f9e73c7f9c0, - FFFA739200d07f9e739200d0, - FFFA72097c207f9e72097c20, - FFFA720818007f9e72081800, - FFFA724339a07f9e724339a0, - FFFA72450a007f9e72450a00, - FFFA723099707f9e72309970, - FFFA726f79d07f9e726f79d0, - FFFA724846207f9e72484620, - FFFA7271ee907f9e7271ee90, - FFFA73a0e6407f9e73a0e640, - FFFA73c2e6e07f9e73c2e6e0, + FFFA2be2bdd07fc42be2bdd0, + FFFA2be302307fc42be30230, + FFFA2be373c07fc42be373c0, + FFFA2be415207fc42be41520, + FFFA2be53ef07fc42be53ef0, + FFFA2be585307fc42be58530, + FFFA2be5ccd07fc42be5ccd0, + FFFA2b949d707fc42b949d70, + FFFA2b95e5907fc42b95e590, + FFFA2b8e87e07fc42b8e87e0, + FFFA2b9141107fc42b914110, + FFFA2bdf89e07fc42bdf89e0, + FFFA2b8ca5207fc42b8ca520, + FFFA2bf138507fc42bf13850, + FFFA2d1093507fc42d109350, + FFFA2b858e007fc42b858e00, + FFFA2be271907fc42be27190, ); }; /* End PBXProject section */ }; - rootObject = FFF971482b107f9e71482b10 /* Project object */; + rootObject = FFF92ac7d1c07fc42ac7d1c0 /* Project object */; } diff --git a/PhysX_3.4/Source/compiler/xcode_osx32/PhysX.xcodeproj/project.pbxproj b/PhysX_3.4/Source/compiler/xcode_osx32/PhysX.xcodeproj/project.pbxproj index a97596f3..819f503e 100644 --- a/PhysX_3.4/Source/compiler/xcode_osx32/PhysX.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Source/compiler/xcode_osx32/PhysX.xcodeproj/project.pbxproj @@ -7,223 +7,223 @@ objects = { /* Begin PBXBuildFile section of PhysX */ - FFFFdd8948207fb6dd894820 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDddc1ccb07fb6ddc1ccb0 /* SceneQuery */; }; - FFFFdd890b407fb6dd890b40 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDddc13ae07fb6ddc13ae0 /* SimulationController */; }; - FFFFda1f12387fb6da1f1238 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f12387fb6da1f1238 /* NpActor.cpp */; }; - FFFFda1f12a07fb6da1f12a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f12a07fb6da1f12a0 /* NpAggregate.cpp */; }; - FFFFda1f13087fb6da1f1308 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f13087fb6da1f1308 /* NpArticulation.cpp */; }; - FFFFda1f13707fb6da1f1370 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f13707fb6da1f1370 /* NpArticulationJoint.cpp */; }; - FFFFda1f13d87fb6da1f13d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f13d87fb6da1f13d8 /* NpArticulationLink.cpp */; }; - FFFFda1f14407fb6da1f1440 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f14407fb6da1f1440 /* NpBatchQuery.cpp */; }; - FFFFda1f14a87fb6da1f14a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f14a87fb6da1f14a8 /* NpConstraint.cpp */; }; - FFFFda1f15107fb6da1f1510 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f15107fb6da1f1510 /* NpFactory.cpp */; }; - FFFFda1f15787fb6da1f1578 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f15787fb6da1f1578 /* NpMaterial.cpp */; }; - FFFFda1f15e07fb6da1f15e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f15e07fb6da1f15e0 /* NpMetaData.cpp */; }; - FFFFda1f16487fb6da1f1648 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f16487fb6da1f1648 /* NpPhysics.cpp */; }; - FFFFda1f16b07fb6da1f16b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f16b07fb6da1f16b0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFFda1f17187fb6da1f1718 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f17187fb6da1f1718 /* NpReadCheck.cpp */; }; - FFFFda1f17807fb6da1f1780 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f17807fb6da1f1780 /* NpRigidDynamic.cpp */; }; - FFFFda1f17e87fb6da1f17e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f17e87fb6da1f17e8 /* NpRigidStatic.cpp */; }; - FFFFda1f18507fb6da1f1850 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f18507fb6da1f1850 /* NpScene.cpp */; }; - FFFFda1f18b87fb6da1f18b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f18b87fb6da1f18b8 /* NpSceneQueries.cpp */; }; - FFFFda1f19207fb6da1f1920 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f19207fb6da1f1920 /* NpSerializerAdapter.cpp */; }; - FFFFda1f19887fb6da1f1988 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f19887fb6da1f1988 /* NpShape.cpp */; }; - FFFFda1f19f07fb6da1f19f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f19f07fb6da1f19f0 /* NpShapeManager.cpp */; }; - FFFFda1f1a587fb6da1f1a58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1a587fb6da1f1a58 /* NpSpatialIndex.cpp */; }; - FFFFda1f1ac07fb6da1f1ac0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1ac07fb6da1f1ac0 /* NpVolumeCache.cpp */; }; - FFFFda1f1b287fb6da1f1b28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1b287fb6da1f1b28 /* NpWriteCheck.cpp */; }; - FFFFda1f1b907fb6da1f1b90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1b907fb6da1f1b90 /* PvdMetaDataPvdBinding.cpp */; }; - FFFFda1f1bf87fb6da1f1bf8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1bf87fb6da1f1bf8 /* PvdPhysicsClient.cpp */; }; - FFFFda1f1e007fb6da1f1e00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1e007fb6da1f1e00 /* particles/NpParticleFluid.cpp */; }; - FFFFda1f1e687fb6da1f1e68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f1e687fb6da1f1e68 /* particles/NpParticleSystem.cpp */; }; - FFFFda1f26207fb6da1f2620 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f26207fb6da1f2620 /* buffering/ScbActor.cpp */; }; - FFFFda1f26887fb6da1f2688 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f26887fb6da1f2688 /* buffering/ScbAggregate.cpp */; }; - FFFFda1f26f07fb6da1f26f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f26f07fb6da1f26f0 /* buffering/ScbBase.cpp */; }; - FFFFda1f27587fb6da1f2758 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f27587fb6da1f2758 /* buffering/ScbCloth.cpp */; }; - FFFFda1f27c07fb6da1f27c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f27c07fb6da1f27c0 /* buffering/ScbMetaData.cpp */; }; - FFFFda1f28287fb6da1f2828 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f28287fb6da1f2828 /* buffering/ScbParticleSystem.cpp */; }; - FFFFda1f28907fb6da1f2890 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f28907fb6da1f2890 /* buffering/ScbScene.cpp */; }; - FFFFda1f28f87fb6da1f28f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f28f87fb6da1f28f8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFFda1f29607fb6da1f2960 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f29607fb6da1f2960 /* buffering/ScbShape.cpp */; }; - FFFFda1f2b007fb6da1f2b00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f2b007fb6da1f2b00 /* cloth/NpCloth.cpp */; }; - FFFFda1f2b687fb6da1f2b68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f2b687fb6da1f2b68 /* cloth/NpClothFabric.cpp */; }; - FFFFda1f2bd07fb6da1f2bd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f2bd07fb6da1f2bd0 /* cloth/NpClothParticleData.cpp */; }; - FFFFda1f2c387fb6da1f2c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f2c387fb6da1f2c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFFda1ef7a87fb6da1ef7a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDda1ef7a87fb6da1ef7a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFFda1ef8107fb6da1ef810 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDda1ef8107fb6da1ef810 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF8144ef607f8a8144ef60 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD814803907f8a81480390 /* SceneQuery */; }; + FFFF814608807f8a81460880 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD81484a807f8a81484a80 /* SimulationController */; }; + FFFF8202a0387f8a8202a038 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a0387f8a8202a038 /* NpActor.cpp */; }; + FFFF8202a0a07f8a8202a0a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a0a07f8a8202a0a0 /* NpAggregate.cpp */; }; + FFFF8202a1087f8a8202a108 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a1087f8a8202a108 /* NpArticulation.cpp */; }; + FFFF8202a1707f8a8202a170 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a1707f8a8202a170 /* NpArticulationJoint.cpp */; }; + FFFF8202a1d87f8a8202a1d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a1d87f8a8202a1d8 /* NpArticulationLink.cpp */; }; + FFFF8202a2407f8a8202a240 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a2407f8a8202a240 /* NpBatchQuery.cpp */; }; + FFFF8202a2a87f8a8202a2a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a2a87f8a8202a2a8 /* NpConstraint.cpp */; }; + FFFF8202a3107f8a8202a310 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a3107f8a8202a310 /* NpFactory.cpp */; }; + FFFF8202a3787f8a8202a378 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a3787f8a8202a378 /* NpMaterial.cpp */; }; + FFFF8202a3e07f8a8202a3e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a3e07f8a8202a3e0 /* NpMetaData.cpp */; }; + FFFF8202a4487f8a8202a448 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a4487f8a8202a448 /* NpPhysics.cpp */; }; + FFFF8202a4b07f8a8202a4b0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a4b07f8a8202a4b0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF8202a5187f8a8202a518 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a5187f8a8202a518 /* NpReadCheck.cpp */; }; + FFFF8202a5807f8a8202a580 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a5807f8a8202a580 /* NpRigidDynamic.cpp */; }; + FFFF8202a5e87f8a8202a5e8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a5e87f8a8202a5e8 /* NpRigidStatic.cpp */; }; + FFFF8202a6507f8a8202a650 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a6507f8a8202a650 /* NpScene.cpp */; }; + FFFF8202a6b87f8a8202a6b8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a6b87f8a8202a6b8 /* NpSceneQueries.cpp */; }; + FFFF8202a7207f8a8202a720 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a7207f8a8202a720 /* NpSerializerAdapter.cpp */; }; + FFFF8202a7887f8a8202a788 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a7887f8a8202a788 /* NpShape.cpp */; }; + FFFF8202a7f07f8a8202a7f0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a7f07f8a8202a7f0 /* NpShapeManager.cpp */; }; + FFFF8202a8587f8a8202a858 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a8587f8a8202a858 /* NpSpatialIndex.cpp */; }; + FFFF8202a8c07f8a8202a8c0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a8c07f8a8202a8c0 /* NpVolumeCache.cpp */; }; + FFFF8202a9287f8a8202a928 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a9287f8a8202a928 /* NpWriteCheck.cpp */; }; + FFFF8202a9907f8a8202a990 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a9907f8a8202a990 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF8202a9f87f8a8202a9f8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202a9f87f8a8202a9f8 /* PvdPhysicsClient.cpp */; }; + FFFF8202ac007f8a8202ac00 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202ac007f8a8202ac00 /* particles/NpParticleFluid.cpp */; }; + FFFF8202ac687f8a8202ac68 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202ac687f8a8202ac68 /* particles/NpParticleSystem.cpp */; }; + FFFF8202b4207f8a8202b420 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b4207f8a8202b420 /* buffering/ScbActor.cpp */; }; + FFFF8202b4887f8a8202b488 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b4887f8a8202b488 /* buffering/ScbAggregate.cpp */; }; + FFFF8202b4f07f8a8202b4f0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b4f07f8a8202b4f0 /* buffering/ScbBase.cpp */; }; + FFFF8202b5587f8a8202b558 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b5587f8a8202b558 /* buffering/ScbCloth.cpp */; }; + FFFF8202b5c07f8a8202b5c0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b5c07f8a8202b5c0 /* buffering/ScbMetaData.cpp */; }; + FFFF8202b6287f8a8202b628 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b6287f8a8202b628 /* buffering/ScbParticleSystem.cpp */; }; + FFFF8202b6907f8a8202b690 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b6907f8a8202b690 /* buffering/ScbScene.cpp */; }; + FFFF8202b6f87f8a8202b6f8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b6f87f8a8202b6f8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF8202b7607f8a8202b760 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b7607f8a8202b760 /* buffering/ScbShape.cpp */; }; + FFFF8202b9007f8a8202b900 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b9007f8a8202b900 /* cloth/NpCloth.cpp */; }; + FFFF8202b9687f8a8202b968 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b9687f8a8202b968 /* cloth/NpClothFabric.cpp */; }; + FFFF8202b9d07f8a8202b9d0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202b9d07f8a8202b9d0 /* cloth/NpClothParticleData.cpp */; }; + FFFF8202ba387f8a8202ba38 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202ba387f8a8202ba38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF820241a87f8a820241a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820241a87f8a820241a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF820242107f8a82024210 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820242107f8a82024210 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd887f107fb6dd887f10 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda1f04007fb6da1f0400 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f04687fb6da1f0468 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f04d07fb6da1f04d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f05387fb6da1f0538 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f05a07fb6da1f05a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f06087fb6da1f0608 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f06707fb6da1f0670 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f06d87fb6da1f06d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f07407fb6da1f0740 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f07a87fb6da1f07a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f08107fb6da1f0810 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f08787fb6da1f0878 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f08e07fb6da1f08e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f09487fb6da1f0948 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f09b07fb6da1f09b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0a187fb6da1f0a18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0a807fb6da1f0a80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0ae87fb6da1f0ae8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0b507fb6da1f0b50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0bb87fb6da1f0bb8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0c207fb6da1f0c20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0c887fb6da1f0c88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0cf07fb6da1f0cf0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0d587fb6da1f0d58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0dc07fb6da1f0dc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0e287fb6da1f0e28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0e907fb6da1f0e90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0ef87fb6da1f0ef8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0f607fb6da1f0f60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f0fc87fb6da1f0fc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f10307fb6da1f1030 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f10987fb6da1f1098 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f11007fb6da1f1100 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f11687fb6da1f1168 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f11d07fb6da1f11d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f12387fb6da1f1238 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f12a07fb6da1f12a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f13087fb6da1f1308 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f13707fb6da1f1370 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f13d87fb6da1f13d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f14407fb6da1f1440 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f14a87fb6da1f14a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f15107fb6da1f1510 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f15787fb6da1f1578 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f15e07fb6da1f15e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f16487fb6da1f1648 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f16b07fb6da1f16b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f17187fb6da1f1718 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f17807fb6da1f1780 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f17e87fb6da1f17e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f18507fb6da1f1850 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f18b87fb6da1f18b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f19207fb6da1f1920 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f19887fb6da1f1988 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f19f07fb6da1f19f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1a587fb6da1f1a58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1ac07fb6da1f1ac0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1b287fb6da1f1b28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1b907fb6da1f1b90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1bf87fb6da1f1bf8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1c607fb6da1f1c60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1cc87fb6da1f1cc8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1d307fb6da1f1d30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1d987fb6da1f1d98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1e007fb6da1f1e00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1e687fb6da1f1e68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1ed07fb6da1f1ed0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1f387fb6da1f1f38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f1fa07fb6da1f1fa0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f20087fb6da1f2008 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f20707fb6da1f2070 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f20d87fb6da1f20d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f21407fb6da1f2140 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f21a87fb6da1f21a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f22107fb6da1f2210 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f22787fb6da1f2278 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f22e07fb6da1f22e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f23487fb6da1f2348 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f23b07fb6da1f23b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f24187fb6da1f2418 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f24807fb6da1f2480 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f24e87fb6da1f24e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f25507fb6da1f2550 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f25b87fb6da1f25b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f26207fb6da1f2620 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f26887fb6da1f2688 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f26f07fb6da1f26f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f27587fb6da1f2758 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f27c07fb6da1f27c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f28287fb6da1f2828 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f28907fb6da1f2890 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f28f87fb6da1f28f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f29607fb6da1f2960 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f29c87fb6da1f29c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2a307fb6da1f2a30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2a987fb6da1f2a98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2b007fb6da1f2b00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2b687fb6da1f2b68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2bd07fb6da1f2bd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f2c387fb6da1f2c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec4007fb6da1ec400 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec4687fb6da1ec468 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec4d07fb6da1ec4d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec5387fb6da1ec538 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec5a07fb6da1ec5a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec6087fb6da1ec608 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec6707fb6da1ec670 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec6d87fb6da1ec6d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec7407fb6da1ec740 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec7a87fb6da1ec7a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec8107fb6da1ec810 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec8787fb6da1ec878 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec8e07fb6da1ec8e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec9487fb6da1ec948 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ec9b07fb6da1ec9b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1eca187fb6da1eca18 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1eca807fb6da1eca80 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecae87fb6da1ecae8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecb507fb6da1ecb50 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecbb87fb6da1ecbb8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecc207fb6da1ecc20 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecc887fb6da1ecc88 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1eccf07fb6da1eccf0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecd587fb6da1ecd58 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecdc07fb6da1ecdc0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ece287fb6da1ece28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ece907fb6da1ece90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecef87fb6da1ecef8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecf607fb6da1ecf60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ecfc87fb6da1ecfc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed0307fb6da1ed030 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed0987fb6da1ed098 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed1007fb6da1ed100 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed1687fb6da1ed168 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed1d07fb6da1ed1d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed2387fb6da1ed238 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed2a07fb6da1ed2a0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed3087fb6da1ed308 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed3707fb6da1ed370 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed3d87fb6da1ed3d8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed4407fb6da1ed440 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed4a87fb6da1ed4a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed5107fb6da1ed510 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed5787fb6da1ed578 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed5e07fb6da1ed5e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed6487fb6da1ed648 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed6b07fb6da1ed6b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed7187fb6da1ed718 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed7807fb6da1ed780 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed7e87fb6da1ed7e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed8507fb6da1ed850 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed8b87fb6da1ed8b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed9207fb6da1ed920 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ed9887fb6da1ed988 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef4007fb6da1ef400 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef4687fb6da1ef468 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef4d07fb6da1ef4d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef5387fb6da1ef538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef5a07fb6da1ef5a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef6087fb6da1ef608 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef6707fb6da1ef670 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef6d87fb6da1ef6d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef7407fb6da1ef740 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef7a87fb6da1ef7a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ef8107fb6da1ef810 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD814495b07f8a814495b0 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD820292007f8a82029200 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820292687f8a82029268 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD820292d07f8a820292d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD820293387f8a82029338 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD820293a07f8a820293a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820294087f8a82029408 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD820294707f8a82029470 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD820294d87f8a820294d8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD820295407f8a82029540 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD820295a87f8a820295a8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820296107f8a82029610 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD820296787f8a82029678 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD820296e07f8a820296e0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD820297487f8a82029748 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD820297b07f8a820297b0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820298187f8a82029818 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD820298807f8a82029880 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD820298e87f8a820298e8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD820299507f8a82029950 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD820299b87f8a820299b8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029a207f8a82029a20 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029a887f8a82029a88 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029af07f8a82029af0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029b587f8a82029b58 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029bc07f8a82029bc0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029c287f8a82029c28 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029c907f8a82029c90 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029cf87f8a82029cf8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029d607f8a82029d60 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029dc87f8a82029dc8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029e307f8a82029e30 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029e987f8a82029e98 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029f007f8a82029f00 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029f687f8a82029f68 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD82029fd07f8a82029fd0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202a0387f8a8202a038 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a0a07f8a8202a0a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a1087f8a8202a108 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a1707f8a8202a170 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a1d87f8a8202a1d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a2407f8a8202a240 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a2a87f8a8202a2a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a3107f8a8202a310 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a3787f8a8202a378 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a3e07f8a8202a3e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a4487f8a8202a448 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a4b07f8a8202a4b0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a5187f8a8202a518 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a5807f8a8202a580 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a5e87f8a8202a5e8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a6507f8a8202a650 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a6b87f8a8202a6b8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a7207f8a8202a720 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a7887f8a8202a788 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a7f07f8a8202a7f0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a8587f8a8202a858 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a8c07f8a8202a8c0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a9287f8a8202a928 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a9907f8a8202a990 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202a9f87f8a8202a9f8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202aa607f8a8202aa60 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202aac87f8a8202aac8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ab307f8a8202ab30 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ab987f8a8202ab98 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ac007f8a8202ac00 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202ac687f8a8202ac68 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202acd07f8a8202acd0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ad387f8a8202ad38 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ada07f8a8202ada0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ae087f8a8202ae08 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ae707f8a8202ae70 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202aed87f8a8202aed8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202af407f8a8202af40 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202afa87f8a8202afa8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b0107f8a8202b010 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b0787f8a8202b078 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b0e07f8a8202b0e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b1487f8a8202b148 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b1b07f8a8202b1b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b2187f8a8202b218 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b2807f8a8202b280 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b2e87f8a8202b2e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b3507f8a8202b350 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b3b87f8a8202b3b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b4207f8a8202b420 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b4887f8a8202b488 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b4f07f8a8202b4f0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b5587f8a8202b558 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b5c07f8a8202b5c0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b6287f8a8202b628 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b6907f8a8202b690 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b6f87f8a8202b6f8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b7607f8a8202b760 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b7c87f8a8202b7c8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b8307f8a8202b830 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b8987f8a8202b898 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202b9007f8a8202b900 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b9687f8a8202b968 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202b9d07f8a8202b9d0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202ba387f8a8202ba38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202bc007f8a8202bc00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bc687f8a8202bc68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bcd07f8a8202bcd0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bd387f8a8202bd38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bda07f8a8202bda0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202be087f8a8202be08 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202be707f8a8202be70 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bed87f8a8202bed8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bf407f8a8202bf40 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202bfa87f8a8202bfa8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c0107f8a8202c010 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c0787f8a8202c078 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c0e07f8a8202c0e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c1487f8a8202c148 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c1b07f8a8202c1b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c2187f8a8202c218 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c2807f8a8202c280 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c2e87f8a8202c2e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c3507f8a8202c350 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c3b87f8a8202c3b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c4207f8a8202c420 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c4887f8a8202c488 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c4f07f8a8202c4f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c5587f8a8202c558 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c5c07f8a8202c5c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c6287f8a8202c628 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c6907f8a8202c690 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c6f87f8a8202c6f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c7607f8a8202c760 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c7c87f8a8202c7c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c8307f8a8202c830 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c8987f8a8202c898 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c9007f8a8202c900 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c9687f8a8202c968 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202c9d07f8a8202c9d0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ca387f8a8202ca38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202caa07f8a8202caa0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cb087f8a8202cb08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cb707f8a8202cb70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cbd87f8a8202cbd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cc407f8a8202cc40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cca87f8a8202cca8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cd107f8a8202cd10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cd787f8a8202cd78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cde07f8a8202cde0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ce487f8a8202ce48 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202ceb07f8a8202ceb0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cf187f8a8202cf18 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cf807f8a8202cf80 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202cfe87f8a8202cfe8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d0507f8a8202d050 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d0b87f8a8202d0b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d1207f8a8202d120 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d1887f8a8202d188 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD82023e007f8a82023e00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD82023e687f8a82023e68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD82023ed07f8a82023ed0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD82023f387f8a82023f38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD82023fa07f8a82023fa0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240087f8a82024008 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240707f8a82024070 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD820240d87f8a820240d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820241407f8a82024140 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820241a87f8a820241a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820242107f8a82024210 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd887f107fb6dd887f10 /* Resources */ = { + FFF2814495b07f8a814495b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd887f107fb6dd887f10 /* Frameworks */ = { + FFFC814495b07f8a814495b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd887f107fb6dd887f10 /* Sources */ = { + FFF8814495b07f8a814495b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1f12387fb6da1f1238, - FFFFda1f12a07fb6da1f12a0, - FFFFda1f13087fb6da1f1308, - FFFFda1f13707fb6da1f1370, - FFFFda1f13d87fb6da1f13d8, - FFFFda1f14407fb6da1f1440, - FFFFda1f14a87fb6da1f14a8, - FFFFda1f15107fb6da1f1510, - FFFFda1f15787fb6da1f1578, - FFFFda1f15e07fb6da1f15e0, - FFFFda1f16487fb6da1f1648, - FFFFda1f16b07fb6da1f16b0, - FFFFda1f17187fb6da1f1718, - FFFFda1f17807fb6da1f1780, - FFFFda1f17e87fb6da1f17e8, - FFFFda1f18507fb6da1f1850, - FFFFda1f18b87fb6da1f18b8, - FFFFda1f19207fb6da1f1920, - FFFFda1f19887fb6da1f1988, - FFFFda1f19f07fb6da1f19f0, - FFFFda1f1a587fb6da1f1a58, - FFFFda1f1ac07fb6da1f1ac0, - FFFFda1f1b287fb6da1f1b28, - FFFFda1f1b907fb6da1f1b90, - FFFFda1f1bf87fb6da1f1bf8, - FFFFda1f1e007fb6da1f1e00, - FFFFda1f1e687fb6da1f1e68, - FFFFda1f26207fb6da1f2620, - FFFFda1f26887fb6da1f2688, - FFFFda1f26f07fb6da1f26f0, - FFFFda1f27587fb6da1f2758, - FFFFda1f27c07fb6da1f27c0, - FFFFda1f28287fb6da1f2828, - FFFFda1f28907fb6da1f2890, - FFFFda1f28f87fb6da1f28f8, - FFFFda1f29607fb6da1f2960, - FFFFda1f2b007fb6da1f2b00, - FFFFda1f2b687fb6da1f2b68, - FFFFda1f2bd07fb6da1f2bd0, - FFFFda1f2c387fb6da1f2c38, - FFFFda1ef7a87fb6da1ef7a8, - FFFFda1ef8107fb6da1ef810, + FFFF8202a0387f8a8202a038, + FFFF8202a0a07f8a8202a0a0, + FFFF8202a1087f8a8202a108, + FFFF8202a1707f8a8202a170, + FFFF8202a1d87f8a8202a1d8, + FFFF8202a2407f8a8202a240, + FFFF8202a2a87f8a8202a2a8, + FFFF8202a3107f8a8202a310, + FFFF8202a3787f8a8202a378, + FFFF8202a3e07f8a8202a3e0, + FFFF8202a4487f8a8202a448, + FFFF8202a4b07f8a8202a4b0, + FFFF8202a5187f8a8202a518, + FFFF8202a5807f8a8202a580, + FFFF8202a5e87f8a8202a5e8, + FFFF8202a6507f8a8202a650, + FFFF8202a6b87f8a8202a6b8, + FFFF8202a7207f8a8202a720, + FFFF8202a7887f8a8202a788, + FFFF8202a7f07f8a8202a7f0, + FFFF8202a8587f8a8202a858, + FFFF8202a8c07f8a8202a8c0, + FFFF8202a9287f8a8202a928, + FFFF8202a9907f8a8202a990, + FFFF8202a9f87f8a8202a9f8, + FFFF8202ac007f8a8202ac00, + FFFF8202ac687f8a8202ac68, + FFFF8202b4207f8a8202b420, + FFFF8202b4887f8a8202b488, + FFFF8202b4f07f8a8202b4f0, + FFFF8202b5587f8a8202b558, + FFFF8202b5c07f8a8202b5c0, + FFFF8202b6287f8a8202b628, + FFFF8202b6907f8a8202b690, + FFFF8202b6f87f8a8202b6f8, + FFFF8202b7607f8a8202b760, + FFFF8202b9007f8a8202b900, + FFFF8202b9687f8a8202b968, + FFFF8202b9d07f8a8202b9d0, + FFFF8202ba387f8a8202ba38, + FFFF820241a87f8a820241a8, + FFFF820242107f8a82024210, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dd8940707fb6dd894070 /* PBXTargetDependency */ = { + FFF4814601d07f8a814601d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAddb234007fb6ddb23400 /* LowLevel */; - targetProxy = FFF5ddb234007fb6ddb23400 /* PBXContainerItemProxy */; + target = FFFA810c34707f8a810c3470 /* LowLevel */; + targetProxy = FFF5810c34707f8a810c3470 /* PBXContainerItemProxy */; }; - FFF4dd8946a07fb6dd8946a0 /* PBXTargetDependency */ = { + FFF4814569507f8a81456950 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd82cb107fb6dd82cb10 /* LowLevelAABB */; - targetProxy = FFF5dd82cb107fb6dd82cb10 /* PBXContainerItemProxy */; + target = FFFA81149d807f8a81149d80 /* LowLevelAABB */; + targetProxy = FFF581149d807f8a81149d80 /* PBXContainerItemProxy */; }; - FFF4dd8947607fb6dd894760 /* PBXTargetDependency */ = { + FFF4814607d07f8a814607d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb20eea07fb6db20eea0 /* LowLevelCloth */; - targetProxy = FFF5db20eea07fb6db20eea0 /* PBXContainerItemProxy */; + target = FFFA816f83807f8a816f8380 /* LowLevelCloth */; + targetProxy = FFF5816f83807f8a816f8380 /* PBXContainerItemProxy */; }; - FFF4dd8947007fb6dd894700 /* PBXTargetDependency */ = { + FFF4814607707f8a81460770 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAddb3bf707fb6ddb3bf70 /* LowLevelDynamics */; - targetProxy = FFF5ddb3bf707fb6ddb3bf70 /* PBXContainerItemProxy */; + target = FFFA81432a807f8a81432a80 /* LowLevelDynamics */; + targetProxy = FFF581432a807f8a81432a80 /* PBXContainerItemProxy */; }; - FFF4dd8947c07fb6dd8947c0 /* PBXTargetDependency */ = { + FFF48144ef007f8a8144ef00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd8393607fb6dd839360 /* LowLevelParticles */; - targetProxy = FFF5dd8393607fb6dd839360 /* PBXContainerItemProxy */; + target = FFFA8172b0d07f8a8172b0d0 /* LowLevelParticles */; + targetProxy = FFF58172b0d07f8a8172b0d0 /* PBXContainerItemProxy */; }; - FFF4dd889d007fb6dd889d00 /* PBXTargetDependency */ = { + FFF48144b5907f8a8144b590 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb7eb4407fb6db7eb440 /* PhysXCommon */; - targetProxy = FFF5db7eb4407fb6db7eb440 /* PBXContainerItemProxy */; + target = FFFA810dc3907f8a810dc390 /* PhysXCommon */; + targetProxy = FFF5810dc3907f8a810dc390 /* PBXContainerItemProxy */; }; - FFF4dd8882307fb6dd888230 /* PBXTargetDependency */ = { + FFF4814498a07f8a814498a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb57a4207fb6db57a420 /* PxFoundation */; - targetProxy = FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */; + target = FFFA810edec07f8a810edec0 /* PxFoundation */; + targetProxy = FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */; }; - FFF4dd887ee07fb6dd887ee0 /* PBXTargetDependency */ = { + FFF4814495507f8a81449550 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd90c6e07fb6dd90c6e0 /* PxPvdSDK */; - targetProxy = FFF5dd90c6e07fb6dd90c6e0 /* PBXContainerItemProxy */; + target = FFFA81169e707f8a81169e70 /* PxPvdSDK */; + targetProxy = FFF581169e707f8a81169e70 /* PBXContainerItemProxy */; }; - FFF4dd890b707fb6dd890b70 /* PBXTargetDependency */ = { + FFF4814608b07f8a814608b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd9fb3bd07fb6d9fb3bd0 /* PxTask */; - targetProxy = FFF5d9fb3bd07fb6d9fb3bd0 /* PBXContainerItemProxy */; + target = FFFA811077f07f8a811077f0 /* PxTask */; + targetProxy = FFF5811077f07f8a811077f0 /* PBXContainerItemProxy */; }; - FFF4dd8948207fb6dd894820 /* PBXTargetDependency */ = { + FFF48144ef607f8a8144ef60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAddc1ccb07fb6ddc1ccb0 /* SceneQuery */; - targetProxy = FFF5ddc1ccb07fb6ddc1ccb0 /* PBXContainerItemProxy */; + target = FFFA814803907f8a81480390 /* SceneQuery */; + targetProxy = FFF5814803907f8a81480390 /* PBXContainerItemProxy */; }; - FFF4dd890b407fb6dd890b40 /* PBXTargetDependency */ = { + FFF4814608807f8a81460880 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAddc13ae07fb6ddc13ae0 /* SimulationController */; - targetProxy = FFF5ddc13ae07fb6ddc13ae0 /* PBXContainerItemProxy */; + target = FFFA81484a807f8a81484a80 /* SimulationController */; + targetProxy = FFF581484a807f8a81484a80 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFFdd8954307fb6dd895430 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdd8a34507fb6dd8a3450 /* PhysXExtensions */; }; - FFFFda1f34787fb6da1f3478 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f34787fb6da1f3478 /* CctBoxController.cpp */; }; - FFFFda1f34e07fb6da1f34e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f34e07fb6da1f34e0 /* CctCapsuleController.cpp */; }; - FFFFda1f35487fb6da1f3548 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f35487fb6da1f3548 /* CctCharacterController.cpp */; }; - FFFFda1f35b07fb6da1f35b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f35b07fb6da1f35b0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFFda1f36187fb6da1f3618 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f36187fb6da1f3618 /* CctCharacterControllerManager.cpp */; }; - FFFFda1f36807fb6da1f3680 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f36807fb6da1f3680 /* CctController.cpp */; }; - FFFFda1f36e87fb6da1f36e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f36e87fb6da1f36e8 /* CctObstacleContext.cpp */; }; - FFFFda1f37507fb6da1f3750 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f37507fb6da1f3750 /* CctSweptBox.cpp */; }; - FFFFda1f37b87fb6da1f37b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f37b87fb6da1f37b8 /* CctSweptCapsule.cpp */; }; - FFFFda1f38207fb6da1f3820 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f38207fb6da1f3820 /* CctSweptVolume.cpp */; }; + FFFF814622207f8a81462220 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD8146da607f8a8146da60 /* PhysXExtensions */; }; + FFFF8202d6787f8a8202d678 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d6787f8a8202d678 /* CctBoxController.cpp */; }; + FFFF8202d6e07f8a8202d6e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d6e07f8a8202d6e0 /* CctCapsuleController.cpp */; }; + FFFF8202d7487f8a8202d748 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d7487f8a8202d748 /* CctCharacterController.cpp */; }; + FFFF8202d7b07f8a8202d7b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d7b07f8a8202d7b0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF8202d8187f8a8202d818 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d8187f8a8202d818 /* CctCharacterControllerManager.cpp */; }; + FFFF8202d8807f8a8202d880 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d8807f8a8202d880 /* CctController.cpp */; }; + FFFF8202d8e87f8a8202d8e8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d8e87f8a8202d8e8 /* CctObstacleContext.cpp */; }; + FFFF8202d9507f8a8202d950 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d9507f8a8202d950 /* CctSweptBox.cpp */; }; + FFFF8202d9b87f8a8202d9b8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202d9b87f8a8202d9b8 /* CctSweptCapsule.cpp */; }; + FFFF8202da207f8a8202da20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8202da207f8a8202da20 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd8908407fb6dd890840 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdd897c707fb6dd897c70 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897cd87fb6dd897cd8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897d407fb6dd897d40 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897da87fb6dd897da8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897e107fb6dd897e10 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897e787fb6dd897e78 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897ee07fb6dd897ee0 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd897f487fb6dd897f48 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f30007fb6da1f3000 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f30687fb6da1f3068 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f30d07fb6da1f30d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f31387fb6da1f3138 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f31a07fb6da1f31a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f32087fb6da1f3208 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f32707fb6da1f3270 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f32d87fb6da1f32d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f33407fb6da1f3340 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f33a87fb6da1f33a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f34107fb6da1f3410 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f34787fb6da1f3478 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f34e07fb6da1f34e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f35487fb6da1f3548 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f35b07fb6da1f35b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f36187fb6da1f3618 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f36807fb6da1f3680 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f36e87fb6da1f36e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f37507fb6da1f3750 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f37b87fb6da1f37b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f38207fb6da1f3820 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8144ebc07f8a8144ebc0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD814639207f8a81463920 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD814639887f8a81463988 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD814639f07f8a814639f0 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD81463a587f8a81463a58 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD81463ac07f8a81463ac0 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD81463b287f8a81463b28 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD81463b907f8a81463b90 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD81463bf87f8a81463bf8 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d2007f8a8202d200 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d2687f8a8202d268 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d2d07f8a8202d2d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d3387f8a8202d338 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d3a07f8a8202d3a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d4087f8a8202d408 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d4707f8a8202d470 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d4d87f8a8202d4d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d5407f8a8202d540 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d5a87f8a8202d5a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d6107f8a8202d610 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202d6787f8a8202d678 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d6e07f8a8202d6e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d7487f8a8202d748 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d7b07f8a8202d7b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d8187f8a8202d818 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d8807f8a8202d880 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d8e87f8a8202d8e8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d9507f8a8202d950 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202d9b87f8a8202d9b8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8202da207f8a8202da20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd8908407fb6dd890840 /* Resources */ = { + FFF28144ebc07f8a8144ebc0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd8908407fb6dd890840 /* Frameworks */ = { + FFFC8144ebc07f8a8144ebc0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd8908407fb6dd890840 /* Sources */ = { + FFF88144ebc07f8a8144ebc0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1f34787fb6da1f3478, - FFFFda1f34e07fb6da1f34e0, - FFFFda1f35487fb6da1f3548, - FFFFda1f35b07fb6da1f35b0, - FFFFda1f36187fb6da1f3618, - FFFFda1f36807fb6da1f3680, - FFFFda1f36e87fb6da1f36e8, - FFFFda1f37507fb6da1f3750, - FFFFda1f37b87fb6da1f37b8, - FFFFda1f38207fb6da1f3820, + FFFF8202d6787f8a8202d678, + FFFF8202d6e07f8a8202d6e0, + FFFF8202d7487f8a8202d748, + FFFF8202d7b07f8a8202d7b0, + FFFF8202d8187f8a8202d818, + FFFF8202d8807f8a8202d880, + FFFF8202d8e87f8a8202d8e8, + FFFF8202d9507f8a8202d950, + FFFF8202d9b87f8a8202d9b8, + FFFF8202da207f8a8202da20, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dd8985007fb6dd898500 /* PBXTargetDependency */ = { + FFF4814577b07f8a814577b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb7eb4407fb6db7eb440 /* PhysXCommon */; - targetProxy = FFF5db7eb4407fb6db7eb440 /* PBXContainerItemProxy */; + target = FFFA810dc3907f8a810dc390 /* PhysXCommon */; + targetProxy = FFF5810dc3907f8a810dc390 /* PBXContainerItemProxy */; }; - FFF4dd8954307fb6dd895430 /* PBXTargetDependency */ = { + FFF4814622207f8a81462220 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd8a34507fb6dd8a3450 /* PhysXExtensions */; - targetProxy = FFF5dd8a34507fb6dd8a3450 /* PBXContainerItemProxy */; + target = FFFA8146da607f8a8146da60 /* PhysXExtensions */; + targetProxy = FFF58146da607f8a8146da60 /* PBXContainerItemProxy */; }; - FFF4dd8964507fb6dd896450 /* PBXTargetDependency */ = { + FFF4814636f07f8a814636f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb57a4207fb6db57a420 /* PxFoundation */; - targetProxy = FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */; + target = FFFA810edec07f8a810edec0 /* PxFoundation */; + targetProxy = FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFFda1f76087fb6da1f7608 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f76087fb6da1f7608 /* PxVehicleComponents.cpp */; }; - FFFFda1f76707fb6da1f7670 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f76707fb6da1f7670 /* PxVehicleDrive.cpp */; }; - FFFFda1f76d87fb6da1f76d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f76d87fb6da1f76d8 /* PxVehicleDrive4W.cpp */; }; - FFFFda1f77407fb6da1f7740 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f77407fb6da1f7740 /* PxVehicleDriveNW.cpp */; }; - FFFFda1f77a87fb6da1f77a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f77a87fb6da1f77a8 /* PxVehicleDriveTank.cpp */; }; - FFFFda1f78107fb6da1f7810 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f78107fb6da1f7810 /* PxVehicleMetaData.cpp */; }; - FFFFda1f78787fb6da1f7878 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f78787fb6da1f7878 /* PxVehicleNoDrive.cpp */; }; - FFFFda1f78e07fb6da1f78e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f78e07fb6da1f78e0 /* PxVehicleSDK.cpp */; }; - FFFFda1f79487fb6da1f7948 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f79487fb6da1f7948 /* PxVehicleSerialization.cpp */; }; - FFFFda1f79b07fb6da1f79b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f79b07fb6da1f79b0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFFda1f7a187fb6da1f7a18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7a187fb6da1f7a18 /* PxVehicleTireFriction.cpp */; }; - FFFFda1f7a807fb6da1f7a80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7a807fb6da1f7a80 /* PxVehicleUpdate.cpp */; }; - FFFFda1f7ae87fb6da1f7ae8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7ae87fb6da1f7ae8 /* PxVehicleWheels.cpp */; }; - FFFFda1f7b507fb6da1f7b50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7b507fb6da1f7b50 /* VehicleUtilControl.cpp */; }; - FFFFda1f7bb87fb6da1f7bb8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7bb87fb6da1f7bb8 /* VehicleUtilSetup.cpp */; }; - FFFFda1f7c207fb6da1f7c20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f7c207fb6da1f7c20 /* VehicleUtilTelemetry.cpp */; }; - FFFFdd8a39387fb6dd8a3938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDdd8a39387fb6dd8a3938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFFdd8a39a07fb6dd8a39a0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDdd8a39a07fb6dd8a39a0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF820318087f8a82031808 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820318087f8a82031808 /* PxVehicleComponents.cpp */; }; + FFFF820318707f8a82031870 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820318707f8a82031870 /* PxVehicleDrive.cpp */; }; + FFFF820318d87f8a820318d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820318d87f8a820318d8 /* PxVehicleDrive4W.cpp */; }; + FFFF820319407f8a82031940 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820319407f8a82031940 /* PxVehicleDriveNW.cpp */; }; + FFFF820319a87f8a820319a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820319a87f8a820319a8 /* PxVehicleDriveTank.cpp */; }; + FFFF82031a107f8a82031a10 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031a107f8a82031a10 /* PxVehicleMetaData.cpp */; }; + FFFF82031a787f8a82031a78 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031a787f8a82031a78 /* PxVehicleNoDrive.cpp */; }; + FFFF82031ae07f8a82031ae0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031ae07f8a82031ae0 /* PxVehicleSDK.cpp */; }; + FFFF82031b487f8a82031b48 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031b487f8a82031b48 /* PxVehicleSerialization.cpp */; }; + FFFF82031bb07f8a82031bb0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031bb07f8a82031bb0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF82031c187f8a82031c18 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031c187f8a82031c18 /* PxVehicleTireFriction.cpp */; }; + FFFF82031c807f8a82031c80 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031c807f8a82031c80 /* PxVehicleUpdate.cpp */; }; + FFFF82031ce87f8a82031ce8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031ce87f8a82031ce8 /* PxVehicleWheels.cpp */; }; + FFFF82031d507f8a82031d50 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031d507f8a82031d50 /* VehicleUtilControl.cpp */; }; + FFFF82031db87f8a82031db8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031db87f8a82031db8 /* VehicleUtilSetup.cpp */; }; + FFFF82031e207f8a82031e20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82031e207f8a82031e20 /* VehicleUtilTelemetry.cpp */; }; + FFFF8146f9387f8a8146f938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD8146f9387f8a8146f938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF8146f9a07f8a8146f9a0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD8146f9a07f8a8146f9a0 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd891e307fb6dd891e30 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda1f56007fb6da1f5600 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f56687fb6da1f5668 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f56d07fb6da1f56d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f57387fb6da1f5738 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f57a07fb6da1f57a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f58087fb6da1f5808 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f58707fb6da1f5870 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f58d87fb6da1f58d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f59407fb6da1f5940 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f59a87fb6da1f59a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f5a107fb6da1f5a10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f5a787fb6da1f5a78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f5ae07fb6da1f5ae0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f5b487fb6da1f5b48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f5bb07fb6da1f5bb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f74007fb6da1f7400 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f74687fb6da1f7468 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f74d07fb6da1f74d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f75387fb6da1f7538 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f75a07fb6da1f75a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f76087fb6da1f7608 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f76707fb6da1f7670 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f76d87fb6da1f76d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f77407fb6da1f7740 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f77a87fb6da1f77a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f78107fb6da1f7810 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f78787fb6da1f7878 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f78e07fb6da1f78e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f79487fb6da1f7948 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f79b07fb6da1f79b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7a187fb6da1f7a18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7a807fb6da1f7a80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7ae87fb6da1f7ae8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7b507fb6da1f7b50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7bb87fb6da1f7bb8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f7c207fb6da1f7c20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdd8a38007fb6dd8a3800 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd8a38687fb6dd8a3868 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd8a38d07fb6dd8a38d0 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd8a39387fb6dd8a3938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdd8a39a07fb6dd8a39a0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD814570a07f8a814570a0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8202f8007f8a8202f800 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202f8687f8a8202f868 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202f8d07f8a8202f8d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202f9387f8a8202f938 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202f9a07f8a8202f9a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fa087f8a8202fa08 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fa707f8a8202fa70 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fad87f8a8202fad8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fb407f8a8202fb40 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fba87f8a8202fba8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fc107f8a8202fc10 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fc787f8a8202fc78 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fce07f8a8202fce0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fd487f8a8202fd48 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8202fdb07f8a8202fdb0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD820316007f8a82031600 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD820316687f8a82031668 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD820316d07f8a820316d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD820317387f8a82031738 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820317a07f8a820317a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD820318087f8a82031808 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820318707f8a82031870 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820318d87f8a820318d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820319407f8a82031940 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820319a87f8a820319a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031a107f8a82031a10 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031a787f8a82031a78 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031ae07f8a82031ae0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031b487f8a82031b48 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031bb07f8a82031bb0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031c187f8a82031c18 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031c807f8a82031c80 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031ce87f8a82031ce8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031d507f8a82031d50 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031db87f8a82031db8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82031e207f8a82031e20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8146f8007f8a8146f800 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD8146f8687f8a8146f868 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8146f8d07f8a8146f8d0 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD8146f9387f8a8146f938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8146f9a07f8a8146f9a0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd891e307fb6dd891e30 /* Resources */ = { + FFF2814570a07f8a814570a0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd891e307fb6dd891e30 /* Frameworks */ = { + FFFC814570a07f8a814570a0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd891e307fb6dd891e30 /* Sources */ = { + FFF8814570a07f8a814570a0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1f76087fb6da1f7608, - FFFFda1f76707fb6da1f7670, - FFFFda1f76d87fb6da1f76d8, - FFFFda1f77407fb6da1f7740, - FFFFda1f77a87fb6da1f77a8, - FFFFda1f78107fb6da1f7810, - FFFFda1f78787fb6da1f7878, - FFFFda1f78e07fb6da1f78e0, - FFFFda1f79487fb6da1f7948, - FFFFda1f79b07fb6da1f79b0, - FFFFda1f7a187fb6da1f7a18, - FFFFda1f7a807fb6da1f7a80, - FFFFda1f7ae87fb6da1f7ae8, - FFFFda1f7b507fb6da1f7b50, - FFFFda1f7bb87fb6da1f7bb8, - FFFFda1f7c207fb6da1f7c20, - FFFFdd8a39387fb6dd8a3938, - FFFFdd8a39a07fb6dd8a39a0, + FFFF820318087f8a82031808, + FFFF820318707f8a82031870, + FFFF820318d87f8a820318d8, + FFFF820319407f8a82031940, + FFFF820319a87f8a820319a8, + FFFF82031a107f8a82031a10, + FFFF82031a787f8a82031a78, + FFFF82031ae07f8a82031ae0, + FFFF82031b487f8a82031b48, + FFFF82031bb07f8a82031bb0, + FFFF82031c187f8a82031c18, + FFFF82031c807f8a82031c80, + FFFF82031ce87f8a82031ce8, + FFFF82031d507f8a82031d50, + FFFF82031db87f8a82031db8, + FFFF82031e207f8a82031e20, + FFFF8146f9387f8a8146f938, + FFFF8146f9a07f8a8146f9a0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFFda1f9ce87fb6da1f9ce8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9ce87fb6da1f9ce8 /* ExtBroadPhase.cpp */; }; - FFFFda1f9d507fb6da1f9d50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9d507fb6da1f9d50 /* ExtClothFabricCooker.cpp */; }; - FFFFda1f9db87fb6da1f9db8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9db87fb6da1f9db8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFFda1f9e207fb6da1f9e20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9e207fb6da1f9e20 /* ExtClothMeshQuadifier.cpp */; }; - FFFFda1f9e887fb6da1f9e88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9e887fb6da1f9e88 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFFda1f9ef07fb6da1f9ef0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9ef07fb6da1f9ef0 /* ExtCollection.cpp */; }; - FFFFda1f9f587fb6da1f9f58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9f587fb6da1f9f58 /* ExtConvexMeshExt.cpp */; }; - FFFFda1f9fc07fb6da1f9fc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1f9fc07fb6da1f9fc0 /* ExtCpuWorkerThread.cpp */; }; - FFFFda1fa0287fb6da1fa028 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa0287fb6da1fa028 /* ExtD6Joint.cpp */; }; - FFFFda1fa0907fb6da1fa090 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa0907fb6da1fa090 /* ExtD6JointSolverPrep.cpp */; }; - FFFFda1fa0f87fb6da1fa0f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa0f87fb6da1fa0f8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFFda1fa1607fb6da1fa160 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa1607fb6da1fa160 /* ExtDefaultErrorCallback.cpp */; }; - FFFFda1fa1c87fb6da1fa1c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa1c87fb6da1fa1c8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFFda1fa2307fb6da1fa230 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa2307fb6da1fa230 /* ExtDefaultStreams.cpp */; }; - FFFFda1fa2987fb6da1fa298 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa2987fb6da1fa298 /* ExtDistanceJoint.cpp */; }; - FFFFda1fa3007fb6da1fa300 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa3007fb6da1fa300 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFFda1fa3687fb6da1fa368 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa3687fb6da1fa368 /* ExtExtensions.cpp */; }; - FFFFda1fa3d07fb6da1fa3d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa3d07fb6da1fa3d0 /* ExtFixedJoint.cpp */; }; - FFFFda1fa4387fb6da1fa438 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa4387fb6da1fa438 /* ExtFixedJointSolverPrep.cpp */; }; - FFFFda1fa4a07fb6da1fa4a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa4a07fb6da1fa4a0 /* ExtJoint.cpp */; }; - FFFFda1fa5087fb6da1fa508 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa5087fb6da1fa508 /* ExtMetaData.cpp */; }; - FFFFda1fa5707fb6da1fa570 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa5707fb6da1fa570 /* ExtParticleExt.cpp */; }; - FFFFda1fa5d87fb6da1fa5d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa5d87fb6da1fa5d8 /* ExtPrismaticJoint.cpp */; }; - FFFFda1fa6407fb6da1fa640 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa6407fb6da1fa640 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFFda1fa6a87fb6da1fa6a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa6a87fb6da1fa6a8 /* ExtPvd.cpp */; }; - FFFFda1fa7107fb6da1fa710 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa7107fb6da1fa710 /* ExtPxStringTable.cpp */; }; - FFFFda1fa7787fb6da1fa778 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa7787fb6da1fa778 /* ExtRaycastCCD.cpp */; }; - FFFFda1fa7e07fb6da1fa7e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa7e07fb6da1fa7e0 /* ExtRevoluteJoint.cpp */; }; - FFFFda1fa8487fb6da1fa848 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa8487fb6da1fa848 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFFda1fa8b07fb6da1fa8b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa8b07fb6da1fa8b0 /* ExtRigidBodyExt.cpp */; }; - FFFFda1fa9187fb6da1fa918 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa9187fb6da1fa918 /* ExtSceneQueryExt.cpp */; }; - FFFFda1fa9807fb6da1fa980 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa9807fb6da1fa980 /* ExtSimpleFactory.cpp */; }; - FFFFda1fa9e87fb6da1fa9e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fa9e87fb6da1fa9e8 /* ExtSmoothNormals.cpp */; }; - FFFFda1faa507fb6da1faa50 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1faa507fb6da1faa50 /* ExtSphericalJoint.cpp */; }; - FFFFda1faab87fb6da1faab8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1faab87fb6da1faab8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFFda1fab207fb6da1fab20 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1fab207fb6da1fab20 /* ExtTriangleMeshExt.cpp */; }; - FFFFda1fe0d07fb6da1fe0d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe0d07fb6da1fe0d0 /* SnSerialUtils.cpp */; }; - FFFFda1fe1387fb6da1fe138 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe1387fb6da1fe138 /* SnSerialization.cpp */; }; - FFFFda1fe1a07fb6da1fe1a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe1a07fb6da1fe1a0 /* SnSerializationRegistry.cpp */; }; - FFFFda1fe4e07fb6da1fe4e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe4e07fb6da1fe4e0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFFda1fe5487fb6da1fe548 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe5487fb6da1fe548 /* Binary/SnBinarySerialization.cpp */; }; - FFFFda1fe5b07fb6da1fe5b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe5b07fb6da1fe5b0 /* Binary/SnConvX.cpp */; }; - FFFFda1fe6187fb6da1fe618 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe6187fb6da1fe618 /* Binary/SnConvX_Align.cpp */; }; - FFFFda1fe6807fb6da1fe680 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe6807fb6da1fe680 /* Binary/SnConvX_Convert.cpp */; }; - FFFFda1fe6e87fb6da1fe6e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe6e87fb6da1fe6e8 /* Binary/SnConvX_Error.cpp */; }; - FFFFda1fe7507fb6da1fe750 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe7507fb6da1fe750 /* Binary/SnConvX_MetaData.cpp */; }; - FFFFda1fe7b87fb6da1fe7b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe7b87fb6da1fe7b8 /* Binary/SnConvX_Output.cpp */; }; - FFFFda1fe8207fb6da1fe820 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe8207fb6da1fe820 /* Binary/SnConvX_Union.cpp */; }; - FFFFda1fe8887fb6da1fe888 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1fe8887fb6da1fe888 /* Binary/SnSerializationContext.cpp */; }; - FFFFda1ff1e07fb6da1ff1e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1ff1e07fb6da1ff1e0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFFda1ff2487fb6da1ff248 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1ff2487fb6da1ff248 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFFda1ff2b07fb6da1ff2b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1ff2b07fb6da1ff2b0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFFda1ff3187fb6da1ff318 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDda1ff3187fb6da1ff318 /* Xml/SnXmlSerialization.cpp */; }; - FFFFda1fc0e07fb6da1fc0e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDda1fc0e07fb6da1fc0e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF82033ee87f8a82033ee8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82033ee87f8a82033ee8 /* ExtBroadPhase.cpp */; }; + FFFF82033f507f8a82033f50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82033f507f8a82033f50 /* ExtClothFabricCooker.cpp */; }; + FFFF82033fb87f8a82033fb8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82033fb87f8a82033fb8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF820340207f8a82034020 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820340207f8a82034020 /* ExtClothMeshQuadifier.cpp */; }; + FFFF820340887f8a82034088 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820340887f8a82034088 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF820340f07f8a820340f0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820340f07f8a820340f0 /* ExtCollection.cpp */; }; + FFFF820341587f8a82034158 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820341587f8a82034158 /* ExtConvexMeshExt.cpp */; }; + FFFF820341c07f8a820341c0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820341c07f8a820341c0 /* ExtCpuWorkerThread.cpp */; }; + FFFF820342287f8a82034228 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820342287f8a82034228 /* ExtD6Joint.cpp */; }; + FFFF820342907f8a82034290 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820342907f8a82034290 /* ExtD6JointSolverPrep.cpp */; }; + FFFF820342f87f8a820342f8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820342f87f8a820342f8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF820343607f8a82034360 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820343607f8a82034360 /* ExtDefaultErrorCallback.cpp */; }; + FFFF820343c87f8a820343c8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820343c87f8a820343c8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF820344307f8a82034430 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820344307f8a82034430 /* ExtDefaultStreams.cpp */; }; + FFFF820344987f8a82034498 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820344987f8a82034498 /* ExtDistanceJoint.cpp */; }; + FFFF820345007f8a82034500 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820345007f8a82034500 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF820345687f8a82034568 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820345687f8a82034568 /* ExtExtensions.cpp */; }; + FFFF820345d07f8a820345d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820345d07f8a820345d0 /* ExtFixedJoint.cpp */; }; + FFFF820346387f8a82034638 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820346387f8a82034638 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF820346a07f8a820346a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820346a07f8a820346a0 /* ExtJoint.cpp */; }; + FFFF820347087f8a82034708 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820347087f8a82034708 /* ExtMetaData.cpp */; }; + FFFF820347707f8a82034770 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820347707f8a82034770 /* ExtParticleExt.cpp */; }; + FFFF820347d87f8a820347d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820347d87f8a820347d8 /* ExtPrismaticJoint.cpp */; }; + FFFF820348407f8a82034840 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820348407f8a82034840 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF820348a87f8a820348a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820348a87f8a820348a8 /* ExtPvd.cpp */; }; + FFFF820349107f8a82034910 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820349107f8a82034910 /* ExtPxStringTable.cpp */; }; + FFFF820349787f8a82034978 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820349787f8a82034978 /* ExtRaycastCCD.cpp */; }; + FFFF820349e07f8a820349e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD820349e07f8a820349e0 /* ExtRevoluteJoint.cpp */; }; + FFFF82034a487f8a82034a48 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034a487f8a82034a48 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF82034ab07f8a82034ab0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034ab07f8a82034ab0 /* ExtRigidBodyExt.cpp */; }; + FFFF82034b187f8a82034b18 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034b187f8a82034b18 /* ExtSceneQueryExt.cpp */; }; + FFFF82034b807f8a82034b80 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034b807f8a82034b80 /* ExtSimpleFactory.cpp */; }; + FFFF82034be87f8a82034be8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034be87f8a82034be8 /* ExtSmoothNormals.cpp */; }; + FFFF82034c507f8a82034c50 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034c507f8a82034c50 /* ExtSphericalJoint.cpp */; }; + FFFF82034cb87f8a82034cb8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034cb87f8a82034cb8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF82034d207f8a82034d20 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82034d207f8a82034d20 /* ExtTriangleMeshExt.cpp */; }; + FFFF820374d07f8a820374d0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820374d07f8a820374d0 /* SnSerialUtils.cpp */; }; + FFFF820375387f8a82037538 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820375387f8a82037538 /* SnSerialization.cpp */; }; + FFFF820375a07f8a820375a0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820375a07f8a820375a0 /* SnSerializationRegistry.cpp */; }; + FFFF820378e07f8a820378e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820378e07f8a820378e0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF820379487f8a82037948 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820379487f8a82037948 /* Binary/SnBinarySerialization.cpp */; }; + FFFF820379b07f8a820379b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820379b07f8a820379b0 /* Binary/SnConvX.cpp */; }; + FFFF82037a187f8a82037a18 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037a187f8a82037a18 /* Binary/SnConvX_Align.cpp */; }; + FFFF82037a807f8a82037a80 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037a807f8a82037a80 /* Binary/SnConvX_Convert.cpp */; }; + FFFF82037ae87f8a82037ae8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037ae87f8a82037ae8 /* Binary/SnConvX_Error.cpp */; }; + FFFF82037b507f8a82037b50 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037b507f8a82037b50 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF82037bb87f8a82037bb8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037bb87f8a82037bb8 /* Binary/SnConvX_Output.cpp */; }; + FFFF82037c207f8a82037c20 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037c207f8a82037c20 /* Binary/SnConvX_Union.cpp */; }; + FFFF82037c887f8a82037c88 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD82037c887f8a82037c88 /* Binary/SnSerializationContext.cpp */; }; + FFFF820385e07f8a820385e0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820385e07f8a820385e0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF820386487f8a82038648 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820386487f8a82038648 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF820386b07f8a820386b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820386b07f8a820386b0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF820387187f8a82038718 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD820387187f8a82038718 /* Xml/SnXmlSerialization.cpp */; }; + FFFF820362e07f8a820362e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD820362e07f8a820362e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd8a34507fb6dd8a3450 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda1fac007fb6da1fac00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fac687fb6da1fac68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1facd07fb6da1facd0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fad387fb6da1fad38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fada07fb6da1fada0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fae087fb6da1fae08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fae707fb6da1fae70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1faed87fb6da1faed8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1faf407fb6da1faf40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fafa87fb6da1fafa8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb0107fb6da1fb010 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb0787fb6da1fb078 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb0e07fb6da1fb0e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb1487fb6da1fb148 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb1b07fb6da1fb1b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb2187fb6da1fb218 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb2807fb6da1fb280 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb2e87fb6da1fb2e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb3507fb6da1fb350 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb3b87fb6da1fb3b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb4207fb6da1fb420 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb4887fb6da1fb488 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb4f07fb6da1fb4f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb5587fb6da1fb558 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb5c07fb6da1fb5c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb6287fb6da1fb628 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb6907fb6da1fb690 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb6f87fb6da1fb6f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb7607fb6da1fb760 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb7c87fb6da1fb7c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb8307fb6da1fb830 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb8987fb6da1fb898 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb9007fb6da1fb900 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb9687fb6da1fb968 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fb9d07fb6da1fb9d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fba387fb6da1fba38 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbaa07fb6da1fbaa0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f96007fb6da1f9600 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f96687fb6da1f9668 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f96d07fb6da1f96d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f97387fb6da1f9738 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f97a07fb6da1f97a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f98087fb6da1f9808 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f98707fb6da1f9870 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f98d87fb6da1f98d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f99407fb6da1f9940 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f99a87fb6da1f99a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9a107fb6da1f9a10 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9a787fb6da1f9a78 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9ae07fb6da1f9ae0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9b487fb6da1f9b48 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9bb07fb6da1f9bb0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9c187fb6da1f9c18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9c807fb6da1f9c80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9ce87fb6da1f9ce8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9d507fb6da1f9d50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9db87fb6da1f9db8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9e207fb6da1f9e20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9e887fb6da1f9e88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9ef07fb6da1f9ef0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9f587fb6da1f9f58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1f9fc07fb6da1f9fc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa0287fb6da1fa028 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa0907fb6da1fa090 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa0f87fb6da1fa0f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa1607fb6da1fa160 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa1c87fb6da1fa1c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa2307fb6da1fa230 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa2987fb6da1fa298 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa3007fb6da1fa300 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa3687fb6da1fa368 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa3d07fb6da1fa3d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa4387fb6da1fa438 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa4a07fb6da1fa4a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa5087fb6da1fa508 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa5707fb6da1fa570 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa5d87fb6da1fa5d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa6407fb6da1fa640 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa6a87fb6da1fa6a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa7107fb6da1fa710 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa7787fb6da1fa778 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa7e07fb6da1fa7e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa8487fb6da1fa848 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa8b07fb6da1fa8b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa9187fb6da1fa918 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa9807fb6da1fa980 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fa9e87fb6da1fa9e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1faa507fb6da1faa50 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1faab87fb6da1faab8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fab207fb6da1fab20 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe0007fb6da1fe000 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe0687fb6da1fe068 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe0d07fb6da1fe0d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe1387fb6da1fe138 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe1a07fb6da1fe1a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe2087fb6da1fe208 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe2707fb6da1fe270 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe2d87fb6da1fe2d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe3407fb6da1fe340 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe3a87fb6da1fe3a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe4107fb6da1fe410 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe4787fb6da1fe478 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe4e07fb6da1fe4e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe5487fb6da1fe548 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe5b07fb6da1fe5b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe6187fb6da1fe618 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe6807fb6da1fe680 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe6e87fb6da1fe6e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe7507fb6da1fe750 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe7b87fb6da1fe7b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe8207fb6da1fe820 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe8887fb6da1fe888 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe8f07fb6da1fe8f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe9587fb6da1fe958 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fe9c07fb6da1fe9c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fea287fb6da1fea28 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fea907fb6da1fea90 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1feaf87fb6da1feaf8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1feb607fb6da1feb60 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1febc87fb6da1febc8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fec307fb6da1fec30 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fec987fb6da1fec98 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fed007fb6da1fed00 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fed687fb6da1fed68 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fedd07fb6da1fedd0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fee387fb6da1fee38 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1feea07fb6da1feea0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fef087fb6da1fef08 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fef707fb6da1fef70 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fefd87fb6da1fefd8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff0407fb6da1ff040 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff0a87fb6da1ff0a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff1107fb6da1ff110 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff1787fb6da1ff178 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff1e07fb6da1ff1e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff2487fb6da1ff248 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff2b07fb6da1ff2b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff3187fb6da1ff318 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ff3807fb6da1ff380 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbc007fb6da1fbc00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbc687fb6da1fbc68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbcd07fb6da1fbcd0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbd387fb6da1fbd38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbda07fb6da1fbda0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbe087fb6da1fbe08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbe707fb6da1fbe70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbed87fb6da1fbed8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbf407fb6da1fbf40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fbfa87fb6da1fbfa8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fc0107fb6da1fc010 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fc0787fb6da1fc078 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1fc0e07fb6da1fc0e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8146da607f8a8146da60 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD82034e007f8a82034e00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD82034e687f8a82034e68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82034ed07f8a82034ed0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD82034f387f8a82034f38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD82034fa07f8a82034fa0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD820350087f8a82035008 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD820350707f8a82035070 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820350d87f8a820350d8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820351407f8a82035140 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820351a87f8a820351a8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820352107f8a82035210 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820352787f8a82035278 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD820352e07f8a820352e0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820353487f8a82035348 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820353b07f8a820353b0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820354187f8a82035418 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820354807f8a82035480 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD820354e87f8a820354e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820355507f8a82035550 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820355b87f8a820355b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356207f8a82035620 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356887f8a82035688 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820356f07f8a820356f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820357587f8a82035758 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820357c07f8a820357c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358287f8a82035828 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358907f8a82035890 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820358f87f8a820358f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820359607f8a82035960 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820359c87f8a820359c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035a307f8a82035a30 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035a987f8a82035a98 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035b007f8a82035b00 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035b687f8a82035b68 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035bd07f8a82035bd0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035c387f8a82035c38 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035ca07f8a82035ca0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD820338007f8a82033800 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD820338687f8a82033868 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD820338d07f8a820338d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD820339387f8a82033938 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD820339a07f8a820339a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033a087f8a82033a08 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033a707f8a82033a70 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033ad87f8a82033ad8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033b407f8a82033b40 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033ba87f8a82033ba8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033c107f8a82033c10 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033c787f8a82033c78 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033ce07f8a82033ce0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033d487f8a82033d48 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033db07f8a82033db0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033e187f8a82033e18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033e807f8a82033e80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD82033ee87f8a82033ee8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82033f507f8a82033f50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82033fb87f8a82033fb8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820340207f8a82034020 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820340887f8a82034088 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820340f07f8a820340f0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820341587f8a82034158 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820341c07f8a820341c0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820342287f8a82034228 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820342907f8a82034290 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820342f87f8a820342f8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820343607f8a82034360 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820343c87f8a820343c8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820344307f8a82034430 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820344987f8a82034498 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820345007f8a82034500 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820345687f8a82034568 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820345d07f8a820345d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820346387f8a82034638 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820346a07f8a820346a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820347087f8a82034708 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820347707f8a82034770 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820347d87f8a820347d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820348407f8a82034840 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820348a87f8a820348a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820349107f8a82034910 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820349787f8a82034978 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820349e07f8a820349e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034a487f8a82034a48 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034ab07f8a82034ab0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034b187f8a82034b18 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034b807f8a82034b80 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034be87f8a82034be8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034c507f8a82034c50 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034cb87f8a82034cb8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82034d207f8a82034d20 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820374007f8a82037400 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD820374687f8a82037468 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD820374d07f8a820374d0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820375387f8a82037538 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820375a07f8a820375a0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820376087f8a82037608 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD820376707f8a82037670 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD820376d87f8a820376d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD820377407f8a82037740 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820377a87f8a820377a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD820378107f8a82037810 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD820378787f8a82037878 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD820378e07f8a820378e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820379487f8a82037948 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820379b07f8a820379b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037a187f8a82037a18 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037a807f8a82037a80 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037ae87f8a82037ae8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037b507f8a82037b50 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037bb87f8a82037bb8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037c207f8a82037c20 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037c887f8a82037c88 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82037cf07f8a82037cf0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037d587f8a82037d58 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037dc07f8a82037dc0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037e287f8a82037e28 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037e907f8a82037e90 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037ef87f8a82037ef8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037f607f8a82037f60 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD82037fc87f8a82037fc8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820380307f8a82038030 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820380987f8a82038098 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820381007f8a82038100 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820381687f8a82038168 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820381d07f8a820381d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD820382387f8a82038238 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD820382a07f8a820382a0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD820383087f8a82038308 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820383707f8a82038370 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD820383d87f8a820383d8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820384407f8a82038440 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD820384a87f8a820384a8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD820385107f8a82038510 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820385787f8a82038578 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD820385e07f8a820385e0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820386487f8a82038648 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820386b07f8a820386b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820387187f8a82038718 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820387807f8a82038780 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035e007f8a82035e00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035e687f8a82035e68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035ed07f8a82035ed0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035f387f8a82035f38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD82035fa07f8a82035fa0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820360087f8a82036008 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD820360707f8a82036070 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD820360d87f8a820360d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820361407f8a82036140 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD820361a87f8a820361a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD820362107f8a82036210 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820362787f8a82036278 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD820362e07f8a820362e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd8a34507fb6dd8a3450 /* Resources */ = { + FFF28146da607f8a8146da60 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd8a34507fb6dd8a3450 /* Frameworks */ = { + FFFC8146da607f8a8146da60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd8a34507fb6dd8a3450 /* Sources */ = { + FFF88146da607f8a8146da60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1f9ce87fb6da1f9ce8, - FFFFda1f9d507fb6da1f9d50, - FFFFda1f9db87fb6da1f9db8, - FFFFda1f9e207fb6da1f9e20, - FFFFda1f9e887fb6da1f9e88, - FFFFda1f9ef07fb6da1f9ef0, - FFFFda1f9f587fb6da1f9f58, - FFFFda1f9fc07fb6da1f9fc0, - FFFFda1fa0287fb6da1fa028, - FFFFda1fa0907fb6da1fa090, - FFFFda1fa0f87fb6da1fa0f8, - FFFFda1fa1607fb6da1fa160, - FFFFda1fa1c87fb6da1fa1c8, - FFFFda1fa2307fb6da1fa230, - FFFFda1fa2987fb6da1fa298, - FFFFda1fa3007fb6da1fa300, - FFFFda1fa3687fb6da1fa368, - FFFFda1fa3d07fb6da1fa3d0, - FFFFda1fa4387fb6da1fa438, - FFFFda1fa4a07fb6da1fa4a0, - FFFFda1fa5087fb6da1fa508, - FFFFda1fa5707fb6da1fa570, - FFFFda1fa5d87fb6da1fa5d8, - FFFFda1fa6407fb6da1fa640, - FFFFda1fa6a87fb6da1fa6a8, - FFFFda1fa7107fb6da1fa710, - FFFFda1fa7787fb6da1fa778, - FFFFda1fa7e07fb6da1fa7e0, - FFFFda1fa8487fb6da1fa848, - FFFFda1fa8b07fb6da1fa8b0, - FFFFda1fa9187fb6da1fa918, - FFFFda1fa9807fb6da1fa980, - FFFFda1fa9e87fb6da1fa9e8, - FFFFda1faa507fb6da1faa50, - FFFFda1faab87fb6da1faab8, - FFFFda1fab207fb6da1fab20, - FFFFda1fe0d07fb6da1fe0d0, - FFFFda1fe1387fb6da1fe138, - FFFFda1fe1a07fb6da1fe1a0, - FFFFda1fe4e07fb6da1fe4e0, - FFFFda1fe5487fb6da1fe548, - FFFFda1fe5b07fb6da1fe5b0, - FFFFda1fe6187fb6da1fe618, - FFFFda1fe6807fb6da1fe680, - FFFFda1fe6e87fb6da1fe6e8, - FFFFda1fe7507fb6da1fe750, - FFFFda1fe7b87fb6da1fe7b8, - FFFFda1fe8207fb6da1fe820, - FFFFda1fe8887fb6da1fe888, - FFFFda1ff1e07fb6da1ff1e0, - FFFFda1ff2487fb6da1ff248, - FFFFda1ff2b07fb6da1ff2b0, - FFFFda1ff3187fb6da1ff318, - FFFFda1fc0e07fb6da1fc0e0, + FFFF82033ee87f8a82033ee8, + FFFF82033f507f8a82033f50, + FFFF82033fb87f8a82033fb8, + FFFF820340207f8a82034020, + FFFF820340887f8a82034088, + FFFF820340f07f8a820340f0, + FFFF820341587f8a82034158, + FFFF820341c07f8a820341c0, + FFFF820342287f8a82034228, + FFFF820342907f8a82034290, + FFFF820342f87f8a820342f8, + FFFF820343607f8a82034360, + FFFF820343c87f8a820343c8, + FFFF820344307f8a82034430, + FFFF820344987f8a82034498, + FFFF820345007f8a82034500, + FFFF820345687f8a82034568, + FFFF820345d07f8a820345d0, + FFFF820346387f8a82034638, + FFFF820346a07f8a820346a0, + FFFF820347087f8a82034708, + FFFF820347707f8a82034770, + FFFF820347d87f8a820347d8, + FFFF820348407f8a82034840, + FFFF820348a87f8a820348a8, + FFFF820349107f8a82034910, + FFFF820349787f8a82034978, + FFFF820349e07f8a820349e0, + FFFF82034a487f8a82034a48, + FFFF82034ab07f8a82034ab0, + FFFF82034b187f8a82034b18, + FFFF82034b807f8a82034b80, + FFFF82034be87f8a82034be8, + FFFF82034c507f8a82034c50, + FFFF82034cb87f8a82034cb8, + FFFF82034d207f8a82034d20, + FFFF820374d07f8a820374d0, + FFFF820375387f8a82037538, + FFFF820375a07f8a820375a0, + FFFF820378e07f8a820378e0, + FFFF820379487f8a82037948, + FFFF820379b07f8a820379b0, + FFFF82037a187f8a82037a18, + FFFF82037a807f8a82037a80, + FFFF82037ae87f8a82037ae8, + FFFF82037b507f8a82037b50, + FFFF82037bb87f8a82037bb8, + FFFF82037c207f8a82037c20, + FFFF82037c887f8a82037c88, + FFFF820385e07f8a820385e0, + FFFF820386487f8a82038648, + FFFF820386b07f8a820386b0, + FFFF820387187f8a82038718, + FFFF820362e07f8a820362e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,56 +880,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dd8a14807fb6dd8a1480 /* PBXTargetDependency */ = { + FFF48146dee07f8a8146dee0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd8732407fb6dd873240 /* PsFastXml */; - targetProxy = FFF5dd8732407fb6dd873240 /* PBXContainerItemProxy */; + target = FFFA8145b5107f8a8145b510 /* PsFastXml */; + targetProxy = FFF58145b5107f8a8145b510 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFFda2020007fb6da202000 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2020007fb6da202000 /* SqAABBPruner.cpp */; }; - FFFFda2020687fb6da202068 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2020687fb6da202068 /* SqAABBTree.cpp */; }; - FFFFda2020d07fb6da2020d0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2020d07fb6da2020d0 /* SqAABBTreeUpdateMap.cpp */; }; - FFFFda2021387fb6da202138 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2021387fb6da202138 /* SqBounds.cpp */; }; - FFFFda2021a07fb6da2021a0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2021a07fb6da2021a0 /* SqBucketPruner.cpp */; }; - FFFFda2022087fb6da202208 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2022087fb6da202208 /* SqExtendedBucketPruner.cpp */; }; - FFFFda2022707fb6da202270 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2022707fb6da202270 /* SqMetaData.cpp */; }; - FFFFda2022d87fb6da2022d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2022d87fb6da2022d8 /* SqPruningPool.cpp */; }; - FFFFda2023407fb6da202340 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2023407fb6da202340 /* SqPruningStructure.cpp */; }; - FFFFda2023a87fb6da2023a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda2023a87fb6da2023a8 /* SqSceneQueryManager.cpp */; }; + FFFF8203c4007f8a8203c400 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c4007f8a8203c400 /* SqAABBPruner.cpp */; }; + FFFF8203c4687f8a8203c468 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c4687f8a8203c468 /* SqAABBTree.cpp */; }; + FFFF8203c4d07f8a8203c4d0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c4d07f8a8203c4d0 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF8203c5387f8a8203c538 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c5387f8a8203c538 /* SqBounds.cpp */; }; + FFFF8203c5a07f8a8203c5a0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c5a07f8a8203c5a0 /* SqBucketPruner.cpp */; }; + FFFF8203c6087f8a8203c608 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c6087f8a8203c608 /* SqExtendedBucketPruner.cpp */; }; + FFFF8203c6707f8a8203c670 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c6707f8a8203c670 /* SqMetaData.cpp */; }; + FFFF8203c6d87f8a8203c6d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c6d87f8a8203c6d8 /* SqPruningPool.cpp */; }; + FFFF8203c7407f8a8203c740 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c7407f8a8203c740 /* SqPruningStructure.cpp */; }; + FFFF8203c7a87f8a8203c7a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8203c7a87f8a8203c7a8 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDddc1ccb07fb6ddc1ccb0 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda2020007fb6da202000 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2020687fb6da202068 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2020d07fb6da2020d0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2021387fb6da202138 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2021a07fb6da2021a0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2022087fb6da202208 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2022707fb6da202270 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2022d87fb6da2022d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2023407fb6da202340 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2023a87fb6da2023a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda2024107fb6da202410 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2024787fb6da202478 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2024e07fb6da2024e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2025487fb6da202548 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2025b07fb6da2025b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2026187fb6da202618 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2026807fb6da202680 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2026e87fb6da2026e8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2027507fb6da202750 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda2027b87fb6da2027b8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFDddc119407fb6ddc11940 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDddc119a87fb6ddc119a8 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFDddc11a107fb6ddc11a10 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDddc11a787fb6ddc11a78 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD814803907f8a81480390 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8203c4007f8a8203c400 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c4687f8a8203c468 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c4d07f8a8203c4d0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c5387f8a8203c538 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c5a07f8a8203c5a0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c6087f8a8203c608 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c6707f8a8203c670 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c6d87f8a8203c6d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c7407f8a8203c740 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c7a87f8a8203c7a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8203c8107f8a8203c810 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203c8787f8a8203c878 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203c8e07f8a8203c8e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203c9487f8a8203c948 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203c9b07f8a8203c9b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ca187f8a8203ca18 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ca807f8a8203ca80 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203cae87f8a8203cae8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203cb507f8a8203cb50 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203cbb87f8a8203cbb8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD814847c07f8a814847c0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD814848287f8a81484828 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD814848907f8a81484890 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD814848f87f8a814848f8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2ddc1ccb07fb6ddc1ccb0 /* Resources */ = { + FFF2814803907f8a81480390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -939,7 +939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCddc1ccb07fb6ddc1ccb0 /* Frameworks */ = { + FFFC814803907f8a81480390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -949,20 +949,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8ddc1ccb07fb6ddc1ccb0 /* Sources */ = { + FFF8814803907f8a81480390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda2020007fb6da202000, - FFFFda2020687fb6da202068, - FFFFda2020d07fb6da2020d0, - FFFFda2021387fb6da202138, - FFFFda2021a07fb6da2021a0, - FFFFda2022087fb6da202208, - FFFFda2022707fb6da202270, - FFFFda2022d87fb6da2022d8, - FFFFda2023407fb6da202340, - FFFFda2023a87fb6da2023a8, + FFFF8203c4007f8a8203c400, + FFFF8203c4687f8a8203c468, + FFFF8203c4d07f8a8203c4d0, + FFFF8203c5387f8a8203c538, + FFFF8203c5a07f8a8203c5a0, + FFFF8203c6087f8a8203c608, + FFFF8203c6707f8a8203c670, + FFFF8203c6d87f8a8203c6d8, + FFFF8203c7407f8a8203c740, + FFFF8203c7a87f8a8203c7a8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -974,154 +974,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFFde0443d07fb6de0443d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0443d07fb6de0443d0 /* ScActorCore.cpp */; }; - FFFFde0444387fb6de044438 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0444387fb6de044438 /* ScActorSim.cpp */; }; - FFFFde0444a07fb6de0444a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0444a07fb6de0444a0 /* ScArticulationCore.cpp */; }; - FFFFde0445087fb6de044508 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0445087fb6de044508 /* ScArticulationJointCore.cpp */; }; - FFFFde0445707fb6de044570 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0445707fb6de044570 /* ScArticulationJointSim.cpp */; }; - FFFFde0445d87fb6de0445d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0445d87fb6de0445d8 /* ScArticulationSim.cpp */; }; - FFFFde0446407fb6de044640 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0446407fb6de044640 /* ScBodyCore.cpp */; }; - FFFFde0446a87fb6de0446a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0446a87fb6de0446a8 /* ScBodyCoreKinematic.cpp */; }; - FFFFde0447107fb6de044710 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0447107fb6de044710 /* ScBodySim.cpp */; }; - FFFFde0447787fb6de044778 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0447787fb6de044778 /* ScConstraintCore.cpp */; }; - FFFFde0447e07fb6de0447e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0447e07fb6de0447e0 /* ScConstraintGroupNode.cpp */; }; - FFFFde0448487fb6de044848 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0448487fb6de044848 /* ScConstraintInteraction.cpp */; }; - FFFFde0448b07fb6de0448b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0448b07fb6de0448b0 /* ScConstraintProjectionManager.cpp */; }; - FFFFde0449187fb6de044918 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0449187fb6de044918 /* ScConstraintProjectionTree.cpp */; }; - FFFFde0449807fb6de044980 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0449807fb6de044980 /* ScConstraintSim.cpp */; }; - FFFFde0449e87fb6de0449e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0449e87fb6de0449e8 /* ScElementInteractionMarker.cpp */; }; - FFFFde044a507fb6de044a50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044a507fb6de044a50 /* ScElementSim.cpp */; }; - FFFFde044ab87fb6de044ab8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044ab87fb6de044ab8 /* ScInteraction.cpp */; }; - FFFFde044b207fb6de044b20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044b207fb6de044b20 /* ScIterators.cpp */; }; - FFFFde044b887fb6de044b88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044b887fb6de044b88 /* ScMaterialCore.cpp */; }; - FFFFde044bf07fb6de044bf0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044bf07fb6de044bf0 /* ScMetaData.cpp */; }; - FFFFde044c587fb6de044c58 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044c587fb6de044c58 /* ScNPhaseCore.cpp */; }; - FFFFde044cc07fb6de044cc0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044cc07fb6de044cc0 /* ScPhysics.cpp */; }; - FFFFde044d287fb6de044d28 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044d287fb6de044d28 /* ScRigidCore.cpp */; }; - FFFFde044d907fb6de044d90 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044d907fb6de044d90 /* ScRigidSim.cpp */; }; - FFFFde044df87fb6de044df8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044df87fb6de044df8 /* ScScene.cpp */; }; - FFFFde044e607fb6de044e60 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044e607fb6de044e60 /* ScShapeCore.cpp */; }; - FFFFde044ec87fb6de044ec8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044ec87fb6de044ec8 /* ScShapeInteraction.cpp */; }; - FFFFde044f307fb6de044f30 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044f307fb6de044f30 /* ScShapeSim.cpp */; }; - FFFFde044f987fb6de044f98 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde044f987fb6de044f98 /* ScSimStats.cpp */; }; - FFFFde0450007fb6de045000 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0450007fb6de045000 /* ScSimulationController.cpp */; }; - FFFFde0450687fb6de045068 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0450687fb6de045068 /* ScSqBoundsManager.cpp */; }; - FFFFde0450d07fb6de0450d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0450d07fb6de0450d0 /* ScStaticCore.cpp */; }; - FFFFde0451387fb6de045138 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0451387fb6de045138 /* ScStaticSim.cpp */; }; - FFFFde0451a07fb6de0451a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0451a07fb6de0451a0 /* ScTriggerInteraction.cpp */; }; - FFFFde0453407fb6de045340 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0453407fb6de045340 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFFde0453a87fb6de0453a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0453a87fb6de0453a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFFde0454107fb6de045410 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0454107fb6de045410 /* particles/ScParticleSystemCore.cpp */; }; - FFFFde0454787fb6de045478 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0454787fb6de045478 /* particles/ScParticleSystemSim.cpp */; }; - FFFFde0455b07fb6de0455b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0455b07fb6de0455b0 /* cloth/ScClothCore.cpp */; }; - FFFFde0456187fb6de045618 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0456187fb6de045618 /* cloth/ScClothFabricCore.cpp */; }; - FFFFde0456807fb6de045680 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0456807fb6de045680 /* cloth/ScClothShape.cpp */; }; - FFFFde0456e87fb6de0456e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde0456e87fb6de0456e8 /* cloth/ScClothSim.cpp */; }; + FFFF81835bd07f8a81835bd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835bd07f8a81835bd0 /* ScActorCore.cpp */; }; + FFFF81835c387f8a81835c38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835c387f8a81835c38 /* ScActorSim.cpp */; }; + FFFF81835ca07f8a81835ca0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835ca07f8a81835ca0 /* ScArticulationCore.cpp */; }; + FFFF81835d087f8a81835d08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835d087f8a81835d08 /* ScArticulationJointCore.cpp */; }; + FFFF81835d707f8a81835d70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835d707f8a81835d70 /* ScArticulationJointSim.cpp */; }; + FFFF81835dd87f8a81835dd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835dd87f8a81835dd8 /* ScArticulationSim.cpp */; }; + FFFF81835e407f8a81835e40 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835e407f8a81835e40 /* ScBodyCore.cpp */; }; + FFFF81835ea87f8a81835ea8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835ea87f8a81835ea8 /* ScBodyCoreKinematic.cpp */; }; + FFFF81835f107f8a81835f10 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835f107f8a81835f10 /* ScBodySim.cpp */; }; + FFFF81835f787f8a81835f78 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835f787f8a81835f78 /* ScConstraintCore.cpp */; }; + FFFF81835fe07f8a81835fe0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81835fe07f8a81835fe0 /* ScConstraintGroupNode.cpp */; }; + FFFF818360487f8a81836048 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818360487f8a81836048 /* ScConstraintInteraction.cpp */; }; + FFFF818360b07f8a818360b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818360b07f8a818360b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF818361187f8a81836118 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818361187f8a81836118 /* ScConstraintProjectionTree.cpp */; }; + FFFF818361807f8a81836180 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818361807f8a81836180 /* ScConstraintSim.cpp */; }; + FFFF818361e87f8a818361e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818361e87f8a818361e8 /* ScElementInteractionMarker.cpp */; }; + FFFF818362507f8a81836250 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818362507f8a81836250 /* ScElementSim.cpp */; }; + FFFF818362b87f8a818362b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818362b87f8a818362b8 /* ScInteraction.cpp */; }; + FFFF818363207f8a81836320 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818363207f8a81836320 /* ScIterators.cpp */; }; + FFFF818363887f8a81836388 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818363887f8a81836388 /* ScMaterialCore.cpp */; }; + FFFF818363f07f8a818363f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818363f07f8a818363f0 /* ScMetaData.cpp */; }; + FFFF818364587f8a81836458 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818364587f8a81836458 /* ScNPhaseCore.cpp */; }; + FFFF818364c07f8a818364c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818364c07f8a818364c0 /* ScPhysics.cpp */; }; + FFFF818365287f8a81836528 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818365287f8a81836528 /* ScRigidCore.cpp */; }; + FFFF818365907f8a81836590 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818365907f8a81836590 /* ScRigidSim.cpp */; }; + FFFF818365f87f8a818365f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818365f87f8a818365f8 /* ScScene.cpp */; }; + FFFF818366607f8a81836660 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818366607f8a81836660 /* ScShapeCore.cpp */; }; + FFFF818366c87f8a818366c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818366c87f8a818366c8 /* ScShapeInteraction.cpp */; }; + FFFF818367307f8a81836730 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818367307f8a81836730 /* ScShapeSim.cpp */; }; + FFFF818367987f8a81836798 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818367987f8a81836798 /* ScSimStats.cpp */; }; + FFFF818368007f8a81836800 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818368007f8a81836800 /* ScSimulationController.cpp */; }; + FFFF818368687f8a81836868 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818368687f8a81836868 /* ScSqBoundsManager.cpp */; }; + FFFF818368d07f8a818368d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818368d07f8a818368d0 /* ScStaticCore.cpp */; }; + FFFF818369387f8a81836938 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818369387f8a81836938 /* ScStaticSim.cpp */; }; + FFFF818369a07f8a818369a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818369a07f8a818369a0 /* ScTriggerInteraction.cpp */; }; + FFFF81836b407f8a81836b40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836b407f8a81836b40 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF81836ba87f8a81836ba8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836ba87f8a81836ba8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF81836c107f8a81836c10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836c107f8a81836c10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF81836c787f8a81836c78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836c787f8a81836c78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF81836db07f8a81836db0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836db07f8a81836db0 /* cloth/ScClothCore.cpp */; }; + FFFF81836e187f8a81836e18 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836e187f8a81836e18 /* cloth/ScClothFabricCore.cpp */; }; + FFFF81836e807f8a81836e80 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836e807f8a81836e80 /* cloth/ScClothShape.cpp */; }; + FFFF81836ee87f8a81836ee8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81836ee87f8a81836ee8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDddc13ae07fb6ddc13ae0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda204a007fb6da204a00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204a687fb6da204a68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204ad07fb6da204ad0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204b387fb6da204b38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204ba07fb6da204ba0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204c087fb6da204c08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204c707fb6da204c70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204cd87fb6da204cd8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204d407fb6da204d40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204da87fb6da204da8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204e107fb6da204e10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204e787fb6da204e78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204ee07fb6da204ee0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204f487fb6da204f48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda204fb07fb6da204fb0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0436007fb6de043600 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0436687fb6de043668 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0436d07fb6de0436d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0437387fb6de043738 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0437a07fb6de0437a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0438087fb6de043808 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0438707fb6de043870 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0438d87fb6de0438d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0439407fb6de043940 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0439a87fb6de0439a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043a107fb6de043a10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043a787fb6de043a78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043ae07fb6de043ae0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043b487fb6de043b48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043bb07fb6de043bb0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043c187fb6de043c18 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043c807fb6de043c80 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043ce87fb6de043ce8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043d507fb6de043d50 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043db87fb6de043db8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043e207fb6de043e20 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043e887fb6de043e88 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043ef07fb6de043ef0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043f587fb6de043f58 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde043fc07fb6de043fc0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0440287fb6de044028 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0440907fb6de044090 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0440f87fb6de0440f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0441607fb6de044160 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0441c87fb6de0441c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0442307fb6de044230 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0442987fb6de044298 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0443007fb6de044300 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0443687fb6de044368 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0443d07fb6de0443d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0444387fb6de044438 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0444a07fb6de0444a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0445087fb6de044508 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0445707fb6de044570 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0445d87fb6de0445d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0446407fb6de044640 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0446a87fb6de0446a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0447107fb6de044710 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0447787fb6de044778 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0447e07fb6de0447e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0448487fb6de044848 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0448b07fb6de0448b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0449187fb6de044918 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0449807fb6de044980 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0449e87fb6de0449e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044a507fb6de044a50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044ab87fb6de044ab8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044b207fb6de044b20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044b887fb6de044b88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044bf07fb6de044bf0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044c587fb6de044c58 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044cc07fb6de044cc0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044d287fb6de044d28 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044d907fb6de044d90 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044df87fb6de044df8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044e607fb6de044e60 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044ec87fb6de044ec8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044f307fb6de044f30 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde044f987fb6de044f98 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0450007fb6de045000 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0450687fb6de045068 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0450d07fb6de0450d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0451387fb6de045138 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0451a07fb6de0451a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0452087fb6de045208 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0452707fb6de045270 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0452d87fb6de0452d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0453407fb6de045340 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0453a87fb6de0453a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0454107fb6de045410 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0454787fb6de045478 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0454e07fb6de0454e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0455487fb6de045548 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0455b07fb6de0455b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0456187fb6de045618 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0456807fb6de045680 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0456e87fb6de0456e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81484a807f8a81484a80 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8203ee007f8a8203ee00 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ee687f8a8203ee68 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203eed07f8a8203eed0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203ef387f8a8203ef38 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203efa07f8a8203efa0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f0087f8a8203f008 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f0707f8a8203f070 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f0d87f8a8203f0d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f1407f8a8203f140 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f1a87f8a8203f1a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f2107f8a8203f210 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f2787f8a8203f278 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f2e07f8a8203f2e0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f3487f8a8203f348 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8203f3b07f8a8203f3b0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD81834e007f8a81834e00 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD81834e687f8a81834e68 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD81834ed07f8a81834ed0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD81834f387f8a81834f38 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD81834fa07f8a81834fa0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818350087f8a81835008 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818350707f8a81835070 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818350d87f8a818350d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD818351407f8a81835140 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD818351a87f8a818351a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD818352107f8a81835210 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD818352787f8a81835278 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD818352e07f8a818352e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818353487f8a81835348 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD818353b07f8a818353b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD818354187f8a81835418 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD818354807f8a81835480 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818354e87f8a818354e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD818355507f8a81835550 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD818355b87f8a818355b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD818356207f8a81835620 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD818356887f8a81835688 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD818356f07f8a818356f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD818357587f8a81835758 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818357c07f8a818357c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD818358287f8a81835828 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818358907f8a81835890 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818358f87f8a818358f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD818359607f8a81835960 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD818359c87f8a818359c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD81835a307f8a81835a30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD81835a987f8a81835a98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD81835b007f8a81835b00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD81835b687f8a81835b68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD81835bd07f8a81835bd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835c387f8a81835c38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835ca07f8a81835ca0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835d087f8a81835d08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835d707f8a81835d70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835dd87f8a81835dd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835e407f8a81835e40 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835ea87f8a81835ea8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835f107f8a81835f10 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835f787f8a81835f78 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81835fe07f8a81835fe0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818360487f8a81836048 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818360b07f8a818360b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818361187f8a81836118 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818361807f8a81836180 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818361e87f8a818361e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818362507f8a81836250 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818362b87f8a818362b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818363207f8a81836320 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818363887f8a81836388 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818363f07f8a818363f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818364587f8a81836458 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818364c07f8a818364c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818365287f8a81836528 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818365907f8a81836590 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818365f87f8a818365f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818366607f8a81836660 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818366c87f8a818366c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818367307f8a81836730 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818367987f8a81836798 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818368007f8a81836800 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818368687f8a81836868 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818368d07f8a818368d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818369387f8a81836938 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818369a07f8a818369a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836a087f8a81836a08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD81836a707f8a81836a70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD81836ad87f8a81836ad8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD81836b407f8a81836b40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836ba87f8a81836ba8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836c107f8a81836c10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836c787f8a81836c78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836ce07f8a81836ce0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD81836d487f8a81836d48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD81836db07f8a81836db0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836e187f8a81836e18 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836e807f8a81836e80 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81836ee87f8a81836ee8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2ddc13ae07fb6ddc13ae0 /* Resources */ = { + FFF281484a807f8a81484a80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1131,7 +1131,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCddc13ae07fb6ddc13ae0 /* Frameworks */ = { + FFFC81484a807f8a81484a80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1141,53 +1141,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8ddc13ae07fb6ddc13ae0 /* Sources */ = { + FFF881484a807f8a81484a80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFde0443d07fb6de0443d0, - FFFFde0444387fb6de044438, - FFFFde0444a07fb6de0444a0, - FFFFde0445087fb6de044508, - FFFFde0445707fb6de044570, - FFFFde0445d87fb6de0445d8, - FFFFde0446407fb6de044640, - FFFFde0446a87fb6de0446a8, - FFFFde0447107fb6de044710, - FFFFde0447787fb6de044778, - FFFFde0447e07fb6de0447e0, - FFFFde0448487fb6de044848, - FFFFde0448b07fb6de0448b0, - FFFFde0449187fb6de044918, - FFFFde0449807fb6de044980, - FFFFde0449e87fb6de0449e8, - FFFFde044a507fb6de044a50, - FFFFde044ab87fb6de044ab8, - FFFFde044b207fb6de044b20, - FFFFde044b887fb6de044b88, - FFFFde044bf07fb6de044bf0, - FFFFde044c587fb6de044c58, - FFFFde044cc07fb6de044cc0, - FFFFde044d287fb6de044d28, - FFFFde044d907fb6de044d90, - FFFFde044df87fb6de044df8, - FFFFde044e607fb6de044e60, - FFFFde044ec87fb6de044ec8, - FFFFde044f307fb6de044f30, - FFFFde044f987fb6de044f98, - FFFFde0450007fb6de045000, - FFFFde0450687fb6de045068, - FFFFde0450d07fb6de0450d0, - FFFFde0451387fb6de045138, - FFFFde0451a07fb6de0451a0, - FFFFde0453407fb6de045340, - FFFFde0453a87fb6de0453a8, - FFFFde0454107fb6de045410, - FFFFde0454787fb6de045478, - FFFFde0455b07fb6de0455b0, - FFFFde0456187fb6de045618, - FFFFde0456807fb6de045680, - FFFFde0456e87fb6de0456e8, + FFFF81835bd07f8a81835bd0, + FFFF81835c387f8a81835c38, + FFFF81835ca07f8a81835ca0, + FFFF81835d087f8a81835d08, + FFFF81835d707f8a81835d70, + FFFF81835dd87f8a81835dd8, + FFFF81835e407f8a81835e40, + FFFF81835ea87f8a81835ea8, + FFFF81835f107f8a81835f10, + FFFF81835f787f8a81835f78, + FFFF81835fe07f8a81835fe0, + FFFF818360487f8a81836048, + FFFF818360b07f8a818360b0, + FFFF818361187f8a81836118, + FFFF818361807f8a81836180, + FFFF818361e87f8a818361e8, + FFFF818362507f8a81836250, + FFFF818362b87f8a818362b8, + FFFF818363207f8a81836320, + FFFF818363887f8a81836388, + FFFF818363f07f8a818363f0, + FFFF818364587f8a81836458, + FFFF818364c07f8a818364c0, + FFFF818365287f8a81836528, + FFFF818365907f8a81836590, + FFFF818365f87f8a818365f8, + FFFF818366607f8a81836660, + FFFF818366c87f8a818366c8, + FFFF818367307f8a81836730, + FFFF818367987f8a81836798, + FFFF818368007f8a81836800, + FFFF818368687f8a81836868, + FFFF818368d07f8a818368d0, + FFFF818369387f8a81836938, + FFFF818369a07f8a818369a0, + FFFF81836b407f8a81836b40, + FFFF81836ba87f8a81836ba8, + FFFF81836c107f8a81836c10, + FFFF81836c787f8a81836c78, + FFFF81836db07f8a81836db0, + FFFF81836e187f8a81836e18, + FFFF81836e807f8a81836e80, + FFFF81836ee87f8a81836ee8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,80 +1199,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFFddb675e07fb6ddb675e0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdd8a34507fb6dd8a3450 /* PhysXExtensions */; }; - FFFFde04a0007fb6de04a000 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a0007fb6de04a000 /* Adjacencies.cpp */; }; - FFFFde04a0687fb6de04a068 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a0687fb6de04a068 /* Cooking.cpp */; }; - FFFFde04a0d07fb6de04a0d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a0d07fb6de04a0d0 /* CookingUtils.cpp */; }; - FFFFde04a1387fb6de04a138 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a1387fb6de04a138 /* EdgeList.cpp */; }; - FFFFde04a1a07fb6de04a1a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a1a07fb6de04a1a0 /* MeshCleaner.cpp */; }; - FFFFde04a2087fb6de04a208 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a2087fb6de04a208 /* Quantizer.cpp */; }; - FFFFde04a4e07fb6de04a4e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a4e07fb6de04a4e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFFde04a5487fb6de04a548 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a5487fb6de04a548 /* mesh/HeightFieldCooking.cpp */; }; - FFFFde04a5b07fb6de04a5b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a5b07fb6de04a5b0 /* mesh/RTreeCooking.cpp */; }; - FFFFde04a6187fb6de04a618 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a6187fb6de04a618 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFFde04a8887fb6de04a888 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a8887fb6de04a888 /* convex/BigConvexDataBuilder.cpp */; }; - FFFFde04a8f07fb6de04a8f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a8f07fb6de04a8f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFFde04a9587fb6de04a958 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a9587fb6de04a958 /* convex/ConvexHullLib.cpp */; }; - FFFFde04a9c07fb6de04a9c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04a9c07fb6de04a9c0 /* convex/ConvexHullUtils.cpp */; }; - FFFFde04aa287fb6de04aa28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04aa287fb6de04aa28 /* convex/ConvexMeshBuilder.cpp */; }; - FFFFde04aa907fb6de04aa90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04aa907fb6de04aa90 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFFde04aaf87fb6de04aaf8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04aaf87fb6de04aaf8 /* convex/InflationConvexHullLib.cpp */; }; - FFFFde04ab607fb6de04ab60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04ab607fb6de04ab60 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFFde04abc87fb6de04abc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde04abc87fb6de04abc8 /* convex/VolumeIntegration.cpp */; }; + FFFF810608407f8a81060840 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD8146da607f8a8146da60 /* PhysXExtensions */; }; + FFFF8183b0007f8a8183b000 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b0007f8a8183b000 /* Adjacencies.cpp */; }; + FFFF8183b0687f8a8183b068 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b0687f8a8183b068 /* Cooking.cpp */; }; + FFFF8183b0d07f8a8183b0d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b0d07f8a8183b0d0 /* CookingUtils.cpp */; }; + FFFF8183b1387f8a8183b138 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b1387f8a8183b138 /* EdgeList.cpp */; }; + FFFF8183b1a07f8a8183b1a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b1a07f8a8183b1a0 /* MeshCleaner.cpp */; }; + FFFF8183b2087f8a8183b208 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b2087f8a8183b208 /* Quantizer.cpp */; }; + FFFF8183b4e07f8a8183b4e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b4e07f8a8183b4e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF8183b5487f8a8183b548 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b5487f8a8183b548 /* mesh/HeightFieldCooking.cpp */; }; + FFFF8183b5b07f8a8183b5b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b5b07f8a8183b5b0 /* mesh/RTreeCooking.cpp */; }; + FFFF8183b6187f8a8183b618 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b6187f8a8183b618 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF8183b8887f8a8183b888 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b8887f8a8183b888 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF8183b8f07f8a8183b8f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b8f07f8a8183b8f0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF8183b9587f8a8183b958 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b9587f8a8183b958 /* convex/ConvexHullLib.cpp */; }; + FFFF8183b9c07f8a8183b9c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183b9c07f8a8183b9c0 /* convex/ConvexHullUtils.cpp */; }; + FFFF8183ba287f8a8183ba28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183ba287f8a8183ba28 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF8183ba907f8a8183ba90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183ba907f8a8183ba90 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF8183baf87f8a8183baf8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183baf87f8a8183baf8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF8183bb607f8a8183bb60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183bb607f8a8183bb60 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF8183bbc87f8a8183bbc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8183bbc87f8a8183bbc8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDddb5e2507fb6ddb5e250 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDddb610e07fb6ddb610e0 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb611487fb6ddb61148 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb611b07fb6ddb611b0 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb612187fb6ddb61218 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb612807fb6ddb61280 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb612e87fb6ddb612e8 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb613507fb6ddb61350 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a0007fb6de04a000 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a0687fb6de04a068 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a0d07fb6de04a0d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a1387fb6de04a138 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a1a07fb6de04a1a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a2087fb6de04a208 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a2707fb6de04a270 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a2d87fb6de04a2d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a3407fb6de04a340 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a3a87fb6de04a3a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a4107fb6de04a410 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a4787fb6de04a478 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a4e07fb6de04a4e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a5487fb6de04a548 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a5b07fb6de04a5b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a6187fb6de04a618 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a6807fb6de04a680 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a6e87fb6de04a6e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a7507fb6de04a750 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a7b87fb6de04a7b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a8207fb6de04a820 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04a8887fb6de04a888 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a8f07fb6de04a8f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a9587fb6de04a958 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04a9c07fb6de04a9c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04aa287fb6de04aa28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04aa907fb6de04aa90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04aaf87fb6de04aaf8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04ab607fb6de04ab60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04abc87fb6de04abc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde04ac307fb6de04ac30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04ac987fb6de04ac98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04ad007fb6de04ad00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04ad687fb6de04ad68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04add07fb6de04add0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04ae387fb6de04ae38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04aea07fb6de04aea0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04af087fb6de04af08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDde04af707fb6de04af70 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105c6407f8a8105c640 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8105f5007f8a8105f500 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f5687f8a8105f568 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f5d07f8a8105f5d0 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f6387f8a8105f638 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f6a07f8a8105f6a0 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f7087f8a8105f708 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8105f7707f8a8105f770 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b0007f8a8183b000 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b0687f8a8183b068 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b0d07f8a8183b0d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b1387f8a8183b138 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b1a07f8a8183b1a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b2087f8a8183b208 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b2707f8a8183b270 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b2d87f8a8183b2d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b3407f8a8183b340 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b3a87f8a8183b3a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b4107f8a8183b410 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b4787f8a8183b478 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b4e07f8a8183b4e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b5487f8a8183b548 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b5b07f8a8183b5b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b6187f8a8183b618 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b6807f8a8183b680 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b6e87f8a8183b6e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b7507f8a8183b750 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b7b87f8a8183b7b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b8207f8a8183b820 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183b8887f8a8183b888 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b8f07f8a8183b8f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b9587f8a8183b958 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183b9c07f8a8183b9c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183ba287f8a8183ba28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183ba907f8a8183ba90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183baf87f8a8183baf8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183bb607f8a8183bb60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183bbc87f8a8183bbc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8183bc307f8a8183bc30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bc987f8a8183bc98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bd007f8a8183bd00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bd687f8a8183bd68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bdd07f8a8183bdd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183be387f8a8183be38 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bea07f8a8183bea0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bf087f8a8183bf08 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD8183bf707f8a8183bf70 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2ddb5e2507fb6ddb5e250 /* Resources */ = { + FFF28105c6407f8a8105c640 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1282,7 +1282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCddb5e2507fb6ddb5e250 /* Frameworks */ = { + FFFC8105c6407f8a8105c640 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1292,29 +1292,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8ddb5e2507fb6ddb5e250 /* Sources */ = { + FFF88105c6407f8a8105c640 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFde04a0007fb6de04a000, - FFFFde04a0687fb6de04a068, - FFFFde04a0d07fb6de04a0d0, - FFFFde04a1387fb6de04a138, - FFFFde04a1a07fb6de04a1a0, - FFFFde04a2087fb6de04a208, - FFFFde04a4e07fb6de04a4e0, - FFFFde04a5487fb6de04a548, - FFFFde04a5b07fb6de04a5b0, - FFFFde04a6187fb6de04a618, - FFFFde04a8887fb6de04a888, - FFFFde04a8f07fb6de04a8f0, - FFFFde04a9587fb6de04a958, - FFFFde04a9c07fb6de04a9c0, - FFFFde04aa287fb6de04aa28, - FFFFde04aa907fb6de04aa90, - FFFFde04aaf87fb6de04aaf8, - FFFFde04ab607fb6de04ab60, - FFFFde04abc87fb6de04abc8, + FFFF8183b0007f8a8183b000, + FFFF8183b0687f8a8183b068, + FFFF8183b0d07f8a8183b0d0, + FFFF8183b1387f8a8183b138, + FFFF8183b1a07f8a8183b1a0, + FFFF8183b2087f8a8183b208, + FFFF8183b4e07f8a8183b4e0, + FFFF8183b5487f8a8183b548, + FFFF8183b5b07f8a8183b5b0, + FFFF8183b6187f8a8183b618, + FFFF8183b8887f8a8183b888, + FFFF8183b8f07f8a8183b8f0, + FFFF8183b9587f8a8183b958, + FFFF8183b9c07f8a8183b9c0, + FFFF8183ba287f8a8183ba28, + FFFF8183ba907f8a8183ba90, + FFFF8183baf87f8a8183baf8, + FFFF8183bb607f8a8183bb60, + FFFF8183bbc87f8a8183bbc8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1323,515 +1323,515 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4ddb675807fb6ddb67580 /* PBXTargetDependency */ = { + FFF48105dda07f8a8105dda0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb7eb4407fb6db7eb440 /* PhysXCommon */; - targetProxy = FFF5db7eb4407fb6db7eb440 /* PBXContainerItemProxy */; + target = FFFA810dc3907f8a810dc390 /* PhysXCommon */; + targetProxy = FFF5810dc3907f8a810dc390 /* PBXContainerItemProxy */; }; - FFF4ddb675e07fb6ddb675e0 /* PBXTargetDependency */ = { + FFF4810608407f8a81060840 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdd8a34507fb6dd8a3450 /* PhysXExtensions */; - targetProxy = FFF5dd8a34507fb6dd8a3450 /* PBXContainerItemProxy */; + target = FFFA8146da607f8a8146da60 /* PhysXExtensions */; + targetProxy = FFF58146da607f8a8146da60 /* PBXContainerItemProxy */; }; - FFF4ddb5e0f07fb6ddb5e0f0 /* PBXTargetDependency */ = { + FFF48105c5407f8a8105c540 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb57a4207fb6db57a420 /* PxFoundation */; - targetProxy = FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */; + target = FFFA810edec07f8a810edec0 /* PxFoundation */; + targetProxy = FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFFda18b8007fb6da18b800 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18b8007fb6da18b800 /* src/CmBoxPruning.cpp */; }; - FFFFda18b8687fb6da18b868 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18b8687fb6da18b868 /* src/CmCollection.cpp */; }; - FFFFda18b8d07fb6da18b8d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18b8d07fb6da18b8d0 /* src/CmMathUtils.cpp */; }; - FFFFda18b9387fb6da18b938 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18b9387fb6da18b938 /* src/CmPtrTable.cpp */; }; - FFFFda18b9a07fb6da18b9a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18b9a07fb6da18b9a0 /* src/CmRadixSort.cpp */; }; - FFFFda18ba087fb6da18ba08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18ba087fb6da18ba08 /* src/CmRadixSortBuffered.cpp */; }; - FFFFda18ba707fb6da18ba70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18ba707fb6da18ba70 /* src/CmRenderOutput.cpp */; }; - FFFFda18bad87fb6da18bad8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDda18bad87fb6da18bad8 /* src/CmVisualization.cpp */; }; - FFFFda1affa87fb6da1affa8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1affa87fb6da1affa8 /* ../../Include/GeomUtils */; }; - FFFFda1b34e07fb6da1b34e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b34e07fb6da1b34e0 /* src/GuBounds.cpp */; }; - FFFFda1b35487fb6da1b3548 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b35487fb6da1b3548 /* src/GuBox.cpp */; }; - FFFFda1b35b07fb6da1b35b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b35b07fb6da1b35b0 /* src/GuCCTSweepTests.cpp */; }; - FFFFda1b36187fb6da1b3618 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b36187fb6da1b3618 /* src/GuCapsule.cpp */; }; - FFFFda1b36807fb6da1b3680 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b36807fb6da1b3680 /* src/GuGeometryQuery.cpp */; }; - FFFFda1b36e87fb6da1b36e8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b36e87fb6da1b36e8 /* src/GuGeometryUnion.cpp */; }; - FFFFda1b37507fb6da1b3750 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b37507fb6da1b3750 /* src/GuInternal.cpp */; }; - FFFFda1b37b87fb6da1b37b8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b37b87fb6da1b37b8 /* src/GuMTD.cpp */; }; - FFFFda1b38207fb6da1b3820 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b38207fb6da1b3820 /* src/GuMeshFactory.cpp */; }; - FFFFda1b38887fb6da1b3888 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b38887fb6da1b3888 /* src/GuMetaData.cpp */; }; - FFFFda1b38f07fb6da1b38f0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b38f07fb6da1b38f0 /* src/GuOverlapTests.cpp */; }; - FFFFda1b39587fb6da1b3958 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b39587fb6da1b3958 /* src/GuRaycastTests.cpp */; }; - FFFFda1b39c07fb6da1b39c0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b39c07fb6da1b39c0 /* src/GuSerialize.cpp */; }; - FFFFda1b3a287fb6da1b3a28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3a287fb6da1b3a28 /* src/GuSweepMTD.cpp */; }; - FFFFda1b3a907fb6da1b3a90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3a907fb6da1b3a90 /* src/GuSweepSharedTests.cpp */; }; - FFFFda1b3af87fb6da1b3af8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3af87fb6da1b3af8 /* src/GuSweepTests.cpp */; }; - FFFFda1b3b607fb6da1b3b60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3b607fb6da1b3b60 /* src/contact/GuContactBoxBox.cpp */; }; - FFFFda1b3bc87fb6da1b3bc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3bc87fb6da1b3bc8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFFda1b3c307fb6da1b3c30 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3c307fb6da1b3c30 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFFda1b3c987fb6da1b3c98 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3c987fb6da1b3c98 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFFda1b3d007fb6da1b3d00 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3d007fb6da1b3d00 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFFda1b3d687fb6da1b3d68 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3d687fb6da1b3d68 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFFda1b3dd07fb6da1b3dd0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3dd07fb6da1b3dd0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFFda1b3e387fb6da1b3e38 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3e387fb6da1b3e38 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFFda1b3ea07fb6da1b3ea0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3ea07fb6da1b3ea0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFFda1b3f087fb6da1b3f08 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3f087fb6da1b3f08 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFFda1b3f707fb6da1b3f70 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3f707fb6da1b3f70 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFFda1b3fd87fb6da1b3fd8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b3fd87fb6da1b3fd8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFFda1b40407fb6da1b4040 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b40407fb6da1b4040 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFFda1b40a87fb6da1b40a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b40a87fb6da1b40a8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFFda1b41107fb6da1b4110 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b41107fb6da1b4110 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFFda1b41787fb6da1b4178 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b41787fb6da1b4178 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFFda1b41e07fb6da1b41e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b41e07fb6da1b41e0 /* src/contact/GuFeatureCode.cpp */; }; - FFFFda1b42487fb6da1b4248 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b42487fb6da1b4248 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFFda1b42b07fb6da1b42b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b42b07fb6da1b42b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFFda1b43187fb6da1b4318 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b43187fb6da1b4318 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFFda1b43807fb6da1b4380 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b43807fb6da1b4380 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFFda1b43e87fb6da1b43e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b43e87fb6da1b43e8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFFda1b44507fb6da1b4450 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b44507fb6da1b4450 /* src/common/GuSeparatingAxes.cpp */; }; - FFFFda1b44b87fb6da1b44b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b44b87fb6da1b44b8 /* src/convex/GuBigConvexData.cpp */; }; - FFFFda1b45207fb6da1b4520 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b45207fb6da1b4520 /* src/convex/GuConvexHelper.cpp */; }; - FFFFda1b45887fb6da1b4588 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b45887fb6da1b4588 /* src/convex/GuConvexMesh.cpp */; }; - FFFFda1b45f07fb6da1b45f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b45f07fb6da1b45f0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFFda1b46587fb6da1b4658 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b46587fb6da1b4658 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFFda1b46c07fb6da1b46c0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b46c07fb6da1b46c0 /* src/convex/GuHillClimbing.cpp */; }; - FFFFda1b47287fb6da1b4728 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b47287fb6da1b4728 /* src/convex/GuShapeConvex.cpp */; }; - FFFFda1b47907fb6da1b4790 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b47907fb6da1b4790 /* src/distance/GuDistancePointBox.cpp */; }; - FFFFda1b47f87fb6da1b47f8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b47f87fb6da1b47f8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFFda1b48607fb6da1b4860 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b48607fb6da1b4860 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFFda1b48c87fb6da1b48c8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b48c87fb6da1b48c8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFFda1b49307fb6da1b4930 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b49307fb6da1b4930 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFFda1b49987fb6da1b4998 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b49987fb6da1b4998 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFFda1b4a007fb6da1b4a00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4a007fb6da1b4a00 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFFda1b4a687fb6da1b4a68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4a687fb6da1b4a68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFFda1b4ad07fb6da1b4ad0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4ad07fb6da1b4ad0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFFda1b4b387fb6da1b4b38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4b387fb6da1b4b38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFFda1b4ba07fb6da1b4ba0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4ba07fb6da1b4ba0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFFda1b4c087fb6da1b4c08 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4c087fb6da1b4c08 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFFda1b4c707fb6da1b4c70 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4c707fb6da1b4c70 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFFda1b4cd87fb6da1b4cd8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4cd87fb6da1b4cd8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFFda1b4d407fb6da1b4d40 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4d407fb6da1b4d40 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFFda1b4da87fb6da1b4da8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4da87fb6da1b4da8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFFda1b4e107fb6da1b4e10 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4e107fb6da1b4e10 /* src/gjk/GuEPA.cpp */; }; - FFFFda1b4e787fb6da1b4e78 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4e787fb6da1b4e78 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFFda1b4ee07fb6da1b4ee0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4ee07fb6da1b4ee0 /* src/gjk/GuGJKTest.cpp */; }; - FFFFda1b4f487fb6da1b4f48 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4f487fb6da1b4f48 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFFda1b4fb07fb6da1b4fb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b4fb07fb6da1b4fb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFFda1b50187fb6da1b5018 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b50187fb6da1b5018 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFFda1b50807fb6da1b5080 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b50807fb6da1b5080 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFFda1b50e87fb6da1b50e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b50e87fb6da1b50e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFFda1b51507fb6da1b5150 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b51507fb6da1b5150 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFFda1b51b87fb6da1b51b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b51b87fb6da1b51b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFFda1b52207fb6da1b5220 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b52207fb6da1b5220 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFFda1b52887fb6da1b5288 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b52887fb6da1b5288 /* src/mesh/GuBV32.cpp */; }; - FFFFda1b52f07fb6da1b52f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b52f07fb6da1b52f0 /* src/mesh/GuBV32Build.cpp */; }; - FFFFda1b53587fb6da1b5358 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b53587fb6da1b5358 /* src/mesh/GuBV4.cpp */; }; - FFFFda1b53c07fb6da1b53c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b53c07fb6da1b53c0 /* src/mesh/GuBV4Build.cpp */; }; - FFFFda1b54287fb6da1b5428 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b54287fb6da1b5428 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFFda1b54907fb6da1b5490 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b54907fb6da1b5490 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFFda1b54f87fb6da1b54f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b54f87fb6da1b54f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFFda1b55607fb6da1b5560 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b55607fb6da1b5560 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFFda1b55c87fb6da1b55c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b55c87fb6da1b55c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFFda1b56307fb6da1b5630 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b56307fb6da1b5630 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFFda1b56987fb6da1b5698 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b56987fb6da1b5698 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFFda1b57007fb6da1b5700 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b57007fb6da1b5700 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFFda1b57687fb6da1b5768 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b57687fb6da1b5768 /* src/mesh/GuMeshQuery.cpp */; }; - FFFFda1b57d07fb6da1b57d0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b57d07fb6da1b57d0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFFda1b58387fb6da1b5838 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b58387fb6da1b5838 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFFda1b58a07fb6da1b58a0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b58a07fb6da1b58a0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFFda1b59087fb6da1b5908 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b59087fb6da1b5908 /* src/mesh/GuRTree.cpp */; }; - FFFFda1b59707fb6da1b5970 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b59707fb6da1b5970 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFFda1b59d87fb6da1b59d8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b59d87fb6da1b59d8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFFda1b5a407fb6da1b5a40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5a407fb6da1b5a40 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFFda1b5aa87fb6da1b5aa8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5aa87fb6da1b5aa8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFFda1b5b107fb6da1b5b10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5b107fb6da1b5b10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFFda1b5b787fb6da1b5b78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5b787fb6da1b5b78 /* src/hf/GuHeightField.cpp */; }; - FFFFda1b5be07fb6da1b5be0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5be07fb6da1b5be0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFFda1b5c487fb6da1b5c48 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5c487fb6da1b5c48 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFFda1b5cb07fb6da1b5cb0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5cb07fb6da1b5cb0 /* src/hf/GuSweepsHF.cpp */; }; - FFFFda1b5d187fb6da1b5d18 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5d187fb6da1b5d18 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFFda1b5d807fb6da1b5d80 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5d807fb6da1b5d80 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFFda1b5de87fb6da1b5de8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5de87fb6da1b5de8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFFda1b5e507fb6da1b5e50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5e507fb6da1b5e50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFFda1b5eb87fb6da1b5eb8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5eb87fb6da1b5eb8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFFda1b5f207fb6da1b5f20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5f207fb6da1b5f20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFFda1b5f887fb6da1b5f88 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5f887fb6da1b5f88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFFda1b5ff07fb6da1b5ff0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b5ff07fb6da1b5ff0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFFda1b60587fb6da1b6058 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b60587fb6da1b6058 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFFda1b60c07fb6da1b60c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b60c07fb6da1b60c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFFda1b61287fb6da1b6128 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b61287fb6da1b6128 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFFda1b61907fb6da1b6190 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b61907fb6da1b6190 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFFda1b61f87fb6da1b61f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b61f87fb6da1b61f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFFda1b62607fb6da1b6260 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b62607fb6da1b6260 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFFda1b62c87fb6da1b62c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b62c87fb6da1b62c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFFda1b63307fb6da1b6330 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b63307fb6da1b6330 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFFda1b63987fb6da1b6398 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b63987fb6da1b6398 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFFda1b64007fb6da1b6400 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b64007fb6da1b6400 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFFda1b64687fb6da1b6468 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b64687fb6da1b6468 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFFda1b64d07fb6da1b64d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b64d07fb6da1b64d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFFda1b65387fb6da1b6538 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b65387fb6da1b6538 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFFda1b65a07fb6da1b65a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b65a07fb6da1b65a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFFda1b66087fb6da1b6608 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b66087fb6da1b6608 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFFda1b66707fb6da1b6670 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b66707fb6da1b6670 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFFda1b66d87fb6da1b66d8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b66d87fb6da1b66d8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFFda1b67407fb6da1b6740 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b67407fb6da1b6740 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFFda1b67a87fb6da1b67a8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b67a87fb6da1b67a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFFda1b68107fb6da1b6810 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDda1b68107fb6da1b6810 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF8180b0007f8a8180b000 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b0007f8a8180b000 /* src/CmBoxPruning.cpp */; }; + FFFF8180b0687f8a8180b068 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b0687f8a8180b068 /* src/CmCollection.cpp */; }; + FFFF8180b0d07f8a8180b0d0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b0d07f8a8180b0d0 /* src/CmMathUtils.cpp */; }; + FFFF8180b1387f8a8180b138 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b1387f8a8180b138 /* src/CmPtrTable.cpp */; }; + FFFF8180b1a07f8a8180b1a0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b1a07f8a8180b1a0 /* src/CmRadixSort.cpp */; }; + FFFF8180b2087f8a8180b208 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b2087f8a8180b208 /* src/CmRadixSortBuffered.cpp */; }; + FFFF8180b2707f8a8180b270 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b2707f8a8180b270 /* src/CmRenderOutput.cpp */; }; + FFFF8180b2d87f8a8180b2d8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD8180b2d87f8a8180b2d8 /* src/CmVisualization.cpp */; }; + FFFF820013a87f8a820013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820013a87f8a820013a8 /* ../../Include/GeomUtils */; }; + FFFF820048e07f8a820048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820048e07f8a820048e0 /* src/GuBounds.cpp */; }; + FFFF820049487f8a82004948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820049487f8a82004948 /* src/GuBox.cpp */; }; + FFFF820049b07f8a820049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820049b07f8a820049b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF82004a187f8a82004a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004a187f8a82004a18 /* src/GuCapsule.cpp */; }; + FFFF82004a807f8a82004a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004a807f8a82004a80 /* src/GuGeometryQuery.cpp */; }; + FFFF82004ae87f8a82004ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004ae87f8a82004ae8 /* src/GuGeometryUnion.cpp */; }; + FFFF82004b507f8a82004b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004b507f8a82004b50 /* src/GuInternal.cpp */; }; + FFFF82004bb87f8a82004bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004bb87f8a82004bb8 /* src/GuMTD.cpp */; }; + FFFF82004c207f8a82004c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004c207f8a82004c20 /* src/GuMeshFactory.cpp */; }; + FFFF82004c887f8a82004c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004c887f8a82004c88 /* src/GuMetaData.cpp */; }; + FFFF82004cf07f8a82004cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004cf07f8a82004cf0 /* src/GuOverlapTests.cpp */; }; + FFFF82004d587f8a82004d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004d587f8a82004d58 /* src/GuRaycastTests.cpp */; }; + FFFF82004dc07f8a82004dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004dc07f8a82004dc0 /* src/GuSerialize.cpp */; }; + FFFF82004e287f8a82004e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004e287f8a82004e28 /* src/GuSweepMTD.cpp */; }; + FFFF82004e907f8a82004e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004e907f8a82004e90 /* src/GuSweepSharedTests.cpp */; }; + FFFF82004ef87f8a82004ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004ef87f8a82004ef8 /* src/GuSweepTests.cpp */; }; + FFFF82004f607f8a82004f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004f607f8a82004f60 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF82004fc87f8a82004fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82004fc87f8a82004fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF820050307f8a82005030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820050307f8a82005030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF820050987f8a82005098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820050987f8a82005098 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF820051007f8a82005100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820051007f8a82005100 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF820051687f8a82005168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820051687f8a82005168 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF820051d07f8a820051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820051d07f8a820051d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF820052387f8a82005238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820052387f8a82005238 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF820052a07f8a820052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820052a07f8a820052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF820053087f8a82005308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820053087f8a82005308 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF820053707f8a82005370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820053707f8a82005370 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF820053d87f8a820053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820053d87f8a820053d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF820054407f8a82005440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820054407f8a82005440 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF820054a87f8a820054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820054a87f8a820054a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF820055107f8a82005510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820055107f8a82005510 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF820055787f8a82005578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820055787f8a82005578 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF820055e07f8a820055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820055e07f8a820055e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF820056487f8a82005648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820056487f8a82005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF820056b07f8a820056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820056b07f8a820056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF820057187f8a82005718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820057187f8a82005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF820057807f8a82005780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820057807f8a82005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF820057e87f8a820057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820057e87f8a820057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF820058507f8a82005850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820058507f8a82005850 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF820058b87f8a820058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820058b87f8a820058b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF820059207f8a82005920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820059207f8a82005920 /* src/convex/GuConvexHelper.cpp */; }; + FFFF820059887f8a82005988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820059887f8a82005988 /* src/convex/GuConvexMesh.cpp */; }; + FFFF820059f07f8a820059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820059f07f8a820059f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF82005a587f8a82005a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005a587f8a82005a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF82005ac07f8a82005ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005ac07f8a82005ac0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF82005b287f8a82005b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005b287f8a82005b28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF82005b907f8a82005b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005b907f8a82005b90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF82005bf87f8a82005bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005bf87f8a82005bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF82005c607f8a82005c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005c607f8a82005c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF82005cc87f8a82005cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005cc87f8a82005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF82005d307f8a82005d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005d307f8a82005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF82005d987f8a82005d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005d987f8a82005d98 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF82005e007f8a82005e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005e007f8a82005e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF82005e687f8a82005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005e687f8a82005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF82005ed07f8a82005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005ed07f8a82005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF82005f387f8a82005f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005f387f8a82005f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF82005fa07f8a82005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82005fa07f8a82005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF820060087f8a82006008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820060087f8a82006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF820060707f8a82006070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820060707f8a82006070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF820060d87f8a820060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820060d87f8a820060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF820061407f8a82006140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820061407f8a82006140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF820061a87f8a820061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820061a87f8a820061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF820062107f8a82006210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820062107f8a82006210 /* src/gjk/GuEPA.cpp */; }; + FFFF820062787f8a82006278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820062787f8a82006278 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF820062e07f8a820062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820062e07f8a820062e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF820063487f8a82006348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820063487f8a82006348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF820063b07f8a820063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820063b07f8a820063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF820064187f8a82006418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820064187f8a82006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF820064807f8a82006480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820064807f8a82006480 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF820064e87f8a820064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820064e87f8a820064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF820065507f8a82006550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820065507f8a82006550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF820065b87f8a820065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820065b87f8a820065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF820066207f8a82006620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820066207f8a82006620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF820066887f8a82006688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820066887f8a82006688 /* src/mesh/GuBV32.cpp */; }; + FFFF820066f07f8a820066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820066f07f8a820066f0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF820067587f8a82006758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820067587f8a82006758 /* src/mesh/GuBV4.cpp */; }; + FFFF820067c07f8a820067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820067c07f8a820067c0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF820068287f8a82006828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820068287f8a82006828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF820068907f8a82006890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820068907f8a82006890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF820068f87f8a820068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820068f87f8a820068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF820069607f8a82006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820069607f8a82006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF820069c87f8a820069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820069c87f8a820069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF82006a307f8a82006a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006a307f8a82006a30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF82006a987f8a82006a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006a987f8a82006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF82006b007f8a82006b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006b007f8a82006b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF82006b687f8a82006b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006b687f8a82006b68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF82006bd07f8a82006bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006bd07f8a82006bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF82006c387f8a82006c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006c387f8a82006c38 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF82006ca07f8a82006ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006ca07f8a82006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF82006d087f8a82006d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006d087f8a82006d08 /* src/mesh/GuRTree.cpp */; }; + FFFF82006d707f8a82006d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006d707f8a82006d70 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF82006dd87f8a82006dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006dd87f8a82006dd8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF82006e407f8a82006e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006e407f8a82006e40 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF82006ea87f8a82006ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006ea87f8a82006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF82006f107f8a82006f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006f107f8a82006f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF82006f787f8a82006f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006f787f8a82006f78 /* src/hf/GuHeightField.cpp */; }; + FFFF82006fe07f8a82006fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82006fe07f8a82006fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF820070487f8a82007048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820070487f8a82007048 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF820070b07f8a820070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820070b07f8a820070b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF820071187f8a82007118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820071187f8a82007118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF820071807f8a82007180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820071807f8a82007180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF820071e87f8a820071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820071e87f8a820071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF820072507f8a82007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820072507f8a82007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF820072b87f8a820072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820072b87f8a820072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF820073207f8a82007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820073207f8a82007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF820073887f8a82007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820073887f8a82007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF820073f07f8a820073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820073f07f8a820073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF820074587f8a82007458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820074587f8a82007458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF820074c07f8a820074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820074c07f8a820074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF820075287f8a82007528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820075287f8a82007528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF820075907f8a82007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820075907f8a82007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF820075f87f8a820075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820075f87f8a820075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF820076607f8a82007660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820076607f8a82007660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF820076c87f8a820076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820076c87f8a820076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF820077307f8a82007730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820077307f8a82007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF820077987f8a82007798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820077987f8a82007798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF820078007f8a82007800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820078007f8a82007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF820078687f8a82007868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820078687f8a82007868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF820078d07f8a820078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820078d07f8a820078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF820079387f8a82007938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820079387f8a82007938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF820079a07f8a820079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD820079a07f8a820079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF82007a087f8a82007a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007a087f8a82007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF82007a707f8a82007a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007a707f8a82007a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF82007ad87f8a82007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007ad87f8a82007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF82007b407f8a82007b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007b407f8a82007b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF82007ba87f8a82007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007ba87f8a82007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF82007c107f8a82007c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD82007c107f8a82007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb7eb4407fb6db7eb440 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda18c8007fb6da18c800 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c8687fb6da18c868 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c8d07fb6da18c8d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c9387fb6da18c938 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c9a07fb6da18c9a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18ca087fb6da18ca08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18ca707fb6da18ca70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cad87fb6da18cad8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cb407fb6da18cb40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cba87fb6da18cba8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cc107fb6da18cc10 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cc787fb6da18cc78 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cce07fb6da18cce0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cd487fb6da18cd48 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cdb07fb6da18cdb0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18ce187fb6da18ce18 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18ce807fb6da18ce80 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cee87fb6da18cee8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cf507fb6da18cf50 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18cfb87fb6da18cfb8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d0207fb6da18d020 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d0887fb6da18d088 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d0f07fb6da18d0f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d1587fb6da18d158 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d1c07fb6da18d1c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d2287fb6da18d228 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d2907fb6da18d290 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d2f87fb6da18d2f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d3607fb6da18d360 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d3c87fb6da18d3c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d4307fb6da18d430 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d4987fb6da18d498 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18d5007fb6da18d500 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18b8007fb6da18b800 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18b8687fb6da18b868 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18b8d07fb6da18b8d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18b9387fb6da18b938 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18b9a07fb6da18b9a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18ba087fb6da18ba08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18ba707fb6da18ba70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18bad87fb6da18bad8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda18bb407fb6da18bb40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bba87fb6da18bba8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bc107fb6da18bc10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bc787fb6da18bc78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bce07fb6da18bce0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bd487fb6da18bd48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bdb07fb6da18bdb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18be187fb6da18be18 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18be807fb6da18be80 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bee87fb6da18bee8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bf507fb6da18bf50 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18bfb87fb6da18bfb8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c0207fb6da18c020 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c0887fb6da18c088 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c0f07fb6da18c0f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c1587fb6da18c158 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c1c07fb6da18c1c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c2287fb6da18c228 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c2907fb6da18c290 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c2f87fb6da18c2f8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c3607fb6da18c360 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c3c87fb6da18c3c8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c4307fb6da18c430 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c4987fb6da18c498 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c5007fb6da18c500 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c5687fb6da18c568 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c5d07fb6da18c5d0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda18c6387fb6da18c638 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afc007fb6da1afc00 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afc687fb6da1afc68 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afcd07fb6da1afcd0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afd387fb6da1afd38 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afda07fb6da1afda0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afe087fb6da1afe08 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afe707fb6da1afe70 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1afed87fb6da1afed8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1aff407fb6da1aff40 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1affa87fb6da1affa8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFDda1b00107fb6da1b0010 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b00787fb6da1b0078 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b00e07fb6da1b00e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b01487fb6da1b0148 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b01b07fb6da1b01b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b02187fb6da1b0218 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b02807fb6da1b0280 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b02e87fb6da1b02e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b03507fb6da1b0350 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b03b87fb6da1b03b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b04207fb6da1b0420 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b04887fb6da1b0488 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b04f07fb6da1b04f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b05587fb6da1b0558 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b05c07fb6da1b05c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b06287fb6da1b0628 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b06907fb6da1b0690 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b06f87fb6da1b06f8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b07607fb6da1b0760 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b07c87fb6da1b07c8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b08307fb6da1b0830 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b08987fb6da1b0898 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b09007fb6da1b0900 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b09687fb6da1b0968 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b09d07fb6da1b09d0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0a387fb6da1b0a38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0aa07fb6da1b0aa0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0b087fb6da1b0b08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0b707fb6da1b0b70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0bd87fb6da1b0bd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0c407fb6da1b0c40 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0ca87fb6da1b0ca8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0d107fb6da1b0d10 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0d787fb6da1b0d78 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0de07fb6da1b0de0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0e487fb6da1b0e48 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0eb07fb6da1b0eb0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0f187fb6da1b0f18 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0f807fb6da1b0f80 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b0fe87fb6da1b0fe8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b10507fb6da1b1050 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b10b87fb6da1b10b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b11207fb6da1b1120 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b11887fb6da1b1188 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b11f07fb6da1b11f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b12587fb6da1b1258 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b12c07fb6da1b12c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b13287fb6da1b1328 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b13907fb6da1b1390 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b13f87fb6da1b13f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b14607fb6da1b1460 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b14c87fb6da1b14c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b15307fb6da1b1530 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b15987fb6da1b1598 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b16007fb6da1b1600 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b16687fb6da1b1668 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b16d07fb6da1b16d0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b17387fb6da1b1738 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b17a07fb6da1b17a0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b18087fb6da1b1808 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b18707fb6da1b1870 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b18d87fb6da1b18d8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b19407fb6da1b1940 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b19a87fb6da1b19a8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1a107fb6da1b1a10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1a787fb6da1b1a78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1ae07fb6da1b1ae0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1b487fb6da1b1b48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1bb07fb6da1b1bb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1c187fb6da1b1c18 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1c807fb6da1b1c80 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1ce87fb6da1b1ce8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1d507fb6da1b1d50 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1db87fb6da1b1db8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1e207fb6da1b1e20 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1e887fb6da1b1e88 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1ef07fb6da1b1ef0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1f587fb6da1b1f58 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b1fc07fb6da1b1fc0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b20287fb6da1b2028 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b20907fb6da1b2090 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b20f87fb6da1b20f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b21607fb6da1b2160 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b21c87fb6da1b21c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b22307fb6da1b2230 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b22987fb6da1b2298 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b23007fb6da1b2300 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b23687fb6da1b2368 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b23d07fb6da1b23d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b24387fb6da1b2438 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b24a07fb6da1b24a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b25087fb6da1b2508 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b25707fb6da1b2570 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b25d87fb6da1b25d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b26407fb6da1b2640 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b26a87fb6da1b26a8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b27107fb6da1b2710 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b27787fb6da1b2778 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b27e07fb6da1b27e0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b28487fb6da1b2848 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b28b07fb6da1b28b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b29187fb6da1b2918 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b29807fb6da1b2980 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b29e87fb6da1b29e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2a507fb6da1b2a50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2ab87fb6da1b2ab8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2b207fb6da1b2b20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2b887fb6da1b2b88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2bf07fb6da1b2bf0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2c587fb6da1b2c58 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2cc07fb6da1b2cc0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2d287fb6da1b2d28 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2d907fb6da1b2d90 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2df87fb6da1b2df8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2e607fb6da1b2e60 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2ec87fb6da1b2ec8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2f307fb6da1b2f30 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b2f987fb6da1b2f98 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b30007fb6da1b3000 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b30687fb6da1b3068 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b30d07fb6da1b30d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b31387fb6da1b3138 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b31a07fb6da1b31a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b32087fb6da1b3208 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b32707fb6da1b3270 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b32d87fb6da1b32d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b33407fb6da1b3340 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b33a87fb6da1b33a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b34107fb6da1b3410 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b34787fb6da1b3478 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1b34e07fb6da1b34e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b35487fb6da1b3548 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b35b07fb6da1b35b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b36187fb6da1b3618 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b36807fb6da1b3680 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b36e87fb6da1b36e8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b37507fb6da1b3750 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b37b87fb6da1b37b8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b38207fb6da1b3820 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b38887fb6da1b3888 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b38f07fb6da1b38f0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b39587fb6da1b3958 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b39c07fb6da1b39c0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3a287fb6da1b3a28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3a907fb6da1b3a90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3af87fb6da1b3af8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3b607fb6da1b3b60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3bc87fb6da1b3bc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3c307fb6da1b3c30 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3c987fb6da1b3c98 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3d007fb6da1b3d00 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3d687fb6da1b3d68 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3dd07fb6da1b3dd0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3e387fb6da1b3e38 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3ea07fb6da1b3ea0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3f087fb6da1b3f08 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3f707fb6da1b3f70 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b3fd87fb6da1b3fd8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b40407fb6da1b4040 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b40a87fb6da1b40a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b41107fb6da1b4110 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b41787fb6da1b4178 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b41e07fb6da1b41e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b42487fb6da1b4248 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b42b07fb6da1b42b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b43187fb6da1b4318 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b43807fb6da1b4380 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b43e87fb6da1b43e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b44507fb6da1b4450 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b44b87fb6da1b44b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b45207fb6da1b4520 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b45887fb6da1b4588 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b45f07fb6da1b45f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b46587fb6da1b4658 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b46c07fb6da1b46c0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b47287fb6da1b4728 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b47907fb6da1b4790 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b47f87fb6da1b47f8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b48607fb6da1b4860 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b48c87fb6da1b48c8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b49307fb6da1b4930 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b49987fb6da1b4998 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4a007fb6da1b4a00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4a687fb6da1b4a68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4ad07fb6da1b4ad0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4b387fb6da1b4b38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4ba07fb6da1b4ba0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4c087fb6da1b4c08 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4c707fb6da1b4c70 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4cd87fb6da1b4cd8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4d407fb6da1b4d40 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4da87fb6da1b4da8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4e107fb6da1b4e10 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4e787fb6da1b4e78 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4ee07fb6da1b4ee0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4f487fb6da1b4f48 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b4fb07fb6da1b4fb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b50187fb6da1b5018 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b50807fb6da1b5080 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b50e87fb6da1b50e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b51507fb6da1b5150 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b51b87fb6da1b51b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b52207fb6da1b5220 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b52887fb6da1b5288 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b52f07fb6da1b52f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b53587fb6da1b5358 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b53c07fb6da1b53c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b54287fb6da1b5428 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b54907fb6da1b5490 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b54f87fb6da1b54f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b55607fb6da1b5560 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b55c87fb6da1b55c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b56307fb6da1b5630 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b56987fb6da1b5698 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b57007fb6da1b5700 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b57687fb6da1b5768 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b57d07fb6da1b57d0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b58387fb6da1b5838 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b58a07fb6da1b58a0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b59087fb6da1b5908 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b59707fb6da1b5970 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b59d87fb6da1b59d8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5a407fb6da1b5a40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5aa87fb6da1b5aa8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5b107fb6da1b5b10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5b787fb6da1b5b78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5be07fb6da1b5be0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5c487fb6da1b5c48 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5cb07fb6da1b5cb0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5d187fb6da1b5d18 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5d807fb6da1b5d80 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5de87fb6da1b5de8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5e507fb6da1b5e50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5eb87fb6da1b5eb8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5f207fb6da1b5f20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5f887fb6da1b5f88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b5ff07fb6da1b5ff0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b60587fb6da1b6058 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b60c07fb6da1b60c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b61287fb6da1b6128 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b61907fb6da1b6190 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b61f87fb6da1b61f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b62607fb6da1b6260 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b62c87fb6da1b62c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b63307fb6da1b6330 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b63987fb6da1b6398 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b64007fb6da1b6400 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b64687fb6da1b6468 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b64d07fb6da1b64d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b65387fb6da1b6538 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b65a07fb6da1b65a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b66087fb6da1b6608 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b66707fb6da1b6670 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b66d87fb6da1b66d8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b67407fb6da1b6740 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b67a87fb6da1b67a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1b68107fb6da1b6810 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810dc3907f8a810dc390 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8200ec007f8a8200ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ec687f8a8200ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ecd07f8a8200ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ed387f8a8200ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200eda07f8a8200eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ee087f8a8200ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ee707f8a8200ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200eed87f8a8200eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200ef407f8a8200ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200efa87f8a8200efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f0107f8a8200f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f0787f8a8200f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f0e07f8a8200f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f1487f8a8200f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f1b07f8a8200f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f2187f8a8200f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f2807f8a8200f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f2e87f8a8200f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f3507f8a8200f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f3b87f8a8200f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f4207f8a8200f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f4887f8a8200f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f4f07f8a8200f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f5587f8a8200f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f5c07f8a8200f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f6287f8a8200f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f6907f8a8200f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f6f87f8a8200f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f7607f8a8200f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f7c87f8a8200f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f8307f8a8200f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f8987f8a8200f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD8200f9007f8a8200f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b0007f8a8180b000 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b0687f8a8180b068 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b0d07f8a8180b0d0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b1387f8a8180b138 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b1a07f8a8180b1a0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b2087f8a8180b208 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b2707f8a8180b270 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b2d87f8a8180b2d8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8180b3407f8a8180b340 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b3a87f8a8180b3a8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b4107f8a8180b410 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b4787f8a8180b478 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b4e07f8a8180b4e0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b5487f8a8180b548 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b5b07f8a8180b5b0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b6187f8a8180b618 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b6807f8a8180b680 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b6e87f8a8180b6e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b7507f8a8180b750 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b7b87f8a8180b7b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b8207f8a8180b820 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b8887f8a8180b888 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b8f07f8a8180b8f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b9587f8a8180b958 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180b9c07f8a8180b9c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180ba287f8a8180ba28 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180ba907f8a8180ba90 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180baf87f8a8180baf8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bb607f8a8180bb60 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bbc87f8a8180bbc8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bc307f8a8180bc30 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bc987f8a8180bc98 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bd007f8a8180bd00 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bd687f8a8180bd68 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180bdd07f8a8180bdd0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8180be387f8a8180be38 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD820010007f8a82001000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD820010687f8a82001068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820010d07f8a820010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820011387f8a82001138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820011a07f8a820011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820012087f8a82001208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820012707f8a82001270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD820012d87f8a820012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD820013407f8a82001340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820013a87f8a820013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD820014107f8a82001410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD820014787f8a82001478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820014e07f8a820014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD820015487f8a82001548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD820015b07f8a820015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820016187f8a82001618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820016807f8a82001680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD820016e87f8a820016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD820017507f8a82001750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD820017b87f8a820017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820018207f8a82001820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820018887f8a82001888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD820018f07f8a820018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD820019587f8a82001958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD820019c07f8a820019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001a287f8a82001a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001a907f8a82001a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001af87f8a82001af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001b607f8a82001b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001bc87f8a82001bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001c307f8a82001c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001c987f8a82001c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001d007f8a82001d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001d687f8a82001d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001dd07f8a82001dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001e387f8a82001e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001ea07f8a82001ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001f087f8a82001f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001f707f8a82001f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD82001fd87f8a82001fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820020407f8a82002040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820020a87f8a820020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD820021107f8a82002110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820021787f8a82002178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820021e07f8a820021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD820022487f8a82002248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820022b07f8a820022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820023187f8a82002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820023807f8a82002380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820023e87f8a820023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820024507f8a82002450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820024b87f8a820024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820025207f8a82002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; + FFFD820025887f8a82002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; + FFFD820025f07f8a820025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820026587f8a82002658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820026c07f8a820026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820027287f8a82002728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820027907f8a82002790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820027f87f8a820027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820028607f8a82002860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD820028c87f8a820028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD820029307f8a82002930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD820029987f8a82002998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002a007f8a82002a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002a687f8a82002a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002ad07f8a82002ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002b387f8a82002b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002ba07f8a82002ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002c087f8a82002c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002c707f8a82002c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002cd87f8a82002cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002d407f8a82002d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002da87f8a82002da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002e107f8a82002e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002e787f8a82002e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002ee07f8a82002ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002f487f8a82002f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD82002fb07f8a82002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD820030187f8a82003018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820030807f8a82003080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820030e87f8a820030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820031507f8a82003150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD820031b87f8a820031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD820032207f8a82003220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820032887f8a82003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD820032f07f8a820032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD820033587f8a82003358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD820033c07f8a820033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD820034287f8a82003428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD820034907f8a82003490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD820034f87f8a820034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD820035607f8a82003560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD820035c87f8a820035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD820036307f8a82003630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD820036987f8a82003698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD820037007f8a82003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD820037687f8a82003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD820037d07f8a820037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820038387f8a82003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820038a07f8a820038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; + FFFD820039087f8a82003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD820039707f8a82003970 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD820039d87f8a820039d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003a407f8a82003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003aa87f8a82003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003b107f8a82003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003b787f8a82003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003be07f8a82003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003c487f8a82003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003cb07f8a82003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003d187f8a82003d18 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003d807f8a82003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003de87f8a82003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003e507f8a82003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003eb87f8a82003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003f207f8a82003f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003f887f8a82003f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82003ff07f8a82003ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD820040587f8a82004058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD820040c07f8a820040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD820041287f8a82004128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD820041907f8a82004190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD820041f87f8a820041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD820042607f8a82004260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD820042c87f8a820042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD820043307f8a82004330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD820043987f8a82004398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD820044007f8a82004400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD820044687f8a82004468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD820044d07f8a820044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD820045387f8a82004538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD820045a07f8a820045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD820046087f8a82004608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD820046707f8a82004670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD820046d87f8a820046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD820047407f8a82004740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD820047a87f8a820047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD820048107f8a82004810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD820048787f8a82004878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD820048e07f8a820048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820049487f8a82004948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820049b07f8a820049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004a187f8a82004a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004a807f8a82004a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004ae87f8a82004ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004b507f8a82004b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004bb87f8a82004bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004c207f8a82004c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004c887f8a82004c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004cf07f8a82004cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004d587f8a82004d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004dc07f8a82004dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004e287f8a82004e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004e907f8a82004e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004ef87f8a82004ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004f607f8a82004f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82004fc87f8a82004fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820050307f8a82005030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820050987f8a82005098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820051007f8a82005100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820051687f8a82005168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820051d07f8a820051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820052387f8a82005238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820052a07f8a820052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820053087f8a82005308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820053707f8a82005370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820053d87f8a820053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820054407f8a82005440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820054a87f8a820054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820055107f8a82005510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820055787f8a82005578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820055e07f8a820055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820056487f8a82005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820056b07f8a820056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820057187f8a82005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820057807f8a82005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820057e87f8a820057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820058507f8a82005850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820058b87f8a820058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820059207f8a82005920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820059887f8a82005988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820059f07f8a820059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005a587f8a82005a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005ac07f8a82005ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005b287f8a82005b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005b907f8a82005b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005bf87f8a82005bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005c607f8a82005c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005cc87f8a82005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005d307f8a82005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005d987f8a82005d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005e007f8a82005e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005e687f8a82005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005ed07f8a82005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005f387f8a82005f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82005fa07f8a82005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820060087f8a82006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820060707f8a82006070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820060d87f8a820060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820061407f8a82006140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820061a87f8a820061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820062107f8a82006210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820062787f8a82006278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820062e07f8a820062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820063487f8a82006348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820063b07f8a820063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820064187f8a82006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820064807f8a82006480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820064e87f8a820064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820065507f8a82006550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820065b87f8a820065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820066207f8a82006620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820066887f8a82006688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820066f07f8a820066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820067587f8a82006758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820067c07f8a820067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820068287f8a82006828 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820068907f8a82006890 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820068f87f8a820068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820069607f8a82006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820069c87f8a820069c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006a307f8a82006a30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006a987f8a82006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006b007f8a82006b00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006b687f8a82006b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006bd07f8a82006bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006c387f8a82006c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006ca07f8a82006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006d087f8a82006d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006d707f8a82006d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006dd87f8a82006dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006e407f8a82006e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006ea87f8a82006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006f107f8a82006f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006f787f8a82006f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82006fe07f8a82006fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820070487f8a82007048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820070b07f8a820070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820071187f8a82007118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820071807f8a82007180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820071e87f8a820071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820072507f8a82007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820072b87f8a820072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820073207f8a82007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820073887f8a82007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820073f07f8a820073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820074587f8a82007458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820074c07f8a820074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820075287f8a82007528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820075907f8a82007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820075f87f8a820075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820076607f8a82007660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820076c87f8a820076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820077307f8a82007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820077987f8a82007798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820078007f8a82007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820078687f8a82007868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820078d07f8a820078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820079387f8a82007938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820079a07f8a820079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007a087f8a82007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007a707f8a82007a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007ad87f8a82007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007b407f8a82007b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007ba87f8a82007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82007c107f8a82007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db7eb4407fb6db7eb440 /* Resources */ = { + FFF2810dc3907f8a810dc390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1affa87fb6da1affa8, + FFFF820013a87f8a820013a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb7eb4407fb6db7eb440 /* Frameworks */ = { + FFFC810dc3907f8a810dc390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,145 +1841,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db7eb4407fb6db7eb440 /* Sources */ = { + FFF8810dc3907f8a810dc390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda18b8007fb6da18b800, - FFFFda18b8687fb6da18b868, - FFFFda18b8d07fb6da18b8d0, - FFFFda18b9387fb6da18b938, - FFFFda18b9a07fb6da18b9a0, - FFFFda18ba087fb6da18ba08, - FFFFda18ba707fb6da18ba70, - FFFFda18bad87fb6da18bad8, - FFFFda1b34e07fb6da1b34e0, - FFFFda1b35487fb6da1b3548, - FFFFda1b35b07fb6da1b35b0, - FFFFda1b36187fb6da1b3618, - FFFFda1b36807fb6da1b3680, - FFFFda1b36e87fb6da1b36e8, - FFFFda1b37507fb6da1b3750, - FFFFda1b37b87fb6da1b37b8, - FFFFda1b38207fb6da1b3820, - FFFFda1b38887fb6da1b3888, - FFFFda1b38f07fb6da1b38f0, - FFFFda1b39587fb6da1b3958, - FFFFda1b39c07fb6da1b39c0, - FFFFda1b3a287fb6da1b3a28, - FFFFda1b3a907fb6da1b3a90, - FFFFda1b3af87fb6da1b3af8, - FFFFda1b3b607fb6da1b3b60, - FFFFda1b3bc87fb6da1b3bc8, - FFFFda1b3c307fb6da1b3c30, - FFFFda1b3c987fb6da1b3c98, - FFFFda1b3d007fb6da1b3d00, - FFFFda1b3d687fb6da1b3d68, - FFFFda1b3dd07fb6da1b3dd0, - FFFFda1b3e387fb6da1b3e38, - FFFFda1b3ea07fb6da1b3ea0, - FFFFda1b3f087fb6da1b3f08, - FFFFda1b3f707fb6da1b3f70, - FFFFda1b3fd87fb6da1b3fd8, - FFFFda1b40407fb6da1b4040, - FFFFda1b40a87fb6da1b40a8, - FFFFda1b41107fb6da1b4110, - FFFFda1b41787fb6da1b4178, - FFFFda1b41e07fb6da1b41e0, - FFFFda1b42487fb6da1b4248, - FFFFda1b42b07fb6da1b42b0, - FFFFda1b43187fb6da1b4318, - FFFFda1b43807fb6da1b4380, - FFFFda1b43e87fb6da1b43e8, - FFFFda1b44507fb6da1b4450, - FFFFda1b44b87fb6da1b44b8, - FFFFda1b45207fb6da1b4520, - FFFFda1b45887fb6da1b4588, - FFFFda1b45f07fb6da1b45f0, - FFFFda1b46587fb6da1b4658, - FFFFda1b46c07fb6da1b46c0, - FFFFda1b47287fb6da1b4728, - FFFFda1b47907fb6da1b4790, - FFFFda1b47f87fb6da1b47f8, - FFFFda1b48607fb6da1b4860, - FFFFda1b48c87fb6da1b48c8, - FFFFda1b49307fb6da1b4930, - FFFFda1b49987fb6da1b4998, - FFFFda1b4a007fb6da1b4a00, - FFFFda1b4a687fb6da1b4a68, - FFFFda1b4ad07fb6da1b4ad0, - FFFFda1b4b387fb6da1b4b38, - FFFFda1b4ba07fb6da1b4ba0, - FFFFda1b4c087fb6da1b4c08, - FFFFda1b4c707fb6da1b4c70, - FFFFda1b4cd87fb6da1b4cd8, - FFFFda1b4d407fb6da1b4d40, - FFFFda1b4da87fb6da1b4da8, - FFFFda1b4e107fb6da1b4e10, - FFFFda1b4e787fb6da1b4e78, - FFFFda1b4ee07fb6da1b4ee0, - FFFFda1b4f487fb6da1b4f48, - FFFFda1b4fb07fb6da1b4fb0, - FFFFda1b50187fb6da1b5018, - FFFFda1b50807fb6da1b5080, - FFFFda1b50e87fb6da1b50e8, - FFFFda1b51507fb6da1b5150, - FFFFda1b51b87fb6da1b51b8, - FFFFda1b52207fb6da1b5220, - FFFFda1b52887fb6da1b5288, - FFFFda1b52f07fb6da1b52f0, - FFFFda1b53587fb6da1b5358, - FFFFda1b53c07fb6da1b53c0, - FFFFda1b54287fb6da1b5428, - FFFFda1b54907fb6da1b5490, - FFFFda1b54f87fb6da1b54f8, - FFFFda1b55607fb6da1b5560, - FFFFda1b55c87fb6da1b55c8, - FFFFda1b56307fb6da1b5630, - FFFFda1b56987fb6da1b5698, - FFFFda1b57007fb6da1b5700, - FFFFda1b57687fb6da1b5768, - FFFFda1b57d07fb6da1b57d0, - FFFFda1b58387fb6da1b5838, - FFFFda1b58a07fb6da1b58a0, - FFFFda1b59087fb6da1b5908, - FFFFda1b59707fb6da1b5970, - FFFFda1b59d87fb6da1b59d8, - FFFFda1b5a407fb6da1b5a40, - FFFFda1b5aa87fb6da1b5aa8, - FFFFda1b5b107fb6da1b5b10, - FFFFda1b5b787fb6da1b5b78, - FFFFda1b5be07fb6da1b5be0, - FFFFda1b5c487fb6da1b5c48, - FFFFda1b5cb07fb6da1b5cb0, - FFFFda1b5d187fb6da1b5d18, - FFFFda1b5d807fb6da1b5d80, - FFFFda1b5de87fb6da1b5de8, - FFFFda1b5e507fb6da1b5e50, - FFFFda1b5eb87fb6da1b5eb8, - FFFFda1b5f207fb6da1b5f20, - FFFFda1b5f887fb6da1b5f88, - FFFFda1b5ff07fb6da1b5ff0, - FFFFda1b60587fb6da1b6058, - FFFFda1b60c07fb6da1b60c0, - FFFFda1b61287fb6da1b6128, - FFFFda1b61907fb6da1b6190, - FFFFda1b61f87fb6da1b61f8, - FFFFda1b62607fb6da1b6260, - FFFFda1b62c87fb6da1b62c8, - FFFFda1b63307fb6da1b6330, - FFFFda1b63987fb6da1b6398, - FFFFda1b64007fb6da1b6400, - FFFFda1b64687fb6da1b6468, - FFFFda1b64d07fb6da1b64d0, - FFFFda1b65387fb6da1b6538, - FFFFda1b65a07fb6da1b65a0, - FFFFda1b66087fb6da1b6608, - FFFFda1b66707fb6da1b6670, - FFFFda1b66d87fb6da1b66d8, - FFFFda1b67407fb6da1b6740, - FFFFda1b67a87fb6da1b67a8, - FFFFda1b68107fb6da1b6810, + FFFF8180b0007f8a8180b000, + FFFF8180b0687f8a8180b068, + FFFF8180b0d07f8a8180b0d0, + FFFF8180b1387f8a8180b138, + FFFF8180b1a07f8a8180b1a0, + FFFF8180b2087f8a8180b208, + FFFF8180b2707f8a8180b270, + FFFF8180b2d87f8a8180b2d8, + FFFF820048e07f8a820048e0, + FFFF820049487f8a82004948, + FFFF820049b07f8a820049b0, + FFFF82004a187f8a82004a18, + FFFF82004a807f8a82004a80, + FFFF82004ae87f8a82004ae8, + FFFF82004b507f8a82004b50, + FFFF82004bb87f8a82004bb8, + FFFF82004c207f8a82004c20, + FFFF82004c887f8a82004c88, + FFFF82004cf07f8a82004cf0, + FFFF82004d587f8a82004d58, + FFFF82004dc07f8a82004dc0, + FFFF82004e287f8a82004e28, + FFFF82004e907f8a82004e90, + FFFF82004ef87f8a82004ef8, + FFFF82004f607f8a82004f60, + FFFF82004fc87f8a82004fc8, + FFFF820050307f8a82005030, + FFFF820050987f8a82005098, + FFFF820051007f8a82005100, + FFFF820051687f8a82005168, + FFFF820051d07f8a820051d0, + FFFF820052387f8a82005238, + FFFF820052a07f8a820052a0, + FFFF820053087f8a82005308, + FFFF820053707f8a82005370, + FFFF820053d87f8a820053d8, + FFFF820054407f8a82005440, + FFFF820054a87f8a820054a8, + FFFF820055107f8a82005510, + FFFF820055787f8a82005578, + FFFF820055e07f8a820055e0, + FFFF820056487f8a82005648, + FFFF820056b07f8a820056b0, + FFFF820057187f8a82005718, + FFFF820057807f8a82005780, + FFFF820057e87f8a820057e8, + FFFF820058507f8a82005850, + FFFF820058b87f8a820058b8, + FFFF820059207f8a82005920, + FFFF820059887f8a82005988, + FFFF820059f07f8a820059f0, + FFFF82005a587f8a82005a58, + FFFF82005ac07f8a82005ac0, + FFFF82005b287f8a82005b28, + FFFF82005b907f8a82005b90, + FFFF82005bf87f8a82005bf8, + FFFF82005c607f8a82005c60, + FFFF82005cc87f8a82005cc8, + FFFF82005d307f8a82005d30, + FFFF82005d987f8a82005d98, + FFFF82005e007f8a82005e00, + FFFF82005e687f8a82005e68, + FFFF82005ed07f8a82005ed0, + FFFF82005f387f8a82005f38, + FFFF82005fa07f8a82005fa0, + FFFF820060087f8a82006008, + FFFF820060707f8a82006070, + FFFF820060d87f8a820060d8, + FFFF820061407f8a82006140, + FFFF820061a87f8a820061a8, + FFFF820062107f8a82006210, + FFFF820062787f8a82006278, + FFFF820062e07f8a820062e0, + FFFF820063487f8a82006348, + FFFF820063b07f8a820063b0, + FFFF820064187f8a82006418, + FFFF820064807f8a82006480, + FFFF820064e87f8a820064e8, + FFFF820065507f8a82006550, + FFFF820065b87f8a820065b8, + FFFF820066207f8a82006620, + FFFF820066887f8a82006688, + FFFF820066f07f8a820066f0, + FFFF820067587f8a82006758, + FFFF820067c07f8a820067c0, + FFFF820068287f8a82006828, + FFFF820068907f8a82006890, + FFFF820068f87f8a820068f8, + FFFF820069607f8a82006960, + FFFF820069c87f8a820069c8, + FFFF82006a307f8a82006a30, + FFFF82006a987f8a82006a98, + FFFF82006b007f8a82006b00, + FFFF82006b687f8a82006b68, + FFFF82006bd07f8a82006bd0, + FFFF82006c387f8a82006c38, + FFFF82006ca07f8a82006ca0, + FFFF82006d087f8a82006d08, + FFFF82006d707f8a82006d70, + FFFF82006dd87f8a82006dd8, + FFFF82006e407f8a82006e40, + FFFF82006ea87f8a82006ea8, + FFFF82006f107f8a82006f10, + FFFF82006f787f8a82006f78, + FFFF82006fe07f8a82006fe0, + FFFF820070487f8a82007048, + FFFF820070b07f8a820070b0, + FFFF820071187f8a82007118, + FFFF820071807f8a82007180, + FFFF820071e87f8a820071e8, + FFFF820072507f8a82007250, + FFFF820072b87f8a820072b8, + FFFF820073207f8a82007320, + FFFF820073887f8a82007388, + FFFF820073f07f8a820073f0, + FFFF820074587f8a82007458, + FFFF820074c07f8a820074c0, + FFFF820075287f8a82007528, + FFFF820075907f8a82007590, + FFFF820075f87f8a820075f8, + FFFF820076607f8a82007660, + FFFF820076c87f8a820076c8, + FFFF820077307f8a82007730, + FFFF820077987f8a82007798, + FFFF820078007f8a82007800, + FFFF820078687f8a82007868, + FFFF820078d07f8a820078d0, + FFFF820079387f8a82007938, + FFFF820079a07f8a820079a0, + FFFF82007a087f8a82007a08, + FFFF82007a707f8a82007a70, + FFFF82007ad87f8a82007ad8, + FFFF82007b407f8a82007b40, + FFFF82007ba87f8a82007ba8, + FFFF82007c107f8a82007c10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1988,132 +1988,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db58ba907fb6db58ba90 /* PBXTargetDependency */ = { + FFF4810caf307f8a810caf30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb57a4207fb6db57a420 /* PxFoundation */; - targetProxy = FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */; + target = FFFA810edec07f8a810edec0 /* PxFoundation */; + targetProxy = FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFFda17e3187fb6da17e318 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e3187fb6da17e318 /* src/PsAllocator.cpp */; }; - FFFFda17e3807fb6da17e380 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e3807fb6da17e380 /* src/PsAssert.cpp */; }; - FFFFda17e3e87fb6da17e3e8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e3e87fb6da17e3e8 /* src/PsFoundation.cpp */; }; - FFFFda17e4507fb6da17e450 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e4507fb6da17e450 /* src/PsMathUtils.cpp */; }; - FFFFda17e4b87fb6da17e4b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e4b87fb6da17e4b8 /* src/PsString.cpp */; }; - FFFFda17e5207fb6da17e520 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e5207fb6da17e520 /* src/PsTempAllocator.cpp */; }; - FFFFda17e5887fb6da17e588 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e5887fb6da17e588 /* src/PsUtilities.cpp */; }; - FFFFda17e5f07fb6da17e5f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e5f07fb6da17e5f0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFFda17e6587fb6da17e658 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e6587fb6da17e658 /* src/unix/PsUnixCpu.cpp */; }; - FFFFda17e6c07fb6da17e6c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e6c07fb6da17e6c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFFda17e7287fb6da17e728 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e7287fb6da17e728 /* src/unix/PsUnixMutex.cpp */; }; - FFFFda17e7907fb6da17e790 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e7907fb6da17e790 /* src/unix/PsUnixPrintString.cpp */; }; - FFFFda17e7f87fb6da17e7f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e7f87fb6da17e7f8 /* src/unix/PsUnixSList.cpp */; }; - FFFFda17e8607fb6da17e860 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e8607fb6da17e860 /* src/unix/PsUnixSocket.cpp */; }; - FFFFda17e8c87fb6da17e8c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e8c87fb6da17e8c8 /* src/unix/PsUnixSync.cpp */; }; - FFFFda17e9307fb6da17e930 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e9307fb6da17e930 /* src/unix/PsUnixThread.cpp */; }; - FFFFda17e9987fb6da17e998 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda17e9987fb6da17e998 /* src/unix/PsUnixTime.cpp */; }; + FFFF81812f187f8a81812f18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81812f187f8a81812f18 /* src/PsAllocator.cpp */; }; + FFFF81812f807f8a81812f80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81812f807f8a81812f80 /* src/PsAssert.cpp */; }; + FFFF81812fe87f8a81812fe8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD81812fe87f8a81812fe8 /* src/PsFoundation.cpp */; }; + FFFF818130507f8a81813050 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818130507f8a81813050 /* src/PsMathUtils.cpp */; }; + FFFF818130b87f8a818130b8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818130b87f8a818130b8 /* src/PsString.cpp */; }; + FFFF818131207f8a81813120 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818131207f8a81813120 /* src/PsTempAllocator.cpp */; }; + FFFF818131887f8a81813188 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818131887f8a81813188 /* src/PsUtilities.cpp */; }; + FFFF818131f07f8a818131f0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818131f07f8a818131f0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF818132587f8a81813258 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818132587f8a81813258 /* src/unix/PsUnixCpu.cpp */; }; + FFFF818132c07f8a818132c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818132c07f8a818132c0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF818133287f8a81813328 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818133287f8a81813328 /* src/unix/PsUnixMutex.cpp */; }; + FFFF818133907f8a81813390 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818133907f8a81813390 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF818133f87f8a818133f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818133f87f8a818133f8 /* src/unix/PsUnixSList.cpp */; }; + FFFF818134607f8a81813460 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818134607f8a81813460 /* src/unix/PsUnixSocket.cpp */; }; + FFFF818134c87f8a818134c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818134c87f8a818134c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF818135307f8a81813530 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818135307f8a81813530 /* src/unix/PsUnixThread.cpp */; }; + FFFF818135987f8a81813598 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD818135987f8a81813598 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb57a4207fb6db57a420 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda1880007fb6da188000 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1880687fb6da188068 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1880d07fb6da1880d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1881387fb6da188138 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1881a07fb6da1881a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1882087fb6da188208 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1882707fb6da188270 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1882d87fb6da1882d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1883407fb6da188340 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1883a87fb6da1883a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1884107fb6da188410 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1884787fb6da188478 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1884e07fb6da1884e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1885487fb6da188548 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1885b07fb6da1885b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1886187fb6da188618 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1886807fb6da188680 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1886e87fb6da1886e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1887507fb6da188750 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1887b87fb6da1887b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1888207fb6da188820 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1888887fb6da188888 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1888f07fb6da1888f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1889587fb6da188958 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1889c07fb6da1889c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDda188a287fb6da188a28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFDda188a907fb6da188a90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFDda188af87fb6da188af8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFDda188b607fb6da188b60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d0007fb6da17d000 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d0687fb6da17d068 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d0d07fb6da17d0d0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d1387fb6da17d138 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d1a07fb6da17d1a0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d2087fb6da17d208 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d2707fb6da17d270 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d2d87fb6da17d2d8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d3407fb6da17d340 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d3a87fb6da17d3a8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d4107fb6da17d410 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d4787fb6da17d478 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d4e07fb6da17d4e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d5487fb6da17d548 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d5b07fb6da17d5b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d6187fb6da17d618 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d6807fb6da17d680 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d6e87fb6da17d6e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d7507fb6da17d750 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d7b87fb6da17d7b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d8207fb6da17d820 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d8887fb6da17d888 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d8f07fb6da17d8f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d9587fb6da17d958 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17d9c07fb6da17d9c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17da287fb6da17da28 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17da907fb6da17da90 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17daf87fb6da17daf8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17db607fb6da17db60 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dbc87fb6da17dbc8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dc307fb6da17dc30 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dc987fb6da17dc98 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dd007fb6da17dd00 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dd687fb6da17dd68 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17ddd07fb6da17ddd0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17de387fb6da17de38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dea07fb6da17dea0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17df087fb6da17df08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17df707fb6da17df70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17dfd87fb6da17dfd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e0407fb6da17e040 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e0a87fb6da17e0a8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e1107fb6da17e110 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e1787fb6da17e178 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e1e07fb6da17e1e0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e2487fb6da17e248 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e2b07fb6da17e2b0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDda17e3187fb6da17e318 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e3807fb6da17e380 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e3e87fb6da17e3e8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e4507fb6da17e450 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e4b87fb6da17e4b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e5207fb6da17e520 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e5887fb6da17e588 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e5f07fb6da17e5f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e6587fb6da17e658 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e6c07fb6da17e6c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e7287fb6da17e728 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e7907fb6da17e790 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e7f87fb6da17e7f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e8607fb6da17e860 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e8c87fb6da17e8c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e9307fb6da17e930 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda17e9987fb6da17e998 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810edec07f8a810edec0 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81828e007f8a81828e00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD81828e687f8a81828e68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD81828ed07f8a81828ed0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD81828f387f8a81828f38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD81828fa07f8a81828fa0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD818290087f8a81829008 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD818290707f8a81829070 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD818290d87f8a818290d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD818291407f8a81829140 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD818291a87f8a818291a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD818292107f8a81829210 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD818292787f8a81829278 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD818292e07f8a818292e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD818293487f8a81829348 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD818293b07f8a818293b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD818294187f8a81829418 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD818294807f8a81829480 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD818294e87f8a818294e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD818295507f8a81829550 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD818295b87f8a818295b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD818296207f8a81829620 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD818296887f8a81829688 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD818296f07f8a818296f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818297587f8a81829758 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD818297c07f8a818297c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD818298287f8a81829828 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD818298907f8a81829890 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD818298f87f8a818298f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD818299607f8a81829960 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811c007f8a81811c00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811c687f8a81811c68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811cd07f8a81811cd0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811d387f8a81811d38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811da07f8a81811da0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811e087f8a81811e08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811e707f8a81811e70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811ed87f8a81811ed8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811f407f8a81811f40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD81811fa87f8a81811fa8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD818120107f8a81812010 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD818120787f8a81812078 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD818120e07f8a818120e0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD818121487f8a81812148 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD818121b07f8a818121b0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD818122187f8a81812218 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD818122807f8a81812280 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD818122e87f8a818122e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818123507f8a81812350 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD818123b87f8a818123b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD818124207f8a81812420 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD818124887f8a81812488 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD818124f07f8a818124f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD818125587f8a81812558 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD818125c07f8a818125c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD818126287f8a81812628 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD818126907f8a81812690 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD818126f87f8a818126f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD818127607f8a81812760 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD818127c87f8a818127c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD818128307f8a81812830 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818128987f8a81812898 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD818129007f8a81812900 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD818129687f8a81812968 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD818129d07f8a818129d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812a387f8a81812a38 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812aa07f8a81812aa0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812b087f8a81812b08 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812b707f8a81812b70 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812bd87f8a81812bd8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812c407f8a81812c40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812ca87f8a81812ca8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812d107f8a81812d10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812d787f8a81812d78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812de07f8a81812de0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812e487f8a81812e48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812eb07f8a81812eb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD81812f187f8a81812f18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81812f807f8a81812f80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81812fe87f8a81812fe8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818130507f8a81813050 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818130b87f8a818130b8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818131207f8a81813120 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818131887f8a81813188 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818131f07f8a818131f0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818132587f8a81813258 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818132c07f8a818132c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818133287f8a81813328 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818133907f8a81813390 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818133f87f8a818133f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818134607f8a81813460 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818134c87f8a818134c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818135307f8a81813530 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818135987f8a81813598 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db57a4207fb6db57a420 /* Resources */ = { + FFF2810edec07f8a810edec0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2123,7 +2123,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb57a4207fb6db57a420 /* Frameworks */ = { + FFFC810edec07f8a810edec0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2133,27 +2133,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db57a4207fb6db57a420 /* Sources */ = { + FFF8810edec07f8a810edec0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda17e3187fb6da17e318, - FFFFda17e3807fb6da17e380, - FFFFda17e3e87fb6da17e3e8, - FFFFda17e4507fb6da17e450, - FFFFda17e4b87fb6da17e4b8, - FFFFda17e5207fb6da17e520, - FFFFda17e5887fb6da17e588, - FFFFda17e5f07fb6da17e5f0, - FFFFda17e6587fb6da17e658, - FFFFda17e6c07fb6da17e6c0, - FFFFda17e7287fb6da17e728, - FFFFda17e7907fb6da17e790, - FFFFda17e7f87fb6da17e7f8, - FFFFda17e8607fb6da17e860, - FFFFda17e8c87fb6da17e8c8, - FFFFda17e9307fb6da17e930, - FFFFda17e9987fb6da17e998, + FFFF81812f187f8a81812f18, + FFFF81812f807f8a81812f80, + FFFF81812fe87f8a81812fe8, + FFFF818130507f8a81813050, + FFFF818130b87f8a818130b8, + FFFF818131207f8a81813120, + FFFF818131887f8a81813188, + FFFF818131f07f8a818131f0, + FFFF818132587f8a81813258, + FFFF818132c07f8a818132c0, + FFFF818133287f8a81813328, + FFFF818133907f8a81813390, + FFFF818133f87f8a818133f8, + FFFF818134607f8a81813460, + FFFF818134c87f8a818134c8, + FFFF818135307f8a81813530, + FFFF818135987f8a81813598, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2165,103 +2165,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFFde02e9a87fb6de02e9a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02e9a87fb6de02e9a8 /* src/PxProfileEventImpl.cpp */; }; - FFFFde02ea107fb6de02ea10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ea107fb6de02ea10 /* src/PxPvd.cpp */; }; - FFFFde02ea787fb6de02ea78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ea787fb6de02ea78 /* src/PxPvdDataStream.cpp */; }; - FFFFde02eae07fb6de02eae0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02eae07fb6de02eae0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFFde02eb487fb6de02eb48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02eb487fb6de02eb48 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFFde02ebb07fb6de02ebb0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ebb07fb6de02ebb0 /* src/PxPvdImpl.cpp */; }; - FFFFde02ec187fb6de02ec18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ec187fb6de02ec18 /* src/PxPvdMemClient.cpp */; }; - FFFFde02ec807fb6de02ec80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ec807fb6de02ec80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFFde02ece87fb6de02ece8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ece87fb6de02ece8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFFde02ed507fb6de02ed50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02ed507fb6de02ed50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFFde02edb87fb6de02edb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDde02edb87fb6de02edb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF80991ba87f8a80991ba8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991ba87f8a80991ba8 /* src/PxProfileEventImpl.cpp */; }; + FFFF80991c107f8a80991c10 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991c107f8a80991c10 /* src/PxPvd.cpp */; }; + FFFF80991c787f8a80991c78 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991c787f8a80991c78 /* src/PxPvdDataStream.cpp */; }; + FFFF80991ce07f8a80991ce0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991ce07f8a80991ce0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF80991d487f8a80991d48 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991d487f8a80991d48 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF80991db07f8a80991db0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991db07f8a80991db0 /* src/PxPvdImpl.cpp */; }; + FFFF80991e187f8a80991e18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991e187f8a80991e18 /* src/PxPvdMemClient.cpp */; }; + FFFF80991e807f8a80991e80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991e807f8a80991e80 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF80991ee87f8a80991ee8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991ee87f8a80991ee8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF80991f507f8a80991f50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991f507f8a80991f50 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF80991fb87f8a80991fb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD80991fb87f8a80991fb8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd90c6e07fb6dd90c6e0 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdd9099107fb6dd909910 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd9099787fb6dd909978 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e6007fb6de02e600 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e6687fb6de02e668 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e6d07fb6de02e6d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e7387fb6de02e738 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e7a07fb6de02e7a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e8087fb6de02e808 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e8707fb6de02e870 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e8d87fb6de02e8d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e9407fb6de02e940 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02e9a87fb6de02e9a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ea107fb6de02ea10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ea787fb6de02ea78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02eae07fb6de02eae0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02eb487fb6de02eb48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ebb07fb6de02ebb0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ec187fb6de02ec18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ec807fb6de02ec80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ece87fb6de02ece8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ed507fb6de02ed50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02edb87fb6de02edb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde02ee207fb6de02ee20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02ee887fb6de02ee88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02eef07fb6de02eef0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02ef587fb6de02ef58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02efc07fb6de02efc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f0287fb6de02f028 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f0907fb6de02f090 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f0f87fb6de02f0f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f1607fb6de02f160 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f1c87fb6de02f1c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f2307fb6de02f230 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f2987fb6de02f298 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f3007fb6de02f300 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f3687fb6de02f368 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f3d07fb6de02f3d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f4387fb6de02f438 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f4a07fb6de02f4a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f5087fb6de02f508 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f5707fb6de02f570 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f5d87fb6de02f5d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f6407fb6de02f640 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f6a87fb6de02f6a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f7107fb6de02f710 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f7787fb6de02f778 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f7e07fb6de02f7e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f8487fb6de02f848 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f8b07fb6de02f8b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f9187fb6de02f918 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f9807fb6de02f980 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02f9e87fb6de02f9e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fa507fb6de02fa50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fab87fb6de02fab8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fb207fb6de02fb20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fb887fb6de02fb88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fbf07fb6de02fbf0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fc587fb6de02fc58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fcc07fb6de02fcc0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fd287fb6de02fd28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fd907fb6de02fd90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fdf87fb6de02fdf8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fe607fb6de02fe60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02fec87fb6de02fec8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02ff307fb6de02ff30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDde02ff987fb6de02ff98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0300007fb6de030000 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0300687fb6de030068 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0300d07fb6de0300d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0301387fb6de030138 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0301a07fb6de0301a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0302087fb6de030208 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0302707fb6de030270 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0302d87fb6de0302d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0303407fb6de030340 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0303a87fb6de0303a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0304107fb6de030410 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0304787fb6de030478 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD81169e707f8a81169e70 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8115e0707f8a8115e070 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD8115e0d87f8a8115e0d8 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD809918007f8a80991800 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD809918687f8a80991868 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD809918d07f8a809918d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD809919387f8a80991938 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD809919a07f8a809919a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD80991a087f8a80991a08 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD80991a707f8a80991a70 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD80991ad87f8a80991ad8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD80991b407f8a80991b40 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD80991ba87f8a80991ba8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991c107f8a80991c10 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991c787f8a80991c78 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991ce07f8a80991ce0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991d487f8a80991d48 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991db07f8a80991db0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991e187f8a80991e18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991e807f8a80991e80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991ee87f8a80991ee8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991f507f8a80991f50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD80991fb87f8a80991fb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809920207f8a80992020 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD809920887f8a80992088 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD809920f07f8a809920f0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD809921587f8a80992158 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD809921c07f8a809921c0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD809922287f8a80992228 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD809922907f8a80992290 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD809922f87f8a809922f8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD809923607f8a80992360 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD809923c87f8a809923c8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD809924307f8a80992430 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD809924987f8a80992498 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD809925007f8a80992500 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD809925687f8a80992568 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD809925d07f8a809925d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD809926387f8a80992638 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD809926a07f8a809926a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD809927087f8a80992708 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD809927707f8a80992770 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD809927d87f8a809927d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD809928407f8a80992840 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD809928a87f8a809928a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD809929107f8a80992910 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD809929787f8a80992978 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD809929e07f8a809929e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992a487f8a80992a48 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992ab07f8a80992ab0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992b187f8a80992b18 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992b807f8a80992b80 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992be87f8a80992be8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992c507f8a80992c50 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992cb87f8a80992cb8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992d207f8a80992d20 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992d887f8a80992d88 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992df07f8a80992df0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992e587f8a80992e58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992ec07f8a80992ec0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992f287f8a80992f28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992f907f8a80992f90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD80992ff87f8a80992ff8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD809930607f8a80993060 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD809930c87f8a809930c8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD809931307f8a80993130 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD809931987f8a80993198 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD809932007f8a80993200 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD809932687f8a80993268 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD809932d07f8a809932d0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD809933387f8a80993338 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD809933a07f8a809933a0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD809934087f8a80993408 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD809934707f8a80993470 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD809934d87f8a809934d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD809935407f8a80993540 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD809935a87f8a809935a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD809936107f8a80993610 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD809936787f8a80993678 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd90c6e07fb6dd90c6e0 /* Resources */ = { + FFF281169e707f8a81169e70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2271,7 +2271,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd90c6e07fb6dd90c6e0 /* Frameworks */ = { + FFFC81169e707f8a81169e70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2281,21 +2281,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd90c6e07fb6dd90c6e0 /* Sources */ = { + FFF881169e707f8a81169e70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFde02e9a87fb6de02e9a8, - FFFFde02ea107fb6de02ea10, - FFFFde02ea787fb6de02ea78, - FFFFde02eae07fb6de02eae0, - FFFFde02eb487fb6de02eb48, - FFFFde02ebb07fb6de02ebb0, - FFFFde02ec187fb6de02ec18, - FFFFde02ec807fb6de02ec80, - FFFFde02ece87fb6de02ece8, - FFFFde02ed507fb6de02ed50, - FFFFde02edb87fb6de02edb8, + FFFF80991ba87f8a80991ba8, + FFFF80991c107f8a80991c10, + FFFF80991c787f8a80991c78, + FFFF80991ce07f8a80991ce0, + FFFF80991d487f8a80991d48, + FFFF80991db07f8a80991db0, + FFFF80991e187f8a80991e18, + FFFF80991e807f8a80991e80, + FFFF80991ee87f8a80991ee8, + FFFF80991f507f8a80991f50, + FFFF80991fb87f8a80991fb8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2304,108 +2304,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dd90b7a07fb6dd90b7a0 /* PBXTargetDependency */ = { + FFF4806734307f8a80673430 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb57a4207fb6db57a420 /* PxFoundation */; - targetProxy = FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */; + target = FFFA810edec07f8a810edec0 /* PxFoundation */; + targetProxy = FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFFddb26f107fb6ddb26f10 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFDddb26f107fb6ddb26f10 /* px_globals.cpp */; }; - FFFFddb1e2a07fb6ddb1e2a0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e2a07fb6ddb1e2a0 /* PxsCCD.cpp */; }; - FFFFddb1e3087fb6ddb1e308 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e3087fb6ddb1e308 /* PxsContactManager.cpp */; }; - FFFFddb1e3707fb6ddb1e370 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e3707fb6ddb1e370 /* PxsContext.cpp */; }; - FFFFddb1e3d87fb6ddb1e3d8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e3d87fb6ddb1e3d8 /* PxsDefaultMemoryManager.cpp */; }; - FFFFddb1e4407fb6ddb1e440 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e4407fb6ddb1e440 /* PxsIslandSim.cpp */; }; - FFFFddb1e4a87fb6ddb1e4a8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e4a87fb6ddb1e4a8 /* PxsMaterialCombiner.cpp */; }; - FFFFddb1e5107fb6ddb1e510 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e5107fb6ddb1e510 /* PxsNphaseImplementationContext.cpp */; }; - FFFFddb1e5787fb6ddb1e578 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDddb1e5787fb6ddb1e578 /* PxsSimpleIslandManager.cpp */; }; - FFFFde0200007fb6de020000 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0200007fb6de020000 /* collision/PxcContact.cpp */; }; - FFFFde0200687fb6de020068 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0200687fb6de020068 /* pipeline/PxcContactCache.cpp */; }; - FFFFde0200d07fb6de0200d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0200d07fb6de0200d0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFFde0201387fb6de020138 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0201387fb6de020138 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFFde0201a07fb6de0201a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0201a07fb6de0201a0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFFde0202087fb6de020208 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0202087fb6de020208 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFFde0202707fb6de020270 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0202707fb6de020270 /* pipeline/PxcMaterialShape.cpp */; }; - FFFFde0202d87fb6de0202d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0202d87fb6de0202d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFFde0203407fb6de020340 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0203407fb6de020340 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFFde0203a87fb6de0203a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0203a87fb6de0203a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFFde0204107fb6de020410 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0204107fb6de020410 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFFde0204787fb6de020478 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDde0204787fb6de020478 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF810c4bd07f8a810c4bd0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD810c4bd07f8a810c4bd0 /* px_globals.cpp */; }; + FFFF810b88f07f8a810b88f0 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b88f07f8a810b88f0 /* PxsCCD.cpp */; }; + FFFF810b89587f8a810b8958 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b89587f8a810b8958 /* PxsContactManager.cpp */; }; + FFFF810b89c07f8a810b89c0 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b89c07f8a810b89c0 /* PxsContext.cpp */; }; + FFFF810b8a287f8a810b8a28 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b8a287f8a810b8a28 /* PxsDefaultMemoryManager.cpp */; }; + FFFF810b8a907f8a810b8a90 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b8a907f8a810b8a90 /* PxsIslandSim.cpp */; }; + FFFF810b8af87f8a810b8af8 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b8af87f8a810b8af8 /* PxsMaterialCombiner.cpp */; }; + FFFF810b8b607f8a810b8b60 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b8b607f8a810b8b60 /* PxsNphaseImplementationContext.cpp */; }; + FFFF810b8bc87f8a810b8bc8 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD810b8bc87f8a810b8bc8 /* PxsSimpleIslandManager.cpp */; }; + FFFF8182fc007f8a8182fc00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fc007f8a8182fc00 /* collision/PxcContact.cpp */; }; + FFFF8182fc687f8a8182fc68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fc687f8a8182fc68 /* pipeline/PxcContactCache.cpp */; }; + FFFF8182fcd07f8a8182fcd0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fcd07f8a8182fcd0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF8182fd387f8a8182fd38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fd387f8a8182fd38 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF8182fda07f8a8182fda0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fda07f8a8182fda0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF8182fe087f8a8182fe08 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fe087f8a8182fe08 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF8182fe707f8a8182fe70 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fe707f8a8182fe70 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF8182fed87f8a8182fed8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182fed87f8a8182fed8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF8182ff407f8a8182ff40 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182ff407f8a8182ff40 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF8182ffa87f8a8182ffa8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD8182ffa87f8a8182ffa8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF818300107f8a81830010 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD818300107f8a81830010 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF818300787f8a81830078 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD818300787f8a81830078 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDddb234007fb6ddb23400 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDddb26f107fb6ddb26f10 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb293a07fb6ddb293a0 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb294087fb6ddb29408 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb294707fb6ddb29470 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb294d87fb6ddb294d8 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb295407fb6ddb29540 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb295a87fb6ddb295a8 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb296107fb6ddb29610 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb296787fb6ddb29678 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb296e07fb6ddb296e0 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e2a07fb6ddb1e2a0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e3087fb6ddb1e308 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e3707fb6ddb1e370 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e3d87fb6ddb1e3d8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e4407fb6ddb1e440 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e4a87fb6ddb1e4a8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e5107fb6ddb1e510 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb1e5787fb6ddb1e578 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0364007fb6de036400 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0364687fb6de036468 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0364d07fb6de0364d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0365387fb6de036538 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0365a07fb6de0365a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0366087fb6de036608 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0366707fb6de036670 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0366d87fb6de0366d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0367407fb6de036740 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0367a87fb6de0367a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0368107fb6de036810 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0368787fb6de036878 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0368e07fb6de0368e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0369487fb6de036948 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0369b07fb6de0369b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDde036a187fb6de036a18 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDde036a807fb6de036a80 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDde036ae87fb6de036ae8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDde036b507fb6de036b50 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDde036bb87fb6de036bb8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0200007fb6de020000 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0200687fb6de020068 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0200d07fb6de0200d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0201387fb6de020138 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0201a07fb6de0201a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0202087fb6de020208 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0202707fb6de020270 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0202d87fb6de0202d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0203407fb6de020340 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0203a87fb6de0203a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0204107fb6de020410 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0204787fb6de020478 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde0356007fb6de035600 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0356687fb6de035668 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0356d07fb6de0356d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0357387fb6de035738 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0357a07fb6de0357a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0358087fb6de035808 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0358707fb6de035870 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0358d87fb6de0358d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0359407fb6de035940 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0359a87fb6de0359a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDde035a107fb6de035a10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDde035a787fb6de035a78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFDde035ae07fb6de035ae0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDde035b487fb6de035b48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDde035bb07fb6de035bb0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c34707f8a810c3470 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD810c4bd07f8a810c4bd0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810c6e107f8a810c6e10 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c6e787f8a810c6e78 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c6ee07f8a810c6ee0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c6f487f8a810c6f48 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c6fb07f8a810c6fb0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c70187f8a810c7018 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c70807f8a810c7080 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c70e87f8a810c70e8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD810c71507f8a810c7150 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD810b88f07f8a810b88f0 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b89587f8a810b8958 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b89c07f8a810b89c0 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b8a287f8a810b8a28 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b8a907f8a810b8a90 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b8af87f8a810b8af8 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b8b607f8a810b8b60 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD810b8bc87f8a810b8bc8 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818312007f8a81831200 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818312687f8a81831268 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD818312d07f8a818312d0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD818313387f8a81831338 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD818313a07f8a818313a0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD818314087f8a81831408 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD818314707f8a81831470 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818314d87f8a818314d8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD818315407f8a81831540 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD818315a87f8a818315a8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818316107f8a81831610 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD818316787f8a81831678 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD818316e07f8a818316e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD818317487f8a81831748 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD818317b07f8a818317b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD818318187f8a81831818 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD818318807f8a81831880 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD818318e87f8a818318e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD818319507f8a81831950 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD818319b87f8a818319b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8182fc007f8a8182fc00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fc687f8a8182fc68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fcd07f8a8182fcd0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fd387f8a8182fd38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fda07f8a8182fda0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fe087f8a8182fe08 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fe707f8a8182fe70 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182fed87f8a8182fed8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182ff407f8a8182ff40 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8182ffa87f8a8182ffa8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818300107f8a81830010 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818300787f8a81830078 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD818304007f8a81830400 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD818304687f8a81830468 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD818304d07f8a818304d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD818305387f8a81830538 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD818305a07f8a818305a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD818306087f8a81830608 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD818306707f8a81830670 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD818306d87f8a818306d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD818307407f8a81830740 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD818307a87f8a818307a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD818308107f8a81830810 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD818308787f8a81830878 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD818308e07f8a818308e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD818309487f8a81830948 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD818309b07f8a818309b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2ddb234007fb6ddb23400 /* Resources */ = { + FFF2810c34707f8a810c3470 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2415,7 +2415,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCddb234007fb6ddb23400 /* Frameworks */ = { + FFFC810c34707f8a810c3470 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2425,31 +2425,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8ddb234007fb6ddb23400 /* Sources */ = { + FFF8810c34707f8a810c3470 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFddb26f107fb6ddb26f10, - FFFFddb1e2a07fb6ddb1e2a0, - FFFFddb1e3087fb6ddb1e308, - FFFFddb1e3707fb6ddb1e370, - FFFFddb1e3d87fb6ddb1e3d8, - FFFFddb1e4407fb6ddb1e440, - FFFFddb1e4a87fb6ddb1e4a8, - FFFFddb1e5107fb6ddb1e510, - FFFFddb1e5787fb6ddb1e578, - FFFFde0200007fb6de020000, - FFFFde0200687fb6de020068, - FFFFde0200d07fb6de0200d0, - FFFFde0201387fb6de020138, - FFFFde0201a07fb6de0201a0, - FFFFde0202087fb6de020208, - FFFFde0202707fb6de020270, - FFFFde0202d87fb6de0202d8, - FFFFde0203407fb6de020340, - FFFFde0203a87fb6de0203a8, - FFFFde0204107fb6de020410, - FFFFde0204787fb6de020478, + FFFF810c4bd07f8a810c4bd0, + FFFF810b88f07f8a810b88f0, + FFFF810b89587f8a810b8958, + FFFF810b89c07f8a810b89c0, + FFFF810b8a287f8a810b8a28, + FFFF810b8a907f8a810b8a90, + FFFF810b8af87f8a810b8af8, + FFFF810b8b607f8a810b8b60, + FFFF810b8bc87f8a810b8bc8, + FFFF8182fc007f8a8182fc00, + FFFF8182fc687f8a8182fc68, + FFFF8182fcd07f8a8182fcd0, + FFFF8182fd387f8a8182fd38, + FFFF8182fda07f8a8182fda0, + FFFF8182fe087f8a8182fe08, + FFFF8182fe707f8a8182fe70, + FFFF8182fed87f8a8182fed8, + FFFF8182ff407f8a8182ff40, + FFFF8182ffa87f8a8182ffa8, + FFFF818300107f8a81830010, + FFFF818300787f8a81830078, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2461,38 +2461,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFFda1ab2707fb6da1ab270 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab2707fb6da1ab270 /* BpBroadPhase.cpp */; }; - FFFFda1ab2d87fb6da1ab2d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab2d87fb6da1ab2d8 /* BpBroadPhaseMBP.cpp */; }; - FFFFda1ab3407fb6da1ab340 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab3407fb6da1ab340 /* BpBroadPhaseSap.cpp */; }; - FFFFda1ab3a87fb6da1ab3a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab3a87fb6da1ab3a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFFda1ab4107fb6da1ab410 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab4107fb6da1ab410 /* BpMBPTasks.cpp */; }; - FFFFda1ab4787fb6da1ab478 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab4787fb6da1ab478 /* BpSAPTasks.cpp */; }; - FFFFda1ab4e07fb6da1ab4e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1ab4e07fb6da1ab4e0 /* BpSimpleAABBManager.cpp */; }; + FFFF809984707f8a80998470 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809984707f8a80998470 /* BpBroadPhase.cpp */; }; + FFFF809984d87f8a809984d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809984d87f8a809984d8 /* BpBroadPhaseMBP.cpp */; }; + FFFF809985407f8a80998540 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809985407f8a80998540 /* BpBroadPhaseSap.cpp */; }; + FFFF809985a87f8a809985a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809985a87f8a809985a8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF809986107f8a80998610 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809986107f8a80998610 /* BpMBPTasks.cpp */; }; + FFFF809986787f8a80998678 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809986787f8a80998678 /* BpSAPTasks.cpp */; }; + FFFF809986e07f8a809986e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD809986e07f8a809986e0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd82cb107fb6dd82cb10 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdd82dba07fb6dd82dba0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd82dc087fb6dd82dc08 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd82dc707fb6dd82dc70 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd82dcd87fb6dd82dcd8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab0007fb6da1ab000 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab0687fb6da1ab068 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab0d07fb6da1ab0d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab1387fb6da1ab138 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab1a07fb6da1ab1a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab2087fb6da1ab208 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab2707fb6da1ab270 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab2d87fb6da1ab2d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab3407fb6da1ab340 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab3a87fb6da1ab3a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab4107fb6da1ab410 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab4787fb6da1ab478 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1ab4e07fb6da1ab4e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD81149d807f8a81149d80 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD811598e07f8a811598e0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD811599487f8a81159948 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD811599b07f8a811599b0 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD81159a187f8a81159a18 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD809982007f8a80998200 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD809982687f8a80998268 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD809982d07f8a809982d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD809983387f8a80998338 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD809983a07f8a809983a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD809984087f8a80998408 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD809984707f8a80998470 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809984d87f8a809984d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809985407f8a80998540 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809985a87f8a809985a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809986107f8a80998610 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809986787f8a80998678 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD809986e07f8a809986e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd82cb107fb6dd82cb10 /* Resources */ = { + FFF281149d807f8a81149d80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2502,7 +2502,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd82cb107fb6dd82cb10 /* Frameworks */ = { + FFFC81149d807f8a81149d80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2512,17 +2512,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd82cb107fb6dd82cb10 /* Sources */ = { + FFF881149d807f8a81149d80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1ab2707fb6da1ab270, - FFFFda1ab2d87fb6da1ab2d8, - FFFFda1ab3407fb6da1ab340, - FFFFda1ab3a87fb6da1ab3a8, - FFFFda1ab4107fb6da1ab410, - FFFFda1ab4787fb6da1ab478, - FFFFda1ab4e07fb6da1ab4e0, + FFFF809984707f8a80998470, + FFFF809984d87f8a809984d8, + FFFF809985407f8a80998540, + FFFF809985a87f8a809985a8, + FFFF809986107f8a80998610, + FFFF809986787f8a80998678, + FFFF809986e07f8a809986e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2534,106 +2534,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFFde03ee007fb6de03ee00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03ee007fb6de03ee00 /* DyArticulation.cpp */; }; - FFFFde03ee687fb6de03ee68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03ee687fb6de03ee68 /* DyArticulationContactPrep.cpp */; }; - FFFFde03eed07fb6de03eed0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03eed07fb6de03eed0 /* DyArticulationContactPrepPF.cpp */; }; - FFFFde03ef387fb6de03ef38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03ef387fb6de03ef38 /* DyArticulationHelper.cpp */; }; - FFFFde03efa07fb6de03efa0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03efa07fb6de03efa0 /* DyArticulationSIMD.cpp */; }; - FFFFde03f0087fb6de03f008 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f0087fb6de03f008 /* DyArticulationScalar.cpp */; }; - FFFFde03f0707fb6de03f070 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f0707fb6de03f070 /* DyConstraintPartition.cpp */; }; - FFFFde03f0d87fb6de03f0d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f0d87fb6de03f0d8 /* DyConstraintSetup.cpp */; }; - FFFFde03f1407fb6de03f140 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f1407fb6de03f140 /* DyConstraintSetupBlock.cpp */; }; - FFFFde03f1a87fb6de03f1a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f1a87fb6de03f1a8 /* DyContactPrep.cpp */; }; - FFFFde03f2107fb6de03f210 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f2107fb6de03f210 /* DyContactPrep4.cpp */; }; - FFFFde03f2787fb6de03f278 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f2787fb6de03f278 /* DyContactPrep4PF.cpp */; }; - FFFFde03f2e07fb6de03f2e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f2e07fb6de03f2e0 /* DyContactPrepPF.cpp */; }; - FFFFde03f3487fb6de03f348 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f3487fb6de03f348 /* DyDynamics.cpp */; }; - FFFFde03f3b07fb6de03f3b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f3b07fb6de03f3b0 /* DyFrictionCorrelation.cpp */; }; - FFFFde03f4187fb6de03f418 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f4187fb6de03f418 /* DyRigidBodyToSolverBody.cpp */; }; - FFFFde03f4807fb6de03f480 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f4807fb6de03f480 /* DySolverConstraints.cpp */; }; - FFFFde03f4e87fb6de03f4e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f4e87fb6de03f4e8 /* DySolverConstraintsBlock.cpp */; }; - FFFFde03f5507fb6de03f550 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f5507fb6de03f550 /* DySolverControl.cpp */; }; - FFFFde03f5b87fb6de03f5b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f5b87fb6de03f5b8 /* DySolverControlPF.cpp */; }; - FFFFde03f6207fb6de03f620 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f6207fb6de03f620 /* DySolverPFConstraints.cpp */; }; - FFFFde03f6887fb6de03f688 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f6887fb6de03f688 /* DySolverPFConstraintsBlock.cpp */; }; - FFFFde03f6f07fb6de03f6f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f6f07fb6de03f6f0 /* DyThreadContext.cpp */; }; - FFFFde03f7587fb6de03f758 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDde03f7587fb6de03f758 /* DyThresholdTable.cpp */; }; + FFFF82018c007f8a82018c00 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018c007f8a82018c00 /* DyArticulation.cpp */; }; + FFFF82018c687f8a82018c68 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018c687f8a82018c68 /* DyArticulationContactPrep.cpp */; }; + FFFF82018cd07f8a82018cd0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018cd07f8a82018cd0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF82018d387f8a82018d38 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018d387f8a82018d38 /* DyArticulationHelper.cpp */; }; + FFFF82018da07f8a82018da0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018da07f8a82018da0 /* DyArticulationSIMD.cpp */; }; + FFFF82018e087f8a82018e08 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018e087f8a82018e08 /* DyArticulationScalar.cpp */; }; + FFFF82018e707f8a82018e70 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018e707f8a82018e70 /* DyConstraintPartition.cpp */; }; + FFFF82018ed87f8a82018ed8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018ed87f8a82018ed8 /* DyConstraintSetup.cpp */; }; + FFFF82018f407f8a82018f40 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018f407f8a82018f40 /* DyConstraintSetupBlock.cpp */; }; + FFFF82018fa87f8a82018fa8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD82018fa87f8a82018fa8 /* DyContactPrep.cpp */; }; + FFFF820190107f8a82019010 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190107f8a82019010 /* DyContactPrep4.cpp */; }; + FFFF820190787f8a82019078 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190787f8a82019078 /* DyContactPrep4PF.cpp */; }; + FFFF820190e07f8a820190e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820190e07f8a820190e0 /* DyContactPrepPF.cpp */; }; + FFFF820191487f8a82019148 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820191487f8a82019148 /* DyDynamics.cpp */; }; + FFFF820191b07f8a820191b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820191b07f8a820191b0 /* DyFrictionCorrelation.cpp */; }; + FFFF820192187f8a82019218 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192187f8a82019218 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF820192807f8a82019280 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192807f8a82019280 /* DySolverConstraints.cpp */; }; + FFFF820192e87f8a820192e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820192e87f8a820192e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF820193507f8a82019350 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820193507f8a82019350 /* DySolverControl.cpp */; }; + FFFF820193b87f8a820193b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820193b87f8a820193b8 /* DySolverControlPF.cpp */; }; + FFFF820194207f8a82019420 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194207f8a82019420 /* DySolverPFConstraints.cpp */; }; + FFFF820194887f8a82019488 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194887f8a82019488 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF820194f07f8a820194f0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820194f07f8a820194f0 /* DyThreadContext.cpp */; }; + FFFF820195587f8a82019558 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD820195587f8a82019558 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDddb3bf707fb6ddb3bf70 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDde03ee007fb6de03ee00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03ee687fb6de03ee68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03eed07fb6de03eed0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03ef387fb6de03ef38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03efa07fb6de03efa0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f0087fb6de03f008 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f0707fb6de03f070 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f0d87fb6de03f0d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f1407fb6de03f140 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f1a87fb6de03f1a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f2107fb6de03f210 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f2787fb6de03f278 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f2e07fb6de03f2e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f3487fb6de03f348 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f3b07fb6de03f3b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f4187fb6de03f418 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f4807fb6de03f480 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f4e87fb6de03f4e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f5507fb6de03f550 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f5b87fb6de03f5b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f6207fb6de03f620 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f6887fb6de03f688 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f6f07fb6de03f6f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDde03f7587fb6de03f758 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDddb50da07fb6ddb50da0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb50e087fb6ddb50e08 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb50e707fb6ddb50e70 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb50ed87fb6ddb50ed8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb50f407fb6ddb50f40 /* DyGpuAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyGpuAPI.h"; path = "../../LowLevelDynamics/include/DyGpuAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb50fa87fb6ddb50fa8 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDddb510107fb6ddb51010 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0400007fb6de040000 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0400687fb6de040068 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0400d07fb6de0400d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0401387fb6de040138 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0401a07fb6de0401a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0402087fb6de040208 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0402707fb6de040270 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0402d87fb6de0402d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0403407fb6de040340 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0403a87fb6de0403a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0404107fb6de040410 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0404787fb6de040478 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0404e07fb6de0404e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0405487fb6de040548 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0405b07fb6de0405b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0406187fb6de040618 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0406807fb6de040680 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0406e87fb6de0406e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0407507fb6de040750 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0407b87fb6de0407b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0408207fb6de040820 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0408887fb6de040888 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0408f07fb6de0408f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0409587fb6de040958 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDde0409c07fb6de0409c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040a287fb6de040a28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040a907fb6de040a90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040af87fb6de040af8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040b607fb6de040b60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040bc87fb6de040bc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040c307fb6de040c30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040c987fb6de040c98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040d007fb6de040d00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040d687fb6de040d68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040dd07fb6de040dd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040e387fb6de040e38 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFDde040ea07fb6de040ea0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD81432a807f8a81432a80 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD82018c007f8a82018c00 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018c687f8a82018c68 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018cd07f8a82018cd0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018d387f8a82018d38 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018da07f8a82018da0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018e087f8a82018e08 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018e707f8a82018e70 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018ed87f8a82018ed8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018f407f8a82018f40 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82018fa87f8a82018fa8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190107f8a82019010 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190787f8a82019078 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820190e07f8a820190e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820191487f8a82019148 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820191b07f8a820191b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192187f8a82019218 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192807f8a82019280 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820192e87f8a820192e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820193507f8a82019350 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820193b87f8a820193b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194207f8a82019420 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194887f8a82019488 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820194f07f8a820194f0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD820195587f8a82019558 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8143afc07f8a8143afc0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8143b0287f8a8143b028 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD8143b0907f8a8143b090 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD8143b0f87f8a8143b0f8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8143b1607f8a8143b160 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD8143b1c87f8a8143b1c8 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019e007f8a82019e00 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019e687f8a82019e68 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019ed07f8a82019ed0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019f387f8a82019f38 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD82019fa07f8a82019fa0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0087f8a8201a008 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0707f8a8201a070 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a0d87f8a8201a0d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1407f8a8201a140 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a1a87f8a8201a1a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2107f8a8201a210 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2787f8a8201a278 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a2e07f8a8201a2e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3487f8a8201a348 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a3b07f8a8201a3b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4187f8a8201a418 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4807f8a8201a480 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a4e87f8a8201a4e8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5507f8a8201a550 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a5b87f8a8201a5b8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6207f8a8201a620 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6887f8a8201a688 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a6f07f8a8201a6f0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7587f8a8201a758 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a7c07f8a8201a7c0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8287f8a8201a828 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8907f8a8201a890 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a8f87f8a8201a8f8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9607f8a8201a960 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201a9c87f8a8201a9c8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa307f8a8201aa30 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aa987f8a8201aa98 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ab007f8a8201ab00 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ab687f8a8201ab68 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201abd07f8a8201abd0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201ac387f8a8201ac38 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD8201aca07f8a8201aca0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2ddb3bf707fb6ddb3bf70 /* Resources */ = { + FFF281432a807f8a81432a80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2643,7 +2642,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCddb3bf707fb6ddb3bf70 /* Frameworks */ = { + FFFC81432a807f8a81432a80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,34 +2652,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8ddb3bf707fb6ddb3bf70 /* Sources */ = { + FFF881432a807f8a81432a80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFde03ee007fb6de03ee00, - FFFFde03ee687fb6de03ee68, - FFFFde03eed07fb6de03eed0, - FFFFde03ef387fb6de03ef38, - FFFFde03efa07fb6de03efa0, - FFFFde03f0087fb6de03f008, - FFFFde03f0707fb6de03f070, - FFFFde03f0d87fb6de03f0d8, - FFFFde03f1407fb6de03f140, - FFFFde03f1a87fb6de03f1a8, - FFFFde03f2107fb6de03f210, - FFFFde03f2787fb6de03f278, - FFFFde03f2e07fb6de03f2e0, - FFFFde03f3487fb6de03f348, - FFFFde03f3b07fb6de03f3b0, - FFFFde03f4187fb6de03f418, - FFFFde03f4807fb6de03f480, - FFFFde03f4e87fb6de03f4e8, - FFFFde03f5507fb6de03f550, - FFFFde03f5b87fb6de03f5b8, - FFFFde03f6207fb6de03f620, - FFFFde03f6887fb6de03f688, - FFFFde03f6f07fb6de03f6f0, - FFFFde03f7587fb6de03f758, + FFFF82018c007f8a82018c00, + FFFF82018c687f8a82018c68, + FFFF82018cd07f8a82018cd0, + FFFF82018d387f8a82018d38, + FFFF82018da07f8a82018da0, + FFFF82018e087f8a82018e08, + FFFF82018e707f8a82018e70, + FFFF82018ed87f8a82018ed8, + FFFF82018f407f8a82018f40, + FFFF82018fa87f8a82018fa8, + FFFF820190107f8a82019010, + FFFF820190787f8a82019078, + FFFF820190e07f8a820190e0, + FFFF820191487f8a82019148, + FFFF820191b07f8a820191b0, + FFFF820192187f8a82019218, + FFFF820192807f8a82019280, + FFFF820192e87f8a820192e8, + FFFF820193507f8a82019350, + FFFF820193b87f8a820193b8, + FFFF820194207f8a82019420, + FFFF820194887f8a82019488, + FFFF820194f07f8a820194f0, + FFFF820195587f8a82019558, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2692,73 +2691,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFFdc80bc907fb6dc80bc90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bc907fb6dc80bc90 /* Allocator.cpp */; }; - FFFFdc80bcf87fb6dc80bcf8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bcf87fb6dc80bcf8 /* Factory.cpp */; }; - FFFFdc80bd607fb6dc80bd60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bd607fb6dc80bd60 /* PhaseConfig.cpp */; }; - FFFFdc80bdc87fb6dc80bdc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bdc87fb6dc80bdc8 /* SwCloth.cpp */; }; - FFFFdc80be307fb6dc80be30 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80be307fb6dc80be30 /* SwClothData.cpp */; }; - FFFFdc80be987fb6dc80be98 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80be987fb6dc80be98 /* SwCollision.cpp */; }; - FFFFdc80bf007fb6dc80bf00 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bf007fb6dc80bf00 /* SwFabric.cpp */; }; - FFFFdc80bf687fb6dc80bf68 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bf687fb6dc80bf68 /* SwFactory.cpp */; }; - FFFFdc80bfd07fb6dc80bfd0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80bfd07fb6dc80bfd0 /* SwInterCollision.cpp */; }; - FFFFdc80c0387fb6dc80c038 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80c0387fb6dc80c038 /* SwSelfCollision.cpp */; }; - FFFFdc80c0a07fb6dc80c0a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80c0a07fb6dc80c0a0 /* SwSolver.cpp */; }; - FFFFdc80c1087fb6dc80c108 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80c1087fb6dc80c108 /* SwSolverKernel.cpp */; }; - FFFFdc80c1707fb6dc80c170 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdc80c1707fb6dc80c170 /* TripletScheduler.cpp */; }; + FFFF828286907f8a82828690 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828286907f8a82828690 /* Allocator.cpp */; }; + FFFF828286f87f8a828286f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828286f87f8a828286f8 /* Factory.cpp */; }; + FFFF828287607f8a82828760 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828287607f8a82828760 /* PhaseConfig.cpp */; }; + FFFF828287c87f8a828287c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828287c87f8a828287c8 /* SwCloth.cpp */; }; + FFFF828288307f8a82828830 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828288307f8a82828830 /* SwClothData.cpp */; }; + FFFF828288987f8a82828898 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828288987f8a82828898 /* SwCollision.cpp */; }; + FFFF828289007f8a82828900 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828289007f8a82828900 /* SwFabric.cpp */; }; + FFFF828289687f8a82828968 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828289687f8a82828968 /* SwFactory.cpp */; }; + FFFF828289d07f8a828289d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828289d07f8a828289d0 /* SwInterCollision.cpp */; }; + FFFF82828a387f8a82828a38 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82828a387f8a82828a38 /* SwSelfCollision.cpp */; }; + FFFF82828aa07f8a82828aa0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82828aa07f8a82828aa0 /* SwSolver.cpp */; }; + FFFF82828b087f8a82828b08 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82828b087f8a82828b08 /* SwSolverKernel.cpp */; }; + FFFF82828b707f8a82828b70 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82828b707f8a82828b70 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb20eea07fb6db20eea0 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb2131207fb6db213120 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2131887fb6db213188 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2131f07fb6db2131f0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2132587fb6db213258 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2132c07fb6db2132c0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2133287fb6db213328 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb2133907fb6db213390 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b2007fb6dc80b200 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b2687fb6dc80b268 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b2d07fb6dc80b2d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b3387fb6dc80b338 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b3a07fb6dc80b3a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b4087fb6dc80b408 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b4707fb6dc80b470 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b4d87fb6dc80b4d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b5407fb6dc80b540 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b5a87fb6dc80b5a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b6107fb6dc80b610 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b6787fb6dc80b678 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b6e07fb6dc80b6e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b7487fb6dc80b748 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b7b07fb6dc80b7b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b8187fb6dc80b818 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b8807fb6dc80b880 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b8e87fb6dc80b8e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b9507fb6dc80b950 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b9b87fb6dc80b9b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80ba207fb6dc80ba20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80ba887fb6dc80ba88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80baf07fb6dc80baf0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bb587fb6dc80bb58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bbc07fb6dc80bbc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bc287fb6dc80bc28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bc907fb6dc80bc90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bcf87fb6dc80bcf8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bd607fb6dc80bd60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bdc87fb6dc80bdc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80be307fb6dc80be30 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80be987fb6dc80be98 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bf007fb6dc80bf00 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bf687fb6dc80bf68 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80bfd07fb6dc80bfd0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80c0387fb6dc80c038 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80c0a07fb6dc80c0a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80c1087fb6dc80c108 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80c1707fb6dc80c170 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD816f83807f8a816f8380 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8170b1607f8a8170b160 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b1c87f8a8170b1c8 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b2307f8a8170b230 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b2987f8a8170b298 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b3007f8a8170b300 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b3687f8a8170b368 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD8170b3d07f8a8170b3d0 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827c007f8a82827c00 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827c687f8a82827c68 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827cd07f8a82827cd0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827d387f8a82827d38 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827da07f8a82827da0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827e087f8a82827e08 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827e707f8a82827e70 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827ed87f8a82827ed8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827f407f8a82827f40 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD82827fa87f8a82827fa8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD828280107f8a82828010 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD828280787f8a82828078 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD828280e07f8a828280e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD828281487f8a82828148 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD828281b07f8a828281b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD828282187f8a82828218 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD828282807f8a82828280 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD828282e87f8a828282e8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD828283507f8a82828350 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD828283b87f8a828283b8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD828284207f8a82828420 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD828284887f8a82828488 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD828284f07f8a828284f0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD828285587f8a82828558 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD828285c07f8a828285c0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD828286287f8a82828628 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD828286907f8a82828690 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828286f87f8a828286f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828287607f8a82828760 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828287c87f8a828287c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828288307f8a82828830 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828288987f8a82828898 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828289007f8a82828900 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828289687f8a82828968 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828289d07f8a828289d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82828a387f8a82828a38 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82828aa07f8a82828aa0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82828b087f8a82828b08 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82828b707f8a82828b70 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db20eea07fb6db20eea0 /* Resources */ = { + FFF2816f83807f8a816f8380 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2768,7 +2767,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb20eea07fb6db20eea0 /* Frameworks */ = { + FFFC816f83807f8a816f8380 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,23 +2777,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db20eea07fb6db20eea0 /* Sources */ = { + FFF8816f83807f8a816f8380 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc80bc907fb6dc80bc90, - FFFFdc80bcf87fb6dc80bcf8, - FFFFdc80bd607fb6dc80bd60, - FFFFdc80bdc87fb6dc80bdc8, - FFFFdc80be307fb6dc80be30, - FFFFdc80be987fb6dc80be98, - FFFFdc80bf007fb6dc80bf00, - FFFFdc80bf687fb6dc80bf68, - FFFFdc80bfd07fb6dc80bfd0, - FFFFdc80c0387fb6dc80c038, - FFFFdc80c0a07fb6dc80c0a0, - FFFFdc80c1087fb6dc80c108, - FFFFdc80c1707fb6dc80c170, + FFFF828286907f8a82828690, + FFFF828286f87f8a828286f8, + FFFF828287607f8a82828760, + FFFF828287c87f8a828287c8, + FFFF828288307f8a82828830, + FFFF828288987f8a82828898, + FFFF828289007f8a82828900, + FFFF828289687f8a82828968, + FFFF828289d07f8a828289d0, + FFFF82828a387f8a82828a38, + FFFF82828aa07f8a82828aa0, + FFFF82828b087f8a82828b08, + FFFF82828b707f8a82828b70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2806,79 +2805,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFFda1c31587fb6da1c3158 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c31587fb6da1c3158 /* PtBatcher.cpp */; }; - FFFFda1c31c07fb6da1c31c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c31c07fb6da1c31c0 /* PtBodyTransformVault.cpp */; }; - FFFFda1c32287fb6da1c3228 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c32287fb6da1c3228 /* PtCollision.cpp */; }; - FFFFda1c32907fb6da1c3290 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c32907fb6da1c3290 /* PtCollisionBox.cpp */; }; - FFFFda1c32f87fb6da1c32f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c32f87fb6da1c32f8 /* PtCollisionCapsule.cpp */; }; - FFFFda1c33607fb6da1c3360 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c33607fb6da1c3360 /* PtCollisionConvex.cpp */; }; - FFFFda1c33c87fb6da1c33c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c33c87fb6da1c33c8 /* PtCollisionMesh.cpp */; }; - FFFFda1c34307fb6da1c3430 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c34307fb6da1c3430 /* PtCollisionPlane.cpp */; }; - FFFFda1c34987fb6da1c3498 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c34987fb6da1c3498 /* PtCollisionSphere.cpp */; }; - FFFFda1c35007fb6da1c3500 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c35007fb6da1c3500 /* PtContextCpu.cpp */; }; - FFFFda1c35687fb6da1c3568 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c35687fb6da1c3568 /* PtDynamics.cpp */; }; - FFFFda1c35d07fb6da1c35d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c35d07fb6da1c35d0 /* PtParticleData.cpp */; }; - FFFFda1c36387fb6da1c3638 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c36387fb6da1c3638 /* PtParticleShapeCpu.cpp */; }; - FFFFda1c36a07fb6da1c36a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c36a07fb6da1c36a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFFda1c37087fb6da1c3708 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c37087fb6da1c3708 /* PtSpatialHash.cpp */; }; - FFFFda1c37707fb6da1c3770 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDda1c37707fb6da1c3770 /* PtSpatialLocalHash.cpp */; }; + FFFF828325587f8a82832558 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828325587f8a82832558 /* PtBatcher.cpp */; }; + FFFF828325c07f8a828325c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828325c07f8a828325c0 /* PtBodyTransformVault.cpp */; }; + FFFF828326287f8a82832628 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828326287f8a82832628 /* PtCollision.cpp */; }; + FFFF828326907f8a82832690 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828326907f8a82832690 /* PtCollisionBox.cpp */; }; + FFFF828326f87f8a828326f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828326f87f8a828326f8 /* PtCollisionCapsule.cpp */; }; + FFFF828327607f8a82832760 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828327607f8a82832760 /* PtCollisionConvex.cpp */; }; + FFFF828327c87f8a828327c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828327c87f8a828327c8 /* PtCollisionMesh.cpp */; }; + FFFF828328307f8a82832830 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828328307f8a82832830 /* PtCollisionPlane.cpp */; }; + FFFF828328987f8a82832898 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828328987f8a82832898 /* PtCollisionSphere.cpp */; }; + FFFF828329007f8a82832900 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828329007f8a82832900 /* PtContextCpu.cpp */; }; + FFFF828329687f8a82832968 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828329687f8a82832968 /* PtDynamics.cpp */; }; + FFFF828329d07f8a828329d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD828329d07f8a828329d0 /* PtParticleData.cpp */; }; + FFFF82832a387f8a82832a38 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82832a387f8a82832a38 /* PtParticleShapeCpu.cpp */; }; + FFFF82832aa07f8a82832aa0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82832aa07f8a82832aa0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF82832b087f8a82832b08 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82832b087f8a82832b08 /* PtSpatialHash.cpp */; }; + FFFF82832b707f8a82832b70 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD82832b707f8a82832b70 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd8393607fb6dd839360 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDda1c12007fb6da1c1200 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c12687fb6da1c1268 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c12d07fb6da1c12d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c13387fb6da1c1338 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c13a07fb6da1c13a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c14087fb6da1c1408 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c14707fb6da1c1470 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c14d87fb6da1c14d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c15407fb6da1c1540 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c15a87fb6da1c15a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c28007fb6da1c2800 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c28687fb6da1c2868 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c28d07fb6da1c28d0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c29387fb6da1c2938 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c29a07fb6da1c29a0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2a087fb6da1c2a08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2a707fb6da1c2a70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2ad87fb6da1c2ad8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2b407fb6da1c2b40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2ba87fb6da1c2ba8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2c107fb6da1c2c10 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2c787fb6da1c2c78 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2ce07fb6da1c2ce0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2d487fb6da1c2d48 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2db07fb6da1c2db0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2e187fb6da1c2e18 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2e807fb6da1c2e80 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2ee87fb6da1c2ee8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2f507fb6da1c2f50 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c2fb87fb6da1c2fb8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c30207fb6da1c3020 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c30887fb6da1c3088 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c30f07fb6da1c30f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFDda1c31587fb6da1c3158 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c31c07fb6da1c31c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c32287fb6da1c3228 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c32907fb6da1c3290 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c32f87fb6da1c32f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c33607fb6da1c3360 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c33c87fb6da1c33c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c34307fb6da1c3430 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c34987fb6da1c3498 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c35007fb6da1c3500 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c35687fb6da1c3568 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c35d07fb6da1c35d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c36387fb6da1c3638 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c36a07fb6da1c36a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c37087fb6da1c3708 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda1c37707fb6da1c3770 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8172b0d07f8a8172b0d0 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD82825c007f8a82825c00 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825c687f8a82825c68 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825cd07f8a82825cd0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825d387f8a82825d38 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825da07f8a82825da0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825e087f8a82825e08 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825e707f8a82825e70 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825ed87f8a82825ed8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825f407f8a82825f40 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD82825fa87f8a82825fa8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831c007f8a82831c00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831c687f8a82831c68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831cd07f8a82831cd0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831d387f8a82831d38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831da07f8a82831da0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831e087f8a82831e08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831e707f8a82831e70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831ed87f8a82831ed8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831f407f8a82831f40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD82831fa87f8a82831fa8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD828320107f8a82832010 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD828320787f8a82832078 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD828320e07f8a828320e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD828321487f8a82832148 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD828321b07f8a828321b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD828322187f8a82832218 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD828322807f8a82832280 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD828322e87f8a828322e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD828323507f8a82832350 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD828323b87f8a828323b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD828324207f8a82832420 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD828324887f8a82832488 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD828324f07f8a828324f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD828325587f8a82832558 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828325c07f8a828325c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828326287f8a82832628 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828326907f8a82832690 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828326f87f8a828326f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828327607f8a82832760 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828327c87f8a828327c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828328307f8a82832830 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828328987f8a82832898 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828329007f8a82832900 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828329687f8a82832968 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD828329d07f8a828329d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82832a387f8a82832a38 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82832aa07f8a82832aa0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82832b087f8a82832b08 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD82832b707f8a82832b70 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd8393607fb6dd839360 /* Resources */ = { + FFF28172b0d07f8a8172b0d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2888,7 +2887,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd8393607fb6dd839360 /* Frameworks */ = { + FFFC8172b0d07f8a8172b0d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,26 +2897,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd8393607fb6dd839360 /* Sources */ = { + FFF88172b0d07f8a8172b0d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFda1c31587fb6da1c3158, - FFFFda1c31c07fb6da1c31c0, - FFFFda1c32287fb6da1c3228, - FFFFda1c32907fb6da1c3290, - FFFFda1c32f87fb6da1c32f8, - FFFFda1c33607fb6da1c3360, - FFFFda1c33c87fb6da1c33c8, - FFFFda1c34307fb6da1c3430, - FFFFda1c34987fb6da1c3498, - FFFFda1c35007fb6da1c3500, - FFFFda1c35687fb6da1c3568, - FFFFda1c35d07fb6da1c35d0, - FFFFda1c36387fb6da1c3638, - FFFFda1c36a07fb6da1c36a0, - FFFFda1c37087fb6da1c3708, - FFFFda1c37707fb6da1c3770, + FFFF828325587f8a82832558, + FFFF828325c07f8a828325c0, + FFFF828326287f8a82832628, + FFFF828326907f8a82832690, + FFFF828326f87f8a828326f8, + FFFF828327607f8a82832760, + FFFF828327c87f8a828327c8, + FFFF828328307f8a82832830, + FFFF828328987f8a82832898, + FFFF828329007f8a82832900, + FFFF828329687f8a82832968, + FFFF828329d07f8a828329d0, + FFFF82832a387f8a82832a38, + FFFF82832aa07f8a82832aa0, + FFFF82832b087f8a82832b08, + FFFF82832b707f8a82832b70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2929,22 +2928,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFFd9fb1ac07fb6d9fb1ac0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd9fb1ac07fb6d9fb1ac0 /* src/TaskManager.cpp */; }; + FFFF811297307f8a81129730 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD811297307f8a81129730 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd9fb3bd07fb6d9fb3bd0 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd9fb21107fb6d9fb2110 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb21787fb6d9fb2178 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb21e07fb6d9fb21e0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb22487fb6d9fb2248 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb22b07fb6d9fb22b0 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb23187fb6d9fb2318 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd9fb1ac07fb6d9fb1ac0 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD811077f07f8a811077f0 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD81129de07f8a81129de0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD81129e487f8a81129e48 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD81129eb07f8a81129eb0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD81129f187f8a81129f18 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD81129f807f8a81129f80 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD81129fe87f8a81129fe8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD811297307f8a81129730 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d9fb3bd07fb6d9fb3bd0 /* Resources */ = { + FFF2811077f07f8a811077f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2954,7 +2953,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd9fb3bd07fb6d9fb3bd0 /* Frameworks */ = { + FFFC811077f07f8a811077f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,11 +2963,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d9fb3bd07fb6d9fb3bd0 /* Sources */ = { + FFF8811077f07f8a811077f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd9fb1ac07fb6d9fb1ac0, + FFFF811297307f8a81129730, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2980,17 +2979,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFFdd873a707fb6dd873a70 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDdd873a707fb6dd873a70 /* PsFastXml.cpp */; }; + FFFF8145bbd07f8a8145bbd0 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD8145bbd07f8a8145bbd0 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdd8732407fb6dd873240 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdd8739707fb6dd873970 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFDdd873a707fb6dd873a70 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD8145b5107f8a8145b510 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD8145bad07f8a8145bad0 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD8145bbd07f8a8145bbd0 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dd8732407fb6dd873240 /* Resources */ = { + FFF28145b5107f8a8145b510 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3000,7 +2999,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdd8732407fb6dd873240 /* Frameworks */ = { + FFFC8145b5107f8a8145b510 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,11 +3009,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dd8732407fb6dd873240 /* Sources */ = { + FFF88145b5107f8a8145b510 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdd873a707fb6dd873a70, + FFFF8145bbd07f8a8145bbd0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3026,1970 +3025,1969 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5dd887f107fb6dd887f10 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5814495b07f8a814495b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd887f107fb6dd887f10 /* PhysX */; + remoteGlobalIDString = FFFA814495b07f8a814495b0 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5dd8908407fb6dd890840 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF58144ebc07f8a8144ebc0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd8908407fb6dd890840 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA8144ebc07f8a8144ebc0 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5dd891e307fb6dd891e30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5814570a07f8a814570a0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd891e307fb6dd891e30 /* PhysXVehicle */; + remoteGlobalIDString = FFFA814570a07f8a814570a0 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5dd8a34507fb6dd8a3450 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF58146da607f8a8146da60 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd8a34507fb6dd8a3450 /* PhysXExtensions */; + remoteGlobalIDString = FFFA8146da607f8a8146da60 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5ddc1ccb07fb6ddc1ccb0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5814803907f8a81480390 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAddc1ccb07fb6ddc1ccb0 /* SceneQuery */; + remoteGlobalIDString = FFFA814803907f8a81480390 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5ddc13ae07fb6ddc13ae0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF581484a807f8a81484a80 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAddc13ae07fb6ddc13ae0 /* SimulationController */; + remoteGlobalIDString = FFFA81484a807f8a81484a80 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5ddb5e2507fb6ddb5e250 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF58105c6407f8a8105c640 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAddb5e2507fb6ddb5e250 /* PhysXCooking */; + remoteGlobalIDString = FFFA8105c6407f8a8105c640 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5db7eb4407fb6db7eb440 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5810dc3907f8a810dc390 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb7eb4407fb6db7eb440 /* PhysXCommon */; + remoteGlobalIDString = FFFA810dc3907f8a810dc390 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5db57a4207fb6db57a420 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5810edec07f8a810edec0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb57a4207fb6db57a420 /* PxFoundation */; + remoteGlobalIDString = FFFA810edec07f8a810edec0 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5dd90c6e07fb6dd90c6e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF581169e707f8a81169e70 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd90c6e07fb6dd90c6e0 /* PxPvdSDK */; + remoteGlobalIDString = FFFA81169e707f8a81169e70 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5ddb234007fb6ddb23400 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5810c34707f8a810c3470 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAddb234007fb6ddb23400 /* LowLevel */; + remoteGlobalIDString = FFFA810c34707f8a810c3470 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5dd82cb107fb6dd82cb10 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF581149d807f8a81149d80 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd82cb107fb6dd82cb10 /* LowLevelAABB */; + remoteGlobalIDString = FFFA81149d807f8a81149d80 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5ddb3bf707fb6ddb3bf70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF581432a807f8a81432a80 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAddb3bf707fb6ddb3bf70 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA81432a807f8a81432a80 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5db20eea07fb6db20eea0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5816f83807f8a816f8380 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb20eea07fb6db20eea0 /* LowLevelCloth */; + remoteGlobalIDString = FFFA816f83807f8a816f8380 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5dd8393607fb6dd839360 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF58172b0d07f8a8172b0d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd8393607fb6dd839360 /* LowLevelParticles */; + remoteGlobalIDString = FFFA8172b0d07f8a8172b0d0 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5d9fb3bd07fb6d9fb3bd0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF5811077f07f8a811077f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd9fb3bd07fb6d9fb3bd0 /* PxTask */; + remoteGlobalIDString = FFFA811077f07f8a811077f0 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5dd8732407fb6dd873240 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d9c823c07fb6d9c823c0 /* Project object */; + FFF58145b5107f8a8145b510 /* PBXContainerItemProxy */ = { + containerPortal = FFF98047cb207f8a8047cb20 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdd8732407fb6dd873240 /* PsFastXml */; + remoteGlobalIDString = FFFA8145b5107f8a8145b510 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBd9c824287fb6d9c82428 /* PhysX */ = { + FFFB8047cb887f8a8047cb88 /* PhysX */ = { isa = PBXGroup; children = ( - FFF0d9c823c07fb6d9c823c0 /* Source */, - FFEEd9c823c07fb6d9c823c0 /* Products */, + FFF08047cb207f8a8047cb20 /* Source */, + FFEE8047cb207f8a8047cb20 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF0d9c823c07fb6d9c823c0 /* Source */ = { + FFF08047cb207f8a8047cb20 /* Source */ = { isa = PBXGroup; children = ( - FFFBdd887f107fb6dd887f10, - FFFBdd8908407fb6dd890840, - FFFBdd891e307fb6dd891e30, - FFFBdd8a34507fb6dd8a3450, - FFFBddc1ccb07fb6ddc1ccb0, - FFFBddc13ae07fb6ddc13ae0, - FFFBddb5e2507fb6ddb5e250, - FFFBdb7eb4407fb6db7eb440, - FFFBdb57a4207fb6db57a420, - FFFBdd90c6e07fb6dd90c6e0, - FFFBddb234007fb6ddb23400, - FFFBdd82cb107fb6dd82cb10, - FFFBddb3bf707fb6ddb3bf70, - FFFBdb20eea07fb6db20eea0, - FFFBdd8393607fb6dd839360, - FFFBd9fb3bd07fb6d9fb3bd0, - FFFBdd8732407fb6dd873240, + FFFB814495b07f8a814495b0, + FFFB8144ebc07f8a8144ebc0, + FFFB814570a07f8a814570a0, + FFFB8146da607f8a8146da60, + FFFB814803907f8a81480390, + FFFB81484a807f8a81484a80, + FFFB8105c6407f8a8105c640, + FFFB810dc3907f8a810dc390, + FFFB810edec07f8a810edec0, + FFFB81169e707f8a81169e70, + FFFB810c34707f8a810c3470, + FFFB81149d807f8a81149d80, + FFFB81432a807f8a81432a80, + FFFB816f83807f8a816f8380, + FFFB8172b0d07f8a8172b0d0, + FFFB811077f07f8a811077f0, + FFFB8145b5107f8a8145b510, ); name = Source; sourceTree = "<group>"; }; - FFEEd9c823c07fb6d9c823c0 /* Products */ = { + FFEE8047cb207f8a8047cb20 /* Products */ = { isa = PBXGroup; children = ( - FFFDdd887f107fb6dd887f10, - FFFDdd8908407fb6dd890840, - FFFDdd891e307fb6dd891e30, - FFFDdd8a34507fb6dd8a3450, - FFFDddc1ccb07fb6ddc1ccb0, - FFFDddc13ae07fb6ddc13ae0, - FFFDddb5e2507fb6ddb5e250, - FFFDdb7eb4407fb6db7eb440, - FFFDdb57a4207fb6db57a420, - FFFDdd90c6e07fb6dd90c6e0, - FFFDddb234007fb6ddb23400, - FFFDdd82cb107fb6dd82cb10, - FFFDddb3bf707fb6ddb3bf70, - FFFDdb20eea07fb6db20eea0, - FFFDdd8393607fb6dd839360, - FFFDd9fb3bd07fb6d9fb3bd0, - FFFDdd8732407fb6dd873240, + FFFD814495b07f8a814495b0, + FFFD8144ebc07f8a8144ebc0, + FFFD814570a07f8a814570a0, + FFFD8146da607f8a8146da60, + FFFD814803907f8a81480390, + FFFD81484a807f8a81484a80, + FFFD8105c6407f8a8105c640, + FFFD810dc3907f8a810dc390, + FFFD810edec07f8a810edec0, + FFFD81169e707f8a81169e70, + FFFD810c34707f8a810c3470, + FFFD81149d807f8a81149d80, + FFFD81432a807f8a81432a80, + FFFD816f83807f8a816f8380, + FFFD8172b0d07f8a8172b0d0, + FFFD811077f07f8a811077f0, + FFFD8145b5107f8a8145b510, ); name = Products; sourceTree = "<group>"; }; - FFFBdd887f107fb6dd887f10 /* PhysX */ = { + FFFB814495b07f8a814495b0 /* PhysX */ = { isa = PBXGroup; children = ( - FFFBdd8988607fb6dd898860 /* src */, - FFFBdd8988887fb6dd898888 /* include */, - FFFBdd8988b07fb6dd8988b0 /* metadata */, + FFFB814646d07f8a814646d0 /* src */, + FFFB814646f87f8a814646f8 /* include */, + FFFB814647207f8a81464720 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFBdd8988607fb6dd898860 /* src */ = { + FFFB814646d07f8a814646d0 /* src */ = { isa = PBXGroup; children = ( - FFFDda1f04007fb6da1f0400 /* NpActor.h */, - FFFDda1f04687fb6da1f0468 /* NpActorTemplate.h */, - FFFDda1f04d07fb6da1f04d0 /* NpAggregate.h */, - FFFDda1f05387fb6da1f0538 /* NpArticulation.h */, - FFFDda1f05a07fb6da1f05a0 /* NpArticulationJoint.h */, - FFFDda1f06087fb6da1f0608 /* NpArticulationLink.h */, - FFFDda1f06707fb6da1f0670 /* NpBatchQuery.h */, - FFFDda1f06d87fb6da1f06d8 /* NpCast.h */, - FFFDda1f07407fb6da1f0740 /* NpConnector.h */, - FFFDda1f07a87fb6da1f07a8 /* NpConstraint.h */, - FFFDda1f08107fb6da1f0810 /* NpFactory.h */, - FFFDda1f08787fb6da1f0878 /* NpMaterial.h */, - FFFDda1f08e07fb6da1f08e0 /* NpMaterialManager.h */, - FFFDda1f09487fb6da1f0948 /* NpPhysics.h */, - FFFDda1f09b07fb6da1f09b0 /* NpPhysicsInsertionCallback.h */, - FFFDda1f0a187fb6da1f0a18 /* NpPtrTableStorageManager.h */, - FFFDda1f0a807fb6da1f0a80 /* NpPvdSceneQueryCollector.h */, - FFFDda1f0ae87fb6da1f0ae8 /* NpQueryShared.h */, - FFFDda1f0b507fb6da1f0b50 /* NpReadCheck.h */, - FFFDda1f0bb87fb6da1f0bb8 /* NpRigidActorTemplate.h */, - FFFDda1f0c207fb6da1f0c20 /* NpRigidActorTemplateInternal.h */, - FFFDda1f0c887fb6da1f0c88 /* NpRigidBodyTemplate.h */, - FFFDda1f0cf07fb6da1f0cf0 /* NpRigidDynamic.h */, - FFFDda1f0d587fb6da1f0d58 /* NpRigidStatic.h */, - FFFDda1f0dc07fb6da1f0dc0 /* NpScene.h */, - FFFDda1f0e287fb6da1f0e28 /* NpSceneQueries.h */, - FFFDda1f0e907fb6da1f0e90 /* NpShape.h */, - FFFDda1f0ef87fb6da1f0ef8 /* NpShapeManager.h */, - FFFDda1f0f607fb6da1f0f60 /* NpSpatialIndex.h */, - FFFDda1f0fc87fb6da1f0fc8 /* NpVolumeCache.h */, - FFFDda1f10307fb6da1f1030 /* NpWriteCheck.h */, - FFFDda1f10987fb6da1f1098 /* PvdMetaDataBindingData.h */, - FFFDda1f11007fb6da1f1100 /* PvdMetaDataPvdBinding.h */, - FFFDda1f11687fb6da1f1168 /* PvdPhysicsClient.h */, - FFFDda1f11d07fb6da1f11d0 /* PvdTypeNames.h */, - FFFDda1f12387fb6da1f1238 /* NpActor.cpp */, - FFFDda1f12a07fb6da1f12a0 /* NpAggregate.cpp */, - FFFDda1f13087fb6da1f1308 /* NpArticulation.cpp */, - FFFDda1f13707fb6da1f1370 /* NpArticulationJoint.cpp */, - FFFDda1f13d87fb6da1f13d8 /* NpArticulationLink.cpp */, - FFFDda1f14407fb6da1f1440 /* NpBatchQuery.cpp */, - FFFDda1f14a87fb6da1f14a8 /* NpConstraint.cpp */, - FFFDda1f15107fb6da1f1510 /* NpFactory.cpp */, - FFFDda1f15787fb6da1f1578 /* NpMaterial.cpp */, - FFFDda1f15e07fb6da1f15e0 /* NpMetaData.cpp */, - FFFDda1f16487fb6da1f1648 /* NpPhysics.cpp */, - FFFDda1f16b07fb6da1f16b0 /* NpPvdSceneQueryCollector.cpp */, - FFFDda1f17187fb6da1f1718 /* NpReadCheck.cpp */, - FFFDda1f17807fb6da1f1780 /* NpRigidDynamic.cpp */, - FFFDda1f17e87fb6da1f17e8 /* NpRigidStatic.cpp */, - FFFDda1f18507fb6da1f1850 /* NpScene.cpp */, - FFFDda1f18b87fb6da1f18b8 /* NpSceneQueries.cpp */, - FFFDda1f19207fb6da1f1920 /* NpSerializerAdapter.cpp */, - FFFDda1f19887fb6da1f1988 /* NpShape.cpp */, - FFFDda1f19f07fb6da1f19f0 /* NpShapeManager.cpp */, - FFFDda1f1a587fb6da1f1a58 /* NpSpatialIndex.cpp */, - FFFDda1f1ac07fb6da1f1ac0 /* NpVolumeCache.cpp */, - FFFDda1f1b287fb6da1f1b28 /* NpWriteCheck.cpp */, - FFFDda1f1b907fb6da1f1b90 /* PvdMetaDataPvdBinding.cpp */, - FFFDda1f1bf87fb6da1f1bf8 /* PvdPhysicsClient.cpp */, - FFFDda1f1c607fb6da1f1c60 /* particles/NpParticleBaseTemplate.h */, - FFFDda1f1cc87fb6da1f1cc8 /* particles/NpParticleFluid.h */, - FFFDda1f1d307fb6da1f1d30 /* particles/NpParticleFluidReadData.h */, - FFFDda1f1d987fb6da1f1d98 /* particles/NpParticleSystem.h */, - FFFDda1f1e007fb6da1f1e00 /* particles/NpParticleFluid.cpp */, - FFFDda1f1e687fb6da1f1e68 /* particles/NpParticleSystem.cpp */, - FFFDda1f1ed07fb6da1f1ed0 /* buffering/ScbActor.h */, - FFFDda1f1f387fb6da1f1f38 /* buffering/ScbAggregate.h */, - FFFDda1f1fa07fb6da1f1fa0 /* buffering/ScbArticulation.h */, - FFFDda1f20087fb6da1f2008 /* buffering/ScbArticulationJoint.h */, - FFFDda1f20707fb6da1f2070 /* buffering/ScbBase.h */, - FFFDda1f20d87fb6da1f20d8 /* buffering/ScbBody.h */, - FFFDda1f21407fb6da1f2140 /* buffering/ScbCloth.h */, - FFFDda1f21a87fb6da1f21a8 /* buffering/ScbConstraint.h */, - FFFDda1f22107fb6da1f2210 /* buffering/ScbDefs.h */, - FFFDda1f22787fb6da1f2278 /* buffering/ScbNpDeps.h */, - FFFDda1f22e07fb6da1f22e0 /* buffering/ScbParticleSystem.h */, - FFFDda1f23487fb6da1f2348 /* buffering/ScbRigidObject.h */, - FFFDda1f23b07fb6da1f23b0 /* buffering/ScbRigidStatic.h */, - FFFDda1f24187fb6da1f2418 /* buffering/ScbScene.h */, - FFFDda1f24807fb6da1f2480 /* buffering/ScbSceneBuffer.h */, - FFFDda1f24e87fb6da1f24e8 /* buffering/ScbScenePvdClient.h */, - FFFDda1f25507fb6da1f2550 /* buffering/ScbShape.h */, - FFFDda1f25b87fb6da1f25b8 /* buffering/ScbType.h */, - FFFDda1f26207fb6da1f2620 /* buffering/ScbActor.cpp */, - FFFDda1f26887fb6da1f2688 /* buffering/ScbAggregate.cpp */, - FFFDda1f26f07fb6da1f26f0 /* buffering/ScbBase.cpp */, - FFFDda1f27587fb6da1f2758 /* buffering/ScbCloth.cpp */, - FFFDda1f27c07fb6da1f27c0 /* buffering/ScbMetaData.cpp */, - FFFDda1f28287fb6da1f2828 /* buffering/ScbParticleSystem.cpp */, - FFFDda1f28907fb6da1f2890 /* buffering/ScbScene.cpp */, - FFFDda1f28f87fb6da1f28f8 /* buffering/ScbScenePvdClient.cpp */, - FFFDda1f29607fb6da1f2960 /* buffering/ScbShape.cpp */, - FFFDda1f29c87fb6da1f29c8 /* cloth/NpCloth.h */, - FFFDda1f2a307fb6da1f2a30 /* cloth/NpClothFabric.h */, - FFFDda1f2a987fb6da1f2a98 /* cloth/NpClothParticleData.h */, - FFFDda1f2b007fb6da1f2b00 /* cloth/NpCloth.cpp */, - FFFDda1f2b687fb6da1f2b68 /* cloth/NpClothFabric.cpp */, - FFFDda1f2bd07fb6da1f2bd0 /* cloth/NpClothParticleData.cpp */, - FFFDda1f2c387fb6da1f2c38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD820292007f8a82029200 /* NpActor.h */, + FFFD820292687f8a82029268 /* NpActorTemplate.h */, + FFFD820292d07f8a820292d0 /* NpAggregate.h */, + FFFD820293387f8a82029338 /* NpArticulation.h */, + FFFD820293a07f8a820293a0 /* NpArticulationJoint.h */, + FFFD820294087f8a82029408 /* NpArticulationLink.h */, + FFFD820294707f8a82029470 /* NpBatchQuery.h */, + FFFD820294d87f8a820294d8 /* NpCast.h */, + FFFD820295407f8a82029540 /* NpConnector.h */, + FFFD820295a87f8a820295a8 /* NpConstraint.h */, + FFFD820296107f8a82029610 /* NpFactory.h */, + FFFD820296787f8a82029678 /* NpMaterial.h */, + FFFD820296e07f8a820296e0 /* NpMaterialManager.h */, + FFFD820297487f8a82029748 /* NpPhysics.h */, + FFFD820297b07f8a820297b0 /* NpPhysicsInsertionCallback.h */, + FFFD820298187f8a82029818 /* NpPtrTableStorageManager.h */, + FFFD820298807f8a82029880 /* NpPvdSceneQueryCollector.h */, + FFFD820298e87f8a820298e8 /* NpQueryShared.h */, + FFFD820299507f8a82029950 /* NpReadCheck.h */, + FFFD820299b87f8a820299b8 /* NpRigidActorTemplate.h */, + FFFD82029a207f8a82029a20 /* NpRigidActorTemplateInternal.h */, + FFFD82029a887f8a82029a88 /* NpRigidBodyTemplate.h */, + FFFD82029af07f8a82029af0 /* NpRigidDynamic.h */, + FFFD82029b587f8a82029b58 /* NpRigidStatic.h */, + FFFD82029bc07f8a82029bc0 /* NpScene.h */, + FFFD82029c287f8a82029c28 /* NpSceneQueries.h */, + FFFD82029c907f8a82029c90 /* NpShape.h */, + FFFD82029cf87f8a82029cf8 /* NpShapeManager.h */, + FFFD82029d607f8a82029d60 /* NpSpatialIndex.h */, + FFFD82029dc87f8a82029dc8 /* NpVolumeCache.h */, + FFFD82029e307f8a82029e30 /* NpWriteCheck.h */, + FFFD82029e987f8a82029e98 /* PvdMetaDataBindingData.h */, + FFFD82029f007f8a82029f00 /* PvdMetaDataPvdBinding.h */, + FFFD82029f687f8a82029f68 /* PvdPhysicsClient.h */, + FFFD82029fd07f8a82029fd0 /* PvdTypeNames.h */, + FFFD8202a0387f8a8202a038 /* NpActor.cpp */, + FFFD8202a0a07f8a8202a0a0 /* NpAggregate.cpp */, + FFFD8202a1087f8a8202a108 /* NpArticulation.cpp */, + FFFD8202a1707f8a8202a170 /* NpArticulationJoint.cpp */, + FFFD8202a1d87f8a8202a1d8 /* NpArticulationLink.cpp */, + FFFD8202a2407f8a8202a240 /* NpBatchQuery.cpp */, + FFFD8202a2a87f8a8202a2a8 /* NpConstraint.cpp */, + FFFD8202a3107f8a8202a310 /* NpFactory.cpp */, + FFFD8202a3787f8a8202a378 /* NpMaterial.cpp */, + FFFD8202a3e07f8a8202a3e0 /* NpMetaData.cpp */, + FFFD8202a4487f8a8202a448 /* NpPhysics.cpp */, + FFFD8202a4b07f8a8202a4b0 /* NpPvdSceneQueryCollector.cpp */, + FFFD8202a5187f8a8202a518 /* NpReadCheck.cpp */, + FFFD8202a5807f8a8202a580 /* NpRigidDynamic.cpp */, + FFFD8202a5e87f8a8202a5e8 /* NpRigidStatic.cpp */, + FFFD8202a6507f8a8202a650 /* NpScene.cpp */, + FFFD8202a6b87f8a8202a6b8 /* NpSceneQueries.cpp */, + FFFD8202a7207f8a8202a720 /* NpSerializerAdapter.cpp */, + FFFD8202a7887f8a8202a788 /* NpShape.cpp */, + FFFD8202a7f07f8a8202a7f0 /* NpShapeManager.cpp */, + FFFD8202a8587f8a8202a858 /* NpSpatialIndex.cpp */, + FFFD8202a8c07f8a8202a8c0 /* NpVolumeCache.cpp */, + FFFD8202a9287f8a8202a928 /* NpWriteCheck.cpp */, + FFFD8202a9907f8a8202a990 /* PvdMetaDataPvdBinding.cpp */, + FFFD8202a9f87f8a8202a9f8 /* PvdPhysicsClient.cpp */, + FFFD8202aa607f8a8202aa60 /* particles/NpParticleBaseTemplate.h */, + FFFD8202aac87f8a8202aac8 /* particles/NpParticleFluid.h */, + FFFD8202ab307f8a8202ab30 /* particles/NpParticleFluidReadData.h */, + FFFD8202ab987f8a8202ab98 /* particles/NpParticleSystem.h */, + FFFD8202ac007f8a8202ac00 /* particles/NpParticleFluid.cpp */, + FFFD8202ac687f8a8202ac68 /* particles/NpParticleSystem.cpp */, + FFFD8202acd07f8a8202acd0 /* buffering/ScbActor.h */, + FFFD8202ad387f8a8202ad38 /* buffering/ScbAggregate.h */, + FFFD8202ada07f8a8202ada0 /* buffering/ScbArticulation.h */, + FFFD8202ae087f8a8202ae08 /* buffering/ScbArticulationJoint.h */, + FFFD8202ae707f8a8202ae70 /* buffering/ScbBase.h */, + FFFD8202aed87f8a8202aed8 /* buffering/ScbBody.h */, + FFFD8202af407f8a8202af40 /* buffering/ScbCloth.h */, + FFFD8202afa87f8a8202afa8 /* buffering/ScbConstraint.h */, + FFFD8202b0107f8a8202b010 /* buffering/ScbDefs.h */, + FFFD8202b0787f8a8202b078 /* buffering/ScbNpDeps.h */, + FFFD8202b0e07f8a8202b0e0 /* buffering/ScbParticleSystem.h */, + FFFD8202b1487f8a8202b148 /* buffering/ScbRigidObject.h */, + FFFD8202b1b07f8a8202b1b0 /* buffering/ScbRigidStatic.h */, + FFFD8202b2187f8a8202b218 /* buffering/ScbScene.h */, + FFFD8202b2807f8a8202b280 /* buffering/ScbSceneBuffer.h */, + FFFD8202b2e87f8a8202b2e8 /* buffering/ScbScenePvdClient.h */, + FFFD8202b3507f8a8202b350 /* buffering/ScbShape.h */, + FFFD8202b3b87f8a8202b3b8 /* buffering/ScbType.h */, + FFFD8202b4207f8a8202b420 /* buffering/ScbActor.cpp */, + FFFD8202b4887f8a8202b488 /* buffering/ScbAggregate.cpp */, + FFFD8202b4f07f8a8202b4f0 /* buffering/ScbBase.cpp */, + FFFD8202b5587f8a8202b558 /* buffering/ScbCloth.cpp */, + FFFD8202b5c07f8a8202b5c0 /* buffering/ScbMetaData.cpp */, + FFFD8202b6287f8a8202b628 /* buffering/ScbParticleSystem.cpp */, + FFFD8202b6907f8a8202b690 /* buffering/ScbScene.cpp */, + FFFD8202b6f87f8a8202b6f8 /* buffering/ScbScenePvdClient.cpp */, + FFFD8202b7607f8a8202b760 /* buffering/ScbShape.cpp */, + FFFD8202b7c87f8a8202b7c8 /* cloth/NpCloth.h */, + FFFD8202b8307f8a8202b830 /* cloth/NpClothFabric.h */, + FFFD8202b8987f8a8202b898 /* cloth/NpClothParticleData.h */, + FFFD8202b9007f8a8202b900 /* cloth/NpCloth.cpp */, + FFFD8202b9687f8a8202b968 /* cloth/NpClothFabric.cpp */, + FFFD8202b9d07f8a8202b9d0 /* cloth/NpClothParticleData.cpp */, + FFFD8202ba387f8a8202ba38 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd8988887fb6dd898888 /* include */ = { + FFFB814646f87f8a814646f8 /* include */ = { isa = PBXGroup; children = ( - FFFDda1ec4007fb6da1ec400 /* PxActor.h */, - FFFDda1ec4687fb6da1ec468 /* PxAggregate.h */, - FFFDda1ec4d07fb6da1ec4d0 /* PxArticulation.h */, - FFFDda1ec5387fb6da1ec538 /* PxArticulationJoint.h */, - FFFDda1ec5a07fb6da1ec5a0 /* PxArticulationLink.h */, - FFFDda1ec6087fb6da1ec608 /* PxBatchQuery.h */, - FFFDda1ec6707fb6da1ec670 /* PxBatchQueryDesc.h */, - FFFDda1ec6d87fb6da1ec6d8 /* PxBroadPhase.h */, - FFFDda1ec7407fb6da1ec740 /* PxClient.h */, - FFFDda1ec7a87fb6da1ec7a8 /* PxConstraint.h */, - FFFDda1ec8107fb6da1ec810 /* PxConstraintDesc.h */, - FFFDda1ec8787fb6da1ec878 /* PxContact.h */, - FFFDda1ec8e07fb6da1ec8e0 /* PxContactModifyCallback.h */, - FFFDda1ec9487fb6da1ec948 /* PxDeletionListener.h */, - FFFDda1ec9b07fb6da1ec9b0 /* PxFiltering.h */, - FFFDda1eca187fb6da1eca18 /* PxForceMode.h */, - FFFDda1eca807fb6da1eca80 /* PxImmediateMode.h */, - FFFDda1ecae87fb6da1ecae8 /* PxLockedData.h */, - FFFDda1ecb507fb6da1ecb50 /* PxMaterial.h */, - FFFDda1ecbb87fb6da1ecbb8 /* PxPhysXConfig.h */, - FFFDda1ecc207fb6da1ecc20 /* PxPhysics.h */, - FFFDda1ecc887fb6da1ecc88 /* PxPhysicsAPI.h */, - FFFDda1eccf07fb6da1eccf0 /* PxPhysicsSerialization.h */, - FFFDda1ecd587fb6da1ecd58 /* PxPhysicsVersion.h */, - FFFDda1ecdc07fb6da1ecdc0 /* PxPruningStructure.h */, - FFFDda1ece287fb6da1ece28 /* PxQueryFiltering.h */, - FFFDda1ece907fb6da1ece90 /* PxQueryReport.h */, - FFFDda1ecef87fb6da1ecef8 /* PxRigidActor.h */, - FFFDda1ecf607fb6da1ecf60 /* PxRigidBody.h */, - FFFDda1ecfc87fb6da1ecfc8 /* PxRigidDynamic.h */, - FFFDda1ed0307fb6da1ed030 /* PxRigidStatic.h */, - FFFDda1ed0987fb6da1ed098 /* PxScene.h */, - FFFDda1ed1007fb6da1ed100 /* PxSceneDesc.h */, - FFFDda1ed1687fb6da1ed168 /* PxSceneLock.h */, - FFFDda1ed1d07fb6da1ed1d0 /* PxShape.h */, - FFFDda1ed2387fb6da1ed238 /* PxSimulationEventCallback.h */, - FFFDda1ed2a07fb6da1ed2a0 /* PxSimulationStatistics.h */, - FFFDda1ed3087fb6da1ed308 /* PxSpatialIndex.h */, - FFFDda1ed3707fb6da1ed370 /* PxVisualizationParameter.h */, - FFFDda1ed3d87fb6da1ed3d8 /* PxVolumeCache.h */, - FFFDda1ed4407fb6da1ed440 /* particles/PxParticleBase.h */, - FFFDda1ed4a87fb6da1ed4a8 /* particles/PxParticleBaseFlag.h */, - FFFDda1ed5107fb6da1ed510 /* particles/PxParticleCreationData.h */, - FFFDda1ed5787fb6da1ed578 /* particles/PxParticleFlag.h */, - FFFDda1ed5e07fb6da1ed5e0 /* particles/PxParticleFluid.h */, - FFFDda1ed6487fb6da1ed648 /* particles/PxParticleFluidReadData.h */, - FFFDda1ed6b07fb6da1ed6b0 /* particles/PxParticleReadData.h */, - FFFDda1ed7187fb6da1ed718 /* particles/PxParticleSystem.h */, - FFFDda1ed7807fb6da1ed780 /* pvd/PxPvdSceneClient.h */, - FFFDda1ed7e87fb6da1ed7e8 /* cloth/PxCloth.h */, - FFFDda1ed8507fb6da1ed850 /* cloth/PxClothCollisionData.h */, - FFFDda1ed8b87fb6da1ed8b8 /* cloth/PxClothFabric.h */, - FFFDda1ed9207fb6da1ed920 /* cloth/PxClothParticleData.h */, - FFFDda1ed9887fb6da1ed988 /* cloth/PxClothTypes.h */, + FFFD8202bc007f8a8202bc00 /* PxActor.h */, + FFFD8202bc687f8a8202bc68 /* PxAggregate.h */, + FFFD8202bcd07f8a8202bcd0 /* PxArticulation.h */, + FFFD8202bd387f8a8202bd38 /* PxArticulationJoint.h */, + FFFD8202bda07f8a8202bda0 /* PxArticulationLink.h */, + FFFD8202be087f8a8202be08 /* PxBatchQuery.h */, + FFFD8202be707f8a8202be70 /* PxBatchQueryDesc.h */, + FFFD8202bed87f8a8202bed8 /* PxBroadPhase.h */, + FFFD8202bf407f8a8202bf40 /* PxClient.h */, + FFFD8202bfa87f8a8202bfa8 /* PxConstraint.h */, + FFFD8202c0107f8a8202c010 /* PxConstraintDesc.h */, + FFFD8202c0787f8a8202c078 /* PxContact.h */, + FFFD8202c0e07f8a8202c0e0 /* PxContactModifyCallback.h */, + FFFD8202c1487f8a8202c148 /* PxDeletionListener.h */, + FFFD8202c1b07f8a8202c1b0 /* PxFiltering.h */, + FFFD8202c2187f8a8202c218 /* PxForceMode.h */, + FFFD8202c2807f8a8202c280 /* PxImmediateMode.h */, + FFFD8202c2e87f8a8202c2e8 /* PxLockedData.h */, + FFFD8202c3507f8a8202c350 /* PxMaterial.h */, + FFFD8202c3b87f8a8202c3b8 /* PxPhysXConfig.h */, + FFFD8202c4207f8a8202c420 /* PxPhysics.h */, + FFFD8202c4887f8a8202c488 /* PxPhysicsAPI.h */, + FFFD8202c4f07f8a8202c4f0 /* PxPhysicsSerialization.h */, + FFFD8202c5587f8a8202c558 /* PxPhysicsVersion.h */, + FFFD8202c5c07f8a8202c5c0 /* PxPruningStructure.h */, + FFFD8202c6287f8a8202c628 /* PxQueryFiltering.h */, + FFFD8202c6907f8a8202c690 /* PxQueryReport.h */, + FFFD8202c6f87f8a8202c6f8 /* PxRigidActor.h */, + FFFD8202c7607f8a8202c760 /* PxRigidBody.h */, + FFFD8202c7c87f8a8202c7c8 /* PxRigidDynamic.h */, + FFFD8202c8307f8a8202c830 /* PxRigidStatic.h */, + FFFD8202c8987f8a8202c898 /* PxScene.h */, + FFFD8202c9007f8a8202c900 /* PxSceneDesc.h */, + FFFD8202c9687f8a8202c968 /* PxSceneLock.h */, + FFFD8202c9d07f8a8202c9d0 /* PxShape.h */, + FFFD8202ca387f8a8202ca38 /* PxSimulationEventCallback.h */, + FFFD8202caa07f8a8202caa0 /* PxSimulationStatistics.h */, + FFFD8202cb087f8a8202cb08 /* PxSpatialIndex.h */, + FFFD8202cb707f8a8202cb70 /* PxVisualizationParameter.h */, + FFFD8202cbd87f8a8202cbd8 /* PxVolumeCache.h */, + FFFD8202cc407f8a8202cc40 /* particles/PxParticleBase.h */, + FFFD8202cca87f8a8202cca8 /* particles/PxParticleBaseFlag.h */, + FFFD8202cd107f8a8202cd10 /* particles/PxParticleCreationData.h */, + FFFD8202cd787f8a8202cd78 /* particles/PxParticleFlag.h */, + FFFD8202cde07f8a8202cde0 /* particles/PxParticleFluid.h */, + FFFD8202ce487f8a8202ce48 /* particles/PxParticleFluidReadData.h */, + FFFD8202ceb07f8a8202ceb0 /* particles/PxParticleReadData.h */, + FFFD8202cf187f8a8202cf18 /* particles/PxParticleSystem.h */, + FFFD8202cf807f8a8202cf80 /* pvd/PxPvdSceneClient.h */, + FFFD8202cfe87f8a8202cfe8 /* cloth/PxCloth.h */, + FFFD8202d0507f8a8202d050 /* cloth/PxClothCollisionData.h */, + FFFD8202d0b87f8a8202d0b8 /* cloth/PxClothFabric.h */, + FFFD8202d1207f8a8202d120 /* cloth/PxClothParticleData.h */, + FFFD8202d1887f8a8202d188 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd8988b07fb6dd8988b0 /* metadata */ = { + FFFB814647207f8a81464720 /* metadata */ = { isa = PBXGroup; children = ( - FFFDda1ef4007fb6da1ef400 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDda1ef4687fb6da1ef468 /* core/include/PvdMetaDataExtensions.h */, - FFFDda1ef4d07fb6da1ef4d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDda1ef5387fb6da1ef538 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDda1ef5a07fb6da1ef5a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDda1ef6087fb6da1ef608 /* core/include/PxMetaDataCompare.h */, - FFFDda1ef6707fb6da1ef670 /* core/include/PxMetaDataCppPrefix.h */, - FFFDda1ef6d87fb6da1ef6d8 /* core/include/PxMetaDataObjects.h */, - FFFDda1ef7407fb6da1ef740 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDda1ef7a87fb6da1ef7a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFDda1ef8107fb6da1ef810 /* core/src/PxMetaDataObjects.cpp */, + FFFD82023e007f8a82023e00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD82023e687f8a82023e68 /* core/include/PvdMetaDataExtensions.h */, + FFFD82023ed07f8a82023ed0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD82023f387f8a82023f38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD82023fa07f8a82023fa0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD820240087f8a82024008 /* core/include/PxMetaDataCompare.h */, + FFFD820240707f8a82024070 /* core/include/PxMetaDataCppPrefix.h */, + FFFD820240d87f8a820240d8 /* core/include/PxMetaDataObjects.h */, + FFFD820241407f8a82024140 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD820241a87f8a820241a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD820242107f8a82024210 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBdd8908407fb6dd890840 /* PhysXCharacterKinematic */ = { + FFFB8144ebc07f8a8144ebc0 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFBdd897c207fb6dd897c20 /* include */, - FFFBdd897c487fb6dd897c48 /* src */, + FFFB814620607f8a81462060 /* include */, + FFFB814620887f8a81462088 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFBdd897c207fb6dd897c20 /* include */ = { + FFFB814620607f8a81462060 /* include */ = { isa = PBXGroup; children = ( - FFFDdd897c707fb6dd897c70 /* PxBoxController.h */, - FFFDdd897cd87fb6dd897cd8 /* PxCapsuleController.h */, - FFFDdd897d407fb6dd897d40 /* PxCharacter.h */, - FFFDdd897da87fb6dd897da8 /* PxController.h */, - FFFDdd897e107fb6dd897e10 /* PxControllerBehavior.h */, - FFFDdd897e787fb6dd897e78 /* PxControllerManager.h */, - FFFDdd897ee07fb6dd897ee0 /* PxControllerObstacles.h */, - FFFDdd897f487fb6dd897f48 /* PxExtended.h */, + FFFD814639207f8a81463920 /* PxBoxController.h */, + FFFD814639887f8a81463988 /* PxCapsuleController.h */, + FFFD814639f07f8a814639f0 /* PxCharacter.h */, + FFFD81463a587f8a81463a58 /* PxController.h */, + FFFD81463ac07f8a81463ac0 /* PxControllerBehavior.h */, + FFFD81463b287f8a81463b28 /* PxControllerManager.h */, + FFFD81463b907f8a81463b90 /* PxControllerObstacles.h */, + FFFD81463bf87f8a81463bf8 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd897c487fb6dd897c48 /* src */ = { + FFFB814620887f8a81462088 /* src */ = { isa = PBXGroup; children = ( - FFFDda1f30007fb6da1f3000 /* CctBoxController.h */, - FFFDda1f30687fb6da1f3068 /* CctCapsuleController.h */, - FFFDda1f30d07fb6da1f30d0 /* CctCharacterController.h */, - FFFDda1f31387fb6da1f3138 /* CctCharacterControllerManager.h */, - FFFDda1f31a07fb6da1f31a0 /* CctController.h */, - FFFDda1f32087fb6da1f3208 /* CctInternalStructs.h */, - FFFDda1f32707fb6da1f3270 /* CctObstacleContext.h */, - FFFDda1f32d87fb6da1f32d8 /* CctSweptBox.h */, - FFFDda1f33407fb6da1f3340 /* CctSweptCapsule.h */, - FFFDda1f33a87fb6da1f33a8 /* CctSweptVolume.h */, - FFFDda1f34107fb6da1f3410 /* CctUtils.h */, - FFFDda1f34787fb6da1f3478 /* CctBoxController.cpp */, - FFFDda1f34e07fb6da1f34e0 /* CctCapsuleController.cpp */, - FFFDda1f35487fb6da1f3548 /* CctCharacterController.cpp */, - FFFDda1f35b07fb6da1f35b0 /* CctCharacterControllerCallbacks.cpp */, - FFFDda1f36187fb6da1f3618 /* CctCharacterControllerManager.cpp */, - FFFDda1f36807fb6da1f3680 /* CctController.cpp */, - FFFDda1f36e87fb6da1f36e8 /* CctObstacleContext.cpp */, - FFFDda1f37507fb6da1f3750 /* CctSweptBox.cpp */, - FFFDda1f37b87fb6da1f37b8 /* CctSweptCapsule.cpp */, - FFFDda1f38207fb6da1f3820 /* CctSweptVolume.cpp */, + FFFD8202d2007f8a8202d200 /* CctBoxController.h */, + FFFD8202d2687f8a8202d268 /* CctCapsuleController.h */, + FFFD8202d2d07f8a8202d2d0 /* CctCharacterController.h */, + FFFD8202d3387f8a8202d338 /* CctCharacterControllerManager.h */, + FFFD8202d3a07f8a8202d3a0 /* CctController.h */, + FFFD8202d4087f8a8202d408 /* CctInternalStructs.h */, + FFFD8202d4707f8a8202d470 /* CctObstacleContext.h */, + FFFD8202d4d87f8a8202d4d8 /* CctSweptBox.h */, + FFFD8202d5407f8a8202d540 /* CctSweptCapsule.h */, + FFFD8202d5a87f8a8202d5a8 /* CctSweptVolume.h */, + FFFD8202d6107f8a8202d610 /* CctUtils.h */, + FFFD8202d6787f8a8202d678 /* CctBoxController.cpp */, + FFFD8202d6e07f8a8202d6e0 /* CctCapsuleController.cpp */, + FFFD8202d7487f8a8202d748 /* CctCharacterController.cpp */, + FFFD8202d7b07f8a8202d7b0 /* CctCharacterControllerCallbacks.cpp */, + FFFD8202d8187f8a8202d818 /* CctCharacterControllerManager.cpp */, + FFFD8202d8807f8a8202d880 /* CctController.cpp */, + FFFD8202d8e87f8a8202d8e8 /* CctObstacleContext.cpp */, + FFFD8202d9507f8a8202d950 /* CctSweptBox.cpp */, + FFFD8202d9b87f8a8202d9b8 /* CctSweptCapsule.cpp */, + FFFD8202da207f8a8202da20 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd891e307fb6dd891e30 /* PhysXVehicle */ = { + FFFB814570a07f8a814570a0 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFBdd8a0fd07fb6dd8a0fd0 /* include */, - FFFBdd8a0ff87fb6dd8a0ff8 /* src */, - FFFBdd8a10207fb6dd8a1020 /* metadata */, + FFFB8146eab07f8a8146eab0 /* include */, + FFFB8146ead87f8a8146ead8 /* src */, + FFFB8146eb007f8a8146eb00 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFBdd8a0fd07fb6dd8a0fd0 /* include */ = { + FFFB8146eab07f8a8146eab0 /* include */ = { isa = PBXGroup; children = ( - FFFDda1f56007fb6da1f5600 /* PxVehicleComponents.h */, - FFFDda1f56687fb6da1f5668 /* PxVehicleDrive.h */, - FFFDda1f56d07fb6da1f56d0 /* PxVehicleDrive4W.h */, - FFFDda1f57387fb6da1f5738 /* PxVehicleDriveNW.h */, - FFFDda1f57a07fb6da1f57a0 /* PxVehicleDriveTank.h */, - FFFDda1f58087fb6da1f5808 /* PxVehicleNoDrive.h */, - FFFDda1f58707fb6da1f5870 /* PxVehicleSDK.h */, - FFFDda1f58d87fb6da1f58d8 /* PxVehicleShaders.h */, - FFFDda1f59407fb6da1f5940 /* PxVehicleTireFriction.h */, - FFFDda1f59a87fb6da1f59a8 /* PxVehicleUpdate.h */, - FFFDda1f5a107fb6da1f5a10 /* PxVehicleUtil.h */, - FFFDda1f5a787fb6da1f5a78 /* PxVehicleUtilControl.h */, - FFFDda1f5ae07fb6da1f5ae0 /* PxVehicleUtilSetup.h */, - FFFDda1f5b487fb6da1f5b48 /* PxVehicleUtilTelemetry.h */, - FFFDda1f5bb07fb6da1f5bb0 /* PxVehicleWheels.h */, + FFFD8202f8007f8a8202f800 /* PxVehicleComponents.h */, + FFFD8202f8687f8a8202f868 /* PxVehicleDrive.h */, + FFFD8202f8d07f8a8202f8d0 /* PxVehicleDrive4W.h */, + FFFD8202f9387f8a8202f938 /* PxVehicleDriveNW.h */, + FFFD8202f9a07f8a8202f9a0 /* PxVehicleDriveTank.h */, + FFFD8202fa087f8a8202fa08 /* PxVehicleNoDrive.h */, + FFFD8202fa707f8a8202fa70 /* PxVehicleSDK.h */, + FFFD8202fad87f8a8202fad8 /* PxVehicleShaders.h */, + FFFD8202fb407f8a8202fb40 /* PxVehicleTireFriction.h */, + FFFD8202fba87f8a8202fba8 /* PxVehicleUpdate.h */, + FFFD8202fc107f8a8202fc10 /* PxVehicleUtil.h */, + FFFD8202fc787f8a8202fc78 /* PxVehicleUtilControl.h */, + FFFD8202fce07f8a8202fce0 /* PxVehicleUtilSetup.h */, + FFFD8202fd487f8a8202fd48 /* PxVehicleUtilTelemetry.h */, + FFFD8202fdb07f8a8202fdb0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd8a0ff87fb6dd8a0ff8 /* src */ = { + FFFB8146ead87f8a8146ead8 /* src */ = { isa = PBXGroup; children = ( - FFFDda1f74007fb6da1f7400 /* PxVehicleDefaults.h */, - FFFDda1f74687fb6da1f7468 /* PxVehicleLinearMath.h */, - FFFDda1f74d07fb6da1f74d0 /* PxVehicleSerialization.h */, - FFFDda1f75387fb6da1f7538 /* PxVehicleSuspLimitConstraintShader.h */, - FFFDda1f75a07fb6da1f75a0 /* PxVehicleSuspWheelTire4.h */, - FFFDda1f76087fb6da1f7608 /* PxVehicleComponents.cpp */, - FFFDda1f76707fb6da1f7670 /* PxVehicleDrive.cpp */, - FFFDda1f76d87fb6da1f76d8 /* PxVehicleDrive4W.cpp */, - FFFDda1f77407fb6da1f7740 /* PxVehicleDriveNW.cpp */, - FFFDda1f77a87fb6da1f77a8 /* PxVehicleDriveTank.cpp */, - FFFDda1f78107fb6da1f7810 /* PxVehicleMetaData.cpp */, - FFFDda1f78787fb6da1f7878 /* PxVehicleNoDrive.cpp */, - FFFDda1f78e07fb6da1f78e0 /* PxVehicleSDK.cpp */, - FFFDda1f79487fb6da1f7948 /* PxVehicleSerialization.cpp */, - FFFDda1f79b07fb6da1f79b0 /* PxVehicleSuspWheelTire4.cpp */, - FFFDda1f7a187fb6da1f7a18 /* PxVehicleTireFriction.cpp */, - FFFDda1f7a807fb6da1f7a80 /* PxVehicleUpdate.cpp */, - FFFDda1f7ae87fb6da1f7ae8 /* PxVehicleWheels.cpp */, - FFFDda1f7b507fb6da1f7b50 /* VehicleUtilControl.cpp */, - FFFDda1f7bb87fb6da1f7bb8 /* VehicleUtilSetup.cpp */, - FFFDda1f7c207fb6da1f7c20 /* VehicleUtilTelemetry.cpp */, + FFFD820316007f8a82031600 /* PxVehicleDefaults.h */, + FFFD820316687f8a82031668 /* PxVehicleLinearMath.h */, + FFFD820316d07f8a820316d0 /* PxVehicleSerialization.h */, + FFFD820317387f8a82031738 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD820317a07f8a820317a0 /* PxVehicleSuspWheelTire4.h */, + FFFD820318087f8a82031808 /* PxVehicleComponents.cpp */, + FFFD820318707f8a82031870 /* PxVehicleDrive.cpp */, + FFFD820318d87f8a820318d8 /* PxVehicleDrive4W.cpp */, + FFFD820319407f8a82031940 /* PxVehicleDriveNW.cpp */, + FFFD820319a87f8a820319a8 /* PxVehicleDriveTank.cpp */, + FFFD82031a107f8a82031a10 /* PxVehicleMetaData.cpp */, + FFFD82031a787f8a82031a78 /* PxVehicleNoDrive.cpp */, + FFFD82031ae07f8a82031ae0 /* PxVehicleSDK.cpp */, + FFFD82031b487f8a82031b48 /* PxVehicleSerialization.cpp */, + FFFD82031bb07f8a82031bb0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD82031c187f8a82031c18 /* PxVehicleTireFriction.cpp */, + FFFD82031c807f8a82031c80 /* PxVehicleUpdate.cpp */, + FFFD82031ce87f8a82031ce8 /* PxVehicleWheels.cpp */, + FFFD82031d507f8a82031d50 /* VehicleUtilControl.cpp */, + FFFD82031db87f8a82031db8 /* VehicleUtilSetup.cpp */, + FFFD82031e207f8a82031e20 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd8a10207fb6dd8a1020 /* metadata */ = { + FFFB8146eb007f8a8146eb00 /* metadata */ = { isa = PBXGroup; children = ( - FFFDdd8a38007fb6dd8a3800 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFDdd8a38687fb6dd8a3868 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFDdd8a38d07fb6dd8a38d0 /* include/PxVehicleMetaDataObjects.h */, - FFFDdd8a39387fb6dd8a3938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFDdd8a39a07fb6dd8a39a0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD8146f8007f8a8146f800 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD8146f8687f8a8146f868 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD8146f8d07f8a8146f8d0 /* include/PxVehicleMetaDataObjects.h */, + FFFD8146f9387f8a8146f938 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD8146f9a07f8a8146f9a0 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBdd8a34507fb6dd8a3450 /* PhysXExtensions */ = { + FFFB8146da607f8a8146da60 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFBdd8ab0307fb6dd8ab030 /* include */, - FFFBdd8ab0587fb6dd8ab058 /* src */, - FFFBdd8ab0807fb6dd8ab080 /* serialization */, - FFFBdd8ab0a87fb6dd8ab0a8 /* metadata */, + FFFB81476ab07f8a81476ab0 /* include */, + FFFB81476ad87f8a81476ad8 /* src */, + FFFB81476b007f8a81476b00 /* serialization */, + FFFB81476b287f8a81476b28 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFBdd8ab0307fb6dd8ab030 /* include */ = { + FFFB81476ab07f8a81476ab0 /* include */ = { isa = PBXGroup; children = ( - FFFDda1fac007fb6da1fac00 /* PxBinaryConverter.h */, - FFFDda1fac687fb6da1fac68 /* PxBroadPhaseExt.h */, - FFFDda1facd07fb6da1facd0 /* PxClothFabricCooker.h */, - FFFDda1fad387fb6da1fad38 /* PxClothMeshDesc.h */, - FFFDda1fada07fb6da1fada0 /* PxClothMeshQuadifier.h */, - FFFDda1fae087fb6da1fae08 /* PxClothTetherCooker.h */, - FFFDda1fae707fb6da1fae70 /* PxCollectionExt.h */, - FFFDda1faed87fb6da1faed8 /* PxConstraintExt.h */, - FFFDda1faf407fb6da1faf40 /* PxConvexMeshExt.h */, - FFFDda1fafa87fb6da1fafa8 /* PxD6Joint.h */, - FFFDda1fb0107fb6da1fb010 /* PxDefaultAllocator.h */, - FFFDda1fb0787fb6da1fb078 /* PxDefaultCpuDispatcher.h */, - FFFDda1fb0e07fb6da1fb0e0 /* PxDefaultErrorCallback.h */, - FFFDda1fb1487fb6da1fb148 /* PxDefaultSimulationFilterShader.h */, - FFFDda1fb1b07fb6da1fb1b0 /* PxDefaultStreams.h */, - FFFDda1fb2187fb6da1fb218 /* PxDistanceJoint.h */, - FFFDda1fb2807fb6da1fb280 /* PxExtensionsAPI.h */, - FFFDda1fb2e87fb6da1fb2e8 /* PxFixedJoint.h */, - FFFDda1fb3507fb6da1fb350 /* PxJoint.h */, - FFFDda1fb3b87fb6da1fb3b8 /* PxJointLimit.h */, - FFFDda1fb4207fb6da1fb420 /* PxMassProperties.h */, - FFFDda1fb4887fb6da1fb488 /* PxParticleExt.h */, - FFFDda1fb4f07fb6da1fb4f0 /* PxPrismaticJoint.h */, - FFFDda1fb5587fb6da1fb558 /* PxRaycastCCD.h */, - FFFDda1fb5c07fb6da1fb5c0 /* PxRepXSerializer.h */, - FFFDda1fb6287fb6da1fb628 /* PxRepXSimpleType.h */, - FFFDda1fb6907fb6da1fb690 /* PxRevoluteJoint.h */, - FFFDda1fb6f87fb6da1fb6f8 /* PxRigidActorExt.h */, - FFFDda1fb7607fb6da1fb760 /* PxRigidBodyExt.h */, - FFFDda1fb7c87fb6da1fb7c8 /* PxSceneQueryExt.h */, - FFFDda1fb8307fb6da1fb830 /* PxSerialization.h */, - FFFDda1fb8987fb6da1fb898 /* PxShapeExt.h */, - FFFDda1fb9007fb6da1fb900 /* PxSimpleFactory.h */, - FFFDda1fb9687fb6da1fb968 /* PxSmoothNormals.h */, - FFFDda1fb9d07fb6da1fb9d0 /* PxSphericalJoint.h */, - FFFDda1fba387fb6da1fba38 /* PxStringTableExt.h */, - FFFDda1fbaa07fb6da1fbaa0 /* PxTriangleMeshExt.h */, + FFFD82034e007f8a82034e00 /* PxBinaryConverter.h */, + FFFD82034e687f8a82034e68 /* PxBroadPhaseExt.h */, + FFFD82034ed07f8a82034ed0 /* PxClothFabricCooker.h */, + FFFD82034f387f8a82034f38 /* PxClothMeshDesc.h */, + FFFD82034fa07f8a82034fa0 /* PxClothMeshQuadifier.h */, + FFFD820350087f8a82035008 /* PxClothTetherCooker.h */, + FFFD820350707f8a82035070 /* PxCollectionExt.h */, + FFFD820350d87f8a820350d8 /* PxConstraintExt.h */, + FFFD820351407f8a82035140 /* PxConvexMeshExt.h */, + FFFD820351a87f8a820351a8 /* PxD6Joint.h */, + FFFD820352107f8a82035210 /* PxDefaultAllocator.h */, + FFFD820352787f8a82035278 /* PxDefaultCpuDispatcher.h */, + FFFD820352e07f8a820352e0 /* PxDefaultErrorCallback.h */, + FFFD820353487f8a82035348 /* PxDefaultSimulationFilterShader.h */, + FFFD820353b07f8a820353b0 /* PxDefaultStreams.h */, + FFFD820354187f8a82035418 /* PxDistanceJoint.h */, + FFFD820354807f8a82035480 /* PxExtensionsAPI.h */, + FFFD820354e87f8a820354e8 /* PxFixedJoint.h */, + FFFD820355507f8a82035550 /* PxJoint.h */, + FFFD820355b87f8a820355b8 /* PxJointLimit.h */, + FFFD820356207f8a82035620 /* PxMassProperties.h */, + FFFD820356887f8a82035688 /* PxParticleExt.h */, + FFFD820356f07f8a820356f0 /* PxPrismaticJoint.h */, + FFFD820357587f8a82035758 /* PxRaycastCCD.h */, + FFFD820357c07f8a820357c0 /* PxRepXSerializer.h */, + FFFD820358287f8a82035828 /* PxRepXSimpleType.h */, + FFFD820358907f8a82035890 /* PxRevoluteJoint.h */, + FFFD820358f87f8a820358f8 /* PxRigidActorExt.h */, + FFFD820359607f8a82035960 /* PxRigidBodyExt.h */, + FFFD820359c87f8a820359c8 /* PxSceneQueryExt.h */, + FFFD82035a307f8a82035a30 /* PxSerialization.h */, + FFFD82035a987f8a82035a98 /* PxShapeExt.h */, + FFFD82035b007f8a82035b00 /* PxSimpleFactory.h */, + FFFD82035b687f8a82035b68 /* PxSmoothNormals.h */, + FFFD82035bd07f8a82035bd0 /* PxSphericalJoint.h */, + FFFD82035c387f8a82035c38 /* PxStringTableExt.h */, + FFFD82035ca07f8a82035ca0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd8ab0587fb6dd8ab058 /* src */ = { + FFFB81476ad87f8a81476ad8 /* src */ = { isa = PBXGroup; children = ( - FFFDda1f96007fb6da1f9600 /* ExtConstraintHelper.h */, - FFFDda1f96687fb6da1f9668 /* ExtCpuWorkerThread.h */, - FFFDda1f96d07fb6da1f96d0 /* ExtD6Joint.h */, - FFFDda1f97387fb6da1f9738 /* ExtDefaultCpuDispatcher.h */, - FFFDda1f97a07fb6da1f97a0 /* ExtDistanceJoint.h */, - FFFDda1f98087fb6da1f9808 /* ExtFixedJoint.h */, - FFFDda1f98707fb6da1f9870 /* ExtInertiaTensor.h */, - FFFDda1f98d87fb6da1f98d8 /* ExtJoint.h */, - FFFDda1f99407fb6da1f9940 /* ExtJointMetaDataExtensions.h */, - FFFDda1f99a87fb6da1f99a8 /* ExtPlatform.h */, - FFFDda1f9a107fb6da1f9a10 /* ExtPrismaticJoint.h */, - FFFDda1f9a787fb6da1f9a78 /* ExtPvd.h */, - FFFDda1f9ae07fb6da1f9ae0 /* ExtRevoluteJoint.h */, - FFFDda1f9b487fb6da1f9b48 /* ExtSerialization.h */, - FFFDda1f9bb07fb6da1f9bb0 /* ExtSharedQueueEntryPool.h */, - FFFDda1f9c187fb6da1f9c18 /* ExtSphericalJoint.h */, - FFFDda1f9c807fb6da1f9c80 /* ExtTaskQueueHelper.h */, - FFFDda1f9ce87fb6da1f9ce8 /* ExtBroadPhase.cpp */, - FFFDda1f9d507fb6da1f9d50 /* ExtClothFabricCooker.cpp */, - FFFDda1f9db87fb6da1f9db8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFDda1f9e207fb6da1f9e20 /* ExtClothMeshQuadifier.cpp */, - FFFDda1f9e887fb6da1f9e88 /* ExtClothSimpleTetherCooker.cpp */, - FFFDda1f9ef07fb6da1f9ef0 /* ExtCollection.cpp */, - FFFDda1f9f587fb6da1f9f58 /* ExtConvexMeshExt.cpp */, - FFFDda1f9fc07fb6da1f9fc0 /* ExtCpuWorkerThread.cpp */, - FFFDda1fa0287fb6da1fa028 /* ExtD6Joint.cpp */, - FFFDda1fa0907fb6da1fa090 /* ExtD6JointSolverPrep.cpp */, - FFFDda1fa0f87fb6da1fa0f8 /* ExtDefaultCpuDispatcher.cpp */, - FFFDda1fa1607fb6da1fa160 /* ExtDefaultErrorCallback.cpp */, - FFFDda1fa1c87fb6da1fa1c8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFDda1fa2307fb6da1fa230 /* ExtDefaultStreams.cpp */, - FFFDda1fa2987fb6da1fa298 /* ExtDistanceJoint.cpp */, - FFFDda1fa3007fb6da1fa300 /* ExtDistanceJointSolverPrep.cpp */, - FFFDda1fa3687fb6da1fa368 /* ExtExtensions.cpp */, - FFFDda1fa3d07fb6da1fa3d0 /* ExtFixedJoint.cpp */, - FFFDda1fa4387fb6da1fa438 /* ExtFixedJointSolverPrep.cpp */, - FFFDda1fa4a07fb6da1fa4a0 /* ExtJoint.cpp */, - FFFDda1fa5087fb6da1fa508 /* ExtMetaData.cpp */, - FFFDda1fa5707fb6da1fa570 /* ExtParticleExt.cpp */, - FFFDda1fa5d87fb6da1fa5d8 /* ExtPrismaticJoint.cpp */, - FFFDda1fa6407fb6da1fa640 /* ExtPrismaticJointSolverPrep.cpp */, - FFFDda1fa6a87fb6da1fa6a8 /* ExtPvd.cpp */, - FFFDda1fa7107fb6da1fa710 /* ExtPxStringTable.cpp */, - FFFDda1fa7787fb6da1fa778 /* ExtRaycastCCD.cpp */, - FFFDda1fa7e07fb6da1fa7e0 /* ExtRevoluteJoint.cpp */, - FFFDda1fa8487fb6da1fa848 /* ExtRevoluteJointSolverPrep.cpp */, - FFFDda1fa8b07fb6da1fa8b0 /* ExtRigidBodyExt.cpp */, - FFFDda1fa9187fb6da1fa918 /* ExtSceneQueryExt.cpp */, - FFFDda1fa9807fb6da1fa980 /* ExtSimpleFactory.cpp */, - FFFDda1fa9e87fb6da1fa9e8 /* ExtSmoothNormals.cpp */, - FFFDda1faa507fb6da1faa50 /* ExtSphericalJoint.cpp */, - FFFDda1faab87fb6da1faab8 /* ExtSphericalJointSolverPrep.cpp */, - FFFDda1fab207fb6da1fab20 /* ExtTriangleMeshExt.cpp */, + FFFD820338007f8a82033800 /* ExtConstraintHelper.h */, + FFFD820338687f8a82033868 /* ExtCpuWorkerThread.h */, + FFFD820338d07f8a820338d0 /* ExtD6Joint.h */, + FFFD820339387f8a82033938 /* ExtDefaultCpuDispatcher.h */, + FFFD820339a07f8a820339a0 /* ExtDistanceJoint.h */, + FFFD82033a087f8a82033a08 /* ExtFixedJoint.h */, + FFFD82033a707f8a82033a70 /* ExtInertiaTensor.h */, + FFFD82033ad87f8a82033ad8 /* ExtJoint.h */, + FFFD82033b407f8a82033b40 /* ExtJointMetaDataExtensions.h */, + FFFD82033ba87f8a82033ba8 /* ExtPlatform.h */, + FFFD82033c107f8a82033c10 /* ExtPrismaticJoint.h */, + FFFD82033c787f8a82033c78 /* ExtPvd.h */, + FFFD82033ce07f8a82033ce0 /* ExtRevoluteJoint.h */, + FFFD82033d487f8a82033d48 /* ExtSerialization.h */, + FFFD82033db07f8a82033db0 /* ExtSharedQueueEntryPool.h */, + FFFD82033e187f8a82033e18 /* ExtSphericalJoint.h */, + FFFD82033e807f8a82033e80 /* ExtTaskQueueHelper.h */, + FFFD82033ee87f8a82033ee8 /* ExtBroadPhase.cpp */, + FFFD82033f507f8a82033f50 /* ExtClothFabricCooker.cpp */, + FFFD82033fb87f8a82033fb8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD820340207f8a82034020 /* ExtClothMeshQuadifier.cpp */, + FFFD820340887f8a82034088 /* ExtClothSimpleTetherCooker.cpp */, + FFFD820340f07f8a820340f0 /* ExtCollection.cpp */, + FFFD820341587f8a82034158 /* ExtConvexMeshExt.cpp */, + FFFD820341c07f8a820341c0 /* ExtCpuWorkerThread.cpp */, + FFFD820342287f8a82034228 /* ExtD6Joint.cpp */, + FFFD820342907f8a82034290 /* ExtD6JointSolverPrep.cpp */, + FFFD820342f87f8a820342f8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD820343607f8a82034360 /* ExtDefaultErrorCallback.cpp */, + FFFD820343c87f8a820343c8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD820344307f8a82034430 /* ExtDefaultStreams.cpp */, + FFFD820344987f8a82034498 /* ExtDistanceJoint.cpp */, + FFFD820345007f8a82034500 /* ExtDistanceJointSolverPrep.cpp */, + FFFD820345687f8a82034568 /* ExtExtensions.cpp */, + FFFD820345d07f8a820345d0 /* ExtFixedJoint.cpp */, + FFFD820346387f8a82034638 /* ExtFixedJointSolverPrep.cpp */, + FFFD820346a07f8a820346a0 /* ExtJoint.cpp */, + FFFD820347087f8a82034708 /* ExtMetaData.cpp */, + FFFD820347707f8a82034770 /* ExtParticleExt.cpp */, + FFFD820347d87f8a820347d8 /* ExtPrismaticJoint.cpp */, + FFFD820348407f8a82034840 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD820348a87f8a820348a8 /* ExtPvd.cpp */, + FFFD820349107f8a82034910 /* ExtPxStringTable.cpp */, + FFFD820349787f8a82034978 /* ExtRaycastCCD.cpp */, + FFFD820349e07f8a820349e0 /* ExtRevoluteJoint.cpp */, + FFFD82034a487f8a82034a48 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD82034ab07f8a82034ab0 /* ExtRigidBodyExt.cpp */, + FFFD82034b187f8a82034b18 /* ExtSceneQueryExt.cpp */, + FFFD82034b807f8a82034b80 /* ExtSimpleFactory.cpp */, + FFFD82034be87f8a82034be8 /* ExtSmoothNormals.cpp */, + FFFD82034c507f8a82034c50 /* ExtSphericalJoint.cpp */, + FFFD82034cb87f8a82034cb8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD82034d207f8a82034d20 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd8ab0807fb6dd8ab080 /* serialization */ = { + FFFB81476b007f8a81476b00 /* serialization */ = { isa = PBXGroup; children = ( - FFFDda1fe0007fb6da1fe000 /* SnSerialUtils.h */, - FFFDda1fe0687fb6da1fe068 /* SnSerializationRegistry.h */, - FFFDda1fe0d07fb6da1fe0d0 /* SnSerialUtils.cpp */, - FFFDda1fe1387fb6da1fe138 /* SnSerialization.cpp */, - FFFDda1fe1a07fb6da1fe1a0 /* SnSerializationRegistry.cpp */, - FFFDda1fe2087fb6da1fe208 /* Binary/SnConvX.h */, - FFFDda1fe2707fb6da1fe270 /* Binary/SnConvX_Align.h */, - FFFDda1fe2d87fb6da1fe2d8 /* Binary/SnConvX_Common.h */, - FFFDda1fe3407fb6da1fe340 /* Binary/SnConvX_MetaData.h */, - FFFDda1fe3a87fb6da1fe3a8 /* Binary/SnConvX_Output.h */, - FFFDda1fe4107fb6da1fe410 /* Binary/SnConvX_Union.h */, - FFFDda1fe4787fb6da1fe478 /* Binary/SnSerializationContext.h */, - FFFDda1fe4e07fb6da1fe4e0 /* Binary/SnBinaryDeserialization.cpp */, - FFFDda1fe5487fb6da1fe548 /* Binary/SnBinarySerialization.cpp */, - FFFDda1fe5b07fb6da1fe5b0 /* Binary/SnConvX.cpp */, - FFFDda1fe6187fb6da1fe618 /* Binary/SnConvX_Align.cpp */, - FFFDda1fe6807fb6da1fe680 /* Binary/SnConvX_Convert.cpp */, - FFFDda1fe6e87fb6da1fe6e8 /* Binary/SnConvX_Error.cpp */, - FFFDda1fe7507fb6da1fe750 /* Binary/SnConvX_MetaData.cpp */, - FFFDda1fe7b87fb6da1fe7b8 /* Binary/SnConvX_Output.cpp */, - FFFDda1fe8207fb6da1fe820 /* Binary/SnConvX_Union.cpp */, - FFFDda1fe8887fb6da1fe888 /* Binary/SnSerializationContext.cpp */, - FFFDda1fe8f07fb6da1fe8f0 /* Xml/SnJointRepXSerializer.h */, - FFFDda1fe9587fb6da1fe958 /* Xml/SnPxStreamOperators.h */, - FFFDda1fe9c07fb6da1fe9c0 /* Xml/SnRepX1_0Defaults.h */, - FFFDda1fea287fb6da1fea28 /* Xml/SnRepX3_1Defaults.h */, - FFFDda1fea907fb6da1fea90 /* Xml/SnRepX3_2Defaults.h */, - FFFDda1feaf87fb6da1feaf8 /* Xml/SnRepXCollection.h */, - FFFDda1feb607fb6da1feb60 /* Xml/SnRepXCoreSerializer.h */, - FFFDda1febc87fb6da1febc8 /* Xml/SnRepXSerializerImpl.h */, - FFFDda1fec307fb6da1fec30 /* Xml/SnRepXUpgrader.h */, - FFFDda1fec987fb6da1fec98 /* Xml/SnSimpleXmlWriter.h */, - FFFDda1fed007fb6da1fed00 /* Xml/SnXmlDeserializer.h */, - FFFDda1fed687fb6da1fed68 /* Xml/SnXmlImpl.h */, - FFFDda1fedd07fb6da1fedd0 /* Xml/SnXmlMemoryAllocator.h */, - FFFDda1fee387fb6da1fee38 /* Xml/SnXmlMemoryPool.h */, - FFFDda1feea07fb6da1feea0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFDda1fef087fb6da1fef08 /* Xml/SnXmlReader.h */, - FFFDda1fef707fb6da1fef70 /* Xml/SnXmlSerializer.h */, - FFFDda1fefd87fb6da1fefd8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFDda1ff0407fb6da1ff040 /* Xml/SnXmlStringToType.h */, - FFFDda1ff0a87fb6da1ff0a8 /* Xml/SnXmlVisitorReader.h */, - FFFDda1ff1107fb6da1ff110 /* Xml/SnXmlVisitorWriter.h */, - FFFDda1ff1787fb6da1ff178 /* Xml/SnXmlWriter.h */, - FFFDda1ff1e07fb6da1ff1e0 /* Xml/SnJointRepXSerializer.cpp */, - FFFDda1ff2487fb6da1ff248 /* Xml/SnRepXCoreSerializer.cpp */, - FFFDda1ff2b07fb6da1ff2b0 /* Xml/SnRepXUpgrader.cpp */, - FFFDda1ff3187fb6da1ff318 /* Xml/SnXmlSerialization.cpp */, - FFFDda1ff3807fb6da1ff380 /* File/SnFile.h */, + FFFD820374007f8a82037400 /* SnSerialUtils.h */, + FFFD820374687f8a82037468 /* SnSerializationRegistry.h */, + FFFD820374d07f8a820374d0 /* SnSerialUtils.cpp */, + FFFD820375387f8a82037538 /* SnSerialization.cpp */, + FFFD820375a07f8a820375a0 /* SnSerializationRegistry.cpp */, + FFFD820376087f8a82037608 /* Binary/SnConvX.h */, + FFFD820376707f8a82037670 /* Binary/SnConvX_Align.h */, + FFFD820376d87f8a820376d8 /* Binary/SnConvX_Common.h */, + FFFD820377407f8a82037740 /* Binary/SnConvX_MetaData.h */, + FFFD820377a87f8a820377a8 /* Binary/SnConvX_Output.h */, + FFFD820378107f8a82037810 /* Binary/SnConvX_Union.h */, + FFFD820378787f8a82037878 /* Binary/SnSerializationContext.h */, + FFFD820378e07f8a820378e0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD820379487f8a82037948 /* Binary/SnBinarySerialization.cpp */, + FFFD820379b07f8a820379b0 /* Binary/SnConvX.cpp */, + FFFD82037a187f8a82037a18 /* Binary/SnConvX_Align.cpp */, + FFFD82037a807f8a82037a80 /* Binary/SnConvX_Convert.cpp */, + FFFD82037ae87f8a82037ae8 /* Binary/SnConvX_Error.cpp */, + FFFD82037b507f8a82037b50 /* Binary/SnConvX_MetaData.cpp */, + FFFD82037bb87f8a82037bb8 /* Binary/SnConvX_Output.cpp */, + FFFD82037c207f8a82037c20 /* Binary/SnConvX_Union.cpp */, + FFFD82037c887f8a82037c88 /* Binary/SnSerializationContext.cpp */, + FFFD82037cf07f8a82037cf0 /* Xml/SnJointRepXSerializer.h */, + FFFD82037d587f8a82037d58 /* Xml/SnPxStreamOperators.h */, + FFFD82037dc07f8a82037dc0 /* Xml/SnRepX1_0Defaults.h */, + FFFD82037e287f8a82037e28 /* Xml/SnRepX3_1Defaults.h */, + FFFD82037e907f8a82037e90 /* Xml/SnRepX3_2Defaults.h */, + FFFD82037ef87f8a82037ef8 /* Xml/SnRepXCollection.h */, + FFFD82037f607f8a82037f60 /* Xml/SnRepXCoreSerializer.h */, + FFFD82037fc87f8a82037fc8 /* Xml/SnRepXSerializerImpl.h */, + FFFD820380307f8a82038030 /* Xml/SnRepXUpgrader.h */, + FFFD820380987f8a82038098 /* Xml/SnSimpleXmlWriter.h */, + FFFD820381007f8a82038100 /* Xml/SnXmlDeserializer.h */, + FFFD820381687f8a82038168 /* Xml/SnXmlImpl.h */, + FFFD820381d07f8a820381d0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD820382387f8a82038238 /* Xml/SnXmlMemoryPool.h */, + FFFD820382a07f8a820382a0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD820383087f8a82038308 /* Xml/SnXmlReader.h */, + FFFD820383707f8a82038370 /* Xml/SnXmlSerializer.h */, + FFFD820383d87f8a820383d8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD820384407f8a82038440 /* Xml/SnXmlStringToType.h */, + FFFD820384a87f8a820384a8 /* Xml/SnXmlVisitorReader.h */, + FFFD820385107f8a82038510 /* Xml/SnXmlVisitorWriter.h */, + FFFD820385787f8a82038578 /* Xml/SnXmlWriter.h */, + FFFD820385e07f8a820385e0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD820386487f8a82038648 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD820386b07f8a820386b0 /* Xml/SnRepXUpgrader.cpp */, + FFFD820387187f8a82038718 /* Xml/SnXmlSerialization.cpp */, + FFFD820387807f8a82038780 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFBdd8ab0a87fb6dd8ab0a8 /* metadata */ = { + FFFB81476b287f8a81476b28 /* metadata */ = { isa = PBXGroup; children = ( - FFFDda1fbc007fb6da1fbc00 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDda1fbc687fb6da1fbc68 /* core/include/PvdMetaDataExtensions.h */, - FFFDda1fbcd07fb6da1fbcd0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDda1fbd387fb6da1fbd38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDda1fbda07fb6da1fbda0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDda1fbe087fb6da1fbe08 /* core/include/PxMetaDataCompare.h */, - FFFDda1fbe707fb6da1fbe70 /* core/include/PxMetaDataCppPrefix.h */, - FFFDda1fbed87fb6da1fbed8 /* core/include/PxMetaDataObjects.h */, - FFFDda1fbf407fb6da1fbf40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDda1fbfa87fb6da1fbfa8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFDda1fc0107fb6da1fc010 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFDda1fc0787fb6da1fc078 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFDda1fc0e07fb6da1fc0e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD82035e007f8a82035e00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD82035e687f8a82035e68 /* core/include/PvdMetaDataExtensions.h */, + FFFD82035ed07f8a82035ed0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD82035f387f8a82035f38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD82035fa07f8a82035fa0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD820360087f8a82036008 /* core/include/PxMetaDataCompare.h */, + FFFD820360707f8a82036070 /* core/include/PxMetaDataCppPrefix.h */, + FFFD820360d87f8a820360d8 /* core/include/PxMetaDataObjects.h */, + FFFD820361407f8a82036140 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD820361a87f8a820361a8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD820362107f8a82036210 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD820362787f8a82036278 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD820362e07f8a820362e0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBddc1ccb07fb6ddc1ccb0 /* SceneQuery */ = { + FFFB814803907f8a81480390 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFBddc1b5a07fb6ddc1b5a0 /* src */, - FFFBddc1b5c87fb6ddc1b5c8 /* include */, + FFFB814825807f8a81482580 /* src */, + FFFB814825a87f8a814825a8 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFBddc1b5a07fb6ddc1b5a0 /* src */ = { + FFFB814825807f8a81482580 /* src */ = { isa = PBXGroup; children = ( - FFFDda2020007fb6da202000 /* SqAABBPruner.cpp */, - FFFDda2020687fb6da202068 /* SqAABBTree.cpp */, - FFFDda2020d07fb6da2020d0 /* SqAABBTreeUpdateMap.cpp */, - FFFDda2021387fb6da202138 /* SqBounds.cpp */, - FFFDda2021a07fb6da2021a0 /* SqBucketPruner.cpp */, - FFFDda2022087fb6da202208 /* SqExtendedBucketPruner.cpp */, - FFFDda2022707fb6da202270 /* SqMetaData.cpp */, - FFFDda2022d87fb6da2022d8 /* SqPruningPool.cpp */, - FFFDda2023407fb6da202340 /* SqPruningStructure.cpp */, - FFFDda2023a87fb6da2023a8 /* SqSceneQueryManager.cpp */, - FFFDda2024107fb6da202410 /* SqAABBPruner.h */, - FFFDda2024787fb6da202478 /* SqAABBTree.h */, - FFFDda2024e07fb6da2024e0 /* SqAABBTreeQuery.h */, - FFFDda2025487fb6da202548 /* SqAABBTreeUpdateMap.h */, - FFFDda2025b07fb6da2025b0 /* SqBounds.h */, - FFFDda2026187fb6da202618 /* SqBucketPruner.h */, - FFFDda2026807fb6da202680 /* SqExtendedBucketPruner.h */, - FFFDda2026e87fb6da2026e8 /* SqPrunerTestsSIMD.h */, - FFFDda2027507fb6da202750 /* SqPruningPool.h */, - FFFDda2027b87fb6da2027b8 /* SqTypedef.h */, + FFFD8203c4007f8a8203c400 /* SqAABBPruner.cpp */, + FFFD8203c4687f8a8203c468 /* SqAABBTree.cpp */, + FFFD8203c4d07f8a8203c4d0 /* SqAABBTreeUpdateMap.cpp */, + FFFD8203c5387f8a8203c538 /* SqBounds.cpp */, + FFFD8203c5a07f8a8203c5a0 /* SqBucketPruner.cpp */, + FFFD8203c6087f8a8203c608 /* SqExtendedBucketPruner.cpp */, + FFFD8203c6707f8a8203c670 /* SqMetaData.cpp */, + FFFD8203c6d87f8a8203c6d8 /* SqPruningPool.cpp */, + FFFD8203c7407f8a8203c740 /* SqPruningStructure.cpp */, + FFFD8203c7a87f8a8203c7a8 /* SqSceneQueryManager.cpp */, + FFFD8203c8107f8a8203c810 /* SqAABBPruner.h */, + FFFD8203c8787f8a8203c878 /* SqAABBTree.h */, + FFFD8203c8e07f8a8203c8e0 /* SqAABBTreeQuery.h */, + FFFD8203c9487f8a8203c948 /* SqAABBTreeUpdateMap.h */, + FFFD8203c9b07f8a8203c9b0 /* SqBounds.h */, + FFFD8203ca187f8a8203ca18 /* SqBucketPruner.h */, + FFFD8203ca807f8a8203ca80 /* SqExtendedBucketPruner.h */, + FFFD8203cae87f8a8203cae8 /* SqPrunerTestsSIMD.h */, + FFFD8203cb507f8a8203cb50 /* SqPruningPool.h */, + FFFD8203cbb87f8a8203cbb8 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBddc1b5c87fb6ddc1b5c8 /* include */ = { + FFFB814825a87f8a814825a8 /* include */ = { isa = PBXGroup; children = ( - FFFDddc119407fb6ddc11940 /* SqPruner.h */, - FFFDddc119a87fb6ddc119a8 /* SqPrunerMergeData.h */, - FFFDddc11a107fb6ddc11a10 /* SqPruningStructure.h */, - FFFDddc11a787fb6ddc11a78 /* SqSceneQueryManager.h */, + FFFD814847c07f8a814847c0 /* SqPruner.h */, + FFFD814848287f8a81484828 /* SqPrunerMergeData.h */, + FFFD814848907f8a81484890 /* SqPruningStructure.h */, + FFFD814848f87f8a814848f8 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBddc13ae07fb6ddc13ae0 /* SimulationController */ = { + FFFB81484a807f8a81484a80 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFBddc084907fb6ddc08490 /* include */, - FFFBddc084b87fb6ddc084b8 /* src */, + FFFB814869c07f8a814869c0 /* include */, + FFFB814869e87f8a814869e8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFBddc084907fb6ddc08490 /* include */ = { + FFFB814869c07f8a814869c0 /* include */ = { isa = PBXGroup; children = ( - FFFDda204a007fb6da204a00 /* ScActorCore.h */, - FFFDda204a687fb6da204a68 /* ScArticulationCore.h */, - FFFDda204ad07fb6da204ad0 /* ScArticulationJointCore.h */, - FFFDda204b387fb6da204b38 /* ScBodyCore.h */, - FFFDda204ba07fb6da204ba0 /* ScClothCore.h */, - FFFDda204c087fb6da204c08 /* ScClothFabricCore.h */, - FFFDda204c707fb6da204c70 /* ScConstraintCore.h */, - FFFDda204cd87fb6da204cd8 /* ScIterators.h */, - FFFDda204d407fb6da204d40 /* ScMaterialCore.h */, - FFFDda204da87fb6da204da8 /* ScParticleSystemCore.h */, - FFFDda204e107fb6da204e10 /* ScPhysics.h */, - FFFDda204e787fb6da204e78 /* ScRigidCore.h */, - FFFDda204ee07fb6da204ee0 /* ScScene.h */, - FFFDda204f487fb6da204f48 /* ScShapeCore.h */, - FFFDda204fb07fb6da204fb0 /* ScStaticCore.h */, + FFFD8203ee007f8a8203ee00 /* ScActorCore.h */, + FFFD8203ee687f8a8203ee68 /* ScArticulationCore.h */, + FFFD8203eed07f8a8203eed0 /* ScArticulationJointCore.h */, + FFFD8203ef387f8a8203ef38 /* ScBodyCore.h */, + FFFD8203efa07f8a8203efa0 /* ScClothCore.h */, + FFFD8203f0087f8a8203f008 /* ScClothFabricCore.h */, + FFFD8203f0707f8a8203f070 /* ScConstraintCore.h */, + FFFD8203f0d87f8a8203f0d8 /* ScIterators.h */, + FFFD8203f1407f8a8203f140 /* ScMaterialCore.h */, + FFFD8203f1a87f8a8203f1a8 /* ScParticleSystemCore.h */, + FFFD8203f2107f8a8203f210 /* ScPhysics.h */, + FFFD8203f2787f8a8203f278 /* ScRigidCore.h */, + FFFD8203f2e07f8a8203f2e0 /* ScScene.h */, + FFFD8203f3487f8a8203f348 /* ScShapeCore.h */, + FFFD8203f3b07f8a8203f3b0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBddc084b87fb6ddc084b8 /* src */ = { + FFFB814869e87f8a814869e8 /* src */ = { isa = PBXGroup; children = ( - FFFDde0436007fb6de043600 /* ScActorElementPair.h */, - FFFDde0436687fb6de043668 /* ScActorInteraction.h */, - FFFDde0436d07fb6de0436d0 /* ScActorPair.h */, - FFFDde0437387fb6de043738 /* ScActorSim.h */, - FFFDde0437a07fb6de0437a0 /* ScArticulationJointSim.h */, - FFFDde0438087fb6de043808 /* ScArticulationSim.h */, - FFFDde0438707fb6de043870 /* ScBodySim.h */, - FFFDde0438d87fb6de0438d8 /* ScClient.h */, - FFFDde0439407fb6de043940 /* ScConstraintGroupNode.h */, - FFFDde0439a87fb6de0439a8 /* ScConstraintInteraction.h */, - FFFDde043a107fb6de043a10 /* ScConstraintProjectionManager.h */, - FFFDde043a787fb6de043a78 /* ScConstraintProjectionTree.h */, - FFFDde043ae07fb6de043ae0 /* ScConstraintSim.h */, - FFFDde043b487fb6de043b48 /* ScContactReportBuffer.h */, - FFFDde043bb07fb6de043bb0 /* ScContactStream.h */, - FFFDde043c187fb6de043c18 /* ScElementInteractionMarker.h */, - FFFDde043c807fb6de043c80 /* ScElementSim.h */, - FFFDde043ce87fb6de043ce8 /* ScElementSimInteraction.h */, - FFFDde043d507fb6de043d50 /* ScInteraction.h */, - FFFDde043db87fb6de043db8 /* ScInteractionFlags.h */, - FFFDde043e207fb6de043e20 /* ScNPhaseCore.h */, - FFFDde043e887fb6de043e88 /* ScObjectIDTracker.h */, - FFFDde043ef07fb6de043ef0 /* ScRbElementInteraction.h */, - FFFDde043f587fb6de043f58 /* ScRigidSim.h */, - FFFDde043fc07fb6de043fc0 /* ScShapeInteraction.h */, - FFFDde0440287fb6de044028 /* ScShapeIterator.h */, - FFFDde0440907fb6de044090 /* ScShapeSim.h */, - FFFDde0440f87fb6de0440f8 /* ScSimStateData.h */, - FFFDde0441607fb6de044160 /* ScSimStats.h */, - FFFDde0441c87fb6de0441c8 /* ScSimulationController.h */, - FFFDde0442307fb6de044230 /* ScSqBoundsManager.h */, - FFFDde0442987fb6de044298 /* ScStaticSim.h */, - FFFDde0443007fb6de044300 /* ScTriggerInteraction.h */, - FFFDde0443687fb6de044368 /* ScTriggerPairs.h */, - FFFDde0443d07fb6de0443d0 /* ScActorCore.cpp */, - FFFDde0444387fb6de044438 /* ScActorSim.cpp */, - FFFDde0444a07fb6de0444a0 /* ScArticulationCore.cpp */, - FFFDde0445087fb6de044508 /* ScArticulationJointCore.cpp */, - FFFDde0445707fb6de044570 /* ScArticulationJointSim.cpp */, - FFFDde0445d87fb6de0445d8 /* ScArticulationSim.cpp */, - FFFDde0446407fb6de044640 /* ScBodyCore.cpp */, - FFFDde0446a87fb6de0446a8 /* ScBodyCoreKinematic.cpp */, - FFFDde0447107fb6de044710 /* ScBodySim.cpp */, - FFFDde0447787fb6de044778 /* ScConstraintCore.cpp */, - FFFDde0447e07fb6de0447e0 /* ScConstraintGroupNode.cpp */, - FFFDde0448487fb6de044848 /* ScConstraintInteraction.cpp */, - FFFDde0448b07fb6de0448b0 /* ScConstraintProjectionManager.cpp */, - FFFDde0449187fb6de044918 /* ScConstraintProjectionTree.cpp */, - FFFDde0449807fb6de044980 /* ScConstraintSim.cpp */, - FFFDde0449e87fb6de0449e8 /* ScElementInteractionMarker.cpp */, - FFFDde044a507fb6de044a50 /* ScElementSim.cpp */, - FFFDde044ab87fb6de044ab8 /* ScInteraction.cpp */, - FFFDde044b207fb6de044b20 /* ScIterators.cpp */, - FFFDde044b887fb6de044b88 /* ScMaterialCore.cpp */, - FFFDde044bf07fb6de044bf0 /* ScMetaData.cpp */, - FFFDde044c587fb6de044c58 /* ScNPhaseCore.cpp */, - FFFDde044cc07fb6de044cc0 /* ScPhysics.cpp */, - FFFDde044d287fb6de044d28 /* ScRigidCore.cpp */, - FFFDde044d907fb6de044d90 /* ScRigidSim.cpp */, - FFFDde044df87fb6de044df8 /* ScScene.cpp */, - FFFDde044e607fb6de044e60 /* ScShapeCore.cpp */, - FFFDde044ec87fb6de044ec8 /* ScShapeInteraction.cpp */, - FFFDde044f307fb6de044f30 /* ScShapeSim.cpp */, - FFFDde044f987fb6de044f98 /* ScSimStats.cpp */, - FFFDde0450007fb6de045000 /* ScSimulationController.cpp */, - FFFDde0450687fb6de045068 /* ScSqBoundsManager.cpp */, - FFFDde0450d07fb6de0450d0 /* ScStaticCore.cpp */, - FFFDde0451387fb6de045138 /* ScStaticSim.cpp */, - FFFDde0451a07fb6de0451a0 /* ScTriggerInteraction.cpp */, - FFFDde0452087fb6de045208 /* particles/ScParticleBodyInteraction.h */, - FFFDde0452707fb6de045270 /* particles/ScParticlePacketShape.h */, - FFFDde0452d87fb6de0452d8 /* particles/ScParticleSystemSim.h */, - FFFDde0453407fb6de045340 /* particles/ScParticleBodyInteraction.cpp */, - FFFDde0453a87fb6de0453a8 /* particles/ScParticlePacketShape.cpp */, - FFFDde0454107fb6de045410 /* particles/ScParticleSystemCore.cpp */, - FFFDde0454787fb6de045478 /* particles/ScParticleSystemSim.cpp */, - FFFDde0454e07fb6de0454e0 /* cloth/ScClothShape.h */, - FFFDde0455487fb6de045548 /* cloth/ScClothSim.h */, - FFFDde0455b07fb6de0455b0 /* cloth/ScClothCore.cpp */, - FFFDde0456187fb6de045618 /* cloth/ScClothFabricCore.cpp */, - FFFDde0456807fb6de045680 /* cloth/ScClothShape.cpp */, - FFFDde0456e87fb6de0456e8 /* cloth/ScClothSim.cpp */, + FFFD81834e007f8a81834e00 /* ScActorElementPair.h */, + FFFD81834e687f8a81834e68 /* ScActorInteraction.h */, + FFFD81834ed07f8a81834ed0 /* ScActorPair.h */, + FFFD81834f387f8a81834f38 /* ScActorSim.h */, + FFFD81834fa07f8a81834fa0 /* ScArticulationJointSim.h */, + FFFD818350087f8a81835008 /* ScArticulationSim.h */, + FFFD818350707f8a81835070 /* ScBodySim.h */, + FFFD818350d87f8a818350d8 /* ScClient.h */, + FFFD818351407f8a81835140 /* ScConstraintGroupNode.h */, + FFFD818351a87f8a818351a8 /* ScConstraintInteraction.h */, + FFFD818352107f8a81835210 /* ScConstraintProjectionManager.h */, + FFFD818352787f8a81835278 /* ScConstraintProjectionTree.h */, + FFFD818352e07f8a818352e0 /* ScConstraintSim.h */, + FFFD818353487f8a81835348 /* ScContactReportBuffer.h */, + FFFD818353b07f8a818353b0 /* ScContactStream.h */, + FFFD818354187f8a81835418 /* ScElementInteractionMarker.h */, + FFFD818354807f8a81835480 /* ScElementSim.h */, + FFFD818354e87f8a818354e8 /* ScElementSimInteraction.h */, + FFFD818355507f8a81835550 /* ScInteraction.h */, + FFFD818355b87f8a818355b8 /* ScInteractionFlags.h */, + FFFD818356207f8a81835620 /* ScNPhaseCore.h */, + FFFD818356887f8a81835688 /* ScObjectIDTracker.h */, + FFFD818356f07f8a818356f0 /* ScRbElementInteraction.h */, + FFFD818357587f8a81835758 /* ScRigidSim.h */, + FFFD818357c07f8a818357c0 /* ScShapeInteraction.h */, + FFFD818358287f8a81835828 /* ScShapeIterator.h */, + FFFD818358907f8a81835890 /* ScShapeSim.h */, + FFFD818358f87f8a818358f8 /* ScSimStateData.h */, + FFFD818359607f8a81835960 /* ScSimStats.h */, + FFFD818359c87f8a818359c8 /* ScSimulationController.h */, + FFFD81835a307f8a81835a30 /* ScSqBoundsManager.h */, + FFFD81835a987f8a81835a98 /* ScStaticSim.h */, + FFFD81835b007f8a81835b00 /* ScTriggerInteraction.h */, + FFFD81835b687f8a81835b68 /* ScTriggerPairs.h */, + FFFD81835bd07f8a81835bd0 /* ScActorCore.cpp */, + FFFD81835c387f8a81835c38 /* ScActorSim.cpp */, + FFFD81835ca07f8a81835ca0 /* ScArticulationCore.cpp */, + FFFD81835d087f8a81835d08 /* ScArticulationJointCore.cpp */, + FFFD81835d707f8a81835d70 /* ScArticulationJointSim.cpp */, + FFFD81835dd87f8a81835dd8 /* ScArticulationSim.cpp */, + FFFD81835e407f8a81835e40 /* ScBodyCore.cpp */, + FFFD81835ea87f8a81835ea8 /* ScBodyCoreKinematic.cpp */, + FFFD81835f107f8a81835f10 /* ScBodySim.cpp */, + FFFD81835f787f8a81835f78 /* ScConstraintCore.cpp */, + FFFD81835fe07f8a81835fe0 /* ScConstraintGroupNode.cpp */, + FFFD818360487f8a81836048 /* ScConstraintInteraction.cpp */, + FFFD818360b07f8a818360b0 /* ScConstraintProjectionManager.cpp */, + FFFD818361187f8a81836118 /* ScConstraintProjectionTree.cpp */, + FFFD818361807f8a81836180 /* ScConstraintSim.cpp */, + FFFD818361e87f8a818361e8 /* ScElementInteractionMarker.cpp */, + FFFD818362507f8a81836250 /* ScElementSim.cpp */, + FFFD818362b87f8a818362b8 /* ScInteraction.cpp */, + FFFD818363207f8a81836320 /* ScIterators.cpp */, + FFFD818363887f8a81836388 /* ScMaterialCore.cpp */, + FFFD818363f07f8a818363f0 /* ScMetaData.cpp */, + FFFD818364587f8a81836458 /* ScNPhaseCore.cpp */, + FFFD818364c07f8a818364c0 /* ScPhysics.cpp */, + FFFD818365287f8a81836528 /* ScRigidCore.cpp */, + FFFD818365907f8a81836590 /* ScRigidSim.cpp */, + FFFD818365f87f8a818365f8 /* ScScene.cpp */, + FFFD818366607f8a81836660 /* ScShapeCore.cpp */, + FFFD818366c87f8a818366c8 /* ScShapeInteraction.cpp */, + FFFD818367307f8a81836730 /* ScShapeSim.cpp */, + FFFD818367987f8a81836798 /* ScSimStats.cpp */, + FFFD818368007f8a81836800 /* ScSimulationController.cpp */, + FFFD818368687f8a81836868 /* ScSqBoundsManager.cpp */, + FFFD818368d07f8a818368d0 /* ScStaticCore.cpp */, + FFFD818369387f8a81836938 /* ScStaticSim.cpp */, + FFFD818369a07f8a818369a0 /* ScTriggerInteraction.cpp */, + FFFD81836a087f8a81836a08 /* particles/ScParticleBodyInteraction.h */, + FFFD81836a707f8a81836a70 /* particles/ScParticlePacketShape.h */, + FFFD81836ad87f8a81836ad8 /* particles/ScParticleSystemSim.h */, + FFFD81836b407f8a81836b40 /* particles/ScParticleBodyInteraction.cpp */, + FFFD81836ba87f8a81836ba8 /* particles/ScParticlePacketShape.cpp */, + FFFD81836c107f8a81836c10 /* particles/ScParticleSystemCore.cpp */, + FFFD81836c787f8a81836c78 /* particles/ScParticleSystemSim.cpp */, + FFFD81836ce07f8a81836ce0 /* cloth/ScClothShape.h */, + FFFD81836d487f8a81836d48 /* cloth/ScClothSim.h */, + FFFD81836db07f8a81836db0 /* cloth/ScClothCore.cpp */, + FFFD81836e187f8a81836e18 /* cloth/ScClothFabricCore.cpp */, + FFFD81836e807f8a81836e80 /* cloth/ScClothShape.cpp */, + FFFD81836ee87f8a81836ee8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBddb5e2507fb6ddb5e250 /* PhysXCooking */ = { + FFFB8105c6407f8a8105c640 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFBddb5f5907fb6ddb5f590 /* include */, - FFFBddb5f5b87fb6ddb5f5b8 /* src */, + FFFB8105d9b07f8a8105d9b0 /* include */, + FFFB8105d9d87f8a8105d9d8 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFBddb5f5907fb6ddb5f590 /* include */ = { + FFFB8105d9b07f8a8105d9b0 /* include */ = { isa = PBXGroup; children = ( - FFFDddb610e07fb6ddb610e0 /* PxBVH33MidphaseDesc.h */, - FFFDddb611487fb6ddb61148 /* PxBVH34MidphaseDesc.h */, - FFFDddb611b07fb6ddb611b0 /* PxConvexMeshDesc.h */, - FFFDddb612187fb6ddb61218 /* PxCooking.h */, - FFFDddb612807fb6ddb61280 /* PxMidphaseDesc.h */, - FFFDddb612e87fb6ddb612e8 /* PxTriangleMeshDesc.h */, - FFFDddb613507fb6ddb61350 /* Pxc.h */, + FFFD8105f5007f8a8105f500 /* PxBVH33MidphaseDesc.h */, + FFFD8105f5687f8a8105f568 /* PxBVH34MidphaseDesc.h */, + FFFD8105f5d07f8a8105f5d0 /* PxConvexMeshDesc.h */, + FFFD8105f6387f8a8105f638 /* PxCooking.h */, + FFFD8105f6a07f8a8105f6a0 /* PxMidphaseDesc.h */, + FFFD8105f7087f8a8105f708 /* PxTriangleMeshDesc.h */, + FFFD8105f7707f8a8105f770 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBddb5f5b87fb6ddb5f5b8 /* src */ = { + FFFB8105d9d87f8a8105d9d8 /* src */ = { isa = PBXGroup; children = ( - FFFDde04a0007fb6de04a000 /* Adjacencies.cpp */, - FFFDde04a0687fb6de04a068 /* Cooking.cpp */, - FFFDde04a0d07fb6de04a0d0 /* CookingUtils.cpp */, - FFFDde04a1387fb6de04a138 /* EdgeList.cpp */, - FFFDde04a1a07fb6de04a1a0 /* MeshCleaner.cpp */, - FFFDde04a2087fb6de04a208 /* Quantizer.cpp */, - FFFDde04a2707fb6de04a270 /* Adjacencies.h */, - FFFDde04a2d87fb6de04a2d8 /* Cooking.h */, - FFFDde04a3407fb6de04a340 /* CookingUtils.h */, - FFFDde04a3a87fb6de04a3a8 /* EdgeList.h */, - FFFDde04a4107fb6de04a410 /* MeshCleaner.h */, - FFFDde04a4787fb6de04a478 /* Quantizer.h */, - FFFDde04a4e07fb6de04a4e0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFDde04a5487fb6de04a548 /* mesh/HeightFieldCooking.cpp */, - FFFDde04a5b07fb6de04a5b0 /* mesh/RTreeCooking.cpp */, - FFFDde04a6187fb6de04a618 /* mesh/TriangleMeshBuilder.cpp */, - FFFDde04a6807fb6de04a680 /* mesh/GrbTriangleMeshCooking.h */, - FFFDde04a6e87fb6de04a6e8 /* mesh/HeightFieldCooking.h */, - FFFDde04a7507fb6de04a750 /* mesh/QuickSelect.h */, - FFFDde04a7b87fb6de04a7b8 /* mesh/RTreeCooking.h */, - FFFDde04a8207fb6de04a820 /* mesh/TriangleMeshBuilder.h */, - FFFDde04a8887fb6de04a888 /* convex/BigConvexDataBuilder.cpp */, - FFFDde04a8f07fb6de04a8f0 /* convex/ConvexHullBuilder.cpp */, - FFFDde04a9587fb6de04a958 /* convex/ConvexHullLib.cpp */, - FFFDde04a9c07fb6de04a9c0 /* convex/ConvexHullUtils.cpp */, - FFFDde04aa287fb6de04aa28 /* convex/ConvexMeshBuilder.cpp */, - FFFDde04aa907fb6de04aa90 /* convex/ConvexPolygonsBuilder.cpp */, - FFFDde04aaf87fb6de04aaf8 /* convex/InflationConvexHullLib.cpp */, - FFFDde04ab607fb6de04ab60 /* convex/QuickHullConvexHullLib.cpp */, - FFFDde04abc87fb6de04abc8 /* convex/VolumeIntegration.cpp */, - FFFDde04ac307fb6de04ac30 /* convex/BigConvexDataBuilder.h */, - FFFDde04ac987fb6de04ac98 /* convex/ConvexHullBuilder.h */, - FFFDde04ad007fb6de04ad00 /* convex/ConvexHullLib.h */, - FFFDde04ad687fb6de04ad68 /* convex/ConvexHullUtils.h */, - FFFDde04add07fb6de04add0 /* convex/ConvexMeshBuilder.h */, - FFFDde04ae387fb6de04ae38 /* convex/ConvexPolygonsBuilder.h */, - FFFDde04aea07fb6de04aea0 /* convex/InflationConvexHullLib.h */, - FFFDde04af087fb6de04af08 /* convex/QuickHullConvexHullLib.h */, - FFFDde04af707fb6de04af70 /* convex/VolumeIntegration.h */, + FFFD8183b0007f8a8183b000 /* Adjacencies.cpp */, + FFFD8183b0687f8a8183b068 /* Cooking.cpp */, + FFFD8183b0d07f8a8183b0d0 /* CookingUtils.cpp */, + FFFD8183b1387f8a8183b138 /* EdgeList.cpp */, + FFFD8183b1a07f8a8183b1a0 /* MeshCleaner.cpp */, + FFFD8183b2087f8a8183b208 /* Quantizer.cpp */, + FFFD8183b2707f8a8183b270 /* Adjacencies.h */, + FFFD8183b2d87f8a8183b2d8 /* Cooking.h */, + FFFD8183b3407f8a8183b340 /* CookingUtils.h */, + FFFD8183b3a87f8a8183b3a8 /* EdgeList.h */, + FFFD8183b4107f8a8183b410 /* MeshCleaner.h */, + FFFD8183b4787f8a8183b478 /* Quantizer.h */, + FFFD8183b4e07f8a8183b4e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD8183b5487f8a8183b548 /* mesh/HeightFieldCooking.cpp */, + FFFD8183b5b07f8a8183b5b0 /* mesh/RTreeCooking.cpp */, + FFFD8183b6187f8a8183b618 /* mesh/TriangleMeshBuilder.cpp */, + FFFD8183b6807f8a8183b680 /* mesh/GrbTriangleMeshCooking.h */, + FFFD8183b6e87f8a8183b6e8 /* mesh/HeightFieldCooking.h */, + FFFD8183b7507f8a8183b750 /* mesh/QuickSelect.h */, + FFFD8183b7b87f8a8183b7b8 /* mesh/RTreeCooking.h */, + FFFD8183b8207f8a8183b820 /* mesh/TriangleMeshBuilder.h */, + FFFD8183b8887f8a8183b888 /* convex/BigConvexDataBuilder.cpp */, + FFFD8183b8f07f8a8183b8f0 /* convex/ConvexHullBuilder.cpp */, + FFFD8183b9587f8a8183b958 /* convex/ConvexHullLib.cpp */, + FFFD8183b9c07f8a8183b9c0 /* convex/ConvexHullUtils.cpp */, + FFFD8183ba287f8a8183ba28 /* convex/ConvexMeshBuilder.cpp */, + FFFD8183ba907f8a8183ba90 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD8183baf87f8a8183baf8 /* convex/InflationConvexHullLib.cpp */, + FFFD8183bb607f8a8183bb60 /* convex/QuickHullConvexHullLib.cpp */, + FFFD8183bbc87f8a8183bbc8 /* convex/VolumeIntegration.cpp */, + FFFD8183bc307f8a8183bc30 /* convex/BigConvexDataBuilder.h */, + FFFD8183bc987f8a8183bc98 /* convex/ConvexHullBuilder.h */, + FFFD8183bd007f8a8183bd00 /* convex/ConvexHullLib.h */, + FFFD8183bd687f8a8183bd68 /* convex/ConvexHullUtils.h */, + FFFD8183bdd07f8a8183bdd0 /* convex/ConvexMeshBuilder.h */, + FFFD8183be387f8a8183be38 /* convex/ConvexPolygonsBuilder.h */, + FFFD8183bea07f8a8183bea0 /* convex/InflationConvexHullLib.h */, + FFFD8183bf087f8a8183bf08 /* convex/QuickHullConvexHullLib.h */, + FFFD8183bf707f8a8183bf70 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdb7eb4407fb6db7eb440 /* PhysXCommon */ = { + FFFB810dc3907f8a810dc390 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFBdb7edc207fb6db7edc20 /* include */, - FFFBdb7edc487fb6db7edc48 /* common */, - FFFBdb7edc707fb6db7edc70 /* geomutils */, + FFFB810cdc007f8a810cdc00 /* include */, + FFFB810cdc287f8a810cdc28 /* common */, + FFFB810cdc507f8a810cdc50 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFBdb7edc207fb6db7edc20 /* include */ = { + FFFB810cdc007f8a810cdc00 /* include */ = { isa = PBXGroup; children = ( - FFFDda18c8007fb6da18c800 /* common/PxBase.h */, - FFFDda18c8687fb6da18c868 /* common/PxCollection.h */, - FFFDda18c8d07fb6da18c8d0 /* common/PxCoreUtilityTypes.h */, - FFFDda18c9387fb6da18c938 /* common/PxMetaData.h */, - FFFDda18c9a07fb6da18c9a0 /* common/PxMetaDataFlags.h */, - FFFDda18ca087fb6da18ca08 /* common/PxPhysXCommonConfig.h */, - FFFDda18ca707fb6da18ca70 /* common/PxPhysicsInsertionCallback.h */, - FFFDda18cad87fb6da18cad8 /* common/PxRenderBuffer.h */, - FFFDda18cb407fb6da18cb40 /* common/PxSerialFramework.h */, - FFFDda18cba87fb6da18cba8 /* common/PxSerializer.h */, - FFFDda18cc107fb6da18cc10 /* common/PxStringTable.h */, - FFFDda18cc787fb6da18cc78 /* common/PxTolerancesScale.h */, - FFFDda18cce07fb6da18cce0 /* common/PxTypeInfo.h */, - FFFDda18cd487fb6da18cd48 /* geometry/PxBoxGeometry.h */, - FFFDda18cdb07fb6da18cdb0 /* geometry/PxCapsuleGeometry.h */, - FFFDda18ce187fb6da18ce18 /* geometry/PxConvexMesh.h */, - FFFDda18ce807fb6da18ce80 /* geometry/PxConvexMeshGeometry.h */, - FFFDda18cee87fb6da18cee8 /* geometry/PxGeometry.h */, - FFFDda18cf507fb6da18cf50 /* geometry/PxGeometryHelpers.h */, - FFFDda18cfb87fb6da18cfb8 /* geometry/PxGeometryQuery.h */, - FFFDda18d0207fb6da18d020 /* geometry/PxHeightField.h */, - FFFDda18d0887fb6da18d088 /* geometry/PxHeightFieldDesc.h */, - FFFDda18d0f07fb6da18d0f0 /* geometry/PxHeightFieldFlag.h */, - FFFDda18d1587fb6da18d158 /* geometry/PxHeightFieldGeometry.h */, - FFFDda18d1c07fb6da18d1c0 /* geometry/PxHeightFieldSample.h */, - FFFDda18d2287fb6da18d228 /* geometry/PxMeshQuery.h */, - FFFDda18d2907fb6da18d290 /* geometry/PxMeshScale.h */, - FFFDda18d2f87fb6da18d2f8 /* geometry/PxPlaneGeometry.h */, - FFFDda18d3607fb6da18d360 /* geometry/PxSimpleTriangleMesh.h */, - FFFDda18d3c87fb6da18d3c8 /* geometry/PxSphereGeometry.h */, - FFFDda18d4307fb6da18d430 /* geometry/PxTriangle.h */, - FFFDda18d4987fb6da18d498 /* geometry/PxTriangleMesh.h */, - FFFDda18d5007fb6da18d500 /* geometry/PxTriangleMeshGeometry.h */, + FFFD8200ec007f8a8200ec00 /* common/PxBase.h */, + FFFD8200ec687f8a8200ec68 /* common/PxCollection.h */, + FFFD8200ecd07f8a8200ecd0 /* common/PxCoreUtilityTypes.h */, + FFFD8200ed387f8a8200ed38 /* common/PxMetaData.h */, + FFFD8200eda07f8a8200eda0 /* common/PxMetaDataFlags.h */, + FFFD8200ee087f8a8200ee08 /* common/PxPhysXCommonConfig.h */, + FFFD8200ee707f8a8200ee70 /* common/PxPhysicsInsertionCallback.h */, + FFFD8200eed87f8a8200eed8 /* common/PxRenderBuffer.h */, + FFFD8200ef407f8a8200ef40 /* common/PxSerialFramework.h */, + FFFD8200efa87f8a8200efa8 /* common/PxSerializer.h */, + FFFD8200f0107f8a8200f010 /* common/PxStringTable.h */, + FFFD8200f0787f8a8200f078 /* common/PxTolerancesScale.h */, + FFFD8200f0e07f8a8200f0e0 /* common/PxTypeInfo.h */, + FFFD8200f1487f8a8200f148 /* geometry/PxBoxGeometry.h */, + FFFD8200f1b07f8a8200f1b0 /* geometry/PxCapsuleGeometry.h */, + FFFD8200f2187f8a8200f218 /* geometry/PxConvexMesh.h */, + FFFD8200f2807f8a8200f280 /* geometry/PxConvexMeshGeometry.h */, + FFFD8200f2e87f8a8200f2e8 /* geometry/PxGeometry.h */, + FFFD8200f3507f8a8200f350 /* geometry/PxGeometryHelpers.h */, + FFFD8200f3b87f8a8200f3b8 /* geometry/PxGeometryQuery.h */, + FFFD8200f4207f8a8200f420 /* geometry/PxHeightField.h */, + FFFD8200f4887f8a8200f488 /* geometry/PxHeightFieldDesc.h */, + FFFD8200f4f07f8a8200f4f0 /* geometry/PxHeightFieldFlag.h */, + FFFD8200f5587f8a8200f558 /* geometry/PxHeightFieldGeometry.h */, + FFFD8200f5c07f8a8200f5c0 /* geometry/PxHeightFieldSample.h */, + FFFD8200f6287f8a8200f628 /* geometry/PxMeshQuery.h */, + FFFD8200f6907f8a8200f690 /* geometry/PxMeshScale.h */, + FFFD8200f6f87f8a8200f6f8 /* geometry/PxPlaneGeometry.h */, + FFFD8200f7607f8a8200f760 /* geometry/PxSimpleTriangleMesh.h */, + FFFD8200f7c87f8a8200f7c8 /* geometry/PxSphereGeometry.h */, + FFFD8200f8307f8a8200f830 /* geometry/PxTriangle.h */, + FFFD8200f8987f8a8200f898 /* geometry/PxTriangleMesh.h */, + FFFD8200f9007f8a8200f900 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdb7edc487fb6db7edc48 /* common */ = { + FFFB810cdc287f8a810cdc28 /* common */ = { isa = PBXGroup; children = ( - FFFDda18b8007fb6da18b800 /* src/CmBoxPruning.cpp */, - FFFDda18b8687fb6da18b868 /* src/CmCollection.cpp */, - FFFDda18b8d07fb6da18b8d0 /* src/CmMathUtils.cpp */, - FFFDda18b9387fb6da18b938 /* src/CmPtrTable.cpp */, - FFFDda18b9a07fb6da18b9a0 /* src/CmRadixSort.cpp */, - FFFDda18ba087fb6da18ba08 /* src/CmRadixSortBuffered.cpp */, - FFFDda18ba707fb6da18ba70 /* src/CmRenderOutput.cpp */, - FFFDda18bad87fb6da18bad8 /* src/CmVisualization.cpp */, - FFFDda18bb407fb6da18bb40 /* src/CmBitMap.h */, - FFFDda18bba87fb6da18bba8 /* src/CmBoxPruning.h */, - FFFDda18bc107fb6da18bc10 /* src/CmCollection.h */, - FFFDda18bc787fb6da18bc78 /* src/CmConeLimitHelper.h */, - FFFDda18bce07fb6da18bce0 /* src/CmFlushPool.h */, - FFFDda18bd487fb6da18bd48 /* src/CmIDPool.h */, - FFFDda18bdb07fb6da18bdb0 /* src/CmIO.h */, - FFFDda18be187fb6da18be18 /* src/CmMatrix34.h */, - FFFDda18be807fb6da18be80 /* src/CmPhysXCommon.h */, - FFFDda18bee87fb6da18bee8 /* src/CmPool.h */, - FFFDda18bf507fb6da18bf50 /* src/CmPreallocatingPool.h */, - FFFDda18bfb87fb6da18bfb8 /* src/CmPriorityQueue.h */, - FFFDda18c0207fb6da18c020 /* src/CmPtrTable.h */, - FFFDda18c0887fb6da18c088 /* src/CmQueue.h */, - FFFDda18c0f07fb6da18c0f0 /* src/CmRadixSort.h */, - FFFDda18c1587fb6da18c158 /* src/CmRadixSortBuffered.h */, - FFFDda18c1c07fb6da18c1c0 /* src/CmReaderWriterLock.h */, - FFFDda18c2287fb6da18c228 /* src/CmRefCountable.h */, - FFFDda18c2907fb6da18c290 /* src/CmRenderBuffer.h */, - FFFDda18c2f87fb6da18c2f8 /* src/CmRenderOutput.h */, - FFFDda18c3607fb6da18c360 /* src/CmScaling.h */, - FFFDda18c3c87fb6da18c3c8 /* src/CmSpatialVector.h */, - FFFDda18c4307fb6da18c430 /* src/CmTask.h */, - FFFDda18c4987fb6da18c498 /* src/CmTaskPool.h */, - FFFDda18c5007fb6da18c500 /* src/CmTmpMem.h */, - FFFDda18c5687fb6da18c568 /* src/CmTransformUtils.h */, - FFFDda18c5d07fb6da18c5d0 /* src/CmUtils.h */, - FFFDda18c6387fb6da18c638 /* src/CmVisualization.h */, + FFFD8180b0007f8a8180b000 /* src/CmBoxPruning.cpp */, + FFFD8180b0687f8a8180b068 /* src/CmCollection.cpp */, + FFFD8180b0d07f8a8180b0d0 /* src/CmMathUtils.cpp */, + FFFD8180b1387f8a8180b138 /* src/CmPtrTable.cpp */, + FFFD8180b1a07f8a8180b1a0 /* src/CmRadixSort.cpp */, + FFFD8180b2087f8a8180b208 /* src/CmRadixSortBuffered.cpp */, + FFFD8180b2707f8a8180b270 /* src/CmRenderOutput.cpp */, + FFFD8180b2d87f8a8180b2d8 /* src/CmVisualization.cpp */, + FFFD8180b3407f8a8180b340 /* src/CmBitMap.h */, + FFFD8180b3a87f8a8180b3a8 /* src/CmBoxPruning.h */, + FFFD8180b4107f8a8180b410 /* src/CmCollection.h */, + FFFD8180b4787f8a8180b478 /* src/CmConeLimitHelper.h */, + FFFD8180b4e07f8a8180b4e0 /* src/CmFlushPool.h */, + FFFD8180b5487f8a8180b548 /* src/CmIDPool.h */, + FFFD8180b5b07f8a8180b5b0 /* src/CmIO.h */, + FFFD8180b6187f8a8180b618 /* src/CmMatrix34.h */, + FFFD8180b6807f8a8180b680 /* src/CmPhysXCommon.h */, + FFFD8180b6e87f8a8180b6e8 /* src/CmPool.h */, + FFFD8180b7507f8a8180b750 /* src/CmPreallocatingPool.h */, + FFFD8180b7b87f8a8180b7b8 /* src/CmPriorityQueue.h */, + FFFD8180b8207f8a8180b820 /* src/CmPtrTable.h */, + FFFD8180b8887f8a8180b888 /* src/CmQueue.h */, + FFFD8180b8f07f8a8180b8f0 /* src/CmRadixSort.h */, + FFFD8180b9587f8a8180b958 /* src/CmRadixSortBuffered.h */, + FFFD8180b9c07f8a8180b9c0 /* src/CmReaderWriterLock.h */, + FFFD8180ba287f8a8180ba28 /* src/CmRefCountable.h */, + FFFD8180ba907f8a8180ba90 /* src/CmRenderBuffer.h */, + FFFD8180baf87f8a8180baf8 /* src/CmRenderOutput.h */, + FFFD8180bb607f8a8180bb60 /* src/CmScaling.h */, + FFFD8180bbc87f8a8180bbc8 /* src/CmSpatialVector.h */, + FFFD8180bc307f8a8180bc30 /* src/CmTask.h */, + FFFD8180bc987f8a8180bc98 /* src/CmTaskPool.h */, + FFFD8180bd007f8a8180bd00 /* src/CmTmpMem.h */, + FFFD8180bd687f8a8180bd68 /* src/CmTransformUtils.h */, + FFFD8180bdd07f8a8180bdd0 /* src/CmUtils.h */, + FFFD8180be387f8a8180be38 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFBdb7edc707fb6db7edc70 /* geomutils */ = { + FFFB810cdc507f8a810cdc50 /* geomutils */ = { isa = PBXGroup; children = ( - FFFDda1afc007fb6da1afc00 /* headers/GuAxes.h */, - FFFDda1afc687fb6da1afc68 /* headers/GuBox.h */, - FFFDda1afcd07fb6da1afcd0 /* headers/GuDistanceSegmentBox.h */, - FFFDda1afd387fb6da1afd38 /* headers/GuDistanceSegmentSegment.h */, - FFFDda1afda07fb6da1afda0 /* headers/GuIntersectionBoxBox.h */, - FFFDda1afe087fb6da1afe08 /* headers/GuIntersectionTriangleBox.h */, - FFFDda1afe707fb6da1afe70 /* headers/GuRaycastTests.h */, - FFFDda1afed87fb6da1afed8 /* headers/GuSIMDHelpers.h */, - FFFDda1aff407fb6da1aff40 /* headers/GuSegment.h */, - FFFDda1affa87fb6da1affa8 /* ../../Include/GeomUtils */, - FFFDda1b00107fb6da1b0010 /* src/GuBounds.h */, - FFFDda1b00787fb6da1b0078 /* src/GuCapsule.h */, - FFFDda1b00e07fb6da1b00e0 /* src/GuCenterExtents.h */, - FFFDda1b01487fb6da1b0148 /* src/GuGeometryUnion.h */, - FFFDda1b01b07fb6da1b01b0 /* src/GuInternal.h */, - FFFDda1b02187fb6da1b0218 /* src/GuMTD.h */, - FFFDda1b02807fb6da1b0280 /* src/GuMeshFactory.h */, - FFFDda1b02e87fb6da1b02e8 /* src/GuOverlapTests.h */, - FFFDda1b03507fb6da1b0350 /* src/GuSerialize.h */, - FFFDda1b03b87fb6da1b03b8 /* src/GuSphere.h */, - FFFDda1b04207fb6da1b0420 /* src/GuSweepMTD.h */, - FFFDda1b04887fb6da1b0488 /* src/GuSweepSharedTests.h */, - FFFDda1b04f07fb6da1b04f0 /* src/GuSweepTests.h */, - FFFDda1b05587fb6da1b0558 /* src/contact/GuContactMethodImpl.h */, - FFFDda1b05c07fb6da1b05c0 /* src/contact/GuContactPolygonPolygon.h */, - FFFDda1b06287fb6da1b0628 /* src/contact/GuFeatureCode.h */, - FFFDda1b06907fb6da1b0690 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFDda1b06f87fb6da1b06f8 /* src/common/GuBarycentricCoordinates.h */, - FFFDda1b07607fb6da1b0760 /* src/common/GuBoxConversion.h */, - FFFDda1b07c87fb6da1b07c8 /* src/common/GuEdgeCache.h */, - FFFDda1b08307fb6da1b0830 /* src/common/GuEdgeListData.h */, - FFFDda1b08987fb6da1b0898 /* src/common/GuSeparatingAxes.h */, - FFFDda1b09007fb6da1b0900 /* src/convex/GuBigConvexData.h */, - FFFDda1b09687fb6da1b0968 /* src/convex/GuBigConvexData2.h */, - FFFDda1b09d07fb6da1b09d0 /* src/convex/GuConvexEdgeFlags.h */, - FFFDda1b0a387fb6da1b0a38 /* src/convex/GuConvexHelper.h */, - FFFDda1b0aa07fb6da1b0aa0 /* src/convex/GuConvexMesh.h */, - FFFDda1b0b087fb6da1b0b08 /* src/convex/GuConvexMeshData.h */, - FFFDda1b0b707fb6da1b0b70 /* src/convex/GuConvexSupportTable.h */, - FFFDda1b0bd87fb6da1b0bd8 /* src/convex/GuConvexUtilsInternal.h */, - FFFDda1b0c407fb6da1b0c40 /* src/convex/GuCubeIndex.h */, - FFFDda1b0ca87fb6da1b0ca8 /* src/convex/GuHillClimbing.h */, - FFFDda1b0d107fb6da1b0d10 /* src/convex/GuShapeConvex.h */, - FFFDda1b0d787fb6da1b0d78 /* src/distance/GuDistancePointBox.h */, - FFFDda1b0de07fb6da1b0de0 /* src/distance/GuDistancePointSegment.h */, - FFFDda1b0e487fb6da1b0e48 /* src/distance/GuDistancePointTriangle.h */, - FFFDda1b0eb07fb6da1b0eb0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFDda1b0f187fb6da1b0f18 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFDda1b0f807fb6da1b0f80 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFDda1b0fe87fb6da1b0fe8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFDda1b10507fb6da1b1050 /* src/sweep/GuSweepBoxBox.h */, - FFFDda1b10b87fb6da1b10b8 /* src/sweep/GuSweepBoxSphere.h */, - FFFDda1b11207fb6da1b1120 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFDda1b11887fb6da1b1188 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFDda1b11f07fb6da1b11f0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFDda1b12587fb6da1b1258 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFDda1b12c07fb6da1b12c0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFDda1b13287fb6da1b1328 /* src/sweep/GuSweepSphereCapsule.h */, - FFFDda1b13907fb6da1b1390 /* src/sweep/GuSweepSphereSphere.h */, - FFFDda1b13f87fb6da1b13f8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFDda1b14607fb6da1b1460 /* src/sweep/GuSweepTriangleUtils.h */, - FFFDda1b14c87fb6da1b14c8 /* src/gjk/GuEPA.h */, - FFFDda1b15307fb6da1b1530 /* src/gjk/GuEPAFacet.h */, - FFFDda1b15987fb6da1b1598 /* src/gjk/GuGJK.h */, - FFFDda1b16007fb6da1b1600 /* src/gjk/GuGJKPenetration.h */, - FFFDda1b16687fb6da1b1668 /* src/gjk/GuGJKRaycast.h */, - FFFDda1b16d07fb6da1b16d0 /* src/gjk/GuGJKSimplex.h */, - FFFDda1b17387fb6da1b1738 /* src/gjk/GuGJKTest.h */, - FFFDda1b17a07fb6da1b17a0 /* src/gjk/GuGJKType.h */, - FFFDda1b18087fb6da1b1808 /* src/gjk/GuGJKUtil.h */, - FFFDda1b18707fb6da1b1870 /* src/gjk/GuVecBox.h */, - FFFDda1b18d87fb6da1b18d8 /* src/gjk/GuVecCapsule.h */, - FFFDda1b19407fb6da1b1940 /* src/gjk/GuVecConvex.h */, - FFFDda1b19a87fb6da1b19a8 /* src/gjk/GuVecConvexHull.h */, - FFFDda1b1a107fb6da1b1a10 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFDda1b1a787fb6da1b1a78 /* src/gjk/GuVecPlane.h */, - FFFDda1b1ae07fb6da1b1ae0 /* src/gjk/GuVecShrunkBox.h */, - FFFDda1b1b487fb6da1b1b48 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFDda1b1bb07fb6da1b1bb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFDda1b1c187fb6da1b1c18 /* src/gjk/GuVecSphere.h */, - FFFDda1b1c807fb6da1b1c80 /* src/gjk/GuVecTriangle.h */, - FFFDda1b1ce87fb6da1b1ce8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFDda1b1d507fb6da1b1d50 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFDda1b1db87fb6da1b1db8 /* src/intersection/GuIntersectionRay.h */, - FFFDda1b1e207fb6da1b1e20 /* src/intersection/GuIntersectionRayBox.h */, - FFFDda1b1e887fb6da1b1e88 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFDda1b1ef07fb6da1b1ef0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFDda1b1f587fb6da1b1f58 /* src/intersection/GuIntersectionRayPlane.h */, - FFFDda1b1fc07fb6da1b1fc0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFDda1b20287fb6da1b2028 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFDda1b20907fb6da1b2090 /* src/intersection/GuIntersectionSphereBox.h */, - FFFDda1b20f87fb6da1b20f8 /* src/mesh/GuBV32.h */, - FFFDda1b21607fb6da1b2160 /* src/mesh/GuBV32Build.h */, - FFFDda1b21c87fb6da1b21c8 /* src/mesh/GuBV4.h */, - FFFDda1b22307fb6da1b2230 /* src/mesh/GuBV4Build.h */, - FFFDda1b22987fb6da1b2298 /* src/mesh/GuBV4Settings.h */, - FFFDda1b23007fb6da1b2300 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFDda1b23687fb6da1b2368 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFDda1b23d07fb6da1b23d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFDda1b24387fb6da1b2438 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFDda1b24a07fb6da1b24a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFDda1b25087fb6da1b2508 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFDda1b25707fb6da1b2570 /* src/mesh/GuBV4_Common.h */, - FFFDda1b25d87fb6da1b25d8 /* src/mesh/GuBV4_Internal.h */, - FFFDda1b26407fb6da1b2640 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFDda1b26a87fb6da1b26a8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFDda1b27107fb6da1b2710 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFDda1b27787fb6da1b2778 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFDda1b27e07fb6da1b27e0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFDda1b28487fb6da1b2848 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFDda1b28b07fb6da1b28b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFDda1b29187fb6da1b2918 /* src/mesh/GuBV4_Slabs.h */, - FFFDda1b29807fb6da1b2980 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFDda1b29e87fb6da1b29e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFDda1b2a507fb6da1b2a50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFDda1b2ab87fb6da1b2ab8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFDda1b2b207fb6da1b2b20 /* src/mesh/GuBVConstants.h */, - FFFDda1b2b887fb6da1b2b88 /* src/mesh/GuMeshData.h */, - FFFDda1b2bf07fb6da1b2bf0 /* src/mesh/GuMidphaseInterface.h */, - FFFDda1b2c587fb6da1b2c58 /* src/mesh/GuRTree.h */, - FFFDda1b2cc07fb6da1b2cc0 /* src/mesh/GuSweepConvexTri.h */, - FFFDda1b2d287fb6da1b2d28 /* src/mesh/GuSweepMesh.h */, - FFFDda1b2d907fb6da1b2d90 /* src/mesh/GuTriangle32.h */, - FFFDda1b2df87fb6da1b2df8 /* src/mesh/GuTriangleCache.h */, - FFFDda1b2e607fb6da1b2e60 /* src/mesh/GuTriangleMesh.h */, - FFFDda1b2ec87fb6da1b2ec8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFDda1b2f307fb6da1b2f30 /* src/mesh/GuTriangleMeshRTree.h */, - FFFDda1b2f987fb6da1b2f98 /* src/mesh/GuTriangleVertexPointers.h */, - FFFDda1b30007fb6da1b3000 /* src/hf/GuEntityReport.h */, - FFFDda1b30687fb6da1b3068 /* src/hf/GuHeightField.h */, - FFFDda1b30d07fb6da1b30d0 /* src/hf/GuHeightFieldData.h */, - FFFDda1b31387fb6da1b3138 /* src/hf/GuHeightFieldUtil.h */, - FFFDda1b31a07fb6da1b31a0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFDda1b32087fb6da1b3208 /* src/pcm/GuPCMContactGen.h */, - FFFDda1b32707fb6da1b3270 /* src/pcm/GuPCMContactGenUtil.h */, - FFFDda1b32d87fb6da1b32d8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFDda1b33407fb6da1b3340 /* src/pcm/GuPCMShapeConvex.h */, - FFFDda1b33a87fb6da1b33a8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFDda1b34107fb6da1b3410 /* src/pcm/GuPersistentContactManifold.h */, - FFFDda1b34787fb6da1b3478 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFDda1b34e07fb6da1b34e0 /* src/GuBounds.cpp */, - FFFDda1b35487fb6da1b3548 /* src/GuBox.cpp */, - FFFDda1b35b07fb6da1b35b0 /* src/GuCCTSweepTests.cpp */, - FFFDda1b36187fb6da1b3618 /* src/GuCapsule.cpp */, - FFFDda1b36807fb6da1b3680 /* src/GuGeometryQuery.cpp */, - FFFDda1b36e87fb6da1b36e8 /* src/GuGeometryUnion.cpp */, - FFFDda1b37507fb6da1b3750 /* src/GuInternal.cpp */, - FFFDda1b37b87fb6da1b37b8 /* src/GuMTD.cpp */, - FFFDda1b38207fb6da1b3820 /* src/GuMeshFactory.cpp */, - FFFDda1b38887fb6da1b3888 /* src/GuMetaData.cpp */, - FFFDda1b38f07fb6da1b38f0 /* src/GuOverlapTests.cpp */, - FFFDda1b39587fb6da1b3958 /* src/GuRaycastTests.cpp */, - FFFDda1b39c07fb6da1b39c0 /* src/GuSerialize.cpp */, - FFFDda1b3a287fb6da1b3a28 /* src/GuSweepMTD.cpp */, - FFFDda1b3a907fb6da1b3a90 /* src/GuSweepSharedTests.cpp */, - FFFDda1b3af87fb6da1b3af8 /* src/GuSweepTests.cpp */, - FFFDda1b3b607fb6da1b3b60 /* src/contact/GuContactBoxBox.cpp */, - FFFDda1b3bc87fb6da1b3bc8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFDda1b3c307fb6da1b3c30 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFDda1b3c987fb6da1b3c98 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFDda1b3d007fb6da1b3d00 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFDda1b3d687fb6da1b3d68 /* src/contact/GuContactConvexConvex.cpp */, - FFFDda1b3dd07fb6da1b3dd0 /* src/contact/GuContactConvexMesh.cpp */, - FFFDda1b3e387fb6da1b3e38 /* src/contact/GuContactPlaneBox.cpp */, - FFFDda1b3ea07fb6da1b3ea0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFDda1b3f087fb6da1b3f08 /* src/contact/GuContactPlaneConvex.cpp */, - FFFDda1b3f707fb6da1b3f70 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFDda1b3fd87fb6da1b3fd8 /* src/contact/GuContactSphereBox.cpp */, - FFFDda1b40407fb6da1b4040 /* src/contact/GuContactSphereCapsule.cpp */, - FFFDda1b40a87fb6da1b40a8 /* src/contact/GuContactSphereMesh.cpp */, - FFFDda1b41107fb6da1b4110 /* src/contact/GuContactSpherePlane.cpp */, - FFFDda1b41787fb6da1b4178 /* src/contact/GuContactSphereSphere.cpp */, - FFFDda1b41e07fb6da1b41e0 /* src/contact/GuFeatureCode.cpp */, - FFFDda1b42487fb6da1b4248 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFDda1b42b07fb6da1b42b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFDda1b43187fb6da1b4318 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFDda1b43807fb6da1b4380 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFDda1b43e87fb6da1b43e8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFDda1b44507fb6da1b4450 /* src/common/GuSeparatingAxes.cpp */, - FFFDda1b44b87fb6da1b44b8 /* src/convex/GuBigConvexData.cpp */, - FFFDda1b45207fb6da1b4520 /* src/convex/GuConvexHelper.cpp */, - FFFDda1b45887fb6da1b4588 /* src/convex/GuConvexMesh.cpp */, - FFFDda1b45f07fb6da1b45f0 /* src/convex/GuConvexSupportTable.cpp */, - FFFDda1b46587fb6da1b4658 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFDda1b46c07fb6da1b46c0 /* src/convex/GuHillClimbing.cpp */, - FFFDda1b47287fb6da1b4728 /* src/convex/GuShapeConvex.cpp */, - FFFDda1b47907fb6da1b4790 /* src/distance/GuDistancePointBox.cpp */, - FFFDda1b47f87fb6da1b47f8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFDda1b48607fb6da1b4860 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFDda1b48c87fb6da1b48c8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFDda1b49307fb6da1b4930 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFDda1b49987fb6da1b4998 /* src/sweep/GuSweepBoxBox.cpp */, - FFFDda1b4a007fb6da1b4a00 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFDda1b4a687fb6da1b4a68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFDda1b4ad07fb6da1b4ad0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFDda1b4b387fb6da1b4b38 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFDda1b4ba07fb6da1b4ba0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFDda1b4c087fb6da1b4c08 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFDda1b4c707fb6da1b4c70 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFDda1b4cd87fb6da1b4cd8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFDda1b4d407fb6da1b4d40 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFDda1b4da87fb6da1b4da8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFDda1b4e107fb6da1b4e10 /* src/gjk/GuEPA.cpp */, - FFFDda1b4e787fb6da1b4e78 /* src/gjk/GuGJKSimplex.cpp */, - FFFDda1b4ee07fb6da1b4ee0 /* src/gjk/GuGJKTest.cpp */, - FFFDda1b4f487fb6da1b4f48 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFDda1b4fb07fb6da1b4fb0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFDda1b50187fb6da1b5018 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFDda1b50807fb6da1b5080 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFDda1b50e87fb6da1b50e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFDda1b51507fb6da1b5150 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFDda1b51b87fb6da1b51b8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFDda1b52207fb6da1b5220 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFDda1b52887fb6da1b5288 /* src/mesh/GuBV32.cpp */, - FFFDda1b52f07fb6da1b52f0 /* src/mesh/GuBV32Build.cpp */, - FFFDda1b53587fb6da1b5358 /* src/mesh/GuBV4.cpp */, - FFFDda1b53c07fb6da1b53c0 /* src/mesh/GuBV4Build.cpp */, - FFFDda1b54287fb6da1b5428 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFDda1b54907fb6da1b5490 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFDda1b54f87fb6da1b54f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFDda1b55607fb6da1b5560 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFDda1b55c87fb6da1b55c8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFDda1b56307fb6da1b5630 /* src/mesh/GuBV4_Raycast.cpp */, - FFFDda1b56987fb6da1b5698 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFDda1b57007fb6da1b5700 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFDda1b57687fb6da1b5768 /* src/mesh/GuMeshQuery.cpp */, - FFFDda1b57d07fb6da1b57d0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFDda1b58387fb6da1b5838 /* src/mesh/GuMidphaseRTree.cpp */, - FFFDda1b58a07fb6da1b58a0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFDda1b59087fb6da1b5908 /* src/mesh/GuRTree.cpp */, - FFFDda1b59707fb6da1b5970 /* src/mesh/GuRTreeQueries.cpp */, - FFFDda1b59d87fb6da1b59d8 /* src/mesh/GuSweepsMesh.cpp */, - FFFDda1b5a407fb6da1b5a40 /* src/mesh/GuTriangleMesh.cpp */, - FFFDda1b5aa87fb6da1b5aa8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFDda1b5b107fb6da1b5b10 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFDda1b5b787fb6da1b5b78 /* src/hf/GuHeightField.cpp */, - FFFDda1b5be07fb6da1b5be0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFDda1b5c487fb6da1b5c48 /* src/hf/GuOverlapTestsHF.cpp */, - FFFDda1b5cb07fb6da1b5cb0 /* src/hf/GuSweepsHF.cpp */, - FFFDda1b5d187fb6da1b5d18 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFDda1b5d807fb6da1b5d80 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFDda1b5de87fb6da1b5de8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFDda1b5e507fb6da1b5e50 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFDda1b5eb87fb6da1b5eb8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFDda1b5f207fb6da1b5f20 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFDda1b5f887fb6da1b5f88 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFDda1b5ff07fb6da1b5ff0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFDda1b60587fb6da1b6058 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFDda1b60c07fb6da1b60c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFDda1b61287fb6da1b6128 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFDda1b61907fb6da1b6190 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFDda1b61f87fb6da1b61f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFDda1b62607fb6da1b6260 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFDda1b62c87fb6da1b62c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFDda1b63307fb6da1b6330 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFDda1b63987fb6da1b6398 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFDda1b64007fb6da1b6400 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFDda1b64687fb6da1b6468 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFDda1b64d07fb6da1b64d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFDda1b65387fb6da1b6538 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFDda1b65a07fb6da1b65a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFDda1b66087fb6da1b6608 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFDda1b66707fb6da1b6670 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFDda1b66d87fb6da1b66d8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFDda1b67407fb6da1b6740 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFDda1b67a87fb6da1b67a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFDda1b68107fb6da1b6810 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD820010007f8a82001000 /* headers/GuAxes.h */, + FFFD820010687f8a82001068 /* headers/GuBox.h */, + FFFD820010d07f8a820010d0 /* headers/GuDistanceSegmentBox.h */, + FFFD820011387f8a82001138 /* headers/GuDistanceSegmentSegment.h */, + FFFD820011a07f8a820011a0 /* headers/GuIntersectionBoxBox.h */, + FFFD820012087f8a82001208 /* headers/GuIntersectionTriangleBox.h */, + FFFD820012707f8a82001270 /* headers/GuRaycastTests.h */, + FFFD820012d87f8a820012d8 /* headers/GuSIMDHelpers.h */, + FFFD820013407f8a82001340 /* headers/GuSegment.h */, + FFFD820013a87f8a820013a8 /* ../../Include/GeomUtils */, + FFFD820014107f8a82001410 /* src/GuBounds.h */, + FFFD820014787f8a82001478 /* src/GuCapsule.h */, + FFFD820014e07f8a820014e0 /* src/GuCenterExtents.h */, + FFFD820015487f8a82001548 /* src/GuGeometryUnion.h */, + FFFD820015b07f8a820015b0 /* src/GuInternal.h */, + FFFD820016187f8a82001618 /* src/GuMTD.h */, + FFFD820016807f8a82001680 /* src/GuMeshFactory.h */, + FFFD820016e87f8a820016e8 /* src/GuOverlapTests.h */, + FFFD820017507f8a82001750 /* src/GuSerialize.h */, + FFFD820017b87f8a820017b8 /* src/GuSphere.h */, + FFFD820018207f8a82001820 /* src/GuSweepMTD.h */, + FFFD820018887f8a82001888 /* src/GuSweepSharedTests.h */, + FFFD820018f07f8a820018f0 /* src/GuSweepTests.h */, + FFFD820019587f8a82001958 /* src/contact/GuContactMethodImpl.h */, + FFFD820019c07f8a820019c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD82001a287f8a82001a28 /* src/contact/GuFeatureCode.h */, + FFFD82001a907f8a82001a90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD82001af87f8a82001af8 /* src/common/GuBarycentricCoordinates.h */, + FFFD82001b607f8a82001b60 /* src/common/GuBoxConversion.h */, + FFFD82001bc87f8a82001bc8 /* src/common/GuEdgeCache.h */, + FFFD82001c307f8a82001c30 /* src/common/GuEdgeListData.h */, + FFFD82001c987f8a82001c98 /* src/common/GuSeparatingAxes.h */, + FFFD82001d007f8a82001d00 /* src/convex/GuBigConvexData.h */, + FFFD82001d687f8a82001d68 /* src/convex/GuBigConvexData2.h */, + FFFD82001dd07f8a82001dd0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD82001e387f8a82001e38 /* src/convex/GuConvexHelper.h */, + FFFD82001ea07f8a82001ea0 /* src/convex/GuConvexMesh.h */, + FFFD82001f087f8a82001f08 /* src/convex/GuConvexMeshData.h */, + FFFD82001f707f8a82001f70 /* src/convex/GuConvexSupportTable.h */, + FFFD82001fd87f8a82001fd8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD820020407f8a82002040 /* src/convex/GuCubeIndex.h */, + FFFD820020a87f8a820020a8 /* src/convex/GuHillClimbing.h */, + FFFD820021107f8a82002110 /* src/convex/GuShapeConvex.h */, + FFFD820021787f8a82002178 /* src/distance/GuDistancePointBox.h */, + FFFD820021e07f8a820021e0 /* src/distance/GuDistancePointSegment.h */, + FFFD820022487f8a82002248 /* src/distance/GuDistancePointTriangle.h */, + FFFD820022b07f8a820022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD820023187f8a82002318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD820023807f8a82002380 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD820023e87f8a820023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD820024507f8a82002450 /* src/sweep/GuSweepBoxBox.h */, + FFFD820024b87f8a820024b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD820025207f8a82002520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD820025887f8a82002588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD820025f07f8a820025f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD820026587f8a82002658 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD820026c07f8a820026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD820027287f8a82002728 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD820027907f8a82002790 /* src/sweep/GuSweepSphereSphere.h */, + FFFD820027f87f8a820027f8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD820028607f8a82002860 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD820028c87f8a820028c8 /* src/gjk/GuEPA.h */, + FFFD820029307f8a82002930 /* src/gjk/GuEPAFacet.h */, + FFFD820029987f8a82002998 /* src/gjk/GuGJK.h */, + FFFD82002a007f8a82002a00 /* src/gjk/GuGJKPenetration.h */, + FFFD82002a687f8a82002a68 /* src/gjk/GuGJKRaycast.h */, + FFFD82002ad07f8a82002ad0 /* src/gjk/GuGJKSimplex.h */, + FFFD82002b387f8a82002b38 /* src/gjk/GuGJKTest.h */, + FFFD82002ba07f8a82002ba0 /* src/gjk/GuGJKType.h */, + FFFD82002c087f8a82002c08 /* src/gjk/GuGJKUtil.h */, + FFFD82002c707f8a82002c70 /* src/gjk/GuVecBox.h */, + FFFD82002cd87f8a82002cd8 /* src/gjk/GuVecCapsule.h */, + FFFD82002d407f8a82002d40 /* src/gjk/GuVecConvex.h */, + FFFD82002da87f8a82002da8 /* src/gjk/GuVecConvexHull.h */, + FFFD82002e107f8a82002e10 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD82002e787f8a82002e78 /* src/gjk/GuVecPlane.h */, + FFFD82002ee07f8a82002ee0 /* src/gjk/GuVecShrunkBox.h */, + FFFD82002f487f8a82002f48 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD82002fb07f8a82002fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD820030187f8a82003018 /* src/gjk/GuVecSphere.h */, + FFFD820030807f8a82003080 /* src/gjk/GuVecTriangle.h */, + FFFD820030e87f8a820030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD820031507f8a82003150 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD820031b87f8a820031b8 /* src/intersection/GuIntersectionRay.h */, + FFFD820032207f8a82003220 /* src/intersection/GuIntersectionRayBox.h */, + FFFD820032887f8a82003288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD820032f07f8a820032f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD820033587f8a82003358 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD820033c07f8a820033c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD820034287f8a82003428 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD820034907f8a82003490 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD820034f87f8a820034f8 /* src/mesh/GuBV32.h */, + FFFD820035607f8a82003560 /* src/mesh/GuBV32Build.h */, + FFFD820035c87f8a820035c8 /* src/mesh/GuBV4.h */, + FFFD820036307f8a82003630 /* src/mesh/GuBV4Build.h */, + FFFD820036987f8a82003698 /* src/mesh/GuBV4Settings.h */, + FFFD820037007f8a82003700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD820037687f8a82003768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD820037d07f8a820037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD820038387f8a82003838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD820038a07f8a820038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD820039087f8a82003908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD820039707f8a82003970 /* src/mesh/GuBV4_Common.h */, + FFFD820039d87f8a820039d8 /* src/mesh/GuBV4_Internal.h */, + FFFD82003a407f8a82003a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD82003aa87f8a82003aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD82003b107f8a82003b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD82003b787f8a82003b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD82003be07f8a82003be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD82003c487f8a82003c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD82003cb07f8a82003cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD82003d187f8a82003d18 /* src/mesh/GuBV4_Slabs.h */, + FFFD82003d807f8a82003d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD82003de87f8a82003de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD82003e507f8a82003e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD82003eb87f8a82003eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD82003f207f8a82003f20 /* src/mesh/GuBVConstants.h */, + FFFD82003f887f8a82003f88 /* src/mesh/GuMeshData.h */, + FFFD82003ff07f8a82003ff0 /* src/mesh/GuMidphaseInterface.h */, + FFFD820040587f8a82004058 /* src/mesh/GuRTree.h */, + FFFD820040c07f8a820040c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD820041287f8a82004128 /* src/mesh/GuSweepMesh.h */, + FFFD820041907f8a82004190 /* src/mesh/GuTriangle32.h */, + FFFD820041f87f8a820041f8 /* src/mesh/GuTriangleCache.h */, + FFFD820042607f8a82004260 /* src/mesh/GuTriangleMesh.h */, + FFFD820042c87f8a820042c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD820043307f8a82004330 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD820043987f8a82004398 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD820044007f8a82004400 /* src/hf/GuEntityReport.h */, + FFFD820044687f8a82004468 /* src/hf/GuHeightField.h */, + FFFD820044d07f8a820044d0 /* src/hf/GuHeightFieldData.h */, + FFFD820045387f8a82004538 /* src/hf/GuHeightFieldUtil.h */, + FFFD820045a07f8a820045a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD820046087f8a82004608 /* src/pcm/GuPCMContactGen.h */, + FFFD820046707f8a82004670 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD820046d87f8a820046d8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD820047407f8a82004740 /* src/pcm/GuPCMShapeConvex.h */, + FFFD820047a87f8a820047a8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD820048107f8a82004810 /* src/pcm/GuPersistentContactManifold.h */, + FFFD820048787f8a82004878 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD820048e07f8a820048e0 /* src/GuBounds.cpp */, + FFFD820049487f8a82004948 /* src/GuBox.cpp */, + FFFD820049b07f8a820049b0 /* src/GuCCTSweepTests.cpp */, + FFFD82004a187f8a82004a18 /* src/GuCapsule.cpp */, + FFFD82004a807f8a82004a80 /* src/GuGeometryQuery.cpp */, + FFFD82004ae87f8a82004ae8 /* src/GuGeometryUnion.cpp */, + FFFD82004b507f8a82004b50 /* src/GuInternal.cpp */, + FFFD82004bb87f8a82004bb8 /* src/GuMTD.cpp */, + FFFD82004c207f8a82004c20 /* src/GuMeshFactory.cpp */, + FFFD82004c887f8a82004c88 /* src/GuMetaData.cpp */, + FFFD82004cf07f8a82004cf0 /* src/GuOverlapTests.cpp */, + FFFD82004d587f8a82004d58 /* src/GuRaycastTests.cpp */, + FFFD82004dc07f8a82004dc0 /* src/GuSerialize.cpp */, + FFFD82004e287f8a82004e28 /* src/GuSweepMTD.cpp */, + FFFD82004e907f8a82004e90 /* src/GuSweepSharedTests.cpp */, + FFFD82004ef87f8a82004ef8 /* src/GuSweepTests.cpp */, + FFFD82004f607f8a82004f60 /* src/contact/GuContactBoxBox.cpp */, + FFFD82004fc87f8a82004fc8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD820050307f8a82005030 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD820050987f8a82005098 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD820051007f8a82005100 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD820051687f8a82005168 /* src/contact/GuContactConvexConvex.cpp */, + FFFD820051d07f8a820051d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD820052387f8a82005238 /* src/contact/GuContactPlaneBox.cpp */, + FFFD820052a07f8a820052a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD820053087f8a82005308 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD820053707f8a82005370 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD820053d87f8a820053d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD820054407f8a82005440 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD820054a87f8a820054a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD820055107f8a82005510 /* src/contact/GuContactSpherePlane.cpp */, + FFFD820055787f8a82005578 /* src/contact/GuContactSphereSphere.cpp */, + FFFD820055e07f8a820055e0 /* src/contact/GuFeatureCode.cpp */, + FFFD820056487f8a82005648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD820056b07f8a820056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD820057187f8a82005718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD820057807f8a82005780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD820057e87f8a820057e8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD820058507f8a82005850 /* src/common/GuSeparatingAxes.cpp */, + FFFD820058b87f8a820058b8 /* src/convex/GuBigConvexData.cpp */, + FFFD820059207f8a82005920 /* src/convex/GuConvexHelper.cpp */, + FFFD820059887f8a82005988 /* src/convex/GuConvexMesh.cpp */, + FFFD820059f07f8a820059f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD82005a587f8a82005a58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD82005ac07f8a82005ac0 /* src/convex/GuHillClimbing.cpp */, + FFFD82005b287f8a82005b28 /* src/convex/GuShapeConvex.cpp */, + FFFD82005b907f8a82005b90 /* src/distance/GuDistancePointBox.cpp */, + FFFD82005bf87f8a82005bf8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD82005c607f8a82005c60 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD82005cc87f8a82005cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD82005d307f8a82005d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD82005d987f8a82005d98 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD82005e007f8a82005e00 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD82005e687f8a82005e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD82005ed07f8a82005ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD82005f387f8a82005f38 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD82005fa07f8a82005fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD820060087f8a82006008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD820060707f8a82006070 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD820060d87f8a820060d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD820061407f8a82006140 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD820061a87f8a820061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD820062107f8a82006210 /* src/gjk/GuEPA.cpp */, + FFFD820062787f8a82006278 /* src/gjk/GuGJKSimplex.cpp */, + FFFD820062e07f8a820062e0 /* src/gjk/GuGJKTest.cpp */, + FFFD820063487f8a82006348 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD820063b07f8a820063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD820064187f8a82006418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD820064807f8a82006480 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD820064e87f8a820064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD820065507f8a82006550 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD820065b87f8a820065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD820066207f8a82006620 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD820066887f8a82006688 /* src/mesh/GuBV32.cpp */, + FFFD820066f07f8a820066f0 /* src/mesh/GuBV32Build.cpp */, + FFFD820067587f8a82006758 /* src/mesh/GuBV4.cpp */, + FFFD820067c07f8a820067c0 /* src/mesh/GuBV4Build.cpp */, + FFFD820068287f8a82006828 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD820068907f8a82006890 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD820068f87f8a820068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD820069607f8a82006960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD820069c87f8a820069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD82006a307f8a82006a30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD82006a987f8a82006a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD82006b007f8a82006b00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD82006b687f8a82006b68 /* src/mesh/GuMeshQuery.cpp */, + FFFD82006bd07f8a82006bd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD82006c387f8a82006c38 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD82006ca07f8a82006ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD82006d087f8a82006d08 /* src/mesh/GuRTree.cpp */, + FFFD82006d707f8a82006d70 /* src/mesh/GuRTreeQueries.cpp */, + FFFD82006dd87f8a82006dd8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD82006e407f8a82006e40 /* src/mesh/GuTriangleMesh.cpp */, + FFFD82006ea87f8a82006ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD82006f107f8a82006f10 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD82006f787f8a82006f78 /* src/hf/GuHeightField.cpp */, + FFFD82006fe07f8a82006fe0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD820070487f8a82007048 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD820070b07f8a820070b0 /* src/hf/GuSweepsHF.cpp */, + FFFD820071187f8a82007118 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD820071807f8a82007180 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD820071e87f8a820071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD820072507f8a82007250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD820072b87f8a820072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD820073207f8a82007320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD820073887f8a82007388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD820073f07f8a820073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD820074587f8a82007458 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD820074c07f8a820074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD820075287f8a82007528 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD820075907f8a82007590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD820075f87f8a820075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD820076607f8a82007660 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD820076c87f8a820076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD820077307f8a82007730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD820077987f8a82007798 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD820078007f8a82007800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD820078687f8a82007868 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD820078d07f8a820078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD820079387f8a82007938 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD820079a07f8a820079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD82007a087f8a82007a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD82007a707f8a82007a70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD82007ad87f8a82007ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD82007b407f8a82007b40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD82007ba87f8a82007ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD82007c107f8a82007c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFBdb57a4207fb6db57a420 /* PxFoundation */ = { + FFFB810edec07f8a810edec0 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFBdb57ab907fb6db57ab90 /* include */, - FFFBdb57abb87fb6db57abb8 /* src */, + FFFB810ee4a07f8a810ee4a0 /* include */, + FFFB810ee4c87f8a810ee4c8 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFBdb57ab907fb6db57ab90 /* include */ = { + FFFB810ee4a07f8a810ee4a0 /* include */ = { isa = PBXGroup; children = ( - FFFDda1880007fb6da188000 /* Px.h */, - FFFDda1880687fb6da188068 /* PxAllocatorCallback.h */, - FFFDda1880d07fb6da1880d0 /* PxAssert.h */, - FFFDda1881387fb6da188138 /* PxBitAndData.h */, - FFFDda1881a07fb6da1881a0 /* PxBounds3.h */, - FFFDda1882087fb6da188208 /* PxErrorCallback.h */, - FFFDda1882707fb6da188270 /* PxErrors.h */, - FFFDda1882d87fb6da1882d8 /* PxFlags.h */, - FFFDda1883407fb6da188340 /* PxFoundation.h */, - FFFDda1883a87fb6da1883a8 /* PxFoundationVersion.h */, - FFFDda1884107fb6da188410 /* PxIO.h */, - FFFDda1884787fb6da188478 /* PxIntrinsics.h */, - FFFDda1884e07fb6da1884e0 /* PxMat33.h */, - FFFDda1885487fb6da188548 /* PxMat44.h */, - FFFDda1885b07fb6da1885b0 /* PxMath.h */, - FFFDda1886187fb6da188618 /* PxMathUtils.h */, - FFFDda1886807fb6da188680 /* PxMemory.h */, - FFFDda1886e87fb6da1886e8 /* PxPlane.h */, - FFFDda1887507fb6da188750 /* PxPreprocessor.h */, - FFFDda1887b87fb6da1887b8 /* PxProfiler.h */, - FFFDda1888207fb6da188820 /* PxQuat.h */, - FFFDda1888887fb6da188888 /* PxSimpleTypes.h */, - FFFDda1888f07fb6da1888f0 /* PxStrideIterator.h */, - FFFDda1889587fb6da188958 /* PxTransform.h */, - FFFDda1889c07fb6da1889c0 /* PxUnionCast.h */, - FFFDda188a287fb6da188a28 /* PxVec2.h */, - FFFDda188a907fb6da188a90 /* PxVec3.h */, - FFFDda188af87fb6da188af8 /* PxVec4.h */, - FFFDda188b607fb6da188b60 /* unix/PxUnixIntrinsics.h */, + FFFD81828e007f8a81828e00 /* Px.h */, + FFFD81828e687f8a81828e68 /* PxAllocatorCallback.h */, + FFFD81828ed07f8a81828ed0 /* PxAssert.h */, + FFFD81828f387f8a81828f38 /* PxBitAndData.h */, + FFFD81828fa07f8a81828fa0 /* PxBounds3.h */, + FFFD818290087f8a81829008 /* PxErrorCallback.h */, + FFFD818290707f8a81829070 /* PxErrors.h */, + FFFD818290d87f8a818290d8 /* PxFlags.h */, + FFFD818291407f8a81829140 /* PxFoundation.h */, + FFFD818291a87f8a818291a8 /* PxFoundationVersion.h */, + FFFD818292107f8a81829210 /* PxIO.h */, + FFFD818292787f8a81829278 /* PxIntrinsics.h */, + FFFD818292e07f8a818292e0 /* PxMat33.h */, + FFFD818293487f8a81829348 /* PxMat44.h */, + FFFD818293b07f8a818293b0 /* PxMath.h */, + FFFD818294187f8a81829418 /* PxMathUtils.h */, + FFFD818294807f8a81829480 /* PxMemory.h */, + FFFD818294e87f8a818294e8 /* PxPlane.h */, + FFFD818295507f8a81829550 /* PxPreprocessor.h */, + FFFD818295b87f8a818295b8 /* PxProfiler.h */, + FFFD818296207f8a81829620 /* PxQuat.h */, + FFFD818296887f8a81829688 /* PxSimpleTypes.h */, + FFFD818296f07f8a818296f0 /* PxStrideIterator.h */, + FFFD818297587f8a81829758 /* PxTransform.h */, + FFFD818297c07f8a818297c0 /* PxUnionCast.h */, + FFFD818298287f8a81829828 /* PxVec2.h */, + FFFD818298907f8a81829890 /* PxVec3.h */, + FFFD818298f87f8a818298f8 /* PxVec4.h */, + FFFD818299607f8a81829960 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdb57abb87fb6db57abb8 /* src */ = { + FFFB810ee4c87f8a810ee4c8 /* src */ = { isa = PBXGroup; children = ( - FFFDda17d0007fb6da17d000 /* include/Ps.h */, - FFFDda17d0687fb6da17d068 /* include/PsAlignedMalloc.h */, - FFFDda17d0d07fb6da17d0d0 /* include/PsAlloca.h */, - FFFDda17d1387fb6da17d138 /* include/PsAllocator.h */, - FFFDda17d1a07fb6da17d1a0 /* include/PsAoS.h */, - FFFDda17d2087fb6da17d208 /* include/PsArray.h */, - FFFDda17d2707fb6da17d270 /* include/PsAtomic.h */, - FFFDda17d2d87fb6da17d2d8 /* include/PsBasicTemplates.h */, - FFFDda17d3407fb6da17d340 /* include/PsBitUtils.h */, - FFFDda17d3a87fb6da17d3a8 /* include/PsBroadcast.h */, - FFFDda17d4107fb6da17d410 /* include/PsCpu.h */, - FFFDda17d4787fb6da17d478 /* include/PsFPU.h */, - FFFDda17d4e07fb6da17d4e0 /* include/PsFoundation.h */, - FFFDda17d5487fb6da17d548 /* include/PsHash.h */, - FFFDda17d5b07fb6da17d5b0 /* include/PsHashInternals.h */, - FFFDda17d6187fb6da17d618 /* include/PsHashMap.h */, - FFFDda17d6807fb6da17d680 /* include/PsHashSet.h */, - FFFDda17d6e87fb6da17d6e8 /* include/PsInlineAllocator.h */, - FFFDda17d7507fb6da17d750 /* include/PsInlineAoS.h */, - FFFDda17d7b87fb6da17d7b8 /* include/PsInlineArray.h */, - FFFDda17d8207fb6da17d820 /* include/PsIntrinsics.h */, - FFFDda17d8887fb6da17d888 /* include/PsMathUtils.h */, - FFFDda17d8f07fb6da17d8f0 /* include/PsMutex.h */, - FFFDda17d9587fb6da17d958 /* include/PsPool.h */, - FFFDda17d9c07fb6da17d9c0 /* include/PsSList.h */, - FFFDda17da287fb6da17da28 /* include/PsSocket.h */, - FFFDda17da907fb6da17da90 /* include/PsSort.h */, - FFFDda17daf87fb6da17daf8 /* include/PsSortInternals.h */, - FFFDda17db607fb6da17db60 /* include/PsString.h */, - FFFDda17dbc87fb6da17dbc8 /* include/PsSync.h */, - FFFDda17dc307fb6da17dc30 /* include/PsTempAllocator.h */, - FFFDda17dc987fb6da17dc98 /* include/PsThread.h */, - FFFDda17dd007fb6da17dd00 /* include/PsTime.h */, - FFFDda17dd687fb6da17dd68 /* include/PsUserAllocated.h */, - FFFDda17ddd07fb6da17ddd0 /* include/PsUtilities.h */, - FFFDda17de387fb6da17de38 /* include/PsVecMath.h */, - FFFDda17dea07fb6da17dea0 /* include/PsVecMathAoSScalar.h */, - FFFDda17df087fb6da17df08 /* include/PsVecMathAoSScalarInline.h */, - FFFDda17df707fb6da17df70 /* include/PsVecMathSSE.h */, - FFFDda17dfd87fb6da17dfd8 /* include/PsVecMathUtilities.h */, - FFFDda17e0407fb6da17e040 /* include/PsVecQuat.h */, - FFFDda17e0a87fb6da17e0a8 /* include/PsVecTransform.h */, - FFFDda17e1107fb6da17e110 /* include/unix/PsUnixAoS.h */, - FFFDda17e1787fb6da17e178 /* include/unix/PsUnixFPU.h */, - FFFDda17e1e07fb6da17e1e0 /* include/unix/PsUnixInlineAoS.h */, - FFFDda17e2487fb6da17e248 /* include/unix/PsUnixIntrinsics.h */, - FFFDda17e2b07fb6da17e2b0 /* include/unix/PsUnixTrigConstants.h */, - FFFDda17e3187fb6da17e318 /* src/PsAllocator.cpp */, - FFFDda17e3807fb6da17e380 /* src/PsAssert.cpp */, - FFFDda17e3e87fb6da17e3e8 /* src/PsFoundation.cpp */, - FFFDda17e4507fb6da17e450 /* src/PsMathUtils.cpp */, - FFFDda17e4b87fb6da17e4b8 /* src/PsString.cpp */, - FFFDda17e5207fb6da17e520 /* src/PsTempAllocator.cpp */, - FFFDda17e5887fb6da17e588 /* src/PsUtilities.cpp */, - FFFDda17e5f07fb6da17e5f0 /* src/unix/PsUnixAtomic.cpp */, - FFFDda17e6587fb6da17e658 /* src/unix/PsUnixCpu.cpp */, - FFFDda17e6c07fb6da17e6c0 /* src/unix/PsUnixFPU.cpp */, - FFFDda17e7287fb6da17e728 /* src/unix/PsUnixMutex.cpp */, - FFFDda17e7907fb6da17e790 /* src/unix/PsUnixPrintString.cpp */, - FFFDda17e7f87fb6da17e7f8 /* src/unix/PsUnixSList.cpp */, - FFFDda17e8607fb6da17e860 /* src/unix/PsUnixSocket.cpp */, - FFFDda17e8c87fb6da17e8c8 /* src/unix/PsUnixSync.cpp */, - FFFDda17e9307fb6da17e930 /* src/unix/PsUnixThread.cpp */, - FFFDda17e9987fb6da17e998 /* src/unix/PsUnixTime.cpp */, + FFFD81811c007f8a81811c00 /* include/Ps.h */, + FFFD81811c687f8a81811c68 /* include/PsAlignedMalloc.h */, + FFFD81811cd07f8a81811cd0 /* include/PsAlloca.h */, + FFFD81811d387f8a81811d38 /* include/PsAllocator.h */, + FFFD81811da07f8a81811da0 /* include/PsAoS.h */, + FFFD81811e087f8a81811e08 /* include/PsArray.h */, + FFFD81811e707f8a81811e70 /* include/PsAtomic.h */, + FFFD81811ed87f8a81811ed8 /* include/PsBasicTemplates.h */, + FFFD81811f407f8a81811f40 /* include/PsBitUtils.h */, + FFFD81811fa87f8a81811fa8 /* include/PsBroadcast.h */, + FFFD818120107f8a81812010 /* include/PsCpu.h */, + FFFD818120787f8a81812078 /* include/PsFPU.h */, + FFFD818120e07f8a818120e0 /* include/PsFoundation.h */, + FFFD818121487f8a81812148 /* include/PsHash.h */, + FFFD818121b07f8a818121b0 /* include/PsHashInternals.h */, + FFFD818122187f8a81812218 /* include/PsHashMap.h */, + FFFD818122807f8a81812280 /* include/PsHashSet.h */, + FFFD818122e87f8a818122e8 /* include/PsInlineAllocator.h */, + FFFD818123507f8a81812350 /* include/PsInlineAoS.h */, + FFFD818123b87f8a818123b8 /* include/PsInlineArray.h */, + FFFD818124207f8a81812420 /* include/PsIntrinsics.h */, + FFFD818124887f8a81812488 /* include/PsMathUtils.h */, + FFFD818124f07f8a818124f0 /* include/PsMutex.h */, + FFFD818125587f8a81812558 /* include/PsPool.h */, + FFFD818125c07f8a818125c0 /* include/PsSList.h */, + FFFD818126287f8a81812628 /* include/PsSocket.h */, + FFFD818126907f8a81812690 /* include/PsSort.h */, + FFFD818126f87f8a818126f8 /* include/PsSortInternals.h */, + FFFD818127607f8a81812760 /* include/PsString.h */, + FFFD818127c87f8a818127c8 /* include/PsSync.h */, + FFFD818128307f8a81812830 /* include/PsTempAllocator.h */, + FFFD818128987f8a81812898 /* include/PsThread.h */, + FFFD818129007f8a81812900 /* include/PsTime.h */, + FFFD818129687f8a81812968 /* include/PsUserAllocated.h */, + FFFD818129d07f8a818129d0 /* include/PsUtilities.h */, + FFFD81812a387f8a81812a38 /* include/PsVecMath.h */, + FFFD81812aa07f8a81812aa0 /* include/PsVecMathAoSScalar.h */, + FFFD81812b087f8a81812b08 /* include/PsVecMathAoSScalarInline.h */, + FFFD81812b707f8a81812b70 /* include/PsVecMathSSE.h */, + FFFD81812bd87f8a81812bd8 /* include/PsVecMathUtilities.h */, + FFFD81812c407f8a81812c40 /* include/PsVecQuat.h */, + FFFD81812ca87f8a81812ca8 /* include/PsVecTransform.h */, + FFFD81812d107f8a81812d10 /* include/unix/PsUnixAoS.h */, + FFFD81812d787f8a81812d78 /* include/unix/PsUnixFPU.h */, + FFFD81812de07f8a81812de0 /* include/unix/PsUnixInlineAoS.h */, + FFFD81812e487f8a81812e48 /* include/unix/PsUnixIntrinsics.h */, + FFFD81812eb07f8a81812eb0 /* include/unix/PsUnixTrigConstants.h */, + FFFD81812f187f8a81812f18 /* src/PsAllocator.cpp */, + FFFD81812f807f8a81812f80 /* src/PsAssert.cpp */, + FFFD81812fe87f8a81812fe8 /* src/PsFoundation.cpp */, + FFFD818130507f8a81813050 /* src/PsMathUtils.cpp */, + FFFD818130b87f8a818130b8 /* src/PsString.cpp */, + FFFD818131207f8a81813120 /* src/PsTempAllocator.cpp */, + FFFD818131887f8a81813188 /* src/PsUtilities.cpp */, + FFFD818131f07f8a818131f0 /* src/unix/PsUnixAtomic.cpp */, + FFFD818132587f8a81813258 /* src/unix/PsUnixCpu.cpp */, + FFFD818132c07f8a818132c0 /* src/unix/PsUnixFPU.cpp */, + FFFD818133287f8a81813328 /* src/unix/PsUnixMutex.cpp */, + FFFD818133907f8a81813390 /* src/unix/PsUnixPrintString.cpp */, + FFFD818133f87f8a818133f8 /* src/unix/PsUnixSList.cpp */, + FFFD818134607f8a81813460 /* src/unix/PsUnixSocket.cpp */, + FFFD818134c87f8a818134c8 /* src/unix/PsUnixSync.cpp */, + FFFD818135307f8a81813530 /* src/unix/PsUnixThread.cpp */, + FFFD818135987f8a81813598 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd90c6e07fb6dd90c6e0 /* PxPvdSDK */ = { + FFFB81169e707f8a81169e70 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFBdd90a6607fb6dd90a660 /* include */, - FFFBdd90a6887fb6dd90a688 /* src */, + FFFB8115d9a07f8a8115d9a0 /* include */, + FFFB8115d9c87f8a8115d9c8 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFBdd90a6607fb6dd90a660 /* include */ = { + FFFB8115d9a07f8a8115d9a0 /* include */ = { isa = PBXGroup; children = ( - FFFDdd9099107fb6dd909910 /* PxPvd.h */, - FFFDdd9099787fb6dd909978 /* PxPvdTransport.h */, + FFFD8115e0707f8a8115e070 /* PxPvd.h */, + FFFD8115e0d87f8a8115e0d8 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd90a6887fb6dd90a688 /* src */ = { + FFFB8115d9c87f8a8115d9c8 /* src */ = { isa = PBXGroup; children = ( - FFFDde02e6007fb6de02e600 /* include/PsPvd.h */, - FFFDde02e6687fb6de02e668 /* include/PxProfileAllocatorWrapper.h */, - FFFDde02e6d07fb6de02e6d0 /* include/PxPvdClient.h */, - FFFDde02e7387fb6de02e738 /* include/PxPvdDataStream.h */, - FFFDde02e7a07fb6de02e7a0 /* include/PxPvdDataStreamHelpers.h */, - FFFDde02e8087fb6de02e808 /* include/PxPvdErrorCodes.h */, - FFFDde02e8707fb6de02e870 /* include/PxPvdObjectModelBaseTypes.h */, - FFFDde02e8d87fb6de02e8d8 /* include/PxPvdRenderBuffer.h */, - FFFDde02e9407fb6de02e940 /* include/PxPvdUserRenderer.h */, - FFFDde02e9a87fb6de02e9a8 /* src/PxProfileEventImpl.cpp */, - FFFDde02ea107fb6de02ea10 /* src/PxPvd.cpp */, - FFFDde02ea787fb6de02ea78 /* src/PxPvdDataStream.cpp */, - FFFDde02eae07fb6de02eae0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFDde02eb487fb6de02eb48 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFDde02ebb07fb6de02ebb0 /* src/PxPvdImpl.cpp */, - FFFDde02ec187fb6de02ec18 /* src/PxPvdMemClient.cpp */, - FFFDde02ec807fb6de02ec80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFDde02ece87fb6de02ece8 /* src/PxPvdObjectRegistrar.cpp */, - FFFDde02ed507fb6de02ed50 /* src/PxPvdProfileZoneClient.cpp */, - FFFDde02edb87fb6de02edb8 /* src/PxPvdUserRenderer.cpp */, - FFFDde02ee207fb6de02ee20 /* src/PxProfileBase.h */, - FFFDde02ee887fb6de02ee88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFDde02eef07fb6de02eef0 /* src/PxProfileContextProvider.h */, - FFFDde02ef587fb6de02ef58 /* src/PxProfileContextProviderImpl.h */, - FFFDde02efc07fb6de02efc0 /* src/PxProfileDataBuffer.h */, - FFFDde02f0287fb6de02f028 /* src/PxProfileDataParsing.h */, - FFFDde02f0907fb6de02f090 /* src/PxProfileEventBuffer.h */, - FFFDde02f0f87fb6de02f0f8 /* src/PxProfileEventBufferAtomic.h */, - FFFDde02f1607fb6de02f160 /* src/PxProfileEventBufferClient.h */, - FFFDde02f1c87fb6de02f1c8 /* src/PxProfileEventBufferClientManager.h */, - FFFDde02f2307fb6de02f230 /* src/PxProfileEventFilter.h */, - FFFDde02f2987fb6de02f298 /* src/PxProfileEventHandler.h */, - FFFDde02f3007fb6de02f300 /* src/PxProfileEventId.h */, - FFFDde02f3687fb6de02f368 /* src/PxProfileEventMutex.h */, - FFFDde02f3d07fb6de02f3d0 /* src/PxProfileEventNames.h */, - FFFDde02f4387fb6de02f438 /* src/PxProfileEventParser.h */, - FFFDde02f4a07fb6de02f4a0 /* src/PxProfileEventSender.h */, - FFFDde02f5087fb6de02f508 /* src/PxProfileEventSerialization.h */, - FFFDde02f5707fb6de02f570 /* src/PxProfileEventSystem.h */, - FFFDde02f5d87fb6de02f5d8 /* src/PxProfileEvents.h */, - FFFDde02f6407fb6de02f640 /* src/PxProfileMemory.h */, - FFFDde02f6a87fb6de02f6a8 /* src/PxProfileMemoryBuffer.h */, - FFFDde02f7107fb6de02f710 /* src/PxProfileMemoryEventBuffer.h */, - FFFDde02f7787fb6de02f778 /* src/PxProfileMemoryEventParser.h */, - FFFDde02f7e07fb6de02f7e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFDde02f8487fb6de02f848 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFDde02f8b07fb6de02f8b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFDde02f9187fb6de02f918 /* src/PxProfileMemoryEventTypes.h */, - FFFDde02f9807fb6de02f980 /* src/PxProfileMemoryEvents.h */, - FFFDde02f9e87fb6de02f9e8 /* src/PxProfileScopedEvent.h */, - FFFDde02fa507fb6de02fa50 /* src/PxProfileScopedMutexLock.h */, - FFFDde02fab87fb6de02fab8 /* src/PxProfileZone.h */, - FFFDde02fb207fb6de02fb20 /* src/PxProfileZoneImpl.h */, - FFFDde02fb887fb6de02fb88 /* src/PxProfileZoneManager.h */, - FFFDde02fbf07fb6de02fbf0 /* src/PxProfileZoneManagerImpl.h */, - FFFDde02fc587fb6de02fc58 /* src/PxPvdBits.h */, - FFFDde02fcc07fb6de02fcc0 /* src/PxPvdByteStreams.h */, - FFFDde02fd287fb6de02fd28 /* src/PxPvdCommStreamEventSink.h */, - FFFDde02fd907fb6de02fd90 /* src/PxPvdCommStreamEvents.h */, - FFFDde02fdf87fb6de02fdf8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFDde02fe607fb6de02fe60 /* src/PxPvdCommStreamTypes.h */, - FFFDde02fec87fb6de02fec8 /* src/PxPvdDefaultFileTransport.h */, - FFFDde02ff307fb6de02ff30 /* src/PxPvdDefaultSocketTransport.h */, - FFFDde02ff987fb6de02ff98 /* src/PxPvdFoundation.h */, - FFFDde0300007fb6de030000 /* src/PxPvdImpl.h */, - FFFDde0300687fb6de030068 /* src/PxPvdInternalByteStreams.h */, - FFFDde0300d07fb6de0300d0 /* src/PxPvdMarshalling.h */, - FFFDde0301387fb6de030138 /* src/PxPvdMemClient.h */, - FFFDde0301a07fb6de0301a0 /* src/PxPvdObjectModel.h */, - FFFDde0302087fb6de030208 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFDde0302707fb6de030270 /* src/PxPvdObjectModelInternalTypes.h */, - FFFDde0302d87fb6de0302d8 /* src/PxPvdObjectModelMetaData.h */, - FFFDde0303407fb6de030340 /* src/PxPvdObjectRegistrar.h */, - FFFDde0303a87fb6de0303a8 /* src/PxPvdProfileZoneClient.h */, - FFFDde0304107fb6de030410 /* src/PxPvdUserRenderImpl.h */, - FFFDde0304787fb6de030478 /* src/PxPvdUserRenderTypes.h */, + FFFD809918007f8a80991800 /* include/PsPvd.h */, + FFFD809918687f8a80991868 /* include/PxProfileAllocatorWrapper.h */, + FFFD809918d07f8a809918d0 /* include/PxPvdClient.h */, + FFFD809919387f8a80991938 /* include/PxPvdDataStream.h */, + FFFD809919a07f8a809919a0 /* include/PxPvdDataStreamHelpers.h */, + FFFD80991a087f8a80991a08 /* include/PxPvdErrorCodes.h */, + FFFD80991a707f8a80991a70 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD80991ad87f8a80991ad8 /* include/PxPvdRenderBuffer.h */, + FFFD80991b407f8a80991b40 /* include/PxPvdUserRenderer.h */, + FFFD80991ba87f8a80991ba8 /* src/PxProfileEventImpl.cpp */, + FFFD80991c107f8a80991c10 /* src/PxPvd.cpp */, + FFFD80991c787f8a80991c78 /* src/PxPvdDataStream.cpp */, + FFFD80991ce07f8a80991ce0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD80991d487f8a80991d48 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD80991db07f8a80991db0 /* src/PxPvdImpl.cpp */, + FFFD80991e187f8a80991e18 /* src/PxPvdMemClient.cpp */, + FFFD80991e807f8a80991e80 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD80991ee87f8a80991ee8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD80991f507f8a80991f50 /* src/PxPvdProfileZoneClient.cpp */, + FFFD80991fb87f8a80991fb8 /* src/PxPvdUserRenderer.cpp */, + FFFD809920207f8a80992020 /* src/PxProfileBase.h */, + FFFD809920887f8a80992088 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD809920f07f8a809920f0 /* src/PxProfileContextProvider.h */, + FFFD809921587f8a80992158 /* src/PxProfileContextProviderImpl.h */, + FFFD809921c07f8a809921c0 /* src/PxProfileDataBuffer.h */, + FFFD809922287f8a80992228 /* src/PxProfileDataParsing.h */, + FFFD809922907f8a80992290 /* src/PxProfileEventBuffer.h */, + FFFD809922f87f8a809922f8 /* src/PxProfileEventBufferAtomic.h */, + FFFD809923607f8a80992360 /* src/PxProfileEventBufferClient.h */, + FFFD809923c87f8a809923c8 /* src/PxProfileEventBufferClientManager.h */, + FFFD809924307f8a80992430 /* src/PxProfileEventFilter.h */, + FFFD809924987f8a80992498 /* src/PxProfileEventHandler.h */, + FFFD809925007f8a80992500 /* src/PxProfileEventId.h */, + FFFD809925687f8a80992568 /* src/PxProfileEventMutex.h */, + FFFD809925d07f8a809925d0 /* src/PxProfileEventNames.h */, + FFFD809926387f8a80992638 /* src/PxProfileEventParser.h */, + FFFD809926a07f8a809926a0 /* src/PxProfileEventSender.h */, + FFFD809927087f8a80992708 /* src/PxProfileEventSerialization.h */, + FFFD809927707f8a80992770 /* src/PxProfileEventSystem.h */, + FFFD809927d87f8a809927d8 /* src/PxProfileEvents.h */, + FFFD809928407f8a80992840 /* src/PxProfileMemory.h */, + FFFD809928a87f8a809928a8 /* src/PxProfileMemoryBuffer.h */, + FFFD809929107f8a80992910 /* src/PxProfileMemoryEventBuffer.h */, + FFFD809929787f8a80992978 /* src/PxProfileMemoryEventParser.h */, + FFFD809929e07f8a809929e0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD80992a487f8a80992a48 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD80992ab07f8a80992ab0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD80992b187f8a80992b18 /* src/PxProfileMemoryEventTypes.h */, + FFFD80992b807f8a80992b80 /* src/PxProfileMemoryEvents.h */, + FFFD80992be87f8a80992be8 /* src/PxProfileScopedEvent.h */, + FFFD80992c507f8a80992c50 /* src/PxProfileScopedMutexLock.h */, + FFFD80992cb87f8a80992cb8 /* src/PxProfileZone.h */, + FFFD80992d207f8a80992d20 /* src/PxProfileZoneImpl.h */, + FFFD80992d887f8a80992d88 /* src/PxProfileZoneManager.h */, + FFFD80992df07f8a80992df0 /* src/PxProfileZoneManagerImpl.h */, + FFFD80992e587f8a80992e58 /* src/PxPvdBits.h */, + FFFD80992ec07f8a80992ec0 /* src/PxPvdByteStreams.h */, + FFFD80992f287f8a80992f28 /* src/PxPvdCommStreamEventSink.h */, + FFFD80992f907f8a80992f90 /* src/PxPvdCommStreamEvents.h */, + FFFD80992ff87f8a80992ff8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD809930607f8a80993060 /* src/PxPvdCommStreamTypes.h */, + FFFD809930c87f8a809930c8 /* src/PxPvdDefaultFileTransport.h */, + FFFD809931307f8a80993130 /* src/PxPvdDefaultSocketTransport.h */, + FFFD809931987f8a80993198 /* src/PxPvdFoundation.h */, + FFFD809932007f8a80993200 /* src/PxPvdImpl.h */, + FFFD809932687f8a80993268 /* src/PxPvdInternalByteStreams.h */, + FFFD809932d07f8a809932d0 /* src/PxPvdMarshalling.h */, + FFFD809933387f8a80993338 /* src/PxPvdMemClient.h */, + FFFD809933a07f8a809933a0 /* src/PxPvdObjectModel.h */, + FFFD809934087f8a80993408 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD809934707f8a80993470 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD809934d87f8a809934d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD809935407f8a80993540 /* src/PxPvdObjectRegistrar.h */, + FFFD809935a87f8a809935a8 /* src/PxPvdProfileZoneClient.h */, + FFFD809936107f8a80993610 /* src/PxPvdUserRenderImpl.h */, + FFFD809936787f8a80993678 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBddb234007fb6ddb23400 /* LowLevel */ = { + FFFB810c34707f8a810c3470 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFBddb281107fb6ddb28110 /* API Source */, - FFFBddb281387fb6ddb28138 /* API Includes */, - FFFBddb281607fb6ddb28160 /* Software Source */, - FFFBddb281887fb6ddb28188 /* Software Includes */, - FFFBddb281b07fb6ddb281b0 /* Common Source */, - FFFBddb281d87fb6ddb281d8 /* Common Includes */, + FFFB810c5ce07f8a810c5ce0 /* API Source */, + FFFB810c5d087f8a810c5d08 /* API Includes */, + FFFB810c5d307f8a810c5d30 /* Software Source */, + FFFB810c5d587f8a810c5d58 /* Software Includes */, + FFFB810c5d807f8a810c5d80 /* Common Source */, + FFFB810c5da87f8a810c5da8 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFBddb281107fb6ddb28110 /* API Source */ = { + FFFB810c5ce07f8a810c5ce0 /* API Source */ = { isa = PBXGroup; children = ( - FFFDddb26f107fb6ddb26f10 /* px_globals.cpp */, + FFFD810c4bd07f8a810c4bd0 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFBddb281387fb6ddb28138 /* API Includes */ = { + FFFB810c5d087f8a810c5d08 /* API Includes */ = { isa = PBXGroup; children = ( - FFFDddb293a07fb6ddb293a0 /* PxsMaterialCore.h */, - FFFDddb294087fb6ddb29408 /* PxsMaterialManager.h */, - FFFDddb294707fb6ddb29470 /* PxvConfig.h */, - FFFDddb294d87fb6ddb294d8 /* PxvContext.h */, - FFFDddb295407fb6ddb29540 /* PxvDynamics.h */, - FFFDddb295a87fb6ddb295a8 /* PxvGeometry.h */, - FFFDddb296107fb6ddb29610 /* PxvGlobals.h */, - FFFDddb296787fb6ddb29678 /* PxvManager.h */, - FFFDddb296e07fb6ddb296e0 /* PxvSimStats.h */, + FFFD810c6e107f8a810c6e10 /* PxsMaterialCore.h */, + FFFD810c6e787f8a810c6e78 /* PxsMaterialManager.h */, + FFFD810c6ee07f8a810c6ee0 /* PxvConfig.h */, + FFFD810c6f487f8a810c6f48 /* PxvContext.h */, + FFFD810c6fb07f8a810c6fb0 /* PxvDynamics.h */, + FFFD810c70187f8a810c7018 /* PxvGeometry.h */, + FFFD810c70807f8a810c7080 /* PxvGlobals.h */, + FFFD810c70e87f8a810c70e8 /* PxvManager.h */, + FFFD810c71507f8a810c7150 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFBddb281607fb6ddb28160 /* Software Source */ = { + FFFB810c5d307f8a810c5d30 /* Software Source */ = { isa = PBXGroup; children = ( - FFFDddb1e2a07fb6ddb1e2a0 /* PxsCCD.cpp */, - FFFDddb1e3087fb6ddb1e308 /* PxsContactManager.cpp */, - FFFDddb1e3707fb6ddb1e370 /* PxsContext.cpp */, - FFFDddb1e3d87fb6ddb1e3d8 /* PxsDefaultMemoryManager.cpp */, - FFFDddb1e4407fb6ddb1e440 /* PxsIslandSim.cpp */, - FFFDddb1e4a87fb6ddb1e4a8 /* PxsMaterialCombiner.cpp */, - FFFDddb1e5107fb6ddb1e510 /* PxsNphaseImplementationContext.cpp */, - FFFDddb1e5787fb6ddb1e578 /* PxsSimpleIslandManager.cpp */, + FFFD810b88f07f8a810b88f0 /* PxsCCD.cpp */, + FFFD810b89587f8a810b8958 /* PxsContactManager.cpp */, + FFFD810b89c07f8a810b89c0 /* PxsContext.cpp */, + FFFD810b8a287f8a810b8a28 /* PxsDefaultMemoryManager.cpp */, + FFFD810b8a907f8a810b8a90 /* PxsIslandSim.cpp */, + FFFD810b8af87f8a810b8af8 /* PxsMaterialCombiner.cpp */, + FFFD810b8b607f8a810b8b60 /* PxsNphaseImplementationContext.cpp */, + FFFD810b8bc87f8a810b8bc8 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFBddb281887fb6ddb28188 /* Software Includes */ = { + FFFB810c5d587f8a810c5d58 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFDde0364007fb6de036400 /* PxsBodySim.h */, - FFFDde0364687fb6de036468 /* PxsCCD.h */, - FFFDde0364d07fb6de0364d0 /* PxsContactManager.h */, - FFFDde0365387fb6de036538 /* PxsContactManagerState.h */, - FFFDde0365a07fb6de0365a0 /* PxsContext.h */, - FFFDde0366087fb6de036608 /* PxsDefaultMemoryManager.h */, - FFFDde0366707fb6de036670 /* PxsHeapMemoryAllocator.h */, - FFFDde0366d87fb6de0366d8 /* PxsIncrementalConstraintPartitioning.h */, - FFFDde0367407fb6de036740 /* PxsIslandManagerTypes.h */, - FFFDde0367a87fb6de0367a8 /* PxsIslandSim.h */, - FFFDde0368107fb6de036810 /* PxsKernelWrangler.h */, - FFFDde0368787fb6de036878 /* PxsMaterialCombiner.h */, - FFFDde0368e07fb6de0368e0 /* PxsMemoryManager.h */, - FFFDde0369487fb6de036948 /* PxsNphaseImplementationContext.h */, - FFFDde0369b07fb6de0369b0 /* PxsRigidBody.h */, - FFFDde036a187fb6de036a18 /* PxsShapeSim.h */, - FFFDde036a807fb6de036a80 /* PxsSimpleIslandManager.h */, - FFFDde036ae87fb6de036ae8 /* PxsSimulationController.h */, - FFFDde036b507fb6de036b50 /* PxsTransformCache.h */, - FFFDde036bb87fb6de036bb8 /* PxvNphaseImplementationContext.h */, + FFFD818312007f8a81831200 /* PxsBodySim.h */, + FFFD818312687f8a81831268 /* PxsCCD.h */, + FFFD818312d07f8a818312d0 /* PxsContactManager.h */, + FFFD818313387f8a81831338 /* PxsContactManagerState.h */, + FFFD818313a07f8a818313a0 /* PxsContext.h */, + FFFD818314087f8a81831408 /* PxsDefaultMemoryManager.h */, + FFFD818314707f8a81831470 /* PxsHeapMemoryAllocator.h */, + FFFD818314d87f8a818314d8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD818315407f8a81831540 /* PxsIslandManagerTypes.h */, + FFFD818315a87f8a818315a8 /* PxsIslandSim.h */, + FFFD818316107f8a81831610 /* PxsKernelWrangler.h */, + FFFD818316787f8a81831678 /* PxsMaterialCombiner.h */, + FFFD818316e07f8a818316e0 /* PxsMemoryManager.h */, + FFFD818317487f8a81831748 /* PxsNphaseImplementationContext.h */, + FFFD818317b07f8a818317b0 /* PxsRigidBody.h */, + FFFD818318187f8a81831818 /* PxsShapeSim.h */, + FFFD818318807f8a81831880 /* PxsSimpleIslandManager.h */, + FFFD818318e87f8a818318e8 /* PxsSimulationController.h */, + FFFD818319507f8a81831950 /* PxsTransformCache.h */, + FFFD818319b87f8a818319b8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFBddb281b07fb6ddb281b0 /* Common Source */ = { + FFFB810c5d807f8a810c5d80 /* Common Source */ = { isa = PBXGroup; children = ( - FFFDde0200007fb6de020000 /* collision/PxcContact.cpp */, - FFFDde0200687fb6de020068 /* pipeline/PxcContactCache.cpp */, - FFFDde0200d07fb6de0200d0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFDde0201387fb6de020138 /* pipeline/PxcMaterialHeightField.cpp */, - FFFDde0201a07fb6de0201a0 /* pipeline/PxcMaterialMesh.cpp */, - FFFDde0202087fb6de020208 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFDde0202707fb6de020270 /* pipeline/PxcMaterialShape.cpp */, - FFFDde0202d87fb6de0202d8 /* pipeline/PxcNpBatch.cpp */, - FFFDde0203407fb6de020340 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFDde0203a87fb6de0203a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFDde0204107fb6de020410 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFDde0204787fb6de020478 /* pipeline/PxcNpThreadContext.cpp */, + FFFD8182fc007f8a8182fc00 /* collision/PxcContact.cpp */, + FFFD8182fc687f8a8182fc68 /* pipeline/PxcContactCache.cpp */, + FFFD8182fcd07f8a8182fcd0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD8182fd387f8a8182fd38 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD8182fda07f8a8182fda0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD8182fe087f8a8182fe08 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD8182fe707f8a8182fe70 /* pipeline/PxcMaterialShape.cpp */, + FFFD8182fed87f8a8182fed8 /* pipeline/PxcNpBatch.cpp */, + FFFD8182ff407f8a8182ff40 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD8182ffa87f8a8182ffa8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD818300107f8a81830010 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD818300787f8a81830078 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFBddb281d87fb6ddb281d8 /* Common Includes */ = { + FFFB810c5da87f8a810c5da8 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFDde0356007fb6de035600 /* collision/PxcContactMethodImpl.h */, - FFFDde0356687fb6de035668 /* pipeline/PxcCCDStateStreamPair.h */, - FFFDde0356d07fb6de0356d0 /* pipeline/PxcConstraintBlockStream.h */, - FFFDde0357387fb6de035738 /* pipeline/PxcContactCache.h */, - FFFDde0357a07fb6de0357a0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFDde0358087fb6de035808 /* pipeline/PxcNpBatch.h */, - FFFDde0358707fb6de035870 /* pipeline/PxcNpCache.h */, - FFFDde0358d87fb6de0358d8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFDde0359407fb6de035940 /* pipeline/PxcNpContactPrepShared.h */, - FFFDde0359a87fb6de0359a8 /* pipeline/PxcNpMemBlockPool.h */, - FFFDde035a107fb6de035a10 /* pipeline/PxcNpThreadContext.h */, - FFFDde035a787fb6de035a78 /* pipeline/PxcNpWorkUnit.h */, - FFFDde035ae07fb6de035ae0 /* pipeline/PxcRigidBody.h */, - FFFDde035b487fb6de035b48 /* utils/PxcScratchAllocator.h */, - FFFDde035bb07fb6de035bb0 /* utils/PxcThreadCoherentCache.h */, + FFFD818304007f8a81830400 /* collision/PxcContactMethodImpl.h */, + FFFD818304687f8a81830468 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD818304d07f8a818304d0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD818305387f8a81830538 /* pipeline/PxcContactCache.h */, + FFFD818305a07f8a818305a0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD818306087f8a81830608 /* pipeline/PxcNpBatch.h */, + FFFD818306707f8a81830670 /* pipeline/PxcNpCache.h */, + FFFD818306d87f8a818306d8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD818307407f8a81830740 /* pipeline/PxcNpContactPrepShared.h */, + FFFD818307a87f8a818307a8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD818308107f8a81830810 /* pipeline/PxcNpThreadContext.h */, + FFFD818308787f8a81830878 /* pipeline/PxcNpWorkUnit.h */, + FFFD818308e07f8a818308e0 /* pipeline/PxcRigidBody.h */, + FFFD818309487f8a81830948 /* utils/PxcScratchAllocator.h */, + FFFD818309b07f8a818309b0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFBdd82cb107fb6dd82cb10 /* LowLevelAABB */ = { + FFFB81149d807f8a81149d80 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFBdb591d707fb6db591d70 /* include */, - FFFBdb591d987fb6db591d98 /* src */, + FFFB811593c07f8a811593c0 /* include */, + FFFB811593e87f8a811593e8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFBdb591d707fb6db591d70 /* include */ = { + FFFB811593c07f8a811593c0 /* include */ = { isa = PBXGroup; children = ( - FFFDdd82dba07fb6dd82dba0 /* BpAABBManagerTasks.h */, - FFFDdd82dc087fb6dd82dc08 /* BpBroadPhase.h */, - FFFDdd82dc707fb6dd82dc70 /* BpBroadPhaseUpdate.h */, - FFFDdd82dcd87fb6dd82dcd8 /* BpSimpleAABBManager.h */, + FFFD811598e07f8a811598e0 /* BpAABBManagerTasks.h */, + FFFD811599487f8a81159948 /* BpBroadPhase.h */, + FFFD811599b07f8a811599b0 /* BpBroadPhaseUpdate.h */, + FFFD81159a187f8a81159a18 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdb591d987fb6db591d98 /* src */ = { + FFFB811593e87f8a811593e8 /* src */ = { isa = PBXGroup; children = ( - FFFDda1ab0007fb6da1ab000 /* BpBroadPhaseMBP.h */, - FFFDda1ab0687fb6da1ab068 /* BpBroadPhaseMBPCommon.h */, - FFFDda1ab0d07fb6da1ab0d0 /* BpBroadPhaseSap.h */, - FFFDda1ab1387fb6da1ab138 /* BpBroadPhaseSapAux.h */, - FFFDda1ab1a07fb6da1ab1a0 /* BpMBPTasks.h */, - FFFDda1ab2087fb6da1ab208 /* BpSAPTasks.h */, - FFFDda1ab2707fb6da1ab270 /* BpBroadPhase.cpp */, - FFFDda1ab2d87fb6da1ab2d8 /* BpBroadPhaseMBP.cpp */, - FFFDda1ab3407fb6da1ab340 /* BpBroadPhaseSap.cpp */, - FFFDda1ab3a87fb6da1ab3a8 /* BpBroadPhaseSapAux.cpp */, - FFFDda1ab4107fb6da1ab410 /* BpMBPTasks.cpp */, - FFFDda1ab4787fb6da1ab478 /* BpSAPTasks.cpp */, - FFFDda1ab4e07fb6da1ab4e0 /* BpSimpleAABBManager.cpp */, + FFFD809982007f8a80998200 /* BpBroadPhaseMBP.h */, + FFFD809982687f8a80998268 /* BpBroadPhaseMBPCommon.h */, + FFFD809982d07f8a809982d0 /* BpBroadPhaseSap.h */, + FFFD809983387f8a80998338 /* BpBroadPhaseSapAux.h */, + FFFD809983a07f8a809983a0 /* BpMBPTasks.h */, + FFFD809984087f8a80998408 /* BpSAPTasks.h */, + FFFD809984707f8a80998470 /* BpBroadPhase.cpp */, + FFFD809984d87f8a809984d8 /* BpBroadPhaseMBP.cpp */, + FFFD809985407f8a80998540 /* BpBroadPhaseSap.cpp */, + FFFD809985a87f8a809985a8 /* BpBroadPhaseSapAux.cpp */, + FFFD809986107f8a80998610 /* BpMBPTasks.cpp */, + FFFD809986787f8a80998678 /* BpSAPTasks.cpp */, + FFFD809986e07f8a809986e0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBddb3bf707fb6ddb3bf70 /* LowLevelDynamics */ = { + FFFB81432a807f8a81432a80 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFBddb3db607fb6ddb3db60 /* Dynamics Source */, - FFFBddb3db887fb6ddb3db88 /* Dynamics Includes */, - FFFBddb3dbb07fb6ddb3dbb0 /* Dynamics Internal Includes */, + FFFB814399807f8a81439980 /* Dynamics Source */, + FFFB814399a87f8a814399a8 /* Dynamics Includes */, + FFFB814399d07f8a814399d0 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFBddb3db607fb6ddb3db60 /* Dynamics Source */ = { + FFFB814399807f8a81439980 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFDde03ee007fb6de03ee00 /* DyArticulation.cpp */, - FFFDde03ee687fb6de03ee68 /* DyArticulationContactPrep.cpp */, - FFFDde03eed07fb6de03eed0 /* DyArticulationContactPrepPF.cpp */, - FFFDde03ef387fb6de03ef38 /* DyArticulationHelper.cpp */, - FFFDde03efa07fb6de03efa0 /* DyArticulationSIMD.cpp */, - FFFDde03f0087fb6de03f008 /* DyArticulationScalar.cpp */, - FFFDde03f0707fb6de03f070 /* DyConstraintPartition.cpp */, - FFFDde03f0d87fb6de03f0d8 /* DyConstraintSetup.cpp */, - FFFDde03f1407fb6de03f140 /* DyConstraintSetupBlock.cpp */, - FFFDde03f1a87fb6de03f1a8 /* DyContactPrep.cpp */, - FFFDde03f2107fb6de03f210 /* DyContactPrep4.cpp */, - FFFDde03f2787fb6de03f278 /* DyContactPrep4PF.cpp */, - FFFDde03f2e07fb6de03f2e0 /* DyContactPrepPF.cpp */, - FFFDde03f3487fb6de03f348 /* DyDynamics.cpp */, - FFFDde03f3b07fb6de03f3b0 /* DyFrictionCorrelation.cpp */, - FFFDde03f4187fb6de03f418 /* DyRigidBodyToSolverBody.cpp */, - FFFDde03f4807fb6de03f480 /* DySolverConstraints.cpp */, - FFFDde03f4e87fb6de03f4e8 /* DySolverConstraintsBlock.cpp */, - FFFDde03f5507fb6de03f550 /* DySolverControl.cpp */, - FFFDde03f5b87fb6de03f5b8 /* DySolverControlPF.cpp */, - FFFDde03f6207fb6de03f620 /* DySolverPFConstraints.cpp */, - FFFDde03f6887fb6de03f688 /* DySolverPFConstraintsBlock.cpp */, - FFFDde03f6f07fb6de03f6f0 /* DyThreadContext.cpp */, - FFFDde03f7587fb6de03f758 /* DyThresholdTable.cpp */, + FFFD82018c007f8a82018c00 /* DyArticulation.cpp */, + FFFD82018c687f8a82018c68 /* DyArticulationContactPrep.cpp */, + FFFD82018cd07f8a82018cd0 /* DyArticulationContactPrepPF.cpp */, + FFFD82018d387f8a82018d38 /* DyArticulationHelper.cpp */, + FFFD82018da07f8a82018da0 /* DyArticulationSIMD.cpp */, + FFFD82018e087f8a82018e08 /* DyArticulationScalar.cpp */, + FFFD82018e707f8a82018e70 /* DyConstraintPartition.cpp */, + FFFD82018ed87f8a82018ed8 /* DyConstraintSetup.cpp */, + FFFD82018f407f8a82018f40 /* DyConstraintSetupBlock.cpp */, + FFFD82018fa87f8a82018fa8 /* DyContactPrep.cpp */, + FFFD820190107f8a82019010 /* DyContactPrep4.cpp */, + FFFD820190787f8a82019078 /* DyContactPrep4PF.cpp */, + FFFD820190e07f8a820190e0 /* DyContactPrepPF.cpp */, + FFFD820191487f8a82019148 /* DyDynamics.cpp */, + FFFD820191b07f8a820191b0 /* DyFrictionCorrelation.cpp */, + FFFD820192187f8a82019218 /* DyRigidBodyToSolverBody.cpp */, + FFFD820192807f8a82019280 /* DySolverConstraints.cpp */, + FFFD820192e87f8a820192e8 /* DySolverConstraintsBlock.cpp */, + FFFD820193507f8a82019350 /* DySolverControl.cpp */, + FFFD820193b87f8a820193b8 /* DySolverControlPF.cpp */, + FFFD820194207f8a82019420 /* DySolverPFConstraints.cpp */, + FFFD820194887f8a82019488 /* DySolverPFConstraintsBlock.cpp */, + FFFD820194f07f8a820194f0 /* DyThreadContext.cpp */, + FFFD820195587f8a82019558 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFBddb3db887fb6ddb3db88 /* Dynamics Includes */ = { + FFFB814399a87f8a814399a8 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFDddb50da07fb6ddb50da0 /* DyArticulation.h */, - FFFDddb50e087fb6ddb50e08 /* DyConstraint.h */, - FFFDddb50e707fb6ddb50e70 /* DyConstraintWriteBack.h */, - FFFDddb50ed87fb6ddb50ed8 /* DyContext.h */, - FFFDddb50f407fb6ddb50f40 /* DyGpuAPI.h */, - FFFDddb50fa87fb6ddb50fa8 /* DySleepingConfigulation.h */, - FFFDddb510107fb6ddb51010 /* DyThresholdTable.h */, + FFFD8143afc07f8a8143afc0 /* DyArticulation.h */, + FFFD8143b0287f8a8143b028 /* DyConstraint.h */, + FFFD8143b0907f8a8143b090 /* DyConstraintWriteBack.h */, + FFFD8143b0f87f8a8143b0f8 /* DyContext.h */, + FFFD8143b1607f8a8143b160 /* DySleepingConfigulation.h */, + FFFD8143b1c87f8a8143b1c8 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFBddb3dbb07fb6ddb3dbb0 /* Dynamics Internal Includes */ = { + FFFB814399d07f8a814399d0 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFDde0400007fb6de040000 /* DyArticulationContactPrep.h */, - FFFDde0400687fb6de040068 /* DyArticulationFnsDebug.h */, - FFFDde0400d07fb6de0400d0 /* DyArticulationFnsScalar.h */, - FFFDde0401387fb6de040138 /* DyArticulationFnsSimd.h */, - FFFDde0401a07fb6de0401a0 /* DyArticulationHelper.h */, - FFFDde0402087fb6de040208 /* DyArticulationPImpl.h */, - FFFDde0402707fb6de040270 /* DyArticulationReference.h */, - FFFDde0402d87fb6de0402d8 /* DyArticulationScalar.h */, - FFFDde0403407fb6de040340 /* DyArticulationUtils.h */, - FFFDde0403a87fb6de0403a8 /* DyBodyCoreIntegrator.h */, - FFFDde0404107fb6de040410 /* DyConstraintPartition.h */, - FFFDde0404787fb6de040478 /* DyConstraintPrep.h */, - FFFDde0404e07fb6de0404e0 /* DyContactPrep.h */, - FFFDde0405487fb6de040548 /* DyContactPrepShared.h */, - FFFDde0405b07fb6de0405b0 /* DyContactReduction.h */, - FFFDde0406187fb6de040618 /* DyCorrelationBuffer.h */, - FFFDde0406807fb6de040680 /* DyDynamics.h */, - FFFDde0406e87fb6de0406e8 /* DyFrictionPatch.h */, - FFFDde0407507fb6de040750 /* DyFrictionPatchStreamPair.h */, - FFFDde0407b87fb6de0407b8 /* DySolverBody.h */, - FFFDde0408207fb6de040820 /* DySolverConstraint1D.h */, - FFFDde0408887fb6de040888 /* DySolverConstraint1D4.h */, - FFFDde0408f07fb6de0408f0 /* DySolverConstraintDesc.h */, - FFFDde0409587fb6de040958 /* DySolverConstraintExtShared.h */, - FFFDde0409c07fb6de0409c0 /* DySolverConstraintTypes.h */, - FFFDde040a287fb6de040a28 /* DySolverConstraintsShared.h */, - FFFDde040a907fb6de040a90 /* DySolverContact.h */, - FFFDde040af87fb6de040af8 /* DySolverContact4.h */, - FFFDde040b607fb6de040b60 /* DySolverContactPF.h */, - FFFDde040bc87fb6de040bc8 /* DySolverContactPF4.h */, - FFFDde040c307fb6de040c30 /* DySolverContext.h */, - FFFDde040c987fb6de040c98 /* DySolverControl.h */, - FFFDde040d007fb6de040d00 /* DySolverControlPF.h */, - FFFDde040d687fb6de040d68 /* DySolverCore.h */, - FFFDde040dd07fb6de040dd0 /* DySolverExt.h */, - FFFDde040e387fb6de040e38 /* DySpatial.h */, - FFFDde040ea07fb6de040ea0 /* DyThreadContext.h */, + FFFD82019e007f8a82019e00 /* DyArticulationContactPrep.h */, + FFFD82019e687f8a82019e68 /* DyArticulationFnsDebug.h */, + FFFD82019ed07f8a82019ed0 /* DyArticulationFnsScalar.h */, + FFFD82019f387f8a82019f38 /* DyArticulationFnsSimd.h */, + FFFD82019fa07f8a82019fa0 /* DyArticulationHelper.h */, + FFFD8201a0087f8a8201a008 /* DyArticulationPImpl.h */, + FFFD8201a0707f8a8201a070 /* DyArticulationReference.h */, + FFFD8201a0d87f8a8201a0d8 /* DyArticulationScalar.h */, + FFFD8201a1407f8a8201a140 /* DyArticulationUtils.h */, + FFFD8201a1a87f8a8201a1a8 /* DyBodyCoreIntegrator.h */, + FFFD8201a2107f8a8201a210 /* DyConstraintPartition.h */, + FFFD8201a2787f8a8201a278 /* DyConstraintPrep.h */, + FFFD8201a2e07f8a8201a2e0 /* DyContactPrep.h */, + FFFD8201a3487f8a8201a348 /* DyContactPrepShared.h */, + FFFD8201a3b07f8a8201a3b0 /* DyContactReduction.h */, + FFFD8201a4187f8a8201a418 /* DyCorrelationBuffer.h */, + FFFD8201a4807f8a8201a480 /* DyDynamics.h */, + FFFD8201a4e87f8a8201a4e8 /* DyFrictionPatch.h */, + FFFD8201a5507f8a8201a550 /* DyFrictionPatchStreamPair.h */, + FFFD8201a5b87f8a8201a5b8 /* DySolverBody.h */, + FFFD8201a6207f8a8201a620 /* DySolverConstraint1D.h */, + FFFD8201a6887f8a8201a688 /* DySolverConstraint1D4.h */, + FFFD8201a6f07f8a8201a6f0 /* DySolverConstraintDesc.h */, + FFFD8201a7587f8a8201a758 /* DySolverConstraintExtShared.h */, + FFFD8201a7c07f8a8201a7c0 /* DySolverConstraintTypes.h */, + FFFD8201a8287f8a8201a828 /* DySolverConstraintsShared.h */, + FFFD8201a8907f8a8201a890 /* DySolverContact.h */, + FFFD8201a8f87f8a8201a8f8 /* DySolverContact4.h */, + FFFD8201a9607f8a8201a960 /* DySolverContactPF.h */, + FFFD8201a9c87f8a8201a9c8 /* DySolverContactPF4.h */, + FFFD8201aa307f8a8201aa30 /* DySolverContext.h */, + FFFD8201aa987f8a8201aa98 /* DySolverControl.h */, + FFFD8201ab007f8a8201ab00 /* DySolverControlPF.h */, + FFFD8201ab687f8a8201ab68 /* DySolverCore.h */, + FFFD8201abd07f8a8201abd0 /* DySolverExt.h */, + FFFD8201ac387f8a8201ac38 /* DySpatial.h */, + FFFD8201aca07f8a8201aca0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFBdb20eea07fb6db20eea0 /* LowLevelCloth */ = { + FFFB816f83807f8a816f8380 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFBdb2116f07fb6db2116f0 /* include */, - FFFBdb2117187fb6db211718 /* src */, + FFFB8170a0207f8a8170a020 /* include */, + FFFB8170a0487f8a8170a048 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFBdb2116f07fb6db2116f0 /* include */ = { + FFFB8170a0207f8a8170a020 /* include */ = { isa = PBXGroup; children = ( - FFFDdb2131207fb6db213120 /* Cloth.h */, - FFFDdb2131887fb6db213188 /* Fabric.h */, - FFFDdb2131f07fb6db2131f0 /* Factory.h */, - FFFDdb2132587fb6db213258 /* PhaseConfig.h */, - FFFDdb2132c07fb6db2132c0 /* Range.h */, - FFFDdb2133287fb6db213328 /* Solver.h */, - FFFDdb2133907fb6db213390 /* Types.h */, + FFFD8170b1607f8a8170b160 /* Cloth.h */, + FFFD8170b1c87f8a8170b1c8 /* Fabric.h */, + FFFD8170b2307f8a8170b230 /* Factory.h */, + FFFD8170b2987f8a8170b298 /* PhaseConfig.h */, + FFFD8170b3007f8a8170b300 /* Range.h */, + FFFD8170b3687f8a8170b368 /* Solver.h */, + FFFD8170b3d07f8a8170b3d0 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdb2117187fb6db211718 /* src */ = { + FFFB8170a0487f8a8170a048 /* src */ = { isa = PBXGroup; children = ( - FFFDdc80b2007fb6dc80b200 /* Allocator.h */, - FFFDdc80b2687fb6dc80b268 /* Array.h */, - FFFDdc80b2d07fb6dc80b2d0 /* BoundingBox.h */, - FFFDdc80b3387fb6dc80b338 /* ClothBase.h */, - FFFDdc80b3a07fb6dc80b3a0 /* ClothImpl.h */, - FFFDdc80b4087fb6dc80b408 /* IndexPair.h */, - FFFDdc80b4707fb6dc80b470 /* IterationState.h */, - FFFDdc80b4d87fb6dc80b4d8 /* MovingAverage.h */, - FFFDdc80b5407fb6dc80b540 /* PointInterpolator.h */, - FFFDdc80b5a87fb6dc80b5a8 /* Simd.h */, - FFFDdc80b6107fb6dc80b610 /* Simd4f.h */, - FFFDdc80b6787fb6dc80b678 /* Simd4i.h */, - FFFDdc80b6e07fb6dc80b6e0 /* SimdTypes.h */, - FFFDdc80b7487fb6dc80b748 /* StackAllocator.h */, - FFFDdc80b7b07fb6dc80b7b0 /* SwCloth.h */, - FFFDdc80b8187fb6dc80b818 /* SwClothData.h */, - FFFDdc80b8807fb6dc80b880 /* SwCollision.h */, - FFFDdc80b8e87fb6dc80b8e8 /* SwCollisionHelpers.h */, - FFFDdc80b9507fb6dc80b950 /* SwFabric.h */, - FFFDdc80b9b87fb6dc80b9b8 /* SwFactory.h */, - FFFDdc80ba207fb6dc80ba20 /* SwInterCollision.h */, - FFFDdc80ba887fb6dc80ba88 /* SwSelfCollision.h */, - FFFDdc80baf07fb6dc80baf0 /* SwSolver.h */, - FFFDdc80bb587fb6dc80bb58 /* SwSolverKernel.h */, - FFFDdc80bbc07fb6dc80bbc0 /* TripletScheduler.h */, - FFFDdc80bc287fb6dc80bc28 /* Vec4T.h */, - FFFDdc80bc907fb6dc80bc90 /* Allocator.cpp */, - FFFDdc80bcf87fb6dc80bcf8 /* Factory.cpp */, - FFFDdc80bd607fb6dc80bd60 /* PhaseConfig.cpp */, - FFFDdc80bdc87fb6dc80bdc8 /* SwCloth.cpp */, - FFFDdc80be307fb6dc80be30 /* SwClothData.cpp */, - FFFDdc80be987fb6dc80be98 /* SwCollision.cpp */, - FFFDdc80bf007fb6dc80bf00 /* SwFabric.cpp */, - FFFDdc80bf687fb6dc80bf68 /* SwFactory.cpp */, - FFFDdc80bfd07fb6dc80bfd0 /* SwInterCollision.cpp */, - FFFDdc80c0387fb6dc80c038 /* SwSelfCollision.cpp */, - FFFDdc80c0a07fb6dc80c0a0 /* SwSolver.cpp */, - FFFDdc80c1087fb6dc80c108 /* SwSolverKernel.cpp */, - FFFDdc80c1707fb6dc80c170 /* TripletScheduler.cpp */, + FFFD82827c007f8a82827c00 /* Allocator.h */, + FFFD82827c687f8a82827c68 /* Array.h */, + FFFD82827cd07f8a82827cd0 /* BoundingBox.h */, + FFFD82827d387f8a82827d38 /* ClothBase.h */, + FFFD82827da07f8a82827da0 /* ClothImpl.h */, + FFFD82827e087f8a82827e08 /* IndexPair.h */, + FFFD82827e707f8a82827e70 /* IterationState.h */, + FFFD82827ed87f8a82827ed8 /* MovingAverage.h */, + FFFD82827f407f8a82827f40 /* PointInterpolator.h */, + FFFD82827fa87f8a82827fa8 /* Simd.h */, + FFFD828280107f8a82828010 /* Simd4f.h */, + FFFD828280787f8a82828078 /* Simd4i.h */, + FFFD828280e07f8a828280e0 /* SimdTypes.h */, + FFFD828281487f8a82828148 /* StackAllocator.h */, + FFFD828281b07f8a828281b0 /* SwCloth.h */, + FFFD828282187f8a82828218 /* SwClothData.h */, + FFFD828282807f8a82828280 /* SwCollision.h */, + FFFD828282e87f8a828282e8 /* SwCollisionHelpers.h */, + FFFD828283507f8a82828350 /* SwFabric.h */, + FFFD828283b87f8a828283b8 /* SwFactory.h */, + FFFD828284207f8a82828420 /* SwInterCollision.h */, + FFFD828284887f8a82828488 /* SwSelfCollision.h */, + FFFD828284f07f8a828284f0 /* SwSolver.h */, + FFFD828285587f8a82828558 /* SwSolverKernel.h */, + FFFD828285c07f8a828285c0 /* TripletScheduler.h */, + FFFD828286287f8a82828628 /* Vec4T.h */, + FFFD828286907f8a82828690 /* Allocator.cpp */, + FFFD828286f87f8a828286f8 /* Factory.cpp */, + FFFD828287607f8a82828760 /* PhaseConfig.cpp */, + FFFD828287c87f8a828287c8 /* SwCloth.cpp */, + FFFD828288307f8a82828830 /* SwClothData.cpp */, + FFFD828288987f8a82828898 /* SwCollision.cpp */, + FFFD828289007f8a82828900 /* SwFabric.cpp */, + FFFD828289687f8a82828968 /* SwFactory.cpp */, + FFFD828289d07f8a828289d0 /* SwInterCollision.cpp */, + FFFD82828a387f8a82828a38 /* SwSelfCollision.cpp */, + FFFD82828aa07f8a82828aa0 /* SwSolver.cpp */, + FFFD82828b087f8a82828b08 /* SwSolverKernel.cpp */, + FFFD82828b707f8a82828b70 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd8393607fb6dd839360 /* LowLevelParticles */ = { + FFFB8172b0d07f8a8172b0d0 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFBdd8404207fb6dd840420 /* include */, - FFFBdd8404487fb6dd840448 /* src */, + FFFB817243607f8a81724360 /* include */, + FFFB817243887f8a81724388 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFBdd8404207fb6dd840420 /* include */ = { + FFFB817243607f8a81724360 /* include */ = { isa = PBXGroup; children = ( - FFFDda1c12007fb6da1c1200 /* PtBodyTransformVault.h */, - FFFDda1c12687fb6da1c1268 /* PtContext.h */, - FFFDda1c12d07fb6da1c12d0 /* PtGridCellVector.h */, - FFFDda1c13387fb6da1c1338 /* PtParticle.h */, - FFFDda1c13a07fb6da1c13a0 /* PtParticleContactManagerStream.h */, - FFFDda1c14087fb6da1c1408 /* PtParticleData.h */, - FFFDda1c14707fb6da1c1470 /* PtParticleShape.h */, - FFFDda1c14d87fb6da1c14d8 /* PtParticleSystemCore.h */, - FFFDda1c15407fb6da1c1540 /* PtParticleSystemFlags.h */, - FFFDda1c15a87fb6da1c15a8 /* PtParticleSystemSim.h */, + FFFD82825c007f8a82825c00 /* PtBodyTransformVault.h */, + FFFD82825c687f8a82825c68 /* PtContext.h */, + FFFD82825cd07f8a82825cd0 /* PtGridCellVector.h */, + FFFD82825d387f8a82825d38 /* PtParticle.h */, + FFFD82825da07f8a82825da0 /* PtParticleContactManagerStream.h */, + FFFD82825e087f8a82825e08 /* PtParticleData.h */, + FFFD82825e707f8a82825e70 /* PtParticleShape.h */, + FFFD82825ed87f8a82825ed8 /* PtParticleSystemCore.h */, + FFFD82825f407f8a82825f40 /* PtParticleSystemFlags.h */, + FFFD82825fa87f8a82825fa8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd8404487fb6dd840448 /* src */ = { + FFFB817243887f8a81724388 /* src */ = { isa = PBXGroup; children = ( - FFFDda1c28007fb6da1c2800 /* PtBatcher.h */, - FFFDda1c28687fb6da1c2868 /* PtCollision.h */, - FFFDda1c28d07fb6da1c28d0 /* PtCollisionData.h */, - FFFDda1c29387fb6da1c2938 /* PtCollisionHelper.h */, - FFFDda1c29a07fb6da1c29a0 /* PtCollisionMethods.h */, - FFFDda1c2a087fb6da1c2a08 /* PtCollisionParameters.h */, - FFFDda1c2a707fb6da1c2a70 /* PtConfig.h */, - FFFDda1c2ad87fb6da1c2ad8 /* PtConstants.h */, - FFFDda1c2b407fb6da1c2b40 /* PtContextCpu.h */, - FFFDda1c2ba87fb6da1c2ba8 /* PtDynamicHelper.h */, - FFFDda1c2c107fb6da1c2c10 /* PtDynamics.h */, - FFFDda1c2c787fb6da1c2c78 /* PtDynamicsKernels.h */, - FFFDda1c2ce07fb6da1c2ce0 /* PtDynamicsParameters.h */, - FFFDda1c2d487fb6da1c2d48 /* PtDynamicsTempBuffers.h */, - FFFDda1c2db07fb6da1c2db0 /* PtHeightFieldAabbTest.h */, - FFFDda1c2e187fb6da1c2e18 /* PtPacketSections.h */, - FFFDda1c2e807fb6da1c2e80 /* PtParticleCell.h */, - FFFDda1c2ee87fb6da1c2ee8 /* PtParticleOpcodeCache.h */, - FFFDda1c2f507fb6da1c2f50 /* PtParticleShapeCpu.h */, - FFFDda1c2fb87fb6da1c2fb8 /* PtParticleSystemSimCpu.h */, - FFFDda1c30207fb6da1c3020 /* PtSpatialHash.h */, - FFFDda1c30887fb6da1c3088 /* PtSpatialHashHelper.h */, - FFFDda1c30f07fb6da1c30f0 /* PtTwoWayData.h */, - FFFDda1c31587fb6da1c3158 /* PtBatcher.cpp */, - FFFDda1c31c07fb6da1c31c0 /* PtBodyTransformVault.cpp */, - FFFDda1c32287fb6da1c3228 /* PtCollision.cpp */, - FFFDda1c32907fb6da1c3290 /* PtCollisionBox.cpp */, - FFFDda1c32f87fb6da1c32f8 /* PtCollisionCapsule.cpp */, - FFFDda1c33607fb6da1c3360 /* PtCollisionConvex.cpp */, - FFFDda1c33c87fb6da1c33c8 /* PtCollisionMesh.cpp */, - FFFDda1c34307fb6da1c3430 /* PtCollisionPlane.cpp */, - FFFDda1c34987fb6da1c3498 /* PtCollisionSphere.cpp */, - FFFDda1c35007fb6da1c3500 /* PtContextCpu.cpp */, - FFFDda1c35687fb6da1c3568 /* PtDynamics.cpp */, - FFFDda1c35d07fb6da1c35d0 /* PtParticleData.cpp */, - FFFDda1c36387fb6da1c3638 /* PtParticleShapeCpu.cpp */, - FFFDda1c36a07fb6da1c36a0 /* PtParticleSystemSimCpu.cpp */, - FFFDda1c37087fb6da1c3708 /* PtSpatialHash.cpp */, - FFFDda1c37707fb6da1c3770 /* PtSpatialLocalHash.cpp */, + FFFD82831c007f8a82831c00 /* PtBatcher.h */, + FFFD82831c687f8a82831c68 /* PtCollision.h */, + FFFD82831cd07f8a82831cd0 /* PtCollisionData.h */, + FFFD82831d387f8a82831d38 /* PtCollisionHelper.h */, + FFFD82831da07f8a82831da0 /* PtCollisionMethods.h */, + FFFD82831e087f8a82831e08 /* PtCollisionParameters.h */, + FFFD82831e707f8a82831e70 /* PtConfig.h */, + FFFD82831ed87f8a82831ed8 /* PtConstants.h */, + FFFD82831f407f8a82831f40 /* PtContextCpu.h */, + FFFD82831fa87f8a82831fa8 /* PtDynamicHelper.h */, + FFFD828320107f8a82832010 /* PtDynamics.h */, + FFFD828320787f8a82832078 /* PtDynamicsKernels.h */, + FFFD828320e07f8a828320e0 /* PtDynamicsParameters.h */, + FFFD828321487f8a82832148 /* PtDynamicsTempBuffers.h */, + FFFD828321b07f8a828321b0 /* PtHeightFieldAabbTest.h */, + FFFD828322187f8a82832218 /* PtPacketSections.h */, + FFFD828322807f8a82832280 /* PtParticleCell.h */, + FFFD828322e87f8a828322e8 /* PtParticleOpcodeCache.h */, + FFFD828323507f8a82832350 /* PtParticleShapeCpu.h */, + FFFD828323b87f8a828323b8 /* PtParticleSystemSimCpu.h */, + FFFD828324207f8a82832420 /* PtSpatialHash.h */, + FFFD828324887f8a82832488 /* PtSpatialHashHelper.h */, + FFFD828324f07f8a828324f0 /* PtTwoWayData.h */, + FFFD828325587f8a82832558 /* PtBatcher.cpp */, + FFFD828325c07f8a828325c0 /* PtBodyTransformVault.cpp */, + FFFD828326287f8a82832628 /* PtCollision.cpp */, + FFFD828326907f8a82832690 /* PtCollisionBox.cpp */, + FFFD828326f87f8a828326f8 /* PtCollisionCapsule.cpp */, + FFFD828327607f8a82832760 /* PtCollisionConvex.cpp */, + FFFD828327c87f8a828327c8 /* PtCollisionMesh.cpp */, + FFFD828328307f8a82832830 /* PtCollisionPlane.cpp */, + FFFD828328987f8a82832898 /* PtCollisionSphere.cpp */, + FFFD828329007f8a82832900 /* PtContextCpu.cpp */, + FFFD828329687f8a82832968 /* PtDynamics.cpp */, + FFFD828329d07f8a828329d0 /* PtParticleData.cpp */, + FFFD82832a387f8a82832a38 /* PtParticleShapeCpu.cpp */, + FFFD82832aa07f8a82832aa0 /* PtParticleSystemSimCpu.cpp */, + FFFD82832b087f8a82832b08 /* PtSpatialHash.cpp */, + FFFD82832b707f8a82832b70 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd9fb3bd07fb6d9fb3bd0 /* PxTask */ = { + FFFB811077f07f8a811077f0 /* PxTask */ = { isa = PBXGroup; children = ( - FFFBd9fb3f907fb6d9fb3f90 /* include */, - FFFBd9fb3fb87fb6d9fb3fb8 /* src */, + FFFB81102b507f8a81102b50 /* include */, + FFFB81102b787f8a81102b78 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFBd9fb3f907fb6d9fb3f90 /* include */ = { + FFFB81102b507f8a81102b50 /* include */ = { isa = PBXGroup; children = ( - FFFDd9fb21107fb6d9fb2110 /* PxCpuDispatcher.h */, - FFFDd9fb21787fb6d9fb2178 /* PxGpuDispatcher.h */, - FFFDd9fb21e07fb6d9fb21e0 /* PxGpuTask.h */, - FFFDd9fb22487fb6d9fb2248 /* PxTask.h */, - FFFDd9fb22b07fb6d9fb22b0 /* PxTaskDefine.h */, - FFFDd9fb23187fb6d9fb2318 /* PxTaskManager.h */, + FFFD81129de07f8a81129de0 /* PxCpuDispatcher.h */, + FFFD81129e487f8a81129e48 /* PxGpuDispatcher.h */, + FFFD81129eb07f8a81129eb0 /* PxGpuTask.h */, + FFFD81129f187f8a81129f18 /* PxTask.h */, + FFFD81129f807f8a81129f80 /* PxTaskDefine.h */, + FFFD81129fe87f8a81129fe8 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd9fb3fb87fb6d9fb3fb8 /* src */ = { + FFFB81102b787f8a81102b78 /* src */ = { isa = PBXGroup; children = ( - FFFDd9fb1ac07fb6d9fb1ac0 /* src/TaskManager.cpp */, + FFFD811297307f8a81129730 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBdd8732407fb6dd873240 /* PsFastXml */ = { + FFFB8145b5107f8a8145b510 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFBdd8737e07fb6dd8737e0 /* include */, - FFFBdd8738087fb6dd873808 /* src */, + FFFB8145b9407f8a8145b940 /* include */, + FFFB8145b9687f8a8145b968 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFBdd8737e07fb6dd8737e0 /* include */ = { + FFFB8145b9407f8a8145b940 /* include */ = { isa = PBXGroup; children = ( - FFFDdd8739707fb6dd873970 /* PsFastXml.h */, + FFFD8145bad07f8a8145bad0 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBdd8738087fb6dd873808 /* src */ = { + FFFB8145b9687f8a8145b968 /* src */ = { isa = PBXGroup; children = ( - FFFDdd873a707fb6dd873a70 /* PsFastXml.cpp */, + FFFD8145bbd07f8a8145bbd0 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -4997,61 +4995,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAdd887f107fb6dd887f10 /* PhysX */ = { + FFFA814495b07f8a814495b0 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd887f107fb6dd887f10 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF6814495b07f8a814495b0 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2dd887f107fb6dd887f10, - FFF8dd887f107fb6dd887f10, - FFFCdd887f107fb6dd887f10, + FFF2814495b07f8a814495b0, + FFF8814495b07f8a814495b0, + FFFC814495b07f8a814495b0, ); buildRules = ( ); dependencies = ( - FFF4dd8940707fb6dd894070, /* LowLevel */ - FFF4dd8946a07fb6dd8946a0, /* LowLevelAABB */ - FFF4dd8947607fb6dd894760, /* LowLevelCloth */ - FFF4dd8947007fb6dd894700, /* LowLevelDynamics */ - FFF4dd8947c07fb6dd8947c0, /* LowLevelParticles */ - FFF4dd889d007fb6dd889d00, /* PhysXCommon */ - FFF4dd8882307fb6dd888230, /* PxFoundation */ - FFF4dd887ee07fb6dd887ee0, /* PxPvdSDK */ - FFF4dd890b707fb6dd890b70, /* PxTask */ - FFF4dd8948207fb6dd894820, /* SceneQuery */ - FFF4dd890b407fb6dd890b40, /* SimulationController */ + FFF4814601d07f8a814601d0, /* LowLevel */ + FFF4814569507f8a81456950, /* LowLevelAABB */ + FFF4814607d07f8a814607d0, /* LowLevelCloth */ + FFF4814607707f8a81460770, /* LowLevelDynamics */ + FFF48144ef007f8a8144ef00, /* LowLevelParticles */ + FFF48144b5907f8a8144b590, /* PhysXCommon */ + FFF4814498a07f8a814498a0, /* PxFoundation */ + FFF4814495507f8a81449550, /* PxPvdSDK */ + FFF4814608b07f8a814608b0, /* PxTask */ + FFF48144ef607f8a8144ef60, /* SceneQuery */ + FFF4814608807f8a81460880, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFDdd887f107fb6dd887f10 /* PhysX */; + productReference = FFFD814495b07f8a814495b0 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFAdd8908407fb6dd890840 /* PhysXCharacterKinematic */ = { + FFFA8144ebc07f8a8144ebc0 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd8908407fb6dd890840 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF68144ebc07f8a8144ebc0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2dd8908407fb6dd890840, - FFF8dd8908407fb6dd890840, - FFFCdd8908407fb6dd890840, + FFF28144ebc07f8a8144ebc0, + FFF88144ebc07f8a8144ebc0, + FFFC8144ebc07f8a8144ebc0, ); buildRules = ( ); dependencies = ( - FFF4dd8985007fb6dd898500, /* PhysXCommon */ - FFF4dd8954307fb6dd895430, /* PhysXExtensions */ - FFF4dd8964507fb6dd896450, /* PxFoundation */ + FFF4814577b07f8a814577b0, /* PhysXCommon */ + FFF4814622207f8a81462220, /* PhysXExtensions */ + FFF4814636f07f8a814636f0, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFDdd8908407fb6dd890840 /* PhysXCharacterKinematic */; + productReference = FFFD8144ebc07f8a8144ebc0 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFAdd891e307fb6dd891e30 /* PhysXVehicle */ = { + FFFA814570a07f8a814570a0 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd891e307fb6dd891e30 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF6814570a07f8a814570a0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2dd891e307fb6dd891e30, - FFF8dd891e307fb6dd891e30, - FFFCdd891e307fb6dd891e30, + FFF2814570a07f8a814570a0, + FFF8814570a07f8a814570a0, + FFFC814570a07f8a814570a0, ); buildRules = ( ); @@ -5059,34 +5057,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFDdd891e307fb6dd891e30 /* PhysXVehicle */; + productReference = FFFD814570a07f8a814570a0 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFAdd8a34507fb6dd8a3450 /* PhysXExtensions */ = { + FFFA8146da607f8a8146da60 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd8a34507fb6dd8a3450 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF68146da607f8a8146da60 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2dd8a34507fb6dd8a3450, - FFF8dd8a34507fb6dd8a3450, - FFFCdd8a34507fb6dd8a3450, + FFF28146da607f8a8146da60, + FFF88146da607f8a8146da60, + FFFC8146da607f8a8146da60, ); buildRules = ( ); dependencies = ( - FFF4dd8a14807fb6dd8a1480, /* PsFastXml */ + FFF48146dee07f8a8146dee0, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFDdd8a34507fb6dd8a3450 /* PhysXExtensions */; + productReference = FFFD8146da607f8a8146da60 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFAddc1ccb07fb6ddc1ccb0 /* SceneQuery */ = { + FFFA814803907f8a81480390 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6ddc1ccb07fb6ddc1ccb0 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF6814803907f8a81480390 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2ddc1ccb07fb6ddc1ccb0, - FFF8ddc1ccb07fb6ddc1ccb0, - FFFCddc1ccb07fb6ddc1ccb0, + FFF2814803907f8a81480390, + FFF8814803907f8a81480390, + FFFC814803907f8a81480390, ); buildRules = ( ); @@ -5094,16 +5092,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFDddc1ccb07fb6ddc1ccb0 /* SceneQuery */; + productReference = FFFD814803907f8a81480390 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFAddc13ae07fb6ddc13ae0 /* SimulationController */ = { + FFFA81484a807f8a81484a80 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6ddc13ae07fb6ddc13ae0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF681484a807f8a81484a80 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2ddc13ae07fb6ddc13ae0, - FFF8ddc13ae07fb6ddc13ae0, - FFFCddc13ae07fb6ddc13ae0, + FFF281484a807f8a81484a80, + FFF881484a807f8a81484a80, + FFFC81484a807f8a81484a80, ); buildRules = ( ); @@ -5111,54 +5109,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFDddc13ae07fb6ddc13ae0 /* SimulationController */; + productReference = FFFD81484a807f8a81484a80 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFAddb5e2507fb6ddb5e250 /* PhysXCooking */ = { + FFFA8105c6407f8a8105c640 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6ddb5e2507fb6ddb5e250 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF68105c6407f8a8105c640 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2ddb5e2507fb6ddb5e250, - FFF8ddb5e2507fb6ddb5e250, - FFFCddb5e2507fb6ddb5e250, + FFF28105c6407f8a8105c640, + FFF88105c6407f8a8105c640, + FFFC8105c6407f8a8105c640, ); buildRules = ( ); dependencies = ( - FFF4ddb675807fb6ddb67580, /* PhysXCommon */ - FFF4ddb675e07fb6ddb675e0, /* PhysXExtensions */ - FFF4ddb5e0f07fb6ddb5e0f0, /* PxFoundation */ + FFF48105dda07f8a8105dda0, /* PhysXCommon */ + FFF4810608407f8a81060840, /* PhysXExtensions */ + FFF48105c5407f8a8105c540, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFDddb5e2507fb6ddb5e250 /* PhysXCooking */; + productReference = FFFD8105c6407f8a8105c640 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFAdb7eb4407fb6db7eb440 /* PhysXCommon */ = { + FFFA810dc3907f8a810dc390 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db7eb4407fb6db7eb440 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF6810dc3907f8a810dc390 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2db7eb4407fb6db7eb440, - FFF8db7eb4407fb6db7eb440, - FFFCdb7eb4407fb6db7eb440, + FFF2810dc3907f8a810dc390, + FFF8810dc3907f8a810dc390, + FFFC810dc3907f8a810dc390, ); buildRules = ( ); dependencies = ( - FFF4db58ba907fb6db58ba90, /* PxFoundation */ + FFF4810caf307f8a810caf30, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFDdb7eb4407fb6db7eb440 /* PhysXCommon */; + productReference = FFFD810dc3907f8a810dc390 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFAdb57a4207fb6db57a420 /* PxFoundation */ = { + FFFA810edec07f8a810edec0 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db57a4207fb6db57a420 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF6810edec07f8a810edec0 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2db57a4207fb6db57a420, - FFF8db57a4207fb6db57a420, - FFFCdb57a4207fb6db57a420, + FFF2810edec07f8a810edec0, + FFF8810edec07f8a810edec0, + FFFC810edec07f8a810edec0, ); buildRules = ( ); @@ -5166,34 +5164,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFDdb57a4207fb6db57a420 /* PxFoundation */; + productReference = FFFD810edec07f8a810edec0 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFAdd90c6e07fb6dd90c6e0 /* PxPvdSDK */ = { + FFFA81169e707f8a81169e70 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd90c6e07fb6dd90c6e0 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF681169e707f8a81169e70 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2dd90c6e07fb6dd90c6e0, - FFF8dd90c6e07fb6dd90c6e0, - FFFCdd90c6e07fb6dd90c6e0, + FFF281169e707f8a81169e70, + FFF881169e707f8a81169e70, + FFFC81169e707f8a81169e70, ); buildRules = ( ); dependencies = ( - FFF4dd90b7a07fb6dd90b7a0, /* PxFoundation */ + FFF4806734307f8a80673430, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFDdd90c6e07fb6dd90c6e0 /* PxPvdSDK */; + productReference = FFFD81169e707f8a81169e70 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFAddb234007fb6ddb23400 /* LowLevel */ = { + FFFA810c34707f8a810c3470 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6ddb234007fb6ddb23400 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF6810c34707f8a810c3470 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2ddb234007fb6ddb23400, - FFF8ddb234007fb6ddb23400, - FFFCddb234007fb6ddb23400, + FFF2810c34707f8a810c3470, + FFF8810c34707f8a810c3470, + FFFC810c34707f8a810c3470, ); buildRules = ( ); @@ -5201,16 +5199,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFDddb234007fb6ddb23400 /* LowLevel */; + productReference = FFFD810c34707f8a810c3470 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFAdd82cb107fb6dd82cb10 /* LowLevelAABB */ = { + FFFA81149d807f8a81149d80 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd82cb107fb6dd82cb10 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF681149d807f8a81149d80 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2dd82cb107fb6dd82cb10, - FFF8dd82cb107fb6dd82cb10, - FFFCdd82cb107fb6dd82cb10, + FFF281149d807f8a81149d80, + FFF881149d807f8a81149d80, + FFFC81149d807f8a81149d80, ); buildRules = ( ); @@ -5218,16 +5216,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFDdd82cb107fb6dd82cb10 /* LowLevelAABB */; + productReference = FFFD81149d807f8a81149d80 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFAddb3bf707fb6ddb3bf70 /* LowLevelDynamics */ = { + FFFA81432a807f8a81432a80 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6ddb3bf707fb6ddb3bf70 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF681432a807f8a81432a80 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2ddb3bf707fb6ddb3bf70, - FFF8ddb3bf707fb6ddb3bf70, - FFFCddb3bf707fb6ddb3bf70, + FFF281432a807f8a81432a80, + FFF881432a807f8a81432a80, + FFFC81432a807f8a81432a80, ); buildRules = ( ); @@ -5235,16 +5233,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFDddb3bf707fb6ddb3bf70 /* LowLevelDynamics */; + productReference = FFFD81432a807f8a81432a80 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFAdb20eea07fb6db20eea0 /* LowLevelCloth */ = { + FFFA816f83807f8a816f8380 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db20eea07fb6db20eea0 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF6816f83807f8a816f8380 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2db20eea07fb6db20eea0, - FFF8db20eea07fb6db20eea0, - FFFCdb20eea07fb6db20eea0, + FFF2816f83807f8a816f8380, + FFF8816f83807f8a816f8380, + FFFC816f83807f8a816f8380, ); buildRules = ( ); @@ -5252,16 +5250,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFDdb20eea07fb6db20eea0 /* LowLevelCloth */; + productReference = FFFD816f83807f8a816f8380 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFAdd8393607fb6dd839360 /* LowLevelParticles */ = { + FFFA8172b0d07f8a8172b0d0 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd8393607fb6dd839360 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF68172b0d07f8a8172b0d0 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2dd8393607fb6dd839360, - FFF8dd8393607fb6dd839360, - FFFCdd8393607fb6dd839360, + FFF28172b0d07f8a8172b0d0, + FFF88172b0d07f8a8172b0d0, + FFFC8172b0d07f8a8172b0d0, ); buildRules = ( ); @@ -5269,16 +5267,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFDdd8393607fb6dd839360 /* LowLevelParticles */; + productReference = FFFD8172b0d07f8a8172b0d0 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFAd9fb3bd07fb6d9fb3bd0 /* PxTask */ = { + FFFA811077f07f8a811077f0 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d9fb3bd07fb6d9fb3bd0 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF6811077f07f8a811077f0 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2d9fb3bd07fb6d9fb3bd0, - FFF8d9fb3bd07fb6d9fb3bd0, - FFFCd9fb3bd07fb6d9fb3bd0, + FFF2811077f07f8a811077f0, + FFF8811077f07f8a811077f0, + FFFC811077f07f8a811077f0, ); buildRules = ( ); @@ -5286,16 +5284,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFDd9fb3bd07fb6d9fb3bd0 /* PxTask */; + productReference = FFFD811077f07f8a811077f0 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFAdd8732407fb6dd873240 /* PsFastXml */ = { + FFFA8145b5107f8a8145b510 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dd8732407fb6dd873240 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF68145b5107f8a8145b510 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2dd8732407fb6dd873240, - FFF8dd8732407fb6dd873240, - FFFCdd8732407fb6dd873240, + FFF28145b5107f8a8145b510, + FFF88145b5107f8a8145b510, + FFFC8145b5107f8a8145b510, ); buildRules = ( ); @@ -5303,213 +5301,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFDdd8732407fb6dd873240 /* PsFastXml */; + productReference = FFFD8145b5107f8a8145b510 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6dd887f107fb6dd887f10 = { + FFF6814495b07f8a814495b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de04ba007fb6de04ba00, - FFF7de04c0f07fb6de04c0f0, - FFF7de04c7e07fb6de04c7e0, - FFF7de04ced07fb6de04ced0, + FFF78183ca007f8a8183ca00, + FFF78183d0f07f8a8183d0f0, + FFF78183d7e07f8a8183d7e0, + FFF78183ded07f8a8183ded0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6dd8908407fb6dd890840 = { + FFF68144ebc07f8a8144ebc0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de04d6007fb6de04d600, - FFF7de04dcf07fb6de04dcf0, - FFF7de04e3e07fb6de04e3e0, - FFF7de04ead07fb6de04ead0, + FFF78183e6007f8a8183e600, + FFF78183ecf07f8a8183ecf0, + FFF78183f3e07f8a8183f3e0, + FFF78183fad07f8a8183fad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd891e307fb6dd891e30 = { + FFF6814570a07f8a814570a0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de04f2007fb6de04f200, - FFF7de04f8f07fb6de04f8f0, - FFF7de04ffe07fb6de04ffe0, - FFF7de0506d07fb6de0506d0, + FFF7818402007f8a81840200, + FFF7818408f07f8a818408f0, + FFF781840fe07f8a81840fe0, + FFF7818416d07f8a818416d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd8a34507fb6dd8a3450 = { + FFF68146da607f8a8146da60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de050e007fb6de050e00, - FFF7de0514f07fb6de0514f0, - FFF7de051be07fb6de051be0, - FFF7de0522d07fb6de0522d0, + FFF781841e007f8a81841e00, + FFF7818424f07f8a818424f0, + FFF781842be07f8a81842be0, + FFF7818432d07f8a818432d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6ddc1ccb07fb6ddc1ccb0 = { + FFF6814803907f8a81480390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de052a007fb6de052a00, - FFF7de0530f07fb6de0530f0, - FFF7de0537e07fb6de0537e0, - FFF7de053ed07fb6de053ed0, + FFF781843a007f8a81843a00, + FFF7818440f07f8a818440f0, + FFF7818447e07f8a818447e0, + FFF781844ed07f8a81844ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6ddc13ae07fb6ddc13ae0 = { + FFF681484a807f8a81484a80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de0546007fb6de054600, - FFF7de054cf07fb6de054cf0, - FFF7de0553e07fb6de0553e0, - FFF7de055ad07fb6de055ad0, + FFF7818456007f8a81845600, + FFF781845cf07f8a81845cf0, + FFF7818463e07f8a818463e0, + FFF781846ad07f8a81846ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6ddb5e2507fb6ddb5e250 = { + FFF68105c6407f8a8105c640 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de0562007fb6de056200, - FFF7de0568f07fb6de0568f0, - FFF7de056fe07fb6de056fe0, - FFF7de0576d07fb6de0576d0, + FFF7818472007f8a81847200, + FFF7818478f07f8a818478f0, + FFF781847fe07f8a81847fe0, + FFF7818486d07f8a818486d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6db7eb4407fb6db7eb440 = { + FFF6810dc3907f8a810dc390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da1bcc007fb6da1bcc00, - FFF7da1bd2f07fb6da1bd2f0, - FFF7da1bd9e07fb6da1bd9e0, - FFF7da1be0d07fb6da1be0d0, + FFF7820110007f8a82011000, + FFF7820116f07f8a820116f0, + FFF782011de07f8a82011de0, + FFF7820124d07f8a820124d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6db57a4207fb6db57a420 = { + FFF6810edec07f8a810edec0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da189c007fb6da189c00, - FFF7da18a2f07fb6da18a2f0, - FFF7da18a9e07fb6da18a9e0, - FFF7da18b0d07fb6da18b0d0, + FFF781808c007f8a81808c00, + FFF7818092f07f8a818092f0, + FFF7818099e07f8a818099e0, + FFF78180a0d07f8a8180a0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd90c6e07fb6dd90c6e0 = { + FFF681169e707f8a81169e70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de027a007fb6de027a00, - FFF7de0280f07fb6de0280f0, - FFF7de0287e07fb6de0287e0, - FFF7de028ed07fb6de028ed0, + FFF7809878007f8a80987800, + FFF780987ef07f8a80987ef0, + FFF7809885e07f8a809885e0, + FFF780988cd07f8a80988cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6ddb234007fb6ddb23400 = { + FFF6810c34707f8a810c3470 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de0384007fb6de038400, - FFF7de038af07fb6de038af0, - FFF7de0391e07fb6de0391e0, - FFF7de0398d07fb6de0398d0, + FFF7818332007f8a81833200, + FFF7818338f07f8a818338f0, + FFF781833fe07f8a81833fe0, + FFF7818346d07f8a818346d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd82cb107fb6dd82cb10 = { + FFF681149d807f8a81149d80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da1ace007fb6da1ace00, - FFF7da1ad4f07fb6da1ad4f0, - FFF7da1adbe07fb6da1adbe0, - FFF7da1ae2d07fb6da1ae2d0, + FFF78099a0007f8a8099a000, + FFF78099a6f07f8a8099a6f0, + FFF78099ade07f8a8099ade0, + FFF78099b4d07f8a8099b4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6ddb3bf707fb6ddb3bf70 = { + FFF681432a807f8a81432a80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7de041a007fb6de041a00, - FFF7de0420f07fb6de0420f0, - FFF7de0427e07fb6de0427e0, - FFF7de042ed07fb6de042ed0, + FFF78201b8007f8a8201b800, + FFF78201bef07f8a8201bef0, + FFF78201c5e07f8a8201c5e0, + FFF78201ccd07f8a8201ccd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db20eea07fb6db20eea0 = { + FFF6816f83807f8a816f8380 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7dc80cc007fb6dc80cc00, - FFF7dc80d2f07fb6dc80d2f0, - FFF7dc80d9e07fb6dc80d9e0, - FFF7dc80e0d07fb6dc80e0d0, + FFF7828296007f8a82829600, + FFF782829cf07f8a82829cf0, + FFF78282a3e07f8a8282a3e0, + FFF78282aad07f8a8282aad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd8393607fb6dd839360 = { + FFF68172b0d07f8a8172b0d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da1c42007fb6da1c4200, - FFF7da1c48f07fb6da1c48f0, - FFF7da1c4fe07fb6da1c4fe0, - FFF7da1c56d07fb6da1c56d0, + FFF7828336007f8a82833600, + FFF782833cf07f8a82833cf0, + FFF7828343e07f8a828343e0, + FFF782834ad07f8a82834ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d9fb3bd07fb6d9fb3bd0 = { + FFF6811077f07f8a811077f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da808e007fb6da808e00, - FFF7da8094f07fb6da8094f0, - FFF7da809be07fb6da809be0, - FFF7da80a2d07fb6da80a2d0, + FFF7809a14007f8a809a1400, + FFF7809a1af07f8a809a1af0, + FFF7809a21e07f8a809a21e0, + FFF7809a28d07f8a809a28d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dd8732407fb6dd873240 = { + FFF68145b5107f8a8145b510 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da1e76007fb6da1e7600, - FFF7da1e7cf07fb6da1e7cf0, - FFF7da1e83e07fb6da1e83e0, - FFF7da1e8ad07fb6da1e8ad0, + FFF782021a007f8a82021a00, + FFF7820220f07f8a820220f0, + FFF7820227e07f8a820227e0, + FFF782022ed07f8a82022ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d9c823c07fb6d9c823c0 = { + FFF68047cb207f8a8047cb20 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3de04ba007fb6de04ba00 /* release */, - FFF3de04c0f07fb6de04c0f0 /* debug */, - FFF3de04c7e07fb6de04c7e0 /* checked */, - FFF3de04ced07fb6de04ced0 /* profile */, + FFF38183ca007f8a8183ca00 /* release */, + FFF38183d0f07f8a8183d0f0 /* debug */, + FFF38183d7e07f8a8183d7e0 /* checked */, + FFF38183ded07f8a8183ded0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7de04ba007fb6de04ba00 /* release */ = { + FFF78183ca007f8a8183ca00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5539,7 +5537,7 @@ }; name = "release"; }; - FFF7de04c0f07fb6de04c0f0 /* debug */ = { + FFF78183d0f07f8a8183d0f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5569,7 +5567,7 @@ }; name = "debug"; }; - FFF7de04c7e07fb6de04c7e0 /* checked */ = { + FFF78183d7e07f8a8183d7e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5599,7 +5597,7 @@ }; name = "checked"; }; - FFF7de04ced07fb6de04ced0 /* profile */ = { + FFF78183ded07f8a8183ded0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5629,7 +5627,7 @@ }; name = "profile"; }; - FFF7de04d6007fb6de04d600 /* debug */ = { + FFF78183e6007f8a8183e600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5659,7 +5657,7 @@ }; name = "debug"; }; - FFF7de04dcf07fb6de04dcf0 /* checked */ = { + FFF78183ecf07f8a8183ecf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5689,7 +5687,7 @@ }; name = "checked"; }; - FFF7de04e3e07fb6de04e3e0 /* profile */ = { + FFF78183f3e07f8a8183f3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5719,7 +5717,7 @@ }; name = "profile"; }; - FFF7de04ead07fb6de04ead0 /* release */ = { + FFF78183fad07f8a8183fad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5749,7 +5747,7 @@ }; name = "release"; }; - FFF7de04f2007fb6de04f200 /* debug */ = { + FFF7818402007f8a81840200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5779,7 +5777,7 @@ }; name = "debug"; }; - FFF7de04f8f07fb6de04f8f0 /* checked */ = { + FFF7818408f07f8a818408f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5809,7 +5807,7 @@ }; name = "checked"; }; - FFF7de04ffe07fb6de04ffe0 /* profile */ = { + FFF781840fe07f8a81840fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5839,7 +5837,7 @@ }; name = "profile"; }; - FFF7de0506d07fb6de0506d0 /* release */ = { + FFF7818416d07f8a818416d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5869,7 +5867,7 @@ }; name = "release"; }; - FFF7de050e007fb6de050e00 /* debug */ = { + FFF781841e007f8a81841e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5877,7 +5875,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5899,7 +5897,7 @@ }; name = "debug"; }; - FFF7de0514f07fb6de0514f0 /* checked */ = { + FFF7818424f07f8a818424f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5907,7 +5905,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5929,7 +5927,7 @@ }; name = "checked"; }; - FFF7de051be07fb6de051be0 /* profile */ = { + FFF781842be07f8a81842be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5937,7 +5935,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5959,7 +5957,7 @@ }; name = "profile"; }; - FFF7de0522d07fb6de0522d0 /* release */ = { + FFF7818432d07f8a818432d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5967,7 +5965,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5989,7 +5987,7 @@ }; name = "release"; }; - FFF7de052a007fb6de052a00 /* debug */ = { + FFF781843a007f8a81843a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6019,7 +6017,7 @@ }; name = "debug"; }; - FFF7de0530f07fb6de0530f0 /* checked */ = { + FFF7818440f07f8a818440f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6049,7 +6047,7 @@ }; name = "checked"; }; - FFF7de0537e07fb6de0537e0 /* profile */ = { + FFF7818447e07f8a818447e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6079,7 +6077,7 @@ }; name = "profile"; }; - FFF7de053ed07fb6de053ed0 /* release */ = { + FFF781844ed07f8a81844ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6109,7 +6107,7 @@ }; name = "release"; }; - FFF7de0546007fb6de054600 /* debug */ = { + FFF7818456007f8a81845600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6139,7 +6137,7 @@ }; name = "debug"; }; - FFF7de054cf07fb6de054cf0 /* checked */ = { + FFF781845cf07f8a81845cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6169,7 +6167,7 @@ }; name = "checked"; }; - FFF7de0553e07fb6de0553e0 /* profile */ = { + FFF7818463e07f8a818463e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6199,7 +6197,7 @@ }; name = "profile"; }; - FFF7de055ad07fb6de055ad0 /* release */ = { + FFF781846ad07f8a81846ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6229,7 +6227,7 @@ }; name = "release"; }; - FFF7de0562007fb6de056200 /* release */ = { + FFF7818472007f8a81847200 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6259,7 +6257,7 @@ }; name = "release"; }; - FFF7de0568f07fb6de0568f0 /* debug */ = { + FFF7818478f07f8a818478f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6289,7 +6287,7 @@ }; name = "debug"; }; - FFF7de056fe07fb6de056fe0 /* checked */ = { + FFF781847fe07f8a81847fe0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6319,7 +6317,7 @@ }; name = "checked"; }; - FFF7de0576d07fb6de0576d0 /* profile */ = { + FFF7818486d07f8a818486d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6349,7 +6347,7 @@ }; name = "profile"; }; - FFF7da1bcc007fb6da1bcc00 /* release */ = { + FFF7820110007f8a82011000 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6379,7 +6377,7 @@ }; name = "release"; }; - FFF7da1bd2f07fb6da1bd2f0 /* debug */ = { + FFF7820116f07f8a820116f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6409,7 +6407,7 @@ }; name = "debug"; }; - FFF7da1bd9e07fb6da1bd9e0 /* checked */ = { + FFF782011de07f8a82011de0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6439,7 +6437,7 @@ }; name = "checked"; }; - FFF7da1be0d07fb6da1be0d0 /* profile */ = { + FFF7820124d07f8a820124d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6469,7 +6467,7 @@ }; name = "profile"; }; - FFF7da189c007fb6da189c00 /* debug */ = { + FFF781808c007f8a81808c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6499,7 +6497,7 @@ }; name = "debug"; }; - FFF7da18a2f07fb6da18a2f0 /* release */ = { + FFF7818092f07f8a818092f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6529,7 +6527,7 @@ }; name = "release"; }; - FFF7da18a9e07fb6da18a9e0 /* checked */ = { + FFF7818099e07f8a818099e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6559,7 +6557,7 @@ }; name = "checked"; }; - FFF7da18b0d07fb6da18b0d0 /* profile */ = { + FFF78180a0d07f8a8180a0d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6589,7 +6587,7 @@ }; name = "profile"; }; - FFF7de027a007fb6de027a00 /* debug */ = { + FFF7809878007f8a80987800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6619,7 +6617,7 @@ }; name = "debug"; }; - FFF7de0280f07fb6de0280f0 /* release */ = { + FFF780987ef07f8a80987ef0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6649,7 +6647,7 @@ }; name = "release"; }; - FFF7de0287e07fb6de0287e0 /* checked */ = { + FFF7809885e07f8a809885e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6679,7 +6677,7 @@ }; name = "checked"; }; - FFF7de028ed07fb6de028ed0 /* profile */ = { + FFF780988cd07f8a80988cd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6709,7 +6707,7 @@ }; name = "profile"; }; - FFF7de0384007fb6de038400 /* debug */ = { + FFF7818332007f8a81833200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6739,7 +6737,7 @@ }; name = "debug"; }; - FFF7de038af07fb6de038af0 /* checked */ = { + FFF7818338f07f8a818338f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6769,7 +6767,7 @@ }; name = "checked"; }; - FFF7de0391e07fb6de0391e0 /* profile */ = { + FFF781833fe07f8a81833fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6799,7 +6797,7 @@ }; name = "profile"; }; - FFF7de0398d07fb6de0398d0 /* release */ = { + FFF7818346d07f8a818346d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6829,7 +6827,7 @@ }; name = "release"; }; - FFF7da1ace007fb6da1ace00 /* debug */ = { + FFF78099a0007f8a8099a000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6859,7 +6857,7 @@ }; name = "debug"; }; - FFF7da1ad4f07fb6da1ad4f0 /* checked */ = { + FFF78099a6f07f8a8099a6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6889,7 +6887,7 @@ }; name = "checked"; }; - FFF7da1adbe07fb6da1adbe0 /* profile */ = { + FFF78099ade07f8a8099ade0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6919,7 +6917,7 @@ }; name = "profile"; }; - FFF7da1ae2d07fb6da1ae2d0 /* release */ = { + FFF78099b4d07f8a8099b4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6949,7 +6947,7 @@ }; name = "release"; }; - FFF7de041a007fb6de041a00 /* debug */ = { + FFF78201b8007f8a8201b800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6979,7 +6977,7 @@ }; name = "debug"; }; - FFF7de0420f07fb6de0420f0 /* checked */ = { + FFF78201bef07f8a8201bef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7009,7 +7007,7 @@ }; name = "checked"; }; - FFF7de0427e07fb6de0427e0 /* profile */ = { + FFF78201c5e07f8a8201c5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7039,7 +7037,7 @@ }; name = "profile"; }; - FFF7de042ed07fb6de042ed0 /* release */ = { + FFF78201ccd07f8a8201ccd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7069,7 +7067,7 @@ }; name = "release"; }; - FFF7dc80cc007fb6dc80cc00 /* debug */ = { + FFF7828296007f8a82829600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7099,7 +7097,7 @@ }; name = "debug"; }; - FFF7dc80d2f07fb6dc80d2f0 /* checked */ = { + FFF782829cf07f8a82829cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7129,7 +7127,7 @@ }; name = "checked"; }; - FFF7dc80d9e07fb6dc80d9e0 /* profile */ = { + FFF78282a3e07f8a8282a3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7159,7 +7157,7 @@ }; name = "profile"; }; - FFF7dc80e0d07fb6dc80e0d0 /* release */ = { + FFF78282aad07f8a8282aad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7189,7 +7187,7 @@ }; name = "release"; }; - FFF7da1c42007fb6da1c4200 /* debug */ = { + FFF7828336007f8a82833600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7219,7 +7217,7 @@ }; name = "debug"; }; - FFF7da1c48f07fb6da1c48f0 /* checked */ = { + FFF782833cf07f8a82833cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7249,7 +7247,7 @@ }; name = "checked"; }; - FFF7da1c4fe07fb6da1c4fe0 /* profile */ = { + FFF7828343e07f8a828343e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7279,7 +7277,7 @@ }; name = "profile"; }; - FFF7da1c56d07fb6da1c56d0 /* release */ = { + FFF782834ad07f8a82834ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7309,7 +7307,7 @@ }; name = "release"; }; - FFF7da808e007fb6da808e00 /* debug */ = { + FFF7809a14007f8a809a1400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7339,7 +7337,7 @@ }; name = "debug"; }; - FFF7da8094f07fb6da8094f0 /* release */ = { + FFF7809a1af07f8a809a1af0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7369,7 +7367,7 @@ }; name = "release"; }; - FFF7da809be07fb6da809be0 /* checked */ = { + FFF7809a21e07f8a809a21e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7399,7 +7397,7 @@ }; name = "checked"; }; - FFF7da80a2d07fb6da80a2d0 /* profile */ = { + FFF7809a28d07f8a809a28d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7429,7 +7427,7 @@ }; name = "profile"; }; - FFF7da1e76007fb6da1e7600 /* debug */ = { + FFF782021a007f8a82021a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7459,7 +7457,7 @@ }; name = "debug"; }; - FFF7da1e7cf07fb6da1e7cf0 /* release */ = { + FFF7820220f07f8a820220f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7489,7 +7487,7 @@ }; name = "release"; }; - FFF7da1e83e07fb6da1e83e0 /* checked */ = { + FFF7820227e07f8a820227e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7519,7 +7517,7 @@ }; name = "checked"; }; - FFF7da1e8ad07fb6da1e8ad0 /* profile */ = { + FFF782022ed07f8a82022ed0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7549,25 +7547,25 @@ }; name = "profile"; }; - FFF3de04ba007fb6de04ba00 /* release */ = { + FFF38183ca007f8a8183ca00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3de04c0f07fb6de04c0f0 /* debug */ = { + FFF38183d0f07f8a8183d0f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3de04c7e07fb6de04c7e0 /* checked */ = { + FFF38183d7e07f8a8183d7e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3de04ced07fb6de04ced0 /* profile */ = { + FFF38183ded07f8a8183ded0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7576,34 +7574,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9d9c823c07fb6d9c823c0 /* Project object */ = { + FFF98047cb207f8a8047cb20 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6d9c823c07fb6d9c823c0 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF68047cb207f8a8047cb20 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBd9c824287fb6d9c82428 /* PhysX */; + mainGroup = FFFB8047cb887f8a8047cb88 /* PhysX */; targets = ( - FFFAdd887f107fb6dd887f10, - FFFAdd8908407fb6dd890840, - FFFAdd891e307fb6dd891e30, - FFFAdd8a34507fb6dd8a3450, - FFFAddc1ccb07fb6ddc1ccb0, - FFFAddc13ae07fb6ddc13ae0, - FFFAddb5e2507fb6ddb5e250, - FFFAdb7eb4407fb6db7eb440, - FFFAdb57a4207fb6db57a420, - FFFAdd90c6e07fb6dd90c6e0, - FFFAddb234007fb6ddb23400, - FFFAdd82cb107fb6dd82cb10, - FFFAddb3bf707fb6ddb3bf70, - FFFAdb20eea07fb6db20eea0, - FFFAdd8393607fb6dd839360, - FFFAd9fb3bd07fb6d9fb3bd0, - FFFAdd8732407fb6dd873240, + FFFA814495b07f8a814495b0, + FFFA8144ebc07f8a8144ebc0, + FFFA814570a07f8a814570a0, + FFFA8146da607f8a8146da60, + FFFA814803907f8a81480390, + FFFA81484a807f8a81484a80, + FFFA8105c6407f8a8105c640, + FFFA810dc3907f8a810dc390, + FFFA810edec07f8a810edec0, + FFFA81169e707f8a81169e70, + FFFA810c34707f8a810c3470, + FFFA81149d807f8a81149d80, + FFFA81432a807f8a81432a80, + FFFA816f83807f8a816f8380, + FFFA8172b0d07f8a8172b0d0, + FFFA811077f07f8a811077f0, + FFFA8145b5107f8a8145b510, ); }; /* End PBXProject section */ }; - rootObject = FFF9d9c823c07fb6d9c823c0 /* Project object */; + rootObject = FFF98047cb207f8a8047cb20 /* Project object */; } diff --git a/PhysX_3.4/Source/compiler/xcode_osx64/PhysX.xcodeproj/project.pbxproj b/PhysX_3.4/Source/compiler/xcode_osx64/PhysX.xcodeproj/project.pbxproj index 7791610b..1927d90c 100644 --- a/PhysX_3.4/Source/compiler/xcode_osx64/PhysX.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Source/compiler/xcode_osx64/PhysX.xcodeproj/project.pbxproj @@ -7,223 +7,223 @@ objects = { /* Begin PBXBuildFile section of PhysX */ - FFFFd78a1d007fd6d78a1d00 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDd78c1fc07fd6d78c1fc0 /* SceneQuery */; }; - FFFFd789e8407fd6d789e840 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDd78c66b07fd6d78c66b0 /* SimulationController */; }; - FFFFd40a56387fd6d40a5638 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a56387fd6d40a5638 /* NpActor.cpp */; }; - FFFFd40a56a07fd6d40a56a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a56a07fd6d40a56a0 /* NpAggregate.cpp */; }; - FFFFd40a57087fd6d40a5708 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a57087fd6d40a5708 /* NpArticulation.cpp */; }; - FFFFd40a57707fd6d40a5770 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a57707fd6d40a5770 /* NpArticulationJoint.cpp */; }; - FFFFd40a57d87fd6d40a57d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a57d87fd6d40a57d8 /* NpArticulationLink.cpp */; }; - FFFFd40a58407fd6d40a5840 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a58407fd6d40a5840 /* NpBatchQuery.cpp */; }; - FFFFd40a58a87fd6d40a58a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a58a87fd6d40a58a8 /* NpConstraint.cpp */; }; - FFFFd40a59107fd6d40a5910 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a59107fd6d40a5910 /* NpFactory.cpp */; }; - FFFFd40a59787fd6d40a5978 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a59787fd6d40a5978 /* NpMaterial.cpp */; }; - FFFFd40a59e07fd6d40a59e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a59e07fd6d40a59e0 /* NpMetaData.cpp */; }; - FFFFd40a5a487fd6d40a5a48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5a487fd6d40a5a48 /* NpPhysics.cpp */; }; - FFFFd40a5ab07fd6d40a5ab0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5ab07fd6d40a5ab0 /* NpPvdSceneQueryCollector.cpp */; }; - FFFFd40a5b187fd6d40a5b18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5b187fd6d40a5b18 /* NpReadCheck.cpp */; }; - FFFFd40a5b807fd6d40a5b80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5b807fd6d40a5b80 /* NpRigidDynamic.cpp */; }; - FFFFd40a5be87fd6d40a5be8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5be87fd6d40a5be8 /* NpRigidStatic.cpp */; }; - FFFFd40a5c507fd6d40a5c50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5c507fd6d40a5c50 /* NpScene.cpp */; }; - FFFFd40a5cb87fd6d40a5cb8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5cb87fd6d40a5cb8 /* NpSceneQueries.cpp */; }; - FFFFd40a5d207fd6d40a5d20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5d207fd6d40a5d20 /* NpSerializerAdapter.cpp */; }; - FFFFd40a5d887fd6d40a5d88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5d887fd6d40a5d88 /* NpShape.cpp */; }; - FFFFd40a5df07fd6d40a5df0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5df07fd6d40a5df0 /* NpShapeManager.cpp */; }; - FFFFd40a5e587fd6d40a5e58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5e587fd6d40a5e58 /* NpSpatialIndex.cpp */; }; - FFFFd40a5ec07fd6d40a5ec0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5ec07fd6d40a5ec0 /* NpVolumeCache.cpp */; }; - FFFFd40a5f287fd6d40a5f28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5f287fd6d40a5f28 /* NpWriteCheck.cpp */; }; - FFFFd40a5f907fd6d40a5f90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5f907fd6d40a5f90 /* PvdMetaDataPvdBinding.cpp */; }; - FFFFd40a5ff87fd6d40a5ff8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a5ff87fd6d40a5ff8 /* PvdPhysicsClient.cpp */; }; - FFFFd40a62007fd6d40a6200 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a62007fd6d40a6200 /* particles/NpParticleFluid.cpp */; }; - FFFFd40a62687fd6d40a6268 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a62687fd6d40a6268 /* particles/NpParticleSystem.cpp */; }; - FFFFd40a6a207fd6d40a6a20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6a207fd6d40a6a20 /* buffering/ScbActor.cpp */; }; - FFFFd40a6a887fd6d40a6a88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6a887fd6d40a6a88 /* buffering/ScbAggregate.cpp */; }; - FFFFd40a6af07fd6d40a6af0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6af07fd6d40a6af0 /* buffering/ScbBase.cpp */; }; - FFFFd40a6b587fd6d40a6b58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6b587fd6d40a6b58 /* buffering/ScbCloth.cpp */; }; - FFFFd40a6bc07fd6d40a6bc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6bc07fd6d40a6bc0 /* buffering/ScbMetaData.cpp */; }; - FFFFd40a6c287fd6d40a6c28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6c287fd6d40a6c28 /* buffering/ScbParticleSystem.cpp */; }; - FFFFd40a6c907fd6d40a6c90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6c907fd6d40a6c90 /* buffering/ScbScene.cpp */; }; - FFFFd40a6cf87fd6d40a6cf8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6cf87fd6d40a6cf8 /* buffering/ScbScenePvdClient.cpp */; }; - FFFFd40a6d607fd6d40a6d60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6d607fd6d40a6d60 /* buffering/ScbShape.cpp */; }; - FFFFd40a6f007fd6d40a6f00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6f007fd6d40a6f00 /* cloth/NpCloth.cpp */; }; - FFFFd40a6f687fd6d40a6f68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6f687fd6d40a6f68 /* cloth/NpClothFabric.cpp */; }; - FFFFd40a6fd07fd6d40a6fd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a6fd07fd6d40a6fd0 /* cloth/NpClothParticleData.cpp */; }; - FFFFd40a70387fd6d40a7038 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a70387fd6d40a7038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; - FFFFd409b9a87fd6d409b9a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDd409b9a87fd6d409b9a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; - FFFFd409ba107fd6d409ba10 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDd409ba107fd6d409ba10 /* core/src/PxMetaDataObjects.cpp */; }; + FFFF2d9ed0607f922d9ed060 /* SceneQuery in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2dc145807f922dc14580 /* SceneQuery */; }; + FFFF2d9f03907f922d9f0390 /* SimulationController in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2dc18c707f922dc18c70 /* SimulationController */; }; + FFFF2c8616387f922c861638 /* NpActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8616387f922c861638 /* NpActor.cpp */; }; + FFFF2c8616a07f922c8616a0 /* NpAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8616a07f922c8616a0 /* NpAggregate.cpp */; }; + FFFF2c8617087f922c861708 /* NpArticulation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8617087f922c861708 /* NpArticulation.cpp */; }; + FFFF2c8617707f922c861770 /* NpArticulationJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8617707f922c861770 /* NpArticulationJoint.cpp */; }; + FFFF2c8617d87f922c8617d8 /* NpArticulationLink.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8617d87f922c8617d8 /* NpArticulationLink.cpp */; }; + FFFF2c8618407f922c861840 /* NpBatchQuery.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8618407f922c861840 /* NpBatchQuery.cpp */; }; + FFFF2c8618a87f922c8618a8 /* NpConstraint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8618a87f922c8618a8 /* NpConstraint.cpp */; }; + FFFF2c8619107f922c861910 /* NpFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8619107f922c861910 /* NpFactory.cpp */; }; + FFFF2c8619787f922c861978 /* NpMaterial.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8619787f922c861978 /* NpMaterial.cpp */; }; + FFFF2c8619e07f922c8619e0 /* NpMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8619e07f922c8619e0 /* NpMetaData.cpp */; }; + FFFF2c861a487f922c861a48 /* NpPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861a487f922c861a48 /* NpPhysics.cpp */; }; + FFFF2c861ab07f922c861ab0 /* NpPvdSceneQueryCollector.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861ab07f922c861ab0 /* NpPvdSceneQueryCollector.cpp */; }; + FFFF2c861b187f922c861b18 /* NpReadCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861b187f922c861b18 /* NpReadCheck.cpp */; }; + FFFF2c861b807f922c861b80 /* NpRigidDynamic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861b807f922c861b80 /* NpRigidDynamic.cpp */; }; + FFFF2c861be87f922c861be8 /* NpRigidStatic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861be87f922c861be8 /* NpRigidStatic.cpp */; }; + FFFF2c861c507f922c861c50 /* NpScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861c507f922c861c50 /* NpScene.cpp */; }; + FFFF2c861cb87f922c861cb8 /* NpSceneQueries.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861cb87f922c861cb8 /* NpSceneQueries.cpp */; }; + FFFF2c861d207f922c861d20 /* NpSerializerAdapter.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861d207f922c861d20 /* NpSerializerAdapter.cpp */; }; + FFFF2c861d887f922c861d88 /* NpShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861d887f922c861d88 /* NpShape.cpp */; }; + FFFF2c861df07f922c861df0 /* NpShapeManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861df07f922c861df0 /* NpShapeManager.cpp */; }; + FFFF2c861e587f922c861e58 /* NpSpatialIndex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861e587f922c861e58 /* NpSpatialIndex.cpp */; }; + FFFF2c861ec07f922c861ec0 /* NpVolumeCache.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861ec07f922c861ec0 /* NpVolumeCache.cpp */; }; + FFFF2c861f287f922c861f28 /* NpWriteCheck.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861f287f922c861f28 /* NpWriteCheck.cpp */; }; + FFFF2c861f907f922c861f90 /* PvdMetaDataPvdBinding.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861f907f922c861f90 /* PvdMetaDataPvdBinding.cpp */; }; + FFFF2c861ff87f922c861ff8 /* PvdPhysicsClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c861ff87f922c861ff8 /* PvdPhysicsClient.cpp */; }; + FFFF2c8622007f922c862200 /* particles/NpParticleFluid.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8622007f922c862200 /* particles/NpParticleFluid.cpp */; }; + FFFF2c8622687f922c862268 /* particles/NpParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8622687f922c862268 /* particles/NpParticleSystem.cpp */; }; + FFFF2c862a207f922c862a20 /* buffering/ScbActor.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862a207f922c862a20 /* buffering/ScbActor.cpp */; }; + FFFF2c862a887f922c862a88 /* buffering/ScbAggregate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862a887f922c862a88 /* buffering/ScbAggregate.cpp */; }; + FFFF2c862af07f922c862af0 /* buffering/ScbBase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862af07f922c862af0 /* buffering/ScbBase.cpp */; }; + FFFF2c862b587f922c862b58 /* buffering/ScbCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862b587f922c862b58 /* buffering/ScbCloth.cpp */; }; + FFFF2c862bc07f922c862bc0 /* buffering/ScbMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862bc07f922c862bc0 /* buffering/ScbMetaData.cpp */; }; + FFFF2c862c287f922c862c28 /* buffering/ScbParticleSystem.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862c287f922c862c28 /* buffering/ScbParticleSystem.cpp */; }; + FFFF2c862c907f922c862c90 /* buffering/ScbScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862c907f922c862c90 /* buffering/ScbScene.cpp */; }; + FFFF2c862cf87f922c862cf8 /* buffering/ScbScenePvdClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862cf87f922c862cf8 /* buffering/ScbScenePvdClient.cpp */; }; + FFFF2c862d607f922c862d60 /* buffering/ScbShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862d607f922c862d60 /* buffering/ScbShape.cpp */; }; + FFFF2c862f007f922c862f00 /* cloth/NpCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862f007f922c862f00 /* cloth/NpCloth.cpp */; }; + FFFF2c862f687f922c862f68 /* cloth/NpClothFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862f687f922c862f68 /* cloth/NpClothFabric.cpp */; }; + FFFF2c862fd07f922c862fd0 /* cloth/NpClothParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c862fd07f922c862fd0 /* cloth/NpClothParticleData.cpp */; }; + FFFF2c8630387f922c863038 /* ../../ImmediateMode/src/NpImmediateMode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8630387f922c863038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */; }; + FFFF2c8635a87f922c8635a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c8635a87f922c8635a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2c8636107f922c863610 /* core/src/PxMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c8636107f922c863610 /* core/src/PxMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd789d9507fd6d789d950 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd40a48007fd6d40a4800 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a48687fd6d40a4868 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a48d07fd6d40a48d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a49387fd6d40a4938 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a49a07fd6d40a49a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4a087fd6d40a4a08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4a707fd6d40a4a70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4ad87fd6d40a4ad8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4b407fd6d40a4b40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4ba87fd6d40a4ba8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4c107fd6d40a4c10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4c787fd6d40a4c78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4ce07fd6d40a4ce0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4d487fd6d40a4d48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4db07fd6d40a4db0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4e187fd6d40a4e18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4e807fd6d40a4e80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4ee87fd6d40a4ee8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4f507fd6d40a4f50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a4fb87fd6d40a4fb8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a50207fd6d40a5020 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a50887fd6d40a5088 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a50f07fd6d40a50f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a51587fd6d40a5158 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a51c07fd6d40a51c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a52287fd6d40a5228 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a52907fd6d40a5290 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a52f87fd6d40a52f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a53607fd6d40a5360 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a53c87fd6d40a53c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a54307fd6d40a5430 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a54987fd6d40a5498 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a55007fd6d40a5500 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a55687fd6d40a5568 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a55d07fd6d40a55d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a56387fd6d40a5638 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a56a07fd6d40a56a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a57087fd6d40a5708 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a57707fd6d40a5770 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a57d87fd6d40a57d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a58407fd6d40a5840 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a58a87fd6d40a58a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a59107fd6d40a5910 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a59787fd6d40a5978 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a59e07fd6d40a59e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5a487fd6d40a5a48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5ab07fd6d40a5ab0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5b187fd6d40a5b18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5b807fd6d40a5b80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5be87fd6d40a5be8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5c507fd6d40a5c50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5cb87fd6d40a5cb8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5d207fd6d40a5d20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5d887fd6d40a5d88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5df07fd6d40a5df0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5e587fd6d40a5e58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5ec07fd6d40a5ec0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5f287fd6d40a5f28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5f907fd6d40a5f90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a5ff87fd6d40a5ff8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a60607fd6d40a6060 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a60c87fd6d40a60c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a61307fd6d40a6130 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a61987fd6d40a6198 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a62007fd6d40a6200 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a62687fd6d40a6268 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a62d07fd6d40a62d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a63387fd6d40a6338 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a63a07fd6d40a63a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a64087fd6d40a6408 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a64707fd6d40a6470 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a64d87fd6d40a64d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a65407fd6d40a6540 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a65a87fd6d40a65a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a66107fd6d40a6610 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a66787fd6d40a6678 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a66e07fd6d40a66e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a67487fd6d40a6748 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a67b07fd6d40a67b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a68187fd6d40a6818 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a68807fd6d40a6880 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a68e87fd6d40a68e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a69507fd6d40a6950 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a69b87fd6d40a69b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6a207fd6d40a6a20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6a887fd6d40a6a88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6af07fd6d40a6af0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6b587fd6d40a6b58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6bc07fd6d40a6bc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6c287fd6d40a6c28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6c907fd6d40a6c90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6cf87fd6d40a6cf8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6d607fd6d40a6d60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6dc87fd6d40a6dc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6e307fd6d40a6e30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6e987fd6d40a6e98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6f007fd6d40a6f00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6f687fd6d40a6f68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a6fd07fd6d40a6fd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a70387fd6d40a7038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd409e0007fd6d409e000 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e0687fd6d409e068 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e0d07fd6d409e0d0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e1387fd6d409e138 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e1a07fd6d409e1a0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e2087fd6d409e208 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e2707fd6d409e270 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e2d87fd6d409e2d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e3407fd6d409e340 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e3a87fd6d409e3a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e4107fd6d409e410 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e4787fd6d409e478 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e4e07fd6d409e4e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e5487fd6d409e548 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e5b07fd6d409e5b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e6187fd6d409e618 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e6807fd6d409e680 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e6e87fd6d409e6e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e7507fd6d409e750 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e7b87fd6d409e7b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e8207fd6d409e820 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e8887fd6d409e888 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e8f07fd6d409e8f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e9587fd6d409e958 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409e9c07fd6d409e9c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ea287fd6d409ea28 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ea907fd6d409ea90 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409eaf87fd6d409eaf8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409eb607fd6d409eb60 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ebc87fd6d409ebc8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ec307fd6d409ec30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ec987fd6d409ec98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ed007fd6d409ed00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ed687fd6d409ed68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409edd07fd6d409edd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ee387fd6d409ee38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409eea07fd6d409eea0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ef087fd6d409ef08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409ef707fd6d409ef70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409efd87fd6d409efd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f0407fd6d409f040 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f0a87fd6d409f0a8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f1107fd6d409f110 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f1787fd6d409f178 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f1e07fd6d409f1e0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f2487fd6d409f248 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f2b07fd6d409f2b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f3187fd6d409f318 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f3807fd6d409f380 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f3e87fd6d409f3e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f4507fd6d409f450 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f4b87fd6d409f4b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f5207fd6d409f520 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409f5887fd6d409f588 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b6007fd6d409b600 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b6687fd6d409b668 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b6d07fd6d409b6d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b7387fd6d409b738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b7a07fd6d409b7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b8087fd6d409b808 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b8707fd6d409b870 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b8d87fd6d409b8d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b9407fd6d409b940 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd409b9a87fd6d409b9a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd409ba107fd6d409ba10 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d9e31707f922d9e3170 /* PhysX */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysX"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8608007f922c860800 /* NpActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.h"; path = "../../PhysX/src/NpActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8608687f922c860868 /* NpActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActorTemplate.h"; path = "../../PhysX/src/NpActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8608d07f922c8608d0 /* NpAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.h"; path = "../../PhysX/src/NpAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8609387f922c860938 /* NpArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.h"; path = "../../PhysX/src/NpArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8609a07f922c8609a0 /* NpArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.h"; path = "../../PhysX/src/NpArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860a087f922c860a08 /* NpArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.h"; path = "../../PhysX/src/NpArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860a707f922c860a70 /* NpBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.h"; path = "../../PhysX/src/NpBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860ad87f922c860ad8 /* NpCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpCast.h"; path = "../../PhysX/src/NpCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860b407f922c860b40 /* NpConnector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConnector.h"; path = "../../PhysX/src/NpConnector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860ba87f922c860ba8 /* NpConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.h"; path = "../../PhysX/src/NpConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860c107f922c860c10 /* NpFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.h"; path = "../../PhysX/src/NpFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860c787f922c860c78 /* NpMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.h"; path = "../../PhysX/src/NpMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860ce07f922c860ce0 /* NpMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterialManager.h"; path = "../../PhysX/src/NpMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860d487f922c860d48 /* NpPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.h"; path = "../../PhysX/src/NpPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860db07f922c860db0 /* NpPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysicsInsertionCallback.h"; path = "../../PhysX/src/NpPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860e187f922c860e18 /* NpPtrTableStorageManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPtrTableStorageManager.h"; path = "../../PhysX/src/NpPtrTableStorageManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860e807f922c860e80 /* NpPvdSceneQueryCollector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.h"; path = "../../PhysX/src/NpPvdSceneQueryCollector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860ee87f922c860ee8 /* NpQueryShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpQueryShared.h"; path = "../../PhysX/src/NpQueryShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860f507f922c860f50 /* NpReadCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.h"; path = "../../PhysX/src/NpReadCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c860fb87f922c860fb8 /* NpRigidActorTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplate.h"; path = "../../PhysX/src/NpRigidActorTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8610207f922c861020 /* NpRigidActorTemplateInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidActorTemplateInternal.h"; path = "../../PhysX/src/NpRigidActorTemplateInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8610887f922c861088 /* NpRigidBodyTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidBodyTemplate.h"; path = "../../PhysX/src/NpRigidBodyTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8610f07f922c8610f0 /* NpRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.h"; path = "../../PhysX/src/NpRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8611587f922c861158 /* NpRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.h"; path = "../../PhysX/src/NpRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8611c07f922c8611c0 /* NpScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.h"; path = "../../PhysX/src/NpScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8612287f922c861228 /* NpSceneQueries.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.h"; path = "../../PhysX/src/NpSceneQueries.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8612907f922c861290 /* NpShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.h"; path = "../../PhysX/src/NpShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8612f87f922c8612f8 /* NpShapeManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.h"; path = "../../PhysX/src/NpShapeManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8613607f922c861360 /* NpSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.h"; path = "../../PhysX/src/NpSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8613c87f922c8613c8 /* NpVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.h"; path = "../../PhysX/src/NpVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8614307f922c861430 /* NpWriteCheck.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.h"; path = "../../PhysX/src/NpWriteCheck.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8614987f922c861498 /* PvdMetaDataBindingData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataBindingData.h"; path = "../../PhysX/src/PvdMetaDataBindingData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8615007f922c861500 /* PvdMetaDataPvdBinding.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.h"; path = "../../PhysX/src/PvdMetaDataPvdBinding.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8615687f922c861568 /* PvdPhysicsClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.h"; path = "../../PhysX/src/PvdPhysicsClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8615d07f922c8615d0 /* PvdTypeNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdTypeNames.h"; path = "../../PhysX/src/PvdTypeNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8616387f922c861638 /* NpActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpActor.cpp"; path = "../../PhysX/src/NpActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8616a07f922c8616a0 /* NpAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpAggregate.cpp"; path = "../../PhysX/src/NpAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8617087f922c861708 /* NpArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulation.cpp"; path = "../../PhysX/src/NpArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8617707f922c861770 /* NpArticulationJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationJoint.cpp"; path = "../../PhysX/src/NpArticulationJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8617d87f922c8617d8 /* NpArticulationLink.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpArticulationLink.cpp"; path = "../../PhysX/src/NpArticulationLink.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8618407f922c861840 /* NpBatchQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpBatchQuery.cpp"; path = "../../PhysX/src/NpBatchQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8618a87f922c8618a8 /* NpConstraint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpConstraint.cpp"; path = "../../PhysX/src/NpConstraint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8619107f922c861910 /* NpFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpFactory.cpp"; path = "../../PhysX/src/NpFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8619787f922c861978 /* NpMaterial.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMaterial.cpp"; path = "../../PhysX/src/NpMaterial.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8619e07f922c8619e0 /* NpMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpMetaData.cpp"; path = "../../PhysX/src/NpMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861a487f922c861a48 /* NpPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPhysics.cpp"; path = "../../PhysX/src/NpPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861ab07f922c861ab0 /* NpPvdSceneQueryCollector.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpPvdSceneQueryCollector.cpp"; path = "../../PhysX/src/NpPvdSceneQueryCollector.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861b187f922c861b18 /* NpReadCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpReadCheck.cpp"; path = "../../PhysX/src/NpReadCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861b807f922c861b80 /* NpRigidDynamic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidDynamic.cpp"; path = "../../PhysX/src/NpRigidDynamic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861be87f922c861be8 /* NpRigidStatic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpRigidStatic.cpp"; path = "../../PhysX/src/NpRigidStatic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861c507f922c861c50 /* NpScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpScene.cpp"; path = "../../PhysX/src/NpScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861cb87f922c861cb8 /* NpSceneQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSceneQueries.cpp"; path = "../../PhysX/src/NpSceneQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861d207f922c861d20 /* NpSerializerAdapter.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSerializerAdapter.cpp"; path = "../../PhysX/src/NpSerializerAdapter.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861d887f922c861d88 /* NpShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShape.cpp"; path = "../../PhysX/src/NpShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861df07f922c861df0 /* NpShapeManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpShapeManager.cpp"; path = "../../PhysX/src/NpShapeManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861e587f922c861e58 /* NpSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpSpatialIndex.cpp"; path = "../../PhysX/src/NpSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861ec07f922c861ec0 /* NpVolumeCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpVolumeCache.cpp"; path = "../../PhysX/src/NpVolumeCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861f287f922c861f28 /* NpWriteCheck.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "NpWriteCheck.cpp"; path = "../../PhysX/src/NpWriteCheck.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861f907f922c861f90 /* PvdMetaDataPvdBinding.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdMetaDataPvdBinding.cpp"; path = "../../PhysX/src/PvdMetaDataPvdBinding.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c861ff87f922c861ff8 /* PvdPhysicsClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PvdPhysicsClient.cpp"; path = "../../PhysX/src/PvdPhysicsClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8620607f922c862060 /* particles/NpParticleBaseTemplate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleBaseTemplate.h"; path = "../../PhysX/src/particles/NpParticleBaseTemplate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8620c87f922c8620c8 /* particles/NpParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.h"; path = "../../PhysX/src/particles/NpParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8621307f922c862130 /* particles/NpParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluidReadData.h"; path = "../../PhysX/src/particles/NpParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8621987f922c862198 /* particles/NpParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.h"; path = "../../PhysX/src/particles/NpParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8622007f922c862200 /* particles/NpParticleFluid.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleFluid.cpp"; path = "../../PhysX/src/particles/NpParticleFluid.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8622687f922c862268 /* particles/NpParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/NpParticleSystem.cpp"; path = "../../PhysX/src/particles/NpParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8622d07f922c8622d0 /* buffering/ScbActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.h"; path = "../../PhysX/src/buffering/ScbActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8623387f922c862338 /* buffering/ScbAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.h"; path = "../../PhysX/src/buffering/ScbAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8623a07f922c8623a0 /* buffering/ScbArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulation.h"; path = "../../PhysX/src/buffering/ScbArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8624087f922c862408 /* buffering/ScbArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbArticulationJoint.h"; path = "../../PhysX/src/buffering/ScbArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8624707f922c862470 /* buffering/ScbBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.h"; path = "../../PhysX/src/buffering/ScbBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8624d87f922c8624d8 /* buffering/ScbBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBody.h"; path = "../../PhysX/src/buffering/ScbBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8625407f922c862540 /* buffering/ScbCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.h"; path = "../../PhysX/src/buffering/ScbCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8625a87f922c8625a8 /* buffering/ScbConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbConstraint.h"; path = "../../PhysX/src/buffering/ScbConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8626107f922c862610 /* buffering/ScbDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbDefs.h"; path = "../../PhysX/src/buffering/ScbDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8626787f922c862678 /* buffering/ScbNpDeps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbNpDeps.h"; path = "../../PhysX/src/buffering/ScbNpDeps.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8626e07f922c8626e0 /* buffering/ScbParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.h"; path = "../../PhysX/src/buffering/ScbParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8627487f922c862748 /* buffering/ScbRigidObject.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidObject.h"; path = "../../PhysX/src/buffering/ScbRigidObject.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8627b07f922c8627b0 /* buffering/ScbRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbRigidStatic.h"; path = "../../PhysX/src/buffering/ScbRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8628187f922c862818 /* buffering/ScbScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.h"; path = "../../PhysX/src/buffering/ScbScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8628807f922c862880 /* buffering/ScbSceneBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbSceneBuffer.h"; path = "../../PhysX/src/buffering/ScbSceneBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8628e87f922c8628e8 /* buffering/ScbScenePvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.h"; path = "../../PhysX/src/buffering/ScbScenePvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8629507f922c862950 /* buffering/ScbShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.h"; path = "../../PhysX/src/buffering/ScbShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8629b87f922c8629b8 /* buffering/ScbType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbType.h"; path = "../../PhysX/src/buffering/ScbType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c862a207f922c862a20 /* buffering/ScbActor.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbActor.cpp"; path = "../../PhysX/src/buffering/ScbActor.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862a887f922c862a88 /* buffering/ScbAggregate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbAggregate.cpp"; path = "../../PhysX/src/buffering/ScbAggregate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862af07f922c862af0 /* buffering/ScbBase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbBase.cpp"; path = "../../PhysX/src/buffering/ScbBase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862b587f922c862b58 /* buffering/ScbCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbCloth.cpp"; path = "../../PhysX/src/buffering/ScbCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862bc07f922c862bc0 /* buffering/ScbMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbMetaData.cpp"; path = "../../PhysX/src/buffering/ScbMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862c287f922c862c28 /* buffering/ScbParticleSystem.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbParticleSystem.cpp"; path = "../../PhysX/src/buffering/ScbParticleSystem.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862c907f922c862c90 /* buffering/ScbScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScene.cpp"; path = "../../PhysX/src/buffering/ScbScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862cf87f922c862cf8 /* buffering/ScbScenePvdClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbScenePvdClient.cpp"; path = "../../PhysX/src/buffering/ScbScenePvdClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862d607f922c862d60 /* buffering/ScbShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "buffering/ScbShape.cpp"; path = "../../PhysX/src/buffering/ScbShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862dc87f922c862dc8 /* cloth/NpCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.h"; path = "../../PhysX/src/cloth/NpCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c862e307f922c862e30 /* cloth/NpClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.h"; path = "../../PhysX/src/cloth/NpClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c862e987f922c862e98 /* cloth/NpClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.h"; path = "../../PhysX/src/cloth/NpClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c862f007f922c862f00 /* cloth/NpCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpCloth.cpp"; path = "../../PhysX/src/cloth/NpCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862f687f922c862f68 /* cloth/NpClothFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothFabric.cpp"; path = "../../PhysX/src/cloth/NpClothFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c862fd07f922c862fd0 /* cloth/NpClothParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/NpClothParticleData.cpp"; path = "../../PhysX/src/cloth/NpClothParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8630387f922c863038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "../../ImmediateMode/src/NpImmediateMode.cpp"; path = "../../ImmediateMode/src/NpImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c863e007f922c863e00 /* PxActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxActor.h"; path = "../../../Include/PxActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c863e687f922c863e68 /* PxAggregate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAggregate.h"; path = "../../../Include/PxAggregate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c863ed07f922c863ed0 /* PxArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulation.h"; path = "../../../Include/PxArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c863f387f922c863f38 /* PxArticulationJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationJoint.h"; path = "../../../Include/PxArticulationJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c863fa07f922c863fa0 /* PxArticulationLink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxArticulationLink.h"; path = "../../../Include/PxArticulationLink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8640087f922c864008 /* PxBatchQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQuery.h"; path = "../../../Include/PxBatchQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8640707f922c864070 /* PxBatchQueryDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBatchQueryDesc.h"; path = "../../../Include/PxBatchQueryDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8640d87f922c8640d8 /* PxBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhase.h"; path = "../../../Include/PxBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8641407f922c864140 /* PxClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClient.h"; path = "../../../Include/PxClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8641a87f922c8641a8 /* PxConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraint.h"; path = "../../../Include/PxConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8642107f922c864210 /* PxConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintDesc.h"; path = "../../../Include/PxConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8642787f922c864278 /* PxContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContact.h"; path = "../../../Include/PxContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8642e07f922c8642e0 /* PxContactModifyCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxContactModifyCallback.h"; path = "../../../Include/PxContactModifyCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8643487f922c864348 /* PxDeletionListener.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDeletionListener.h"; path = "../../../Include/PxDeletionListener.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8643b07f922c8643b0 /* PxFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFiltering.h"; path = "../../../Include/PxFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8644187f922c864418 /* PxForceMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxForceMode.h"; path = "../../../Include/PxForceMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8644807f922c864480 /* PxImmediateMode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxImmediateMode.h"; path = "../../../Include/PxImmediateMode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8644e87f922c8644e8 /* PxLockedData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxLockedData.h"; path = "../../../Include/PxLockedData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8645507f922c864550 /* PxMaterial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMaterial.h"; path = "../../../Include/PxMaterial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8645b87f922c8645b8 /* PxPhysXConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysXConfig.h"; path = "../../../Include/PxPhysXConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8646207f922c864620 /* PxPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysics.h"; path = "../../../Include/PxPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8646887f922c864688 /* PxPhysicsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsAPI.h"; path = "../../../Include/PxPhysicsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8646f07f922c8646f0 /* PxPhysicsSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsSerialization.h"; path = "../../../Include/PxPhysicsSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8647587f922c864758 /* PxPhysicsVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPhysicsVersion.h"; path = "../../../Include/PxPhysicsVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8647c07f922c8647c0 /* PxPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPruningStructure.h"; path = "../../../Include/PxPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8648287f922c864828 /* PxQueryFiltering.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryFiltering.h"; path = "../../../Include/PxQueryFiltering.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8648907f922c864890 /* PxQueryReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQueryReport.h"; path = "../../../Include/PxQueryReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8648f87f922c8648f8 /* PxRigidActor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActor.h"; path = "../../../Include/PxRigidActor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8649607f922c864960 /* PxRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBody.h"; path = "../../../Include/PxRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8649c87f922c8649c8 /* PxRigidDynamic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidDynamic.h"; path = "../../../Include/PxRigidDynamic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864a307f922c864a30 /* PxRigidStatic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidStatic.h"; path = "../../../Include/PxRigidStatic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864a987f922c864a98 /* PxScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxScene.h"; path = "../../../Include/PxScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864b007f922c864b00 /* PxSceneDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneDesc.h"; path = "../../../Include/PxSceneDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864b687f922c864b68 /* PxSceneLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneLock.h"; path = "../../../Include/PxSceneLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864bd07f922c864bd0 /* PxShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShape.h"; path = "../../../Include/PxShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864c387f922c864c38 /* PxSimulationEventCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationEventCallback.h"; path = "../../../Include/PxSimulationEventCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864ca07f922c864ca0 /* PxSimulationStatistics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimulationStatistics.h"; path = "../../../Include/PxSimulationStatistics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864d087f922c864d08 /* PxSpatialIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSpatialIndex.h"; path = "../../../Include/PxSpatialIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864d707f922c864d70 /* PxVisualizationParameter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVisualizationParameter.h"; path = "../../../Include/PxVisualizationParameter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864dd87f922c864dd8 /* PxVolumeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVolumeCache.h"; path = "../../../Include/PxVolumeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864e407f922c864e40 /* particles/PxParticleBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBase.h"; path = "../../../Include/particles/PxParticleBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864ea87f922c864ea8 /* particles/PxParticleBaseFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleBaseFlag.h"; path = "../../../Include/particles/PxParticleBaseFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864f107f922c864f10 /* particles/PxParticleCreationData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleCreationData.h"; path = "../../../Include/particles/PxParticleCreationData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864f787f922c864f78 /* particles/PxParticleFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFlag.h"; path = "../../../Include/particles/PxParticleFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c864fe07f922c864fe0 /* particles/PxParticleFluid.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluid.h"; path = "../../../Include/particles/PxParticleFluid.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8650487f922c865048 /* particles/PxParticleFluidReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleFluidReadData.h"; path = "../../../Include/particles/PxParticleFluidReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8650b07f922c8650b0 /* particles/PxParticleReadData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleReadData.h"; path = "../../../Include/particles/PxParticleReadData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8651187f922c865118 /* particles/PxParticleSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/PxParticleSystem.h"; path = "../../../Include/particles/PxParticleSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8651807f922c865180 /* pvd/PxPvdSceneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pvd/PxPvdSceneClient.h"; path = "../../../Include/pvd/PxPvdSceneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8651e87f922c8651e8 /* cloth/PxCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxCloth.h"; path = "../../../Include/cloth/PxCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8652507f922c865250 /* cloth/PxClothCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothCollisionData.h"; path = "../../../Include/cloth/PxClothCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8652b87f922c8652b8 /* cloth/PxClothFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothFabric.h"; path = "../../../Include/cloth/PxClothFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8653207f922c865320 /* cloth/PxClothParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothParticleData.h"; path = "../../../Include/cloth/PxClothParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8653887f922c865388 /* cloth/PxClothTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/PxClothTypes.h"; path = "../../../Include/cloth/PxClothTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8632007f922c863200 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8632687f922c863268 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8632d07f922c8632d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8633387f922c863338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8633a07f922c8633a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8634087f922c863408 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8634707f922c863470 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8634d87f922c8634d8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8635407f922c863540 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8635a87f922c8635a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8636107f922c863610 /* core/src/PxMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "core/src/PxMetaDataObjects.cpp"; path = "../../PhysXMetaData/core/src/PxMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d789d9507fd6d789d950 /* Resources */ = { + FFF22d9e31707f922d9e3170 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -233,7 +233,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd789d9507fd6d789d950 /* Frameworks */ = { + FFFC2d9e31707f922d9e3170 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -243,52 +243,52 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d789d9507fd6d789d950 /* Sources */ = { + FFF82d9e31707f922d9e3170 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40a56387fd6d40a5638, - FFFFd40a56a07fd6d40a56a0, - FFFFd40a57087fd6d40a5708, - FFFFd40a57707fd6d40a5770, - FFFFd40a57d87fd6d40a57d8, - FFFFd40a58407fd6d40a5840, - FFFFd40a58a87fd6d40a58a8, - FFFFd40a59107fd6d40a5910, - FFFFd40a59787fd6d40a5978, - FFFFd40a59e07fd6d40a59e0, - FFFFd40a5a487fd6d40a5a48, - FFFFd40a5ab07fd6d40a5ab0, - FFFFd40a5b187fd6d40a5b18, - FFFFd40a5b807fd6d40a5b80, - FFFFd40a5be87fd6d40a5be8, - FFFFd40a5c507fd6d40a5c50, - FFFFd40a5cb87fd6d40a5cb8, - FFFFd40a5d207fd6d40a5d20, - FFFFd40a5d887fd6d40a5d88, - FFFFd40a5df07fd6d40a5df0, - FFFFd40a5e587fd6d40a5e58, - FFFFd40a5ec07fd6d40a5ec0, - FFFFd40a5f287fd6d40a5f28, - FFFFd40a5f907fd6d40a5f90, - FFFFd40a5ff87fd6d40a5ff8, - FFFFd40a62007fd6d40a6200, - FFFFd40a62687fd6d40a6268, - FFFFd40a6a207fd6d40a6a20, - FFFFd40a6a887fd6d40a6a88, - FFFFd40a6af07fd6d40a6af0, - FFFFd40a6b587fd6d40a6b58, - FFFFd40a6bc07fd6d40a6bc0, - FFFFd40a6c287fd6d40a6c28, - FFFFd40a6c907fd6d40a6c90, - FFFFd40a6cf87fd6d40a6cf8, - FFFFd40a6d607fd6d40a6d60, - FFFFd40a6f007fd6d40a6f00, - FFFFd40a6f687fd6d40a6f68, - FFFFd40a6fd07fd6d40a6fd0, - FFFFd40a70387fd6d40a7038, - FFFFd409b9a87fd6d409b9a8, - FFFFd409ba107fd6d409ba10, + FFFF2c8616387f922c861638, + FFFF2c8616a07f922c8616a0, + FFFF2c8617087f922c861708, + FFFF2c8617707f922c861770, + FFFF2c8617d87f922c8617d8, + FFFF2c8618407f922c861840, + FFFF2c8618a87f922c8618a8, + FFFF2c8619107f922c861910, + FFFF2c8619787f922c861978, + FFFF2c8619e07f922c8619e0, + FFFF2c861a487f922c861a48, + FFFF2c861ab07f922c861ab0, + FFFF2c861b187f922c861b18, + FFFF2c861b807f922c861b80, + FFFF2c861be87f922c861be8, + FFFF2c861c507f922c861c50, + FFFF2c861cb87f922c861cb8, + FFFF2c861d207f922c861d20, + FFFF2c861d887f922c861d88, + FFFF2c861df07f922c861df0, + FFFF2c861e587f922c861e58, + FFFF2c861ec07f922c861ec0, + FFFF2c861f287f922c861f28, + FFFF2c861f907f922c861f90, + FFFF2c861ff87f922c861ff8, + FFFF2c8622007f922c862200, + FFFF2c8622687f922c862268, + FFFF2c862a207f922c862a20, + FFFF2c862a887f922c862a88, + FFFF2c862af07f922c862af0, + FFFF2c862b587f922c862b58, + FFFF2c862bc07f922c862bc0, + FFFF2c862c287f922c862c28, + FFFF2c862c907f922c862c90, + FFFF2c862cf87f922c862cf8, + FFFF2c862d607f922c862d60, + FFFF2c862f007f922c862f00, + FFFF2c862f687f922c862f68, + FFFF2c862fd07f922c862fd0, + FFFF2c8630387f922c863038, + FFFF2c8635a87f922c8635a8, + FFFF2c8636107f922c863610, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -297,112 +297,112 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d789ee407fd6d789ee40 /* PBXTargetDependency */ = { + FFF42d9f08f07f922d9f08f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4c064007fd6d4c06400 /* LowLevel */; - targetProxy = FFF5d4c064007fd6d4c06400 /* PBXContainerItemProxy */; + target = FFFA2c12cc907f922c12cc90 /* LowLevel */; + targetProxy = FFF52c12cc907f922c12cc90 /* PBXContainerItemProxy */; }; - FFF4d789e3a07fd6d789e3a0 /* PBXTargetDependency */ = { + FFF42d9e90a07f922d9e90a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */; - targetProxy = FFF5d4b4a6a07fd6d4b4a6a0 /* PBXContainerItemProxy */; + target = FFFA2c60e6807f922c60e680 /* LowLevelAABB */; + targetProxy = FFF52c60e6807f922c60e680 /* PBXContainerItemProxy */; }; - FFF4d78a1c407fd6d78a1c40 /* PBXTargetDependency */ = { + FFF42d9eff807f922d9eff80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78732807fd6d7873280 /* LowLevelCloth */; - targetProxy = FFF5d78732807fd6d7873280 /* PBXContainerItemProxy */; + target = FFFA2c62b3607f922c62b360 /* LowLevelCloth */; + targetProxy = FFF52c62b3607f922c62b360 /* PBXContainerItemProxy */; }; - FFF4d789e4007fd6d789e400 /* PBXTargetDependency */ = { + FFF42d9eff207f922d9eff20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4c291507fd6d4c29150 /* LowLevelDynamics */; - targetProxy = FFF5d4c291507fd6d4c29150 /* PBXContainerItemProxy */; + target = FFFA2c0b4e307f922c0b4e30 /* LowLevelDynamics */; + targetProxy = FFF52c0b4e307f922c0b4e30 /* PBXContainerItemProxy */; }; - FFF4d78a1ca07fd6d78a1ca0 /* PBXTargetDependency */ = { + FFF42d9ed0007f922d9ed000 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4b64e407fd6d4b64e40 /* LowLevelParticles */; - targetProxy = FFF5d4b64e407fd6d4b64e40 /* PBXContainerItemProxy */; + target = FFFA2c07d5207f922c07d520 /* LowLevelParticles */; + targetProxy = FFF52c07d5207f922c07d520 /* PBXContainerItemProxy */; }; - FFF4d78928307fd6d7892830 /* PBXTargetDependency */ = { + FFF42d9f08907f922d9f0890 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4b0f5307fd6d4b0f530 /* PhysXCommon */; - targetProxy = FFF5d4b0f5307fd6d4b0f530 /* PBXContainerItemProxy */; + target = FFFA2c13c0507f922c13c050 /* PhysXCommon */; + targetProxy = FFF52c13c0507f922c13c050 /* PBXContainerItemProxy */; }; - FFF4d789dc707fd6d789dc70 /* PBXTargetDependency */ = { + FFF42d9e34607f922d9e3460 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78251d07fd6d78251d0 /* PxFoundation */; - targetProxy = FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */; + target = FFFA2c1587607f922c158760 /* PxFoundation */; + targetProxy = FFF52c1587607f922c158760 /* PBXContainerItemProxy */; }; - FFF4d789d9207fd6d789d920 /* PBXTargetDependency */ = { + FFF42d9e31107f922d9e3110 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd496f0507fd6d496f050 /* PxPvdSDK */; - targetProxy = FFF5d496f0507fd6d496f050 /* PBXContainerItemProxy */; + target = FFFA2c0bd6207f922c0bd620 /* PxPvdSDK */; + targetProxy = FFF52c0bd6207f922c0bd620 /* PBXContainerItemProxy */; }; - FFF4d789e8707fd6d789e870 /* PBXTargetDependency */ = { + FFF42d9f03c07f922d9f03c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd7dfb2107fd6d7dfb210 /* PxTask */; - targetProxy = FFF5d7dfb2107fd6d7dfb210 /* PBXContainerItemProxy */; + target = FFFA2c659bf07f922c659bf0 /* PxTask */; + targetProxy = FFF52c659bf07f922c659bf0 /* PBXContainerItemProxy */; }; - FFF4d78a1d007fd6d78a1d00 /* PBXTargetDependency */ = { + FFF42d9ed0607f922d9ed060 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78c1fc07fd6d78c1fc0 /* SceneQuery */; - targetProxy = FFF5d78c1fc07fd6d78c1fc0 /* PBXContainerItemProxy */; + target = FFFA2dc145807f922dc14580 /* SceneQuery */; + targetProxy = FFF52dc145807f922dc14580 /* PBXContainerItemProxy */; }; - FFF4d789e8407fd6d789e840 /* PBXTargetDependency */ = { + FFF42d9f03907f922d9f0390 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78c66b07fd6d78c66b0 /* SimulationController */; - targetProxy = FFF5d78c66b07fd6d78c66b0 /* PBXContainerItemProxy */; + target = FFFA2dc18c707f922dc18c70 /* SimulationController */; + targetProxy = FFF52dc18c707f922dc18c70 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCharacterKinematic */ - FFFFd78a50907fd6d78a5090 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDd78af6907fd6d78af690 /* PhysXExtensions */; }; - FFFFd40a1a787fd6d40a1a78 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1a787fd6d40a1a78 /* CctBoxController.cpp */; }; - FFFFd40a1ae07fd6d40a1ae0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1ae07fd6d40a1ae0 /* CctCapsuleController.cpp */; }; - FFFFd40a1b487fd6d40a1b48 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1b487fd6d40a1b48 /* CctCharacterController.cpp */; }; - FFFFd40a1bb07fd6d40a1bb0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1bb07fd6d40a1bb0 /* CctCharacterControllerCallbacks.cpp */; }; - FFFFd40a1c187fd6d40a1c18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1c187fd6d40a1c18 /* CctCharacterControllerManager.cpp */; }; - FFFFd40a1c807fd6d40a1c80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1c807fd6d40a1c80 /* CctController.cpp */; }; - FFFFd40a1ce87fd6d40a1ce8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1ce87fd6d40a1ce8 /* CctObstacleContext.cpp */; }; - FFFFd40a1d507fd6d40a1d50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1d507fd6d40a1d50 /* CctSweptBox.cpp */; }; - FFFFd40a1db87fd6d40a1db8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1db87fd6d40a1db8 /* CctSweptCapsule.cpp */; }; - FFFFd40a1e207fd6d40a1e20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a1e207fd6d40a1e20 /* CctSweptVolume.cpp */; }; + FFFF2d9edd207f922d9edd20 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2dc036207f922dc03620 /* PhysXExtensions */; }; + FFFF2c85e8787f922c85e878 /* CctBoxController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85e8787f922c85e878 /* CctBoxController.cpp */; }; + FFFF2c85e8e07f922c85e8e0 /* CctCapsuleController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85e8e07f922c85e8e0 /* CctCapsuleController.cpp */; }; + FFFF2c85e9487f922c85e948 /* CctCharacterController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85e9487f922c85e948 /* CctCharacterController.cpp */; }; + FFFF2c85e9b07f922c85e9b0 /* CctCharacterControllerCallbacks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85e9b07f922c85e9b0 /* CctCharacterControllerCallbacks.cpp */; }; + FFFF2c85ea187f922c85ea18 /* CctCharacterControllerManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85ea187f922c85ea18 /* CctCharacterControllerManager.cpp */; }; + FFFF2c85ea807f922c85ea80 /* CctController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85ea807f922c85ea80 /* CctController.cpp */; }; + FFFF2c85eae87f922c85eae8 /* CctObstacleContext.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85eae87f922c85eae8 /* CctObstacleContext.cpp */; }; + FFFF2c85eb507f922c85eb50 /* CctSweptBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85eb507f922c85eb50 /* CctSweptBox.cpp */; }; + FFFF2c85ebb87f922c85ebb8 /* CctSweptCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85ebb87f922c85ebb8 /* CctSweptCapsule.cpp */; }; + FFFF2c85ec207f922c85ec20 /* CctSweptVolume.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c85ec207f922c85ec20 /* CctSweptVolume.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd789e4f07fd6d789e4f0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd78a56607fd6d78a5660 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a56c87fd6d78a56c8 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a57307fd6d78a5730 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a57987fd6d78a5798 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a58007fd6d78a5800 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a58687fd6d78a5868 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a58d07fd6d78a58d0 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78a59387fd6d78a5938 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a16007fd6d40a1600 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a16687fd6d40a1668 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a16d07fd6d40a16d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a17387fd6d40a1738 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a17a07fd6d40a17a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a18087fd6d40a1808 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a18707fd6d40a1870 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a18d87fd6d40a18d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a19407fd6d40a1940 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a19a87fd6d40a19a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1a107fd6d40a1a10 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1a787fd6d40a1a78 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1ae07fd6d40a1ae0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1b487fd6d40a1b48 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1bb07fd6d40a1bb0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1c187fd6d40a1c18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1c807fd6d40a1c80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1ce87fd6d40a1ce8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1d507fd6d40a1d50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1db87fd6d40a1db8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a1e207fd6d40a1e20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d9ecca07f922d9ecca0 /* PhysXCharacterKinematic */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCharacterKinematic"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2d9f3ca07f922d9f3ca0 /* PxBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBoxController.h"; path = "../../../Include/characterkinematic/PxBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3d087f922d9f3d08 /* PxCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCapsuleController.h"; path = "../../../Include/characterkinematic/PxCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3d707f922d9f3d70 /* PxCharacter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCharacter.h"; path = "../../../Include/characterkinematic/PxCharacter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3dd87f922d9f3dd8 /* PxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxController.h"; path = "../../../Include/characterkinematic/PxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3e407f922d9f3e40 /* PxControllerBehavior.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerBehavior.h"; path = "../../../Include/characterkinematic/PxControllerBehavior.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3ea87f922d9f3ea8 /* PxControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerManager.h"; path = "../../../Include/characterkinematic/PxControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3f107f922d9f3f10 /* PxControllerObstacles.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxControllerObstacles.h"; path = "../../../Include/characterkinematic/PxControllerObstacles.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9f3f787f922d9f3f78 /* PxExtended.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtended.h"; path = "../../../Include/characterkinematic/PxExtended.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e4007f922c85e400 /* CctBoxController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.h"; path = "../../PhysXCharacterKinematic/src/CctBoxController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e4687f922c85e468 /* CctCapsuleController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.h"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e4d07f922c85e4d0 /* CctCharacterController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e5387f922c85e538 /* CctCharacterControllerManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.h"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e5a07f922c85e5a0 /* CctController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.h"; path = "../../PhysXCharacterKinematic/src/CctController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e6087f922c85e608 /* CctInternalStructs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctInternalStructs.h"; path = "../../PhysXCharacterKinematic/src/CctInternalStructs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e6707f922c85e670 /* CctObstacleContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.h"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e6d87f922c85e6d8 /* CctSweptBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.h"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e7407f922c85e740 /* CctSweptCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.h"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e7a87f922c85e7a8 /* CctSweptVolume.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.h"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e8107f922c85e810 /* CctUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CctUtils.h"; path = "../../PhysXCharacterKinematic/src/CctUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e8787f922c85e878 /* CctBoxController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctBoxController.cpp"; path = "../../PhysXCharacterKinematic/src/CctBoxController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e8e07f922c85e8e0 /* CctCapsuleController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCapsuleController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCapsuleController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e9487f922c85e948 /* CctCharacterController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterController.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85e9b07f922c85e9b0 /* CctCharacterControllerCallbacks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerCallbacks.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85ea187f922c85ea18 /* CctCharacterControllerManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctCharacterControllerManager.cpp"; path = "../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85ea807f922c85ea80 /* CctController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctController.cpp"; path = "../../PhysXCharacterKinematic/src/CctController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85eae87f922c85eae8 /* CctObstacleContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctObstacleContext.cpp"; path = "../../PhysXCharacterKinematic/src/CctObstacleContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85eb507f922c85eb50 /* CctSweptBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptBox.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85ebb87f922c85ebb8 /* CctSweptCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptCapsule.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c85ec207f922c85ec20 /* CctSweptVolume.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CctSweptVolume.cpp"; path = "../../PhysXCharacterKinematic/src/CctSweptVolume.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d789e4f07fd6d789e4f0 /* Resources */ = { + FFF22d9ecca07f922d9ecca0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -412,7 +412,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd789e4f07fd6d789e4f0 /* Frameworks */ = { + FFFC2d9ecca07f922d9ecca0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -422,20 +422,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d789e4f07fd6d789e4f0 /* Sources */ = { + FFF82d9ecca07f922d9ecca0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40a1a787fd6d40a1a78, - FFFFd40a1ae07fd6d40a1ae0, - FFFFd40a1b487fd6d40a1b48, - FFFFd40a1bb07fd6d40a1bb0, - FFFFd40a1c187fd6d40a1c18, - FFFFd40a1c807fd6d40a1c80, - FFFFd40a1ce87fd6d40a1ce8, - FFFFd40a1d507fd6d40a1d50, - FFFFd40a1db87fd6d40a1db8, - FFFFd40a1e207fd6d40a1e20, + FFFF2c85e8787f922c85e878, + FFFF2c85e8e07f922c85e8e0, + FFFF2c85e9487f922c85e948, + FFFF2c85e9b07f922c85e9b0, + FFFF2c85ea187f922c85ea18, + FFFF2c85ea807f922c85ea80, + FFFF2c85eae87f922c85eae8, + FFFF2c85eb507f922c85eb50, + FFFF2c85ebb87f922c85ebb8, + FFFF2c85ec207f922c85ec20, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -444,91 +444,91 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d789f6107fd6d789f610 /* PBXTargetDependency */ = { + FFF42d9f3c407f922d9f3c40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4b0f5307fd6d4b0f530 /* PhysXCommon */; - targetProxy = FFF5d4b0f5307fd6d4b0f530 /* PBXContainerItemProxy */; + target = FFFA2c13c0507f922c13c050 /* PhysXCommon */; + targetProxy = FFF52c13c0507f922c13c050 /* PBXContainerItemProxy */; }; - FFF4d78a50907fd6d78a5090 /* PBXTargetDependency */ = { + FFF42d9edd207f922d9edd20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78af6907fd6d78af690 /* PhysXExtensions */; - targetProxy = FFF5d78af6907fd6d78af690 /* PBXContainerItemProxy */; + target = FFFA2dc036207f922dc03620 /* PhysXExtensions */; + targetProxy = FFF52dc036207f922dc03620 /* PBXContainerItemProxy */; }; - FFF4d789f5b07fd6d789f5b0 /* PBXTargetDependency */ = { + FFF42d9ee8d07f922d9ee8d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78251d07fd6d78251d0 /* PxFoundation */; - targetProxy = FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */; + target = FFFA2c1587607f922c158760 /* PxFoundation */; + targetProxy = FFF52c1587607f922c158760 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXVehicle */ - FFFFd40a92087fd6d40a9208 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a92087fd6d40a9208 /* PxVehicleComponents.cpp */; }; - FFFFd40a92707fd6d40a9270 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a92707fd6d40a9270 /* PxVehicleDrive.cpp */; }; - FFFFd40a92d87fd6d40a92d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a92d87fd6d40a92d8 /* PxVehicleDrive4W.cpp */; }; - FFFFd40a93407fd6d40a9340 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a93407fd6d40a9340 /* PxVehicleDriveNW.cpp */; }; - FFFFd40a93a87fd6d40a93a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a93a87fd6d40a93a8 /* PxVehicleDriveTank.cpp */; }; - FFFFd40a94107fd6d40a9410 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a94107fd6d40a9410 /* PxVehicleMetaData.cpp */; }; - FFFFd40a94787fd6d40a9478 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a94787fd6d40a9478 /* PxVehicleNoDrive.cpp */; }; - FFFFd40a94e07fd6d40a94e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a94e07fd6d40a94e0 /* PxVehicleSDK.cpp */; }; - FFFFd40a95487fd6d40a9548 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a95487fd6d40a9548 /* PxVehicleSerialization.cpp */; }; - FFFFd40a95b07fd6d40a95b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a95b07fd6d40a95b0 /* PxVehicleSuspWheelTire4.cpp */; }; - FFFFd40a96187fd6d40a9618 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a96187fd6d40a9618 /* PxVehicleTireFriction.cpp */; }; - FFFFd40a96807fd6d40a9680 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a96807fd6d40a9680 /* PxVehicleUpdate.cpp */; }; - FFFFd40a96e87fd6d40a96e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a96e87fd6d40a96e8 /* PxVehicleWheels.cpp */; }; - FFFFd40a97507fd6d40a9750 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a97507fd6d40a9750 /* VehicleUtilControl.cpp */; }; - FFFFd40a97b87fd6d40a97b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a97b87fd6d40a97b8 /* VehicleUtilSetup.cpp */; }; - FFFFd40a98207fd6d40a9820 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40a98207fd6d40a9820 /* VehicleUtilTelemetry.cpp */; }; - FFFFd78b15687fd6d78b1568 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDd78b15687fd6d78b1568 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; - FFFFd78b15d07fd6d78b15d0 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDd78b15d07fd6d78b15d0 /* src/PxVehicleMetaDataObjects.cpp */; }; + FFFF2c8694087f922c869408 /* PxVehicleComponents.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8694087f922c869408 /* PxVehicleComponents.cpp */; }; + FFFF2c8694707f922c869470 /* PxVehicleDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8694707f922c869470 /* PxVehicleDrive.cpp */; }; + FFFF2c8694d87f922c8694d8 /* PxVehicleDrive4W.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8694d87f922c8694d8 /* PxVehicleDrive4W.cpp */; }; + FFFF2c8695407f922c869540 /* PxVehicleDriveNW.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8695407f922c869540 /* PxVehicleDriveNW.cpp */; }; + FFFF2c8695a87f922c8695a8 /* PxVehicleDriveTank.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8695a87f922c8695a8 /* PxVehicleDriveTank.cpp */; }; + FFFF2c8696107f922c869610 /* PxVehicleMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8696107f922c869610 /* PxVehicleMetaData.cpp */; }; + FFFF2c8696787f922c869678 /* PxVehicleNoDrive.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8696787f922c869678 /* PxVehicleNoDrive.cpp */; }; + FFFF2c8696e07f922c8696e0 /* PxVehicleSDK.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8696e07f922c8696e0 /* PxVehicleSDK.cpp */; }; + FFFF2c8697487f922c869748 /* PxVehicleSerialization.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8697487f922c869748 /* PxVehicleSerialization.cpp */; }; + FFFF2c8697b07f922c8697b0 /* PxVehicleSuspWheelTire4.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8697b07f922c8697b0 /* PxVehicleSuspWheelTire4.cpp */; }; + FFFF2c8698187f922c869818 /* PxVehicleTireFriction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8698187f922c869818 /* PxVehicleTireFriction.cpp */; }; + FFFF2c8698807f922c869880 /* PxVehicleUpdate.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8698807f922c869880 /* PxVehicleUpdate.cpp */; }; + FFFF2c8698e87f922c8698e8 /* PxVehicleWheels.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8698e87f922c8698e8 /* PxVehicleWheels.cpp */; }; + FFFF2c8699507f922c869950 /* VehicleUtilControl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8699507f922c869950 /* VehicleUtilControl.cpp */; }; + FFFF2c8699b87f922c8699b8 /* VehicleUtilSetup.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8699b87f922c8699b8 /* VehicleUtilSetup.cpp */; }; + FFFF2c869a207f922c869a20 /* VehicleUtilTelemetry.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c869a207f922c869a20 /* VehicleUtilTelemetry.cpp */; }; + FFFF2dc03af87f922dc03af8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2dc03af87f922dc03af8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2dc03b607f922dc03b60 /* src/PxVehicleMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2dc03b607f922dc03b60 /* src/PxVehicleMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd789f9f07fd6d789f9f0 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd40a72007fd6d40a7200 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a72687fd6d40a7268 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a72d07fd6d40a72d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a73387fd6d40a7338 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a73a07fd6d40a73a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a74087fd6d40a7408 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a74707fd6d40a7470 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a74d87fd6d40a74d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a75407fd6d40a7540 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a75a87fd6d40a75a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a76107fd6d40a7610 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a76787fd6d40a7678 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a76e07fd6d40a76e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a77487fd6d40a7748 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a77b07fd6d40a77b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a90007fd6d40a9000 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a90687fd6d40a9068 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a90d07fd6d40a90d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a91387fd6d40a9138 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a91a07fd6d40a91a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40a92087fd6d40a9208 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a92707fd6d40a9270 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a92d87fd6d40a92d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a93407fd6d40a9340 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a93a87fd6d40a93a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a94107fd6d40a9410 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a94787fd6d40a9478 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a94e07fd6d40a94e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a95487fd6d40a9548 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a95b07fd6d40a95b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a96187fd6d40a9618 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a96807fd6d40a9680 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a96e87fd6d40a96e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a97507fd6d40a9750 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a97b87fd6d40a97b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40a98207fd6d40a9820 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd78b14307fd6d78b1430 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78b14987fd6d78b1498 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78b15007fd6d78b1500 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78b15687fd6d78b1568 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd78b15d07fd6d78b15d0 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d9ee0607f922d9ee060 /* PhysXVehicle */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXVehicle"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8674007f922c867400 /* PxVehicleComponents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.h"; path = "../../../Include/vehicle/PxVehicleComponents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8674687f922c867468 /* PxVehicleDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.h"; path = "../../../Include/vehicle/PxVehicleDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8674d07f922c8674d0 /* PxVehicleDrive4W.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.h"; path = "../../../Include/vehicle/PxVehicleDrive4W.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8675387f922c867538 /* PxVehicleDriveNW.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.h"; path = "../../../Include/vehicle/PxVehicleDriveNW.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8675a07f922c8675a0 /* PxVehicleDriveTank.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.h"; path = "../../../Include/vehicle/PxVehicleDriveTank.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8676087f922c867608 /* PxVehicleNoDrive.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.h"; path = "../../../Include/vehicle/PxVehicleNoDrive.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8676707f922c867670 /* PxVehicleSDK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.h"; path = "../../../Include/vehicle/PxVehicleSDK.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8676d87f922c8676d8 /* PxVehicleShaders.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleShaders.h"; path = "../../../Include/vehicle/PxVehicleShaders.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8677407f922c867740 /* PxVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.h"; path = "../../../Include/vehicle/PxVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8677a87f922c8677a8 /* PxVehicleUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.h"; path = "../../../Include/vehicle/PxVehicleUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8678107f922c867810 /* PxVehicleUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtil.h"; path = "../../../Include/vehicle/PxVehicleUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8678787f922c867878 /* PxVehicleUtilControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilControl.h"; path = "../../../Include/vehicle/PxVehicleUtilControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8678e07f922c8678e0 /* PxVehicleUtilSetup.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilSetup.h"; path = "../../../Include/vehicle/PxVehicleUtilSetup.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8679487f922c867948 /* PxVehicleUtilTelemetry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUtilTelemetry.h"; path = "../../../Include/vehicle/PxVehicleUtilTelemetry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8679b07f922c8679b0 /* PxVehicleWheels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.h"; path = "../../../Include/vehicle/PxVehicleWheels.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8692007f922c869200 /* PxVehicleDefaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDefaults.h"; path = "../../PhysXVehicle/src/PxVehicleDefaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8692687f922c869268 /* PxVehicleLinearMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleLinearMath.h"; path = "../../PhysXVehicle/src/PxVehicleLinearMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8692d07f922c8692d0 /* PxVehicleSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.h"; path = "../../PhysXVehicle/src/PxVehicleSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8693387f922c869338 /* PxVehicleSuspLimitConstraintShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspLimitConstraintShader.h"; path = "../../PhysXVehicle/src/PxVehicleSuspLimitConstraintShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8693a07f922c8693a0 /* PxVehicleSuspWheelTire4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.h"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8694087f922c869408 /* PxVehicleComponents.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleComponents.cpp"; path = "../../PhysXVehicle/src/PxVehicleComponents.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8694707f922c869470 /* PxVehicleDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8694d87f922c8694d8 /* PxVehicleDrive4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDrive4W.cpp"; path = "../../PhysXVehicle/src/PxVehicleDrive4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8695407f922c869540 /* PxVehicleDriveNW.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveNW.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveNW.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8695a87f922c8695a8 /* PxVehicleDriveTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleDriveTank.cpp"; path = "../../PhysXVehicle/src/PxVehicleDriveTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8696107f922c869610 /* PxVehicleMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleMetaData.cpp"; path = "../../PhysXVehicle/src/PxVehicleMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8696787f922c869678 /* PxVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleNoDrive.cpp"; path = "../../PhysXVehicle/src/PxVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8696e07f922c8696e0 /* PxVehicleSDK.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSDK.cpp"; path = "../../PhysXVehicle/src/PxVehicleSDK.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8697487f922c869748 /* PxVehicleSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSerialization.cpp"; path = "../../PhysXVehicle/src/PxVehicleSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8697b07f922c8697b0 /* PxVehicleSuspWheelTire4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleSuspWheelTire4.cpp"; path = "../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8698187f922c869818 /* PxVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleTireFriction.cpp"; path = "../../PhysXVehicle/src/PxVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8698807f922c869880 /* PxVehicleUpdate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleUpdate.cpp"; path = "../../PhysXVehicle/src/PxVehicleUpdate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8698e87f922c8698e8 /* PxVehicleWheels.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVehicleWheels.cpp"; path = "../../PhysXVehicle/src/PxVehicleWheels.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8699507f922c869950 /* VehicleUtilControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilControl.cpp"; path = "../../PhysXVehicle/src/VehicleUtilControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8699b87f922c8699b8 /* VehicleUtilSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilSetup.cpp"; path = "../../PhysXVehicle/src/VehicleUtilSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c869a207f922c869a20 /* VehicleUtilTelemetry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "VehicleUtilTelemetry.cpp"; path = "../../PhysXVehicle/src/VehicleUtilTelemetry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2dc039c07f922dc039c0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc03a287f922dc03a28 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleAutoGeneratedMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc03a907f922dc03a90 /* include/PxVehicleMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxVehicleMetaDataObjects.h"; path = "../../PhysXVehicle/src/PhysXMetaData/include/PxVehicleMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc03af87f922dc03af8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2dc03b607f922dc03b60 /* src/PxVehicleMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxVehicleMetaDataObjects.cpp"; path = "../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d789f9f07fd6d789f9f0 /* Resources */ = { + FFF22d9ee0607f922d9ee060 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -538,7 +538,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd789f9f07fd6d789f9f0 /* Frameworks */ = { + FFFC2d9ee0607f922d9ee060 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -548,28 +548,28 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d789f9f07fd6d789f9f0 /* Sources */ = { + FFF82d9ee0607f922d9ee060 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40a92087fd6d40a9208, - FFFFd40a92707fd6d40a9270, - FFFFd40a92d87fd6d40a92d8, - FFFFd40a93407fd6d40a9340, - FFFFd40a93a87fd6d40a93a8, - FFFFd40a94107fd6d40a9410, - FFFFd40a94787fd6d40a9478, - FFFFd40a94e07fd6d40a94e0, - FFFFd40a95487fd6d40a9548, - FFFFd40a95b07fd6d40a95b0, - FFFFd40a96187fd6d40a9618, - FFFFd40a96807fd6d40a9680, - FFFFd40a96e87fd6d40a96e8, - FFFFd40a97507fd6d40a9750, - FFFFd40a97b87fd6d40a97b8, - FFFFd40a98207fd6d40a9820, - FFFFd78b15687fd6d78b1568, - FFFFd78b15d07fd6d78b15d0, + FFFF2c8694087f922c869408, + FFFF2c8694707f922c869470, + FFFF2c8694d87f922c8694d8, + FFFF2c8695407f922c869540, + FFFF2c8695a87f922c8695a8, + FFFF2c8696107f922c869610, + FFFF2c8696787f922c869678, + FFFF2c8696e07f922c8696e0, + FFFF2c8697487f922c869748, + FFFF2c8697b07f922c8697b0, + FFFF2c8698187f922c869818, + FFFF2c8698807f922c869880, + FFFF2c8698e87f922c8698e8, + FFFF2c8699507f922c869950, + FFFF2c8699b87f922c8699b8, + FFFF2c869a207f922c869a20, + FFFF2dc03af87f922dc03af8, + FFFF2dc03b607f922dc03b60, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -581,220 +581,220 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXExtensions */ - FFFFd40ab8e87fd6d40ab8e8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ab8e87fd6d40ab8e8 /* ExtBroadPhase.cpp */; }; - FFFFd40ab9507fd6d40ab950 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ab9507fd6d40ab950 /* ExtClothFabricCooker.cpp */; }; - FFFFd40ab9b87fd6d40ab9b8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ab9b87fd6d40ab9b8 /* ExtClothGeodesicTetherCooker.cpp */; }; - FFFFd40aba207fd6d40aba20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40aba207fd6d40aba20 /* ExtClothMeshQuadifier.cpp */; }; - FFFFd40aba887fd6d40aba88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40aba887fd6d40aba88 /* ExtClothSimpleTetherCooker.cpp */; }; - FFFFd40abaf07fd6d40abaf0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abaf07fd6d40abaf0 /* ExtCollection.cpp */; }; - FFFFd40abb587fd6d40abb58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abb587fd6d40abb58 /* ExtConvexMeshExt.cpp */; }; - FFFFd40abbc07fd6d40abbc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abbc07fd6d40abbc0 /* ExtCpuWorkerThread.cpp */; }; - FFFFd40abc287fd6d40abc28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abc287fd6d40abc28 /* ExtD6Joint.cpp */; }; - FFFFd40abc907fd6d40abc90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abc907fd6d40abc90 /* ExtD6JointSolverPrep.cpp */; }; - FFFFd40abcf87fd6d40abcf8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abcf87fd6d40abcf8 /* ExtDefaultCpuDispatcher.cpp */; }; - FFFFd40abd607fd6d40abd60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abd607fd6d40abd60 /* ExtDefaultErrorCallback.cpp */; }; - FFFFd40abdc87fd6d40abdc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abdc87fd6d40abdc8 /* ExtDefaultSimulationFilterShader.cpp */; }; - FFFFd40abe307fd6d40abe30 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abe307fd6d40abe30 /* ExtDefaultStreams.cpp */; }; - FFFFd40abe987fd6d40abe98 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abe987fd6d40abe98 /* ExtDistanceJoint.cpp */; }; - FFFFd40abf007fd6d40abf00 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abf007fd6d40abf00 /* ExtDistanceJointSolverPrep.cpp */; }; - FFFFd40abf687fd6d40abf68 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abf687fd6d40abf68 /* ExtExtensions.cpp */; }; - FFFFd40abfd07fd6d40abfd0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40abfd07fd6d40abfd0 /* ExtFixedJoint.cpp */; }; - FFFFd40ac0387fd6d40ac038 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac0387fd6d40ac038 /* ExtFixedJointSolverPrep.cpp */; }; - FFFFd40ac0a07fd6d40ac0a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac0a07fd6d40ac0a0 /* ExtJoint.cpp */; }; - FFFFd40ac1087fd6d40ac108 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac1087fd6d40ac108 /* ExtMetaData.cpp */; }; - FFFFd40ac1707fd6d40ac170 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac1707fd6d40ac170 /* ExtParticleExt.cpp */; }; - FFFFd40ac1d87fd6d40ac1d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac1d87fd6d40ac1d8 /* ExtPrismaticJoint.cpp */; }; - FFFFd40ac2407fd6d40ac240 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac2407fd6d40ac240 /* ExtPrismaticJointSolverPrep.cpp */; }; - FFFFd40ac2a87fd6d40ac2a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac2a87fd6d40ac2a8 /* ExtPvd.cpp */; }; - FFFFd40ac3107fd6d40ac310 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac3107fd6d40ac310 /* ExtPxStringTable.cpp */; }; - FFFFd40ac3787fd6d40ac378 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac3787fd6d40ac378 /* ExtRaycastCCD.cpp */; }; - FFFFd40ac3e07fd6d40ac3e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac3e07fd6d40ac3e0 /* ExtRevoluteJoint.cpp */; }; - FFFFd40ac4487fd6d40ac448 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac4487fd6d40ac448 /* ExtRevoluteJointSolverPrep.cpp */; }; - FFFFd40ac4b07fd6d40ac4b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac4b07fd6d40ac4b0 /* ExtRigidBodyExt.cpp */; }; - FFFFd40ac5187fd6d40ac518 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac5187fd6d40ac518 /* ExtSceneQueryExt.cpp */; }; - FFFFd40ac5807fd6d40ac580 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac5807fd6d40ac580 /* ExtSimpleFactory.cpp */; }; - FFFFd40ac5e87fd6d40ac5e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac5e87fd6d40ac5e8 /* ExtSmoothNormals.cpp */; }; - FFFFd40ac6507fd6d40ac650 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac6507fd6d40ac650 /* ExtSphericalJoint.cpp */; }; - FFFFd40ac6b87fd6d40ac6b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac6b87fd6d40ac6b8 /* ExtSphericalJointSolverPrep.cpp */; }; - FFFFd40ac7207fd6d40ac720 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ac7207fd6d40ac720 /* ExtTriangleMeshExt.cpp */; }; - FFFFd40afcd07fd6d40afcd0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40afcd07fd6d40afcd0 /* SnSerialUtils.cpp */; }; - FFFFd40afd387fd6d40afd38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40afd387fd6d40afd38 /* SnSerialization.cpp */; }; - FFFFd40afda07fd6d40afda0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40afda07fd6d40afda0 /* SnSerializationRegistry.cpp */; }; - FFFFd40b00e07fd6d40b00e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b00e07fd6d40b00e0 /* Binary/SnBinaryDeserialization.cpp */; }; - FFFFd40b01487fd6d40b0148 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b01487fd6d40b0148 /* Binary/SnBinarySerialization.cpp */; }; - FFFFd40b01b07fd6d40b01b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b01b07fd6d40b01b0 /* Binary/SnConvX.cpp */; }; - FFFFd40b02187fd6d40b0218 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b02187fd6d40b0218 /* Binary/SnConvX_Align.cpp */; }; - FFFFd40b02807fd6d40b0280 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b02807fd6d40b0280 /* Binary/SnConvX_Convert.cpp */; }; - FFFFd40b02e87fd6d40b02e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b02e87fd6d40b02e8 /* Binary/SnConvX_Error.cpp */; }; - FFFFd40b03507fd6d40b0350 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b03507fd6d40b0350 /* Binary/SnConvX_MetaData.cpp */; }; - FFFFd40b03b87fd6d40b03b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b03b87fd6d40b03b8 /* Binary/SnConvX_Output.cpp */; }; - FFFFd40b04207fd6d40b0420 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b04207fd6d40b0420 /* Binary/SnConvX_Union.cpp */; }; - FFFFd40b04887fd6d40b0488 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b04887fd6d40b0488 /* Binary/SnSerializationContext.cpp */; }; - FFFFd40b0de07fd6d40b0de0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b0de07fd6d40b0de0 /* Xml/SnJointRepXSerializer.cpp */; }; - FFFFd40b0e487fd6d40b0e48 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b0e487fd6d40b0e48 /* Xml/SnRepXCoreSerializer.cpp */; }; - FFFFd40b0eb07fd6d40b0eb0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b0eb07fd6d40b0eb0 /* Xml/SnRepXUpgrader.cpp */; }; - FFFFd40b0f187fd6d40b0f18 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFDd40b0f187fd6d40b0f18 /* Xml/SnXmlSerialization.cpp */; }; - FFFFd40adce07fd6d40adce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFDd40adce07fd6d40adce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; + FFFF2c86bae87f922c86bae8 /* ExtBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bae87f922c86bae8 /* ExtBroadPhase.cpp */; }; + FFFF2c86bb507f922c86bb50 /* ExtClothFabricCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bb507f922c86bb50 /* ExtClothFabricCooker.cpp */; }; + FFFF2c86bbb87f922c86bbb8 /* ExtClothGeodesicTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bbb87f922c86bbb8 /* ExtClothGeodesicTetherCooker.cpp */; }; + FFFF2c86bc207f922c86bc20 /* ExtClothMeshQuadifier.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bc207f922c86bc20 /* ExtClothMeshQuadifier.cpp */; }; + FFFF2c86bc887f922c86bc88 /* ExtClothSimpleTetherCooker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bc887f922c86bc88 /* ExtClothSimpleTetherCooker.cpp */; }; + FFFF2c86bcf07f922c86bcf0 /* ExtCollection.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bcf07f922c86bcf0 /* ExtCollection.cpp */; }; + FFFF2c86bd587f922c86bd58 /* ExtConvexMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bd587f922c86bd58 /* ExtConvexMeshExt.cpp */; }; + FFFF2c86bdc07f922c86bdc0 /* ExtCpuWorkerThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bdc07f922c86bdc0 /* ExtCpuWorkerThread.cpp */; }; + FFFF2c86be287f922c86be28 /* ExtD6Joint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86be287f922c86be28 /* ExtD6Joint.cpp */; }; + FFFF2c86be907f922c86be90 /* ExtD6JointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86be907f922c86be90 /* ExtD6JointSolverPrep.cpp */; }; + FFFF2c86bef87f922c86bef8 /* ExtDefaultCpuDispatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bef87f922c86bef8 /* ExtDefaultCpuDispatcher.cpp */; }; + FFFF2c86bf607f922c86bf60 /* ExtDefaultErrorCallback.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bf607f922c86bf60 /* ExtDefaultErrorCallback.cpp */; }; + FFFF2c86bfc87f922c86bfc8 /* ExtDefaultSimulationFilterShader.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86bfc87f922c86bfc8 /* ExtDefaultSimulationFilterShader.cpp */; }; + FFFF2c86c0307f922c86c030 /* ExtDefaultStreams.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c0307f922c86c030 /* ExtDefaultStreams.cpp */; }; + FFFF2c86c0987f922c86c098 /* ExtDistanceJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c0987f922c86c098 /* ExtDistanceJoint.cpp */; }; + FFFF2c86c1007f922c86c100 /* ExtDistanceJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c1007f922c86c100 /* ExtDistanceJointSolverPrep.cpp */; }; + FFFF2c86c1687f922c86c168 /* ExtExtensions.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c1687f922c86c168 /* ExtExtensions.cpp */; }; + FFFF2c86c1d07f922c86c1d0 /* ExtFixedJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c1d07f922c86c1d0 /* ExtFixedJoint.cpp */; }; + FFFF2c86c2387f922c86c238 /* ExtFixedJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c2387f922c86c238 /* ExtFixedJointSolverPrep.cpp */; }; + FFFF2c86c2a07f922c86c2a0 /* ExtJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c2a07f922c86c2a0 /* ExtJoint.cpp */; }; + FFFF2c86c3087f922c86c308 /* ExtMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c3087f922c86c308 /* ExtMetaData.cpp */; }; + FFFF2c86c3707f922c86c370 /* ExtParticleExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c3707f922c86c370 /* ExtParticleExt.cpp */; }; + FFFF2c86c3d87f922c86c3d8 /* ExtPrismaticJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c3d87f922c86c3d8 /* ExtPrismaticJoint.cpp */; }; + FFFF2c86c4407f922c86c440 /* ExtPrismaticJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c4407f922c86c440 /* ExtPrismaticJointSolverPrep.cpp */; }; + FFFF2c86c4a87f922c86c4a8 /* ExtPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c4a87f922c86c4a8 /* ExtPvd.cpp */; }; + FFFF2c86c5107f922c86c510 /* ExtPxStringTable.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c5107f922c86c510 /* ExtPxStringTable.cpp */; }; + FFFF2c86c5787f922c86c578 /* ExtRaycastCCD.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c5787f922c86c578 /* ExtRaycastCCD.cpp */; }; + FFFF2c86c5e07f922c86c5e0 /* ExtRevoluteJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c5e07f922c86c5e0 /* ExtRevoluteJoint.cpp */; }; + FFFF2c86c6487f922c86c648 /* ExtRevoluteJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c6487f922c86c648 /* ExtRevoluteJointSolverPrep.cpp */; }; + FFFF2c86c6b07f922c86c6b0 /* ExtRigidBodyExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c6b07f922c86c6b0 /* ExtRigidBodyExt.cpp */; }; + FFFF2c86c7187f922c86c718 /* ExtSceneQueryExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c7187f922c86c718 /* ExtSceneQueryExt.cpp */; }; + FFFF2c86c7807f922c86c780 /* ExtSimpleFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c7807f922c86c780 /* ExtSimpleFactory.cpp */; }; + FFFF2c86c7e87f922c86c7e8 /* ExtSmoothNormals.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c7e87f922c86c7e8 /* ExtSmoothNormals.cpp */; }; + FFFF2c86c8507f922c86c850 /* ExtSphericalJoint.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c8507f922c86c850 /* ExtSphericalJoint.cpp */; }; + FFFF2c86c8b87f922c86c8b8 /* ExtSphericalJointSolverPrep.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c8b87f922c86c8b8 /* ExtSphericalJointSolverPrep.cpp */; }; + FFFF2c86c9207f922c86c920 /* ExtTriangleMeshExt.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c86c9207f922c86c920 /* ExtTriangleMeshExt.cpp */; }; + FFFF2c86fed07f922c86fed0 /* SnSerialUtils.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c86fed07f922c86fed0 /* SnSerialUtils.cpp */; }; + FFFF2c86ff387f922c86ff38 /* SnSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c86ff387f922c86ff38 /* SnSerialization.cpp */; }; + FFFF2c86ffa07f922c86ffa0 /* SnSerializationRegistry.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c86ffa07f922c86ffa0 /* SnSerializationRegistry.cpp */; }; + FFFF2c8702e07f922c8702e0 /* Binary/SnBinaryDeserialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8702e07f922c8702e0 /* Binary/SnBinaryDeserialization.cpp */; }; + FFFF2c8703487f922c870348 /* Binary/SnBinarySerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8703487f922c870348 /* Binary/SnBinarySerialization.cpp */; }; + FFFF2c8703b07f922c8703b0 /* Binary/SnConvX.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8703b07f922c8703b0 /* Binary/SnConvX.cpp */; }; + FFFF2c8704187f922c870418 /* Binary/SnConvX_Align.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8704187f922c870418 /* Binary/SnConvX_Align.cpp */; }; + FFFF2c8704807f922c870480 /* Binary/SnConvX_Convert.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8704807f922c870480 /* Binary/SnConvX_Convert.cpp */; }; + FFFF2c8704e87f922c8704e8 /* Binary/SnConvX_Error.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8704e87f922c8704e8 /* Binary/SnConvX_Error.cpp */; }; + FFFF2c8705507f922c870550 /* Binary/SnConvX_MetaData.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8705507f922c870550 /* Binary/SnConvX_MetaData.cpp */; }; + FFFF2c8705b87f922c8705b8 /* Binary/SnConvX_Output.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8705b87f922c8705b8 /* Binary/SnConvX_Output.cpp */; }; + FFFF2c8706207f922c870620 /* Binary/SnConvX_Union.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8706207f922c870620 /* Binary/SnConvX_Union.cpp */; }; + FFFF2c8706887f922c870688 /* Binary/SnSerializationContext.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8706887f922c870688 /* Binary/SnSerializationContext.cpp */; }; + FFFF2c870fe07f922c870fe0 /* Xml/SnJointRepXSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c870fe07f922c870fe0 /* Xml/SnJointRepXSerializer.cpp */; }; + FFFF2c8710487f922c871048 /* Xml/SnRepXCoreSerializer.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8710487f922c871048 /* Xml/SnRepXCoreSerializer.cpp */; }; + FFFF2c8710b07f922c8710b0 /* Xml/SnRepXUpgrader.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8710b07f922c8710b0 /* Xml/SnRepXUpgrader.cpp */; }; + FFFF2c8711187f922c871118 /* Xml/SnXmlSerialization.cpp in serialization */= { isa = PBXBuildFile; fileRef = FFFD2c8711187f922c871118 /* Xml/SnXmlSerialization.cpp */; }; + FFFF2c86dee07f922c86dee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp in metadata */= { isa = PBXBuildFile; fileRef = FFFD2c86dee07f922c86dee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78af6907fd6d78af690 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd40ac8007fd6d40ac800 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac8687fd6d40ac868 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac8d07fd6d40ac8d0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac9387fd6d40ac938 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac9a07fd6d40ac9a0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40aca087fd6d40aca08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40aca707fd6d40aca70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acad87fd6d40acad8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acb407fd6d40acb40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acba87fd6d40acba8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acc107fd6d40acc10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acc787fd6d40acc78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acce07fd6d40acce0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acd487fd6d40acd48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acdb07fd6d40acdb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ace187fd6d40ace18 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ace807fd6d40ace80 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acee87fd6d40acee8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acf507fd6d40acf50 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40acfb87fd6d40acfb8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad0207fd6d40ad020 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad0887fd6d40ad088 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad0f07fd6d40ad0f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad1587fd6d40ad158 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad1c07fd6d40ad1c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad2287fd6d40ad228 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad2907fd6d40ad290 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad2f87fd6d40ad2f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad3607fd6d40ad360 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad3c87fd6d40ad3c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad4307fd6d40ad430 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad4987fd6d40ad498 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad5007fd6d40ad500 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad5687fd6d40ad568 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad5d07fd6d40ad5d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad6387fd6d40ad638 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad6a07fd6d40ad6a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab2007fd6d40ab200 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab2687fd6d40ab268 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab2d07fd6d40ab2d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab3387fd6d40ab338 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab3a07fd6d40ab3a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab4087fd6d40ab408 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab4707fd6d40ab470 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab4d87fd6d40ab4d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab5407fd6d40ab540 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab5a87fd6d40ab5a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab6107fd6d40ab610 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab6787fd6d40ab678 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab6e07fd6d40ab6e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab7487fd6d40ab748 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab7b07fd6d40ab7b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab8187fd6d40ab818 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab8807fd6d40ab880 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab8e87fd6d40ab8e8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab9507fd6d40ab950 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ab9b87fd6d40ab9b8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40aba207fd6d40aba20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40aba887fd6d40aba88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abaf07fd6d40abaf0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abb587fd6d40abb58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abbc07fd6d40abbc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abc287fd6d40abc28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abc907fd6d40abc90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abcf87fd6d40abcf8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abd607fd6d40abd60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abdc87fd6d40abdc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abe307fd6d40abe30 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abe987fd6d40abe98 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abf007fd6d40abf00 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abf687fd6d40abf68 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40abfd07fd6d40abfd0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac0387fd6d40ac038 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac0a07fd6d40ac0a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac1087fd6d40ac108 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac1707fd6d40ac170 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac1d87fd6d40ac1d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac2407fd6d40ac240 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac2a87fd6d40ac2a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac3107fd6d40ac310 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac3787fd6d40ac378 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac3e07fd6d40ac3e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac4487fd6d40ac448 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac4b07fd6d40ac4b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac5187fd6d40ac518 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac5807fd6d40ac580 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac5e87fd6d40ac5e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac6507fd6d40ac650 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac6b87fd6d40ac6b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ac7207fd6d40ac720 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40afc007fd6d40afc00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40afc687fd6d40afc68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40afcd07fd6d40afcd0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40afd387fd6d40afd38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40afda07fd6d40afda0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40afe087fd6d40afe08 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40afe707fd6d40afe70 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40afed87fd6d40afed8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40aff407fd6d40aff40 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40affa87fd6d40affa8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b00107fd6d40b0010 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b00787fd6d40b0078 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b00e07fd6d40b00e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b01487fd6d40b0148 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b01b07fd6d40b01b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b02187fd6d40b0218 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b02807fd6d40b0280 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b02e87fd6d40b02e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b03507fd6d40b0350 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b03b87fd6d40b03b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b04207fd6d40b0420 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b04887fd6d40b0488 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b04f07fd6d40b04f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b05587fd6d40b0558 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b05c07fd6d40b05c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b06287fd6d40b0628 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b06907fd6d40b0690 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b06f87fd6d40b06f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b07607fd6d40b0760 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b07c87fd6d40b07c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b08307fd6d40b0830 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b08987fd6d40b0898 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b09007fd6d40b0900 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b09687fd6d40b0968 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b09d07fd6d40b09d0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0a387fd6d40b0a38 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0aa07fd6d40b0aa0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0b087fd6d40b0b08 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0b707fd6d40b0b70 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0bd87fd6d40b0bd8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0c407fd6d40b0c40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0ca87fd6d40b0ca8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0d107fd6d40b0d10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0d787fd6d40b0d78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0de07fd6d40b0de0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0e487fd6d40b0e48 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0eb07fd6d40b0eb0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0f187fd6d40b0f18 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b0f807fd6d40b0f80 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad8007fd6d40ad800 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad8687fd6d40ad868 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad8d07fd6d40ad8d0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad9387fd6d40ad938 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ad9a07fd6d40ad9a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ada087fd6d40ada08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ada707fd6d40ada70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adad87fd6d40adad8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adb407fd6d40adb40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adba87fd6d40adba8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adc107fd6d40adc10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adc787fd6d40adc78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40adce07fd6d40adce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2dc036207f922dc03620 /* PhysXExtensions */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXExtensions"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c86ca007f922c86ca00 /* PxBinaryConverter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBinaryConverter.h"; path = "../../../Include/extensions/PxBinaryConverter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ca687f922c86ca68 /* PxBroadPhaseExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBroadPhaseExt.h"; path = "../../../Include/extensions/PxBroadPhaseExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cad07f922c86cad0 /* PxClothFabricCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothFabricCooker.h"; path = "../../../Include/extensions/PxClothFabricCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cb387f922c86cb38 /* PxClothMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshDesc.h"; path = "../../../Include/extensions/PxClothMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cba07f922c86cba0 /* PxClothMeshQuadifier.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothMeshQuadifier.h"; path = "../../../Include/extensions/PxClothMeshQuadifier.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cc087f922c86cc08 /* PxClothTetherCooker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxClothTetherCooker.h"; path = "../../../Include/extensions/PxClothTetherCooker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cc707f922c86cc70 /* PxCollectionExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCollectionExt.h"; path = "../../../Include/extensions/PxCollectionExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ccd87f922c86ccd8 /* PxConstraintExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConstraintExt.h"; path = "../../../Include/extensions/PxConstraintExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cd407f922c86cd40 /* PxConvexMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshExt.h"; path = "../../../Include/extensions/PxConvexMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cda87f922c86cda8 /* PxD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxD6Joint.h"; path = "../../../Include/extensions/PxD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ce107f922c86ce10 /* PxDefaultAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultAllocator.h"; path = "../../../Include/extensions/PxDefaultAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ce787f922c86ce78 /* PxDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultCpuDispatcher.h"; path = "../../../Include/extensions/PxDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cee07f922c86cee0 /* PxDefaultErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultErrorCallback.h"; path = "../../../Include/extensions/PxDefaultErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cf487f922c86cf48 /* PxDefaultSimulationFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultSimulationFilterShader.h"; path = "../../../Include/extensions/PxDefaultSimulationFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86cfb07f922c86cfb0 /* PxDefaultStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDefaultStreams.h"; path = "../../../Include/extensions/PxDefaultStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d0187f922c86d018 /* PxDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxDistanceJoint.h"; path = "../../../Include/extensions/PxDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d0807f922c86d080 /* PxExtensionsAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxExtensionsAPI.h"; path = "../../../Include/extensions/PxExtensionsAPI.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d0e87f922c86d0e8 /* PxFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFixedJoint.h"; path = "../../../Include/extensions/PxFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d1507f922c86d150 /* PxJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJoint.h"; path = "../../../Include/extensions/PxJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d1b87f922c86d1b8 /* PxJointLimit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxJointLimit.h"; path = "../../../Include/extensions/PxJointLimit.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d2207f922c86d220 /* PxMassProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMassProperties.h"; path = "../../../Include/extensions/PxMassProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d2887f922c86d288 /* PxParticleExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxParticleExt.h"; path = "../../../Include/extensions/PxParticleExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d2f07f922c86d2f0 /* PxPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPrismaticJoint.h"; path = "../../../Include/extensions/PxPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d3587f922c86d358 /* PxRaycastCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRaycastCCD.h"; path = "../../../Include/extensions/PxRaycastCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d3c07f922c86d3c0 /* PxRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSerializer.h"; path = "../../../Include/extensions/PxRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d4287f922c86d428 /* PxRepXSimpleType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRepXSimpleType.h"; path = "../../../Include/extensions/PxRepXSimpleType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d4907f922c86d490 /* PxRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRevoluteJoint.h"; path = "../../../Include/extensions/PxRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d4f87f922c86d4f8 /* PxRigidActorExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidActorExt.h"; path = "../../../Include/extensions/PxRigidActorExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d5607f922c86d560 /* PxRigidBodyExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxRigidBodyExt.h"; path = "../../../Include/extensions/PxRigidBodyExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d5c87f922c86d5c8 /* PxSceneQueryExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSceneQueryExt.h"; path = "../../../Include/extensions/PxSceneQueryExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d6307f922c86d630 /* PxSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSerialization.h"; path = "../../../Include/extensions/PxSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d6987f922c86d698 /* PxShapeExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxShapeExt.h"; path = "../../../Include/extensions/PxShapeExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d7007f922c86d700 /* PxSimpleFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleFactory.h"; path = "../../../Include/extensions/PxSimpleFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d7687f922c86d768 /* PxSmoothNormals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSmoothNormals.h"; path = "../../../Include/extensions/PxSmoothNormals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d7d07f922c86d7d0 /* PxSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSphericalJoint.h"; path = "../../../Include/extensions/PxSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d8387f922c86d838 /* PxStringTableExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStringTableExt.h"; path = "../../../Include/extensions/PxStringTableExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86d8a07f922c86d8a0 /* PxTriangleMeshExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshExt.h"; path = "../../../Include/extensions/PxTriangleMeshExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b4007f922c86b400 /* ExtConstraintHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConstraintHelper.h"; path = "../../PhysXExtensions/src/ExtConstraintHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b4687f922c86b468 /* ExtCpuWorkerThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.h"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b4d07f922c86b4d0 /* ExtD6Joint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.h"; path = "../../PhysXExtensions/src/ExtD6Joint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b5387f922c86b538 /* ExtDefaultCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.h"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b5a07f922c86b5a0 /* ExtDistanceJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.h"; path = "../../PhysXExtensions/src/ExtDistanceJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b6087f922c86b608 /* ExtFixedJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.h"; path = "../../PhysXExtensions/src/ExtFixedJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b6707f922c86b670 /* ExtInertiaTensor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtInertiaTensor.h"; path = "../../PhysXExtensions/src/ExtInertiaTensor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b6d87f922c86b6d8 /* ExtJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.h"; path = "../../PhysXExtensions/src/ExtJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b7407f922c86b740 /* ExtJointMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJointMetaDataExtensions.h"; path = "../../PhysXExtensions/src/ExtJointMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b7a87f922c86b7a8 /* ExtPlatform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPlatform.h"; path = "../../PhysXExtensions/src/ExtPlatform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b8107f922c86b810 /* ExtPrismaticJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.h"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b8787f922c86b878 /* ExtPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.h"; path = "../../PhysXExtensions/src/ExtPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b8e07f922c86b8e0 /* ExtRevoluteJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.h"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b9487f922c86b948 /* ExtSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSerialization.h"; path = "../../PhysXExtensions/src/ExtSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86b9b07f922c86b9b0 /* ExtSharedQueueEntryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSharedQueueEntryPool.h"; path = "../../PhysXExtensions/src/ExtSharedQueueEntryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ba187f922c86ba18 /* ExtSphericalJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.h"; path = "../../PhysXExtensions/src/ExtSphericalJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ba807f922c86ba80 /* ExtTaskQueueHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTaskQueueHelper.h"; path = "../../PhysXExtensions/src/ExtTaskQueueHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bae87f922c86bae8 /* ExtBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtBroadPhase.cpp"; path = "../../PhysXExtensions/src/ExtBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bb507f922c86bb50 /* ExtClothFabricCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothFabricCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothFabricCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bbb87f922c86bbb8 /* ExtClothGeodesicTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothGeodesicTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bc207f922c86bc20 /* ExtClothMeshQuadifier.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothMeshQuadifier.cpp"; path = "../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bc887f922c86bc88 /* ExtClothSimpleTetherCooker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtClothSimpleTetherCooker.cpp"; path = "../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bcf07f922c86bcf0 /* ExtCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCollection.cpp"; path = "../../PhysXExtensions/src/ExtCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bd587f922c86bd58 /* ExtConvexMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtConvexMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtConvexMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bdc07f922c86bdc0 /* ExtCpuWorkerThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtCpuWorkerThread.cpp"; path = "../../PhysXExtensions/src/ExtCpuWorkerThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86be287f922c86be28 /* ExtD6Joint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6Joint.cpp"; path = "../../PhysXExtensions/src/ExtD6Joint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86be907f922c86be90 /* ExtD6JointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtD6JointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bef87f922c86bef8 /* ExtDefaultCpuDispatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultCpuDispatcher.cpp"; path = "../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bf607f922c86bf60 /* ExtDefaultErrorCallback.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultErrorCallback.cpp"; path = "../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86bfc87f922c86bfc8 /* ExtDefaultSimulationFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultSimulationFilterShader.cpp"; path = "../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c0307f922c86c030 /* ExtDefaultStreams.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDefaultStreams.cpp"; path = "../../PhysXExtensions/src/ExtDefaultStreams.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c0987f922c86c098 /* ExtDistanceJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJoint.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c1007f922c86c100 /* ExtDistanceJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtDistanceJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c1687f922c86c168 /* ExtExtensions.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtExtensions.cpp"; path = "../../PhysXExtensions/src/ExtExtensions.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c1d07f922c86c1d0 /* ExtFixedJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJoint.cpp"; path = "../../PhysXExtensions/src/ExtFixedJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c2387f922c86c238 /* ExtFixedJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtFixedJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c2a07f922c86c2a0 /* ExtJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtJoint.cpp"; path = "../../PhysXExtensions/src/ExtJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c3087f922c86c308 /* ExtMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtMetaData.cpp"; path = "../../PhysXExtensions/src/ExtMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c3707f922c86c370 /* ExtParticleExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtParticleExt.cpp"; path = "../../PhysXExtensions/src/ExtParticleExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c3d87f922c86c3d8 /* ExtPrismaticJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJoint.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c4407f922c86c440 /* ExtPrismaticJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPrismaticJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c4a87f922c86c4a8 /* ExtPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPvd.cpp"; path = "../../PhysXExtensions/src/ExtPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c5107f922c86c510 /* ExtPxStringTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtPxStringTable.cpp"; path = "../../PhysXExtensions/src/ExtPxStringTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c5787f922c86c578 /* ExtRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRaycastCCD.cpp"; path = "../../PhysXExtensions/src/ExtRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c5e07f922c86c5e0 /* ExtRevoluteJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJoint.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c6487f922c86c648 /* ExtRevoluteJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRevoluteJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c6b07f922c86c6b0 /* ExtRigidBodyExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtRigidBodyExt.cpp"; path = "../../PhysXExtensions/src/ExtRigidBodyExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c7187f922c86c718 /* ExtSceneQueryExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSceneQueryExt.cpp"; path = "../../PhysXExtensions/src/ExtSceneQueryExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c7807f922c86c780 /* ExtSimpleFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSimpleFactory.cpp"; path = "../../PhysXExtensions/src/ExtSimpleFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c7e87f922c86c7e8 /* ExtSmoothNormals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSmoothNormals.cpp"; path = "../../PhysXExtensions/src/ExtSmoothNormals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c8507f922c86c850 /* ExtSphericalJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJoint.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c8b87f922c86c8b8 /* ExtSphericalJointSolverPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtSphericalJointSolverPrep.cpp"; path = "../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86c9207f922c86c920 /* ExtTriangleMeshExt.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ExtTriangleMeshExt.cpp"; path = "../../PhysXExtensions/src/ExtTriangleMeshExt.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86fe007f922c86fe00 /* SnSerialUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.h"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86fe687f922c86fe68 /* SnSerializationRegistry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.h"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86fed07f922c86fed0 /* SnSerialUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialUtils.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ff387f922c86ff38 /* SnSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c86ffa07f922c86ffa0 /* SnSerializationRegistry.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnSerializationRegistry.cpp"; path = "../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8700087f922c870008 /* Binary/SnConvX.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8700707f922c870070 /* Binary/SnConvX_Align.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8700d87f922c8700d8 /* Binary/SnConvX_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Common.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8701407f922c870140 /* Binary/SnConvX_MetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8701a87f922c8701a8 /* Binary/SnConvX_Output.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8702107f922c870210 /* Binary/SnConvX_Union.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8702787f922c870278 /* Binary/SnSerializationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.h"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8702e07f922c8702e0 /* Binary/SnBinaryDeserialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinaryDeserialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8703487f922c870348 /* Binary/SnBinarySerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnBinarySerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8703b07f922c8703b0 /* Binary/SnConvX.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8704187f922c870418 /* Binary/SnConvX_Align.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Align.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8704807f922c870480 /* Binary/SnConvX_Convert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Convert.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8704e87f922c8704e8 /* Binary/SnConvX_Error.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Error.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8705507f922c870550 /* Binary/SnConvX_MetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_MetaData.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8705b87f922c8705b8 /* Binary/SnConvX_Output.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Output.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8706207f922c870620 /* Binary/SnConvX_Union.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnConvX_Union.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8706887f922c870688 /* Binary/SnSerializationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Binary/SnSerializationContext.cpp"; path = "../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8706f07f922c8706f0 /* Xml/SnJointRepXSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8707587f922c870758 /* Xml/SnPxStreamOperators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnPxStreamOperators.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnPxStreamOperators.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8707c07f922c8707c0 /* Xml/SnRepX1_0Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX1_0Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX1_0Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8708287f922c870828 /* Xml/SnRepX3_1Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_1Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_1Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8708907f922c870890 /* Xml/SnRepX3_2Defaults.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepX3_2Defaults.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepX3_2Defaults.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8708f87f922c8708f8 /* Xml/SnRepXCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCollection.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8709607f922c870960 /* Xml/SnRepXCoreSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8709c87f922c8709c8 /* Xml/SnRepXSerializerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXSerializerImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXSerializerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870a307f922c870a30 /* Xml/SnRepXUpgrader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870a987f922c870a98 /* Xml/SnSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870b007f922c870b00 /* Xml/SnXmlDeserializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlDeserializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlDeserializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870b687f922c870b68 /* Xml/SnXmlImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlImpl.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870bd07f922c870bd0 /* Xml/SnXmlMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryAllocator.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870c387f922c870c38 /* Xml/SnXmlMemoryPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPool.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870ca07f922c870ca0 /* Xml/SnXmlMemoryPoolStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlMemoryPoolStreams.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlMemoryPoolStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870d087f922c870d08 /* Xml/SnXmlReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870d707f922c870d70 /* Xml/SnXmlSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerializer.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870dd87f922c870dd8 /* Xml/SnXmlSimpleXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSimpleXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSimpleXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870e407f922c870e40 /* Xml/SnXmlStringToType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlStringToType.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlStringToType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870ea87f922c870ea8 /* Xml/SnXmlVisitorReader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorReader.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorReader.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870f107f922c870f10 /* Xml/SnXmlVisitorWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlVisitorWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlVisitorWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870f787f922c870f78 /* Xml/SnXmlWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlWriter.h"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c870fe07f922c870fe0 /* Xml/SnJointRepXSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnJointRepXSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8710487f922c871048 /* Xml/SnRepXCoreSerializer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXCoreSerializer.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8710b07f922c8710b0 /* Xml/SnRepXUpgrader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnRepXUpgrader.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8711187f922c871118 /* Xml/SnXmlSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Xml/SnXmlSerialization.cpp"; path = "../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8711807f922c871180 /* File/SnFile.h */= { isa = PBXFileReference; fileEncoding = 4; name = "File/SnFile.h"; path = "../../PhysXExtensions/src/serialization/File/SnFile.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86da007f922c86da00 /* core/include/PvdMetaDataDefineProperties.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataDefineProperties.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataDefineProperties.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86da687f922c86da68 /* core/include/PvdMetaDataExtensions.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataExtensions.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataExtensions.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dad07f922c86dad0 /* core/include/PvdMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PvdMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/PvdMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86db387f922c86db38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dba07f922c86dba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dc087f922c86dc08 /* core/include/PxMetaDataCompare.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCompare.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCompare.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dc707f922c86dc70 /* core/include/PxMetaDataCppPrefix.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataCppPrefix.h"; path = "../../PhysXMetaData/core/include/PxMetaDataCppPrefix.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dcd87f922c86dcd8 /* core/include/PxMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/PxMetaDataObjects.h"; path = "../../PhysXMetaData/core/include/PxMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dd407f922c86dd40 /* core/include/RepXMetaDataPropertyVisitor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "core/include/RepXMetaDataPropertyVisitor.h"; path = "../../PhysXMetaData/core/include/RepXMetaDataPropertyVisitor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dda87f922c86dda8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86de107f922c86de10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86de787f922c86de78 /* extensions/include/PxExtensionMetaDataObjects.h */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/include/PxExtensionMetaDataObjects.h"; path = "../../PhysXMetaData/extensions/include/PxExtensionMetaDataObjects.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c86dee07f922c86dee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; path = "../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78af6907fd6d78af690 /* Resources */ = { + FFF22dc036207f922dc03620 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -804,7 +804,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78af6907fd6d78af690 /* Frameworks */ = { + FFFC2dc036207f922dc03620 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -814,64 +814,64 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78af6907fd6d78af690 /* Sources */ = { + FFF82dc036207f922dc03620 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40ab8e87fd6d40ab8e8, - FFFFd40ab9507fd6d40ab950, - FFFFd40ab9b87fd6d40ab9b8, - FFFFd40aba207fd6d40aba20, - FFFFd40aba887fd6d40aba88, - FFFFd40abaf07fd6d40abaf0, - FFFFd40abb587fd6d40abb58, - FFFFd40abbc07fd6d40abbc0, - FFFFd40abc287fd6d40abc28, - FFFFd40abc907fd6d40abc90, - FFFFd40abcf87fd6d40abcf8, - FFFFd40abd607fd6d40abd60, - FFFFd40abdc87fd6d40abdc8, - FFFFd40abe307fd6d40abe30, - FFFFd40abe987fd6d40abe98, - FFFFd40abf007fd6d40abf00, - FFFFd40abf687fd6d40abf68, - FFFFd40abfd07fd6d40abfd0, - FFFFd40ac0387fd6d40ac038, - FFFFd40ac0a07fd6d40ac0a0, - FFFFd40ac1087fd6d40ac108, - FFFFd40ac1707fd6d40ac170, - FFFFd40ac1d87fd6d40ac1d8, - FFFFd40ac2407fd6d40ac240, - FFFFd40ac2a87fd6d40ac2a8, - FFFFd40ac3107fd6d40ac310, - FFFFd40ac3787fd6d40ac378, - FFFFd40ac3e07fd6d40ac3e0, - FFFFd40ac4487fd6d40ac448, - FFFFd40ac4b07fd6d40ac4b0, - FFFFd40ac5187fd6d40ac518, - FFFFd40ac5807fd6d40ac580, - FFFFd40ac5e87fd6d40ac5e8, - FFFFd40ac6507fd6d40ac650, - FFFFd40ac6b87fd6d40ac6b8, - FFFFd40ac7207fd6d40ac720, - FFFFd40afcd07fd6d40afcd0, - FFFFd40afd387fd6d40afd38, - FFFFd40afda07fd6d40afda0, - FFFFd40b00e07fd6d40b00e0, - FFFFd40b01487fd6d40b0148, - FFFFd40b01b07fd6d40b01b0, - FFFFd40b02187fd6d40b0218, - FFFFd40b02807fd6d40b0280, - FFFFd40b02e87fd6d40b02e8, - FFFFd40b03507fd6d40b0350, - FFFFd40b03b87fd6d40b03b8, - FFFFd40b04207fd6d40b0420, - FFFFd40b04887fd6d40b0488, - FFFFd40b0de07fd6d40b0de0, - FFFFd40b0e487fd6d40b0e48, - FFFFd40b0eb07fd6d40b0eb0, - FFFFd40b0f187fd6d40b0f18, - FFFFd40adce07fd6d40adce0, + FFFF2c86bae87f922c86bae8, + FFFF2c86bb507f922c86bb50, + FFFF2c86bbb87f922c86bbb8, + FFFF2c86bc207f922c86bc20, + FFFF2c86bc887f922c86bc88, + FFFF2c86bcf07f922c86bcf0, + FFFF2c86bd587f922c86bd58, + FFFF2c86bdc07f922c86bdc0, + FFFF2c86be287f922c86be28, + FFFF2c86be907f922c86be90, + FFFF2c86bef87f922c86bef8, + FFFF2c86bf607f922c86bf60, + FFFF2c86bfc87f922c86bfc8, + FFFF2c86c0307f922c86c030, + FFFF2c86c0987f922c86c098, + FFFF2c86c1007f922c86c100, + FFFF2c86c1687f922c86c168, + FFFF2c86c1d07f922c86c1d0, + FFFF2c86c2387f922c86c238, + FFFF2c86c2a07f922c86c2a0, + FFFF2c86c3087f922c86c308, + FFFF2c86c3707f922c86c370, + FFFF2c86c3d87f922c86c3d8, + FFFF2c86c4407f922c86c440, + FFFF2c86c4a87f922c86c4a8, + FFFF2c86c5107f922c86c510, + FFFF2c86c5787f922c86c578, + FFFF2c86c5e07f922c86c5e0, + FFFF2c86c6487f922c86c648, + FFFF2c86c6b07f922c86c6b0, + FFFF2c86c7187f922c86c718, + FFFF2c86c7807f922c86c780, + FFFF2c86c7e87f922c86c7e8, + FFFF2c86c8507f922c86c850, + FFFF2c86c8b87f922c86c8b8, + FFFF2c86c9207f922c86c920, + FFFF2c86fed07f922c86fed0, + FFFF2c86ff387f922c86ff38, + FFFF2c86ffa07f922c86ffa0, + FFFF2c8702e07f922c8702e0, + FFFF2c8703487f922c870348, + FFFF2c8703b07f922c8703b0, + FFFF2c8704187f922c870418, + FFFF2c8704807f922c870480, + FFFF2c8704e87f922c8704e8, + FFFF2c8705507f922c870550, + FFFF2c8705b87f922c8705b8, + FFFF2c8706207f922c870620, + FFFF2c8706887f922c870688, + FFFF2c870fe07f922c870fe0, + FFFF2c8710487f922c871048, + FFFF2c8710b07f922c8710b0, + FFFF2c8711187f922c871118, + FFFF2c86dee07f922c86dee0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -880,56 +880,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d78afb107fd6d78afb10 /* PBXTargetDependency */ = { + FFF42dc004907f922dc00490 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78990e07fd6d78990e0 /* PsFastXml */; - targetProxy = FFF5d78990e07fd6d78990e0 /* PBXContainerItemProxy */; + target = FFFA2d9e21807f922d9e2180 /* PsFastXml */; + targetProxy = FFF52d9e21807f922d9e2180 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SceneQuery */ - FFFFd40b3c007fd6d40b3c00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3c007fd6d40b3c00 /* SqAABBPruner.cpp */; }; - FFFFd40b3c687fd6d40b3c68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3c687fd6d40b3c68 /* SqAABBTree.cpp */; }; - FFFFd40b3cd07fd6d40b3cd0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3cd07fd6d40b3cd0 /* SqAABBTreeUpdateMap.cpp */; }; - FFFFd40b3d387fd6d40b3d38 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3d387fd6d40b3d38 /* SqBounds.cpp */; }; - FFFFd40b3da07fd6d40b3da0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3da07fd6d40b3da0 /* SqBucketPruner.cpp */; }; - FFFFd40b3e087fd6d40b3e08 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3e087fd6d40b3e08 /* SqExtendedBucketPruner.cpp */; }; - FFFFd40b3e707fd6d40b3e70 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3e707fd6d40b3e70 /* SqMetaData.cpp */; }; - FFFFd40b3ed87fd6d40b3ed8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3ed87fd6d40b3ed8 /* SqPruningPool.cpp */; }; - FFFFd40b3f407fd6d40b3f40 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3f407fd6d40b3f40 /* SqPruningStructure.cpp */; }; - FFFFd40b3fa87fd6d40b3fa8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40b3fa87fd6d40b3fa8 /* SqSceneQueryManager.cpp */; }; + FFFF2c873e007f922c873e00 /* SqAABBPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c873e007f922c873e00 /* SqAABBPruner.cpp */; }; + FFFF2c873e687f922c873e68 /* SqAABBTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c873e687f922c873e68 /* SqAABBTree.cpp */; }; + FFFF2c873ed07f922c873ed0 /* SqAABBTreeUpdateMap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c873ed07f922c873ed0 /* SqAABBTreeUpdateMap.cpp */; }; + FFFF2c873f387f922c873f38 /* SqBounds.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c873f387f922c873f38 /* SqBounds.cpp */; }; + FFFF2c873fa07f922c873fa0 /* SqBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c873fa07f922c873fa0 /* SqBucketPruner.cpp */; }; + FFFF2c8740087f922c874008 /* SqExtendedBucketPruner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8740087f922c874008 /* SqExtendedBucketPruner.cpp */; }; + FFFF2c8740707f922c874070 /* SqMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8740707f922c874070 /* SqMetaData.cpp */; }; + FFFF2c8740d87f922c8740d8 /* SqPruningPool.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8740d87f922c8740d8 /* SqPruningPool.cpp */; }; + FFFF2c8741407f922c874140 /* SqPruningStructure.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8741407f922c874140 /* SqPruningStructure.cpp */; }; + FFFF2c8741a87f922c8741a8 /* SqSceneQueryManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8741a87f922c8741a8 /* SqSceneQueryManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78c1fc07fd6d78c1fc0 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd40b3c007fd6d40b3c00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3c687fd6d40b3c68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3cd07fd6d40b3cd0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3d387fd6d40b3d38 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3da07fd6d40b3da0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3e087fd6d40b3e08 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3e707fd6d40b3e70 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3ed87fd6d40b3ed8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3f407fd6d40b3f40 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b3fa87fd6d40b3fa8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40b40107fd6d40b4010 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b40787fd6d40b4078 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b40e07fd6d40b40e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b41487fd6d40b4148 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b41b07fd6d40b41b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b42187fd6d40b4218 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b42807fd6d40b4280 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b42e87fd6d40b42e8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b43507fd6d40b4350 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b43b87fd6d40b43b8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78c63f07fd6d78c63f0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78c64587fd6d78c6458 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78c64c07fd6d78c64c0 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78c65287fd6d78c6528 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc145807f922dc14580 /* SceneQuery */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SceneQuery"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c873e007f922c873e00 /* SqAABBPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.cpp"; path = "../../SceneQuery/src/SqAABBPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c873e687f922c873e68 /* SqAABBTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.cpp"; path = "../../SceneQuery/src/SqAABBTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c873ed07f922c873ed0 /* SqAABBTreeUpdateMap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.cpp"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c873f387f922c873f38 /* SqBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.cpp"; path = "../../SceneQuery/src/SqBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c873fa07f922c873fa0 /* SqBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.cpp"; path = "../../SceneQuery/src/SqBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8740087f922c874008 /* SqExtendedBucketPruner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.cpp"; path = "../../SceneQuery/src/SqExtendedBucketPruner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8740707f922c874070 /* SqMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqMetaData.cpp"; path = "../../SceneQuery/src/SqMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8740d87f922c8740d8 /* SqPruningPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.cpp"; path = "../../SceneQuery/src/SqPruningPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8741407f922c874140 /* SqPruningStructure.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.cpp"; path = "../../SceneQuery/src/SqPruningStructure.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8741a87f922c8741a8 /* SqSceneQueryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.cpp"; path = "../../SceneQuery/src/SqSceneQueryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8742107f922c874210 /* SqAABBPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBPruner.h"; path = "../../SceneQuery/src/SqAABBPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8742787f922c874278 /* SqAABBTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTree.h"; path = "../../SceneQuery/src/SqAABBTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8742e07f922c8742e0 /* SqAABBTreeQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeQuery.h"; path = "../../SceneQuery/src/SqAABBTreeQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8743487f922c874348 /* SqAABBTreeUpdateMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqAABBTreeUpdateMap.h"; path = "../../SceneQuery/src/SqAABBTreeUpdateMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8743b07f922c8743b0 /* SqBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBounds.h"; path = "../../SceneQuery/src/SqBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8744187f922c874418 /* SqBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqBucketPruner.h"; path = "../../SceneQuery/src/SqBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8744807f922c874480 /* SqExtendedBucketPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqExtendedBucketPruner.h"; path = "../../SceneQuery/src/SqExtendedBucketPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8744e87f922c8744e8 /* SqPrunerTestsSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerTestsSIMD.h"; path = "../../SceneQuery/src/SqPrunerTestsSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8745507f922c874550 /* SqPruningPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningPool.h"; path = "../../SceneQuery/src/SqPruningPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8745b87f922c8745b8 /* SqTypedef.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqTypedef.h"; path = "../../SceneQuery/src/SqTypedef.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc189b07f922dc189b0 /* SqPruner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruner.h"; path = "../../SceneQuery/include/SqPruner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc18a187f922dc18a18 /* SqPrunerMergeData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPrunerMergeData.h"; path = "../../SceneQuery/include/SqPrunerMergeData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc18a807f922dc18a80 /* SqPruningStructure.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqPruningStructure.h"; path = "../../SceneQuery/include/SqPruningStructure.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dc18ae87f922dc18ae8 /* SqSceneQueryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SqSceneQueryManager.h"; path = "../../SceneQuery/include/SqSceneQueryManager.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78c1fc07fd6d78c1fc0 /* Resources */ = { + FFF22dc145807f922dc14580 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -939,7 +939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78c1fc07fd6d78c1fc0 /* Frameworks */ = { + FFFC2dc145807f922dc14580 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -949,20 +949,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78c1fc07fd6d78c1fc0 /* Sources */ = { + FFF82dc145807f922dc14580 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40b3c007fd6d40b3c00, - FFFFd40b3c687fd6d40b3c68, - FFFFd40b3cd07fd6d40b3cd0, - FFFFd40b3d387fd6d40b3d38, - FFFFd40b3da07fd6d40b3da0, - FFFFd40b3e087fd6d40b3e08, - FFFFd40b3e707fd6d40b3e70, - FFFFd40b3ed87fd6d40b3ed8, - FFFFd40b3f407fd6d40b3f40, - FFFFd40b3fa87fd6d40b3fa8, + FFFF2c873e007f922c873e00, + FFFF2c873e687f922c873e68, + FFFF2c873ed07f922c873ed0, + FFFF2c873f387f922c873f38, + FFFF2c873fa07f922c873fa0, + FFFF2c8740087f922c874008, + FFFF2c8740707f922c874070, + FFFF2c8740d87f922c8740d8, + FFFF2c8741407f922c874140, + FFFF2c8741a87f922c8741a8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -974,154 +974,154 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SimulationController */ - FFFFd40ba5d07fd6d40ba5d0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba5d07fd6d40ba5d0 /* ScActorCore.cpp */; }; - FFFFd40ba6387fd6d40ba638 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba6387fd6d40ba638 /* ScActorSim.cpp */; }; - FFFFd40ba6a07fd6d40ba6a0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba6a07fd6d40ba6a0 /* ScArticulationCore.cpp */; }; - FFFFd40ba7087fd6d40ba708 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba7087fd6d40ba708 /* ScArticulationJointCore.cpp */; }; - FFFFd40ba7707fd6d40ba770 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba7707fd6d40ba770 /* ScArticulationJointSim.cpp */; }; - FFFFd40ba7d87fd6d40ba7d8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba7d87fd6d40ba7d8 /* ScArticulationSim.cpp */; }; - FFFFd40ba8407fd6d40ba840 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba8407fd6d40ba840 /* ScBodyCore.cpp */; }; - FFFFd40ba8a87fd6d40ba8a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba8a87fd6d40ba8a8 /* ScBodyCoreKinematic.cpp */; }; - FFFFd40ba9107fd6d40ba910 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba9107fd6d40ba910 /* ScBodySim.cpp */; }; - FFFFd40ba9787fd6d40ba978 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba9787fd6d40ba978 /* ScConstraintCore.cpp */; }; - FFFFd40ba9e07fd6d40ba9e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40ba9e07fd6d40ba9e0 /* ScConstraintGroupNode.cpp */; }; - FFFFd40baa487fd6d40baa48 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baa487fd6d40baa48 /* ScConstraintInteraction.cpp */; }; - FFFFd40baab07fd6d40baab0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baab07fd6d40baab0 /* ScConstraintProjectionManager.cpp */; }; - FFFFd40bab187fd6d40bab18 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bab187fd6d40bab18 /* ScConstraintProjectionTree.cpp */; }; - FFFFd40bab807fd6d40bab80 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bab807fd6d40bab80 /* ScConstraintSim.cpp */; }; - FFFFd40babe87fd6d40babe8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40babe87fd6d40babe8 /* ScElementInteractionMarker.cpp */; }; - FFFFd40bac507fd6d40bac50 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bac507fd6d40bac50 /* ScElementSim.cpp */; }; - FFFFd40bacb87fd6d40bacb8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bacb87fd6d40bacb8 /* ScInteraction.cpp */; }; - FFFFd40bad207fd6d40bad20 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bad207fd6d40bad20 /* ScIterators.cpp */; }; - FFFFd40bad887fd6d40bad88 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bad887fd6d40bad88 /* ScMaterialCore.cpp */; }; - FFFFd40badf07fd6d40badf0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40badf07fd6d40badf0 /* ScMetaData.cpp */; }; - FFFFd40bae587fd6d40bae58 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bae587fd6d40bae58 /* ScNPhaseCore.cpp */; }; - FFFFd40baec07fd6d40baec0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baec07fd6d40baec0 /* ScPhysics.cpp */; }; - FFFFd40baf287fd6d40baf28 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baf287fd6d40baf28 /* ScRigidCore.cpp */; }; - FFFFd40baf907fd6d40baf90 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baf907fd6d40baf90 /* ScRigidSim.cpp */; }; - FFFFd40baff87fd6d40baff8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40baff87fd6d40baff8 /* ScScene.cpp */; }; - FFFFd40bb0607fd6d40bb060 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb0607fd6d40bb060 /* ScShapeCore.cpp */; }; - FFFFd40bb0c87fd6d40bb0c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb0c87fd6d40bb0c8 /* ScShapeInteraction.cpp */; }; - FFFFd40bb1307fd6d40bb130 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb1307fd6d40bb130 /* ScShapeSim.cpp */; }; - FFFFd40bb1987fd6d40bb198 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb1987fd6d40bb198 /* ScSimStats.cpp */; }; - FFFFd40bb2007fd6d40bb200 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb2007fd6d40bb200 /* ScSimulationController.cpp */; }; - FFFFd40bb2687fd6d40bb268 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb2687fd6d40bb268 /* ScSqBoundsManager.cpp */; }; - FFFFd40bb2d07fd6d40bb2d0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb2d07fd6d40bb2d0 /* ScStaticCore.cpp */; }; - FFFFd40bb3387fd6d40bb338 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb3387fd6d40bb338 /* ScStaticSim.cpp */; }; - FFFFd40bb3a07fd6d40bb3a0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb3a07fd6d40bb3a0 /* ScTriggerInteraction.cpp */; }; - FFFFd40bb5407fd6d40bb540 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb5407fd6d40bb540 /* particles/ScParticleBodyInteraction.cpp */; }; - FFFFd40bb5a87fd6d40bb5a8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb5a87fd6d40bb5a8 /* particles/ScParticlePacketShape.cpp */; }; - FFFFd40bb6107fd6d40bb610 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb6107fd6d40bb610 /* particles/ScParticleSystemCore.cpp */; }; - FFFFd40bb6787fd6d40bb678 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb6787fd6d40bb678 /* particles/ScParticleSystemSim.cpp */; }; - FFFFd40bb7b07fd6d40bb7b0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb7b07fd6d40bb7b0 /* cloth/ScClothCore.cpp */; }; - FFFFd40bb8187fd6d40bb818 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb8187fd6d40bb818 /* cloth/ScClothFabricCore.cpp */; }; - FFFFd40bb8807fd6d40bb880 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb8807fd6d40bb880 /* cloth/ScClothShape.cpp */; }; - FFFFd40bb8e87fd6d40bb8e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bb8e87fd6d40bb8e8 /* cloth/ScClothSim.cpp */; }; + FFFF2e000dd07f922e000dd0 /* ScActorCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000dd07f922e000dd0 /* ScActorCore.cpp */; }; + FFFF2e000e387f922e000e38 /* ScActorSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000e387f922e000e38 /* ScActorSim.cpp */; }; + FFFF2e000ea07f922e000ea0 /* ScArticulationCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000ea07f922e000ea0 /* ScArticulationCore.cpp */; }; + FFFF2e000f087f922e000f08 /* ScArticulationJointCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000f087f922e000f08 /* ScArticulationJointCore.cpp */; }; + FFFF2e000f707f922e000f70 /* ScArticulationJointSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000f707f922e000f70 /* ScArticulationJointSim.cpp */; }; + FFFF2e000fd87f922e000fd8 /* ScArticulationSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e000fd87f922e000fd8 /* ScArticulationSim.cpp */; }; + FFFF2e0010407f922e001040 /* ScBodyCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0010407f922e001040 /* ScBodyCore.cpp */; }; + FFFF2e0010a87f922e0010a8 /* ScBodyCoreKinematic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0010a87f922e0010a8 /* ScBodyCoreKinematic.cpp */; }; + FFFF2e0011107f922e001110 /* ScBodySim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0011107f922e001110 /* ScBodySim.cpp */; }; + FFFF2e0011787f922e001178 /* ScConstraintCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0011787f922e001178 /* ScConstraintCore.cpp */; }; + FFFF2e0011e07f922e0011e0 /* ScConstraintGroupNode.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0011e07f922e0011e0 /* ScConstraintGroupNode.cpp */; }; + FFFF2e0012487f922e001248 /* ScConstraintInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0012487f922e001248 /* ScConstraintInteraction.cpp */; }; + FFFF2e0012b07f922e0012b0 /* ScConstraintProjectionManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0012b07f922e0012b0 /* ScConstraintProjectionManager.cpp */; }; + FFFF2e0013187f922e001318 /* ScConstraintProjectionTree.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0013187f922e001318 /* ScConstraintProjectionTree.cpp */; }; + FFFF2e0013807f922e001380 /* ScConstraintSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0013807f922e001380 /* ScConstraintSim.cpp */; }; + FFFF2e0013e87f922e0013e8 /* ScElementInteractionMarker.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0013e87f922e0013e8 /* ScElementInteractionMarker.cpp */; }; + FFFF2e0014507f922e001450 /* ScElementSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0014507f922e001450 /* ScElementSim.cpp */; }; + FFFF2e0014b87f922e0014b8 /* ScInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0014b87f922e0014b8 /* ScInteraction.cpp */; }; + FFFF2e0015207f922e001520 /* ScIterators.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0015207f922e001520 /* ScIterators.cpp */; }; + FFFF2e0015887f922e001588 /* ScMaterialCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0015887f922e001588 /* ScMaterialCore.cpp */; }; + FFFF2e0015f07f922e0015f0 /* ScMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0015f07f922e0015f0 /* ScMetaData.cpp */; }; + FFFF2e0016587f922e001658 /* ScNPhaseCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0016587f922e001658 /* ScNPhaseCore.cpp */; }; + FFFF2e0016c07f922e0016c0 /* ScPhysics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0016c07f922e0016c0 /* ScPhysics.cpp */; }; + FFFF2e0017287f922e001728 /* ScRigidCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0017287f922e001728 /* ScRigidCore.cpp */; }; + FFFF2e0017907f922e001790 /* ScRigidSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0017907f922e001790 /* ScRigidSim.cpp */; }; + FFFF2e0017f87f922e0017f8 /* ScScene.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0017f87f922e0017f8 /* ScScene.cpp */; }; + FFFF2e0018607f922e001860 /* ScShapeCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0018607f922e001860 /* ScShapeCore.cpp */; }; + FFFF2e0018c87f922e0018c8 /* ScShapeInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0018c87f922e0018c8 /* ScShapeInteraction.cpp */; }; + FFFF2e0019307f922e001930 /* ScShapeSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0019307f922e001930 /* ScShapeSim.cpp */; }; + FFFF2e0019987f922e001998 /* ScSimStats.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0019987f922e001998 /* ScSimStats.cpp */; }; + FFFF2e001a007f922e001a00 /* ScSimulationController.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001a007f922e001a00 /* ScSimulationController.cpp */; }; + FFFF2e001a687f922e001a68 /* ScSqBoundsManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001a687f922e001a68 /* ScSqBoundsManager.cpp */; }; + FFFF2e001ad07f922e001ad0 /* ScStaticCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001ad07f922e001ad0 /* ScStaticCore.cpp */; }; + FFFF2e001b387f922e001b38 /* ScStaticSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001b387f922e001b38 /* ScStaticSim.cpp */; }; + FFFF2e001ba07f922e001ba0 /* ScTriggerInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001ba07f922e001ba0 /* ScTriggerInteraction.cpp */; }; + FFFF2e001d407f922e001d40 /* particles/ScParticleBodyInteraction.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001d407f922e001d40 /* particles/ScParticleBodyInteraction.cpp */; }; + FFFF2e001da87f922e001da8 /* particles/ScParticlePacketShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001da87f922e001da8 /* particles/ScParticlePacketShape.cpp */; }; + FFFF2e001e107f922e001e10 /* particles/ScParticleSystemCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001e107f922e001e10 /* particles/ScParticleSystemCore.cpp */; }; + FFFF2e001e787f922e001e78 /* particles/ScParticleSystemSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001e787f922e001e78 /* particles/ScParticleSystemSim.cpp */; }; + FFFF2e001fb07f922e001fb0 /* cloth/ScClothCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e001fb07f922e001fb0 /* cloth/ScClothCore.cpp */; }; + FFFF2e0020187f922e002018 /* cloth/ScClothFabricCore.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0020187f922e002018 /* cloth/ScClothFabricCore.cpp */; }; + FFFF2e0020807f922e002080 /* cloth/ScClothShape.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0020807f922e002080 /* cloth/ScClothShape.cpp */; }; + FFFF2e0020e87f922e0020e8 /* cloth/ScClothSim.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0020e87f922e0020e8 /* cloth/ScClothSim.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78c66b07fd6d78c66b0 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd40b66007fd6d40b6600 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b66687fd6d40b6668 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b66d07fd6d40b66d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b67387fd6d40b6738 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b67a07fd6d40b67a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b68087fd6d40b6808 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b68707fd6d40b6870 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b68d87fd6d40b68d8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b69407fd6d40b6940 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b69a87fd6d40b69a8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b6a107fd6d40b6a10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b6a787fd6d40b6a78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b6ae07fd6d40b6ae0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b6b487fd6d40b6b48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b6bb07fd6d40b6bb0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b98007fd6d40b9800 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b98687fd6d40b9868 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b98d07fd6d40b98d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b99387fd6d40b9938 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b99a07fd6d40b99a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9a087fd6d40b9a08 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9a707fd6d40b9a70 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9ad87fd6d40b9ad8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9b407fd6d40b9b40 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9ba87fd6d40b9ba8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9c107fd6d40b9c10 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9c787fd6d40b9c78 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9ce07fd6d40b9ce0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9d487fd6d40b9d48 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9db07fd6d40b9db0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9e187fd6d40b9e18 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9e807fd6d40b9e80 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9ee87fd6d40b9ee8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9f507fd6d40b9f50 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40b9fb87fd6d40b9fb8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba0207fd6d40ba020 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba0887fd6d40ba088 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba0f07fd6d40ba0f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba1587fd6d40ba158 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba1c07fd6d40ba1c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba2287fd6d40ba228 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba2907fd6d40ba290 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba2f87fd6d40ba2f8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba3607fd6d40ba360 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba3c87fd6d40ba3c8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba4307fd6d40ba430 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba4987fd6d40ba498 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba5007fd6d40ba500 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba5687fd6d40ba568 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba5d07fd6d40ba5d0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba6387fd6d40ba638 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba6a07fd6d40ba6a0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba7087fd6d40ba708 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba7707fd6d40ba770 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba7d87fd6d40ba7d8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba8407fd6d40ba840 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba8a87fd6d40ba8a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba9107fd6d40ba910 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba9787fd6d40ba978 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40ba9e07fd6d40ba9e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baa487fd6d40baa48 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baab07fd6d40baab0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bab187fd6d40bab18 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bab807fd6d40bab80 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40babe87fd6d40babe8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bac507fd6d40bac50 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bacb87fd6d40bacb8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bad207fd6d40bad20 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bad887fd6d40bad88 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40badf07fd6d40badf0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bae587fd6d40bae58 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baec07fd6d40baec0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baf287fd6d40baf28 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baf907fd6d40baf90 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40baff87fd6d40baff8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb0607fd6d40bb060 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb0c87fd6d40bb0c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb1307fd6d40bb130 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb1987fd6d40bb198 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb2007fd6d40bb200 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb2687fd6d40bb268 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb2d07fd6d40bb2d0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb3387fd6d40bb338 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb3a07fd6d40bb3a0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb4087fd6d40bb408 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb4707fd6d40bb470 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb4d87fd6d40bb4d8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb5407fd6d40bb540 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb5a87fd6d40bb5a8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb6107fd6d40bb610 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb6787fd6d40bb678 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb6e07fd6d40bb6e0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb7487fd6d40bb748 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb7b07fd6d40bb7b0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb8187fd6d40bb818 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb8807fd6d40bb880 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bb8e87fd6d40bb8e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2dc18c707f922dc18c70 /* SimulationController */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SimulationController"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8768007f922c876800 /* ScActorCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.h"; path = "../../SimulationController/include/ScActorCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8768687f922c876868 /* ScArticulationCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.h"; path = "../../SimulationController/include/ScArticulationCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8768d07f922c8768d0 /* ScArticulationJointCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.h"; path = "../../SimulationController/include/ScArticulationJointCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8769387f922c876938 /* ScBodyCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.h"; path = "../../SimulationController/include/ScBodyCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8769a07f922c8769a0 /* ScClothCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothCore.h"; path = "../../SimulationController/include/ScClothCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876a087f922c876a08 /* ScClothFabricCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClothFabricCore.h"; path = "../../SimulationController/include/ScClothFabricCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876a707f922c876a70 /* ScConstraintCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.h"; path = "../../SimulationController/include/ScConstraintCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876ad87f922c876ad8 /* ScIterators.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.h"; path = "../../SimulationController/include/ScIterators.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876b407f922c876b40 /* ScMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.h"; path = "../../SimulationController/include/ScMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876ba87f922c876ba8 /* ScParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScParticleSystemCore.h"; path = "../../SimulationController/include/ScParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876c107f922c876c10 /* ScPhysics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.h"; path = "../../SimulationController/include/ScPhysics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876c787f922c876c78 /* ScRigidCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.h"; path = "../../SimulationController/include/ScRigidCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876ce07f922c876ce0 /* ScScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.h"; path = "../../SimulationController/include/ScScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876d487f922c876d48 /* ScShapeCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.h"; path = "../../SimulationController/include/ScShapeCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c876db07f922c876db0 /* ScStaticCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.h"; path = "../../SimulationController/include/ScStaticCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0000007f922e000000 /* ScActorElementPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorElementPair.h"; path = "../../SimulationController/src/ScActorElementPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0000687f922e000068 /* ScActorInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorInteraction.h"; path = "../../SimulationController/src/ScActorInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0000d07f922e0000d0 /* ScActorPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorPair.h"; path = "../../SimulationController/src/ScActorPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0001387f922e000138 /* ScActorSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.h"; path = "../../SimulationController/src/ScActorSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0001a07f922e0001a0 /* ScArticulationJointSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.h"; path = "../../SimulationController/src/ScArticulationJointSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0002087f922e000208 /* ScArticulationSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.h"; path = "../../SimulationController/src/ScArticulationSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0002707f922e000270 /* ScBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.h"; path = "../../SimulationController/src/ScBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0002d87f922e0002d8 /* ScClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScClient.h"; path = "../../SimulationController/src/ScClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0003407f922e000340 /* ScConstraintGroupNode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.h"; path = "../../SimulationController/src/ScConstraintGroupNode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0003a87f922e0003a8 /* ScConstraintInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.h"; path = "../../SimulationController/src/ScConstraintInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0004107f922e000410 /* ScConstraintProjectionManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.h"; path = "../../SimulationController/src/ScConstraintProjectionManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0004787f922e000478 /* ScConstraintProjectionTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.h"; path = "../../SimulationController/src/ScConstraintProjectionTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0004e07f922e0004e0 /* ScConstraintSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.h"; path = "../../SimulationController/src/ScConstraintSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0005487f922e000548 /* ScContactReportBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactReportBuffer.h"; path = "../../SimulationController/src/ScContactReportBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0005b07f922e0005b0 /* ScContactStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScContactStream.h"; path = "../../SimulationController/src/ScContactStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0006187f922e000618 /* ScElementInteractionMarker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.h"; path = "../../SimulationController/src/ScElementInteractionMarker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0006807f922e000680 /* ScElementSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.h"; path = "../../SimulationController/src/ScElementSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0006e87f922e0006e8 /* ScElementSimInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSimInteraction.h"; path = "../../SimulationController/src/ScElementSimInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0007507f922e000750 /* ScInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.h"; path = "../../SimulationController/src/ScInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0007b87f922e0007b8 /* ScInteractionFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteractionFlags.h"; path = "../../SimulationController/src/ScInteractionFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0008207f922e000820 /* ScNPhaseCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.h"; path = "../../SimulationController/src/ScNPhaseCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0008887f922e000888 /* ScObjectIDTracker.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScObjectIDTracker.h"; path = "../../SimulationController/src/ScObjectIDTracker.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0008f07f922e0008f0 /* ScRbElementInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRbElementInteraction.h"; path = "../../SimulationController/src/ScRbElementInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0009587f922e000958 /* ScRigidSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.h"; path = "../../SimulationController/src/ScRigidSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0009c07f922e0009c0 /* ScShapeInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.h"; path = "../../SimulationController/src/ScShapeInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000a287f922e000a28 /* ScShapeIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeIterator.h"; path = "../../SimulationController/src/ScShapeIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000a907f922e000a90 /* ScShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.h"; path = "../../SimulationController/src/ScShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000af87f922e000af8 /* ScSimStateData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStateData.h"; path = "../../SimulationController/src/ScSimStateData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000b607f922e000b60 /* ScSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.h"; path = "../../SimulationController/src/ScSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000bc87f922e000bc8 /* ScSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.h"; path = "../../SimulationController/src/ScSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000c307f922e000c30 /* ScSqBoundsManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.h"; path = "../../SimulationController/src/ScSqBoundsManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000c987f922e000c98 /* ScStaticSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.h"; path = "../../SimulationController/src/ScStaticSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000d007f922e000d00 /* ScTriggerInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.h"; path = "../../SimulationController/src/ScTriggerInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000d687f922e000d68 /* ScTriggerPairs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerPairs.h"; path = "../../SimulationController/src/ScTriggerPairs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e000dd07f922e000dd0 /* ScActorCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorCore.cpp"; path = "../../SimulationController/src/ScActorCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e000e387f922e000e38 /* ScActorSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScActorSim.cpp"; path = "../../SimulationController/src/ScActorSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e000ea07f922e000ea0 /* ScArticulationCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationCore.cpp"; path = "../../SimulationController/src/ScArticulationCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e000f087f922e000f08 /* ScArticulationJointCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointCore.cpp"; path = "../../SimulationController/src/ScArticulationJointCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e000f707f922e000f70 /* ScArticulationJointSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationJointSim.cpp"; path = "../../SimulationController/src/ScArticulationJointSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e000fd87f922e000fd8 /* ScArticulationSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScArticulationSim.cpp"; path = "../../SimulationController/src/ScArticulationSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0010407f922e001040 /* ScBodyCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCore.cpp"; path = "../../SimulationController/src/ScBodyCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0010a87f922e0010a8 /* ScBodyCoreKinematic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodyCoreKinematic.cpp"; path = "../../SimulationController/src/ScBodyCoreKinematic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0011107f922e001110 /* ScBodySim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScBodySim.cpp"; path = "../../SimulationController/src/ScBodySim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0011787f922e001178 /* ScConstraintCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintCore.cpp"; path = "../../SimulationController/src/ScConstraintCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0011e07f922e0011e0 /* ScConstraintGroupNode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintGroupNode.cpp"; path = "../../SimulationController/src/ScConstraintGroupNode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0012487f922e001248 /* ScConstraintInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintInteraction.cpp"; path = "../../SimulationController/src/ScConstraintInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0012b07f922e0012b0 /* ScConstraintProjectionManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionManager.cpp"; path = "../../SimulationController/src/ScConstraintProjectionManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0013187f922e001318 /* ScConstraintProjectionTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintProjectionTree.cpp"; path = "../../SimulationController/src/ScConstraintProjectionTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0013807f922e001380 /* ScConstraintSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScConstraintSim.cpp"; path = "../../SimulationController/src/ScConstraintSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0013e87f922e0013e8 /* ScElementInteractionMarker.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementInteractionMarker.cpp"; path = "../../SimulationController/src/ScElementInteractionMarker.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0014507f922e001450 /* ScElementSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScElementSim.cpp"; path = "../../SimulationController/src/ScElementSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0014b87f922e0014b8 /* ScInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScInteraction.cpp"; path = "../../SimulationController/src/ScInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0015207f922e001520 /* ScIterators.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScIterators.cpp"; path = "../../SimulationController/src/ScIterators.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0015887f922e001588 /* ScMaterialCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMaterialCore.cpp"; path = "../../SimulationController/src/ScMaterialCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0015f07f922e0015f0 /* ScMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScMetaData.cpp"; path = "../../SimulationController/src/ScMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0016587f922e001658 /* ScNPhaseCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScNPhaseCore.cpp"; path = "../../SimulationController/src/ScNPhaseCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0016c07f922e0016c0 /* ScPhysics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScPhysics.cpp"; path = "../../SimulationController/src/ScPhysics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0017287f922e001728 /* ScRigidCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidCore.cpp"; path = "../../SimulationController/src/ScRigidCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0017907f922e001790 /* ScRigidSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScRigidSim.cpp"; path = "../../SimulationController/src/ScRigidSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0017f87f922e0017f8 /* ScScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScScene.cpp"; path = "../../SimulationController/src/ScScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0018607f922e001860 /* ScShapeCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeCore.cpp"; path = "../../SimulationController/src/ScShapeCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0018c87f922e0018c8 /* ScShapeInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeInteraction.cpp"; path = "../../SimulationController/src/ScShapeInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0019307f922e001930 /* ScShapeSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScShapeSim.cpp"; path = "../../SimulationController/src/ScShapeSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0019987f922e001998 /* ScSimStats.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimStats.cpp"; path = "../../SimulationController/src/ScSimStats.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001a007f922e001a00 /* ScSimulationController.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSimulationController.cpp"; path = "../../SimulationController/src/ScSimulationController.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001a687f922e001a68 /* ScSqBoundsManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScSqBoundsManager.cpp"; path = "../../SimulationController/src/ScSqBoundsManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001ad07f922e001ad0 /* ScStaticCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticCore.cpp"; path = "../../SimulationController/src/ScStaticCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001b387f922e001b38 /* ScStaticSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScStaticSim.cpp"; path = "../../SimulationController/src/ScStaticSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001ba07f922e001ba0 /* ScTriggerInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ScTriggerInteraction.cpp"; path = "../../SimulationController/src/ScTriggerInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001c087f922e001c08 /* particles/ScParticleBodyInteraction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.h"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e001c707f922e001c70 /* particles/ScParticlePacketShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.h"; path = "../../SimulationController/src/particles/ScParticlePacketShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e001cd87f922e001cd8 /* particles/ScParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.h"; path = "../../SimulationController/src/particles/ScParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e001d407f922e001d40 /* particles/ScParticleBodyInteraction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleBodyInteraction.cpp"; path = "../../SimulationController/src/particles/ScParticleBodyInteraction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001da87f922e001da8 /* particles/ScParticlePacketShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticlePacketShape.cpp"; path = "../../SimulationController/src/particles/ScParticlePacketShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001e107f922e001e10 /* particles/ScParticleSystemCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemCore.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001e787f922e001e78 /* particles/ScParticleSystemSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "particles/ScParticleSystemSim.cpp"; path = "../../SimulationController/src/particles/ScParticleSystemSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e001ee07f922e001ee0 /* cloth/ScClothShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.h"; path = "../../SimulationController/src/cloth/ScClothShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e001f487f922e001f48 /* cloth/ScClothSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.h"; path = "../../SimulationController/src/cloth/ScClothSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e001fb07f922e001fb0 /* cloth/ScClothCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothCore.cpp"; path = "../../SimulationController/src/cloth/ScClothCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0020187f922e002018 /* cloth/ScClothFabricCore.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothFabricCore.cpp"; path = "../../SimulationController/src/cloth/ScClothFabricCore.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0020807f922e002080 /* cloth/ScClothShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothShape.cpp"; path = "../../SimulationController/src/cloth/ScClothShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0020e87f922e0020e8 /* cloth/ScClothSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "cloth/ScClothSim.cpp"; path = "../../SimulationController/src/cloth/ScClothSim.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78c66b07fd6d78c66b0 /* Resources */ = { + FFF22dc18c707f922dc18c70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1131,7 +1131,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78c66b07fd6d78c66b0 /* Frameworks */ = { + FFFC2dc18c707f922dc18c70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1141,53 +1141,53 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78c66b07fd6d78c66b0 /* Sources */ = { + FFF82dc18c707f922dc18c70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40ba5d07fd6d40ba5d0, - FFFFd40ba6387fd6d40ba638, - FFFFd40ba6a07fd6d40ba6a0, - FFFFd40ba7087fd6d40ba708, - FFFFd40ba7707fd6d40ba770, - FFFFd40ba7d87fd6d40ba7d8, - FFFFd40ba8407fd6d40ba840, - FFFFd40ba8a87fd6d40ba8a8, - FFFFd40ba9107fd6d40ba910, - FFFFd40ba9787fd6d40ba978, - FFFFd40ba9e07fd6d40ba9e0, - FFFFd40baa487fd6d40baa48, - FFFFd40baab07fd6d40baab0, - FFFFd40bab187fd6d40bab18, - FFFFd40bab807fd6d40bab80, - FFFFd40babe87fd6d40babe8, - FFFFd40bac507fd6d40bac50, - FFFFd40bacb87fd6d40bacb8, - FFFFd40bad207fd6d40bad20, - FFFFd40bad887fd6d40bad88, - FFFFd40badf07fd6d40badf0, - FFFFd40bae587fd6d40bae58, - FFFFd40baec07fd6d40baec0, - FFFFd40baf287fd6d40baf28, - FFFFd40baf907fd6d40baf90, - FFFFd40baff87fd6d40baff8, - FFFFd40bb0607fd6d40bb060, - FFFFd40bb0c87fd6d40bb0c8, - FFFFd40bb1307fd6d40bb130, - FFFFd40bb1987fd6d40bb198, - FFFFd40bb2007fd6d40bb200, - FFFFd40bb2687fd6d40bb268, - FFFFd40bb2d07fd6d40bb2d0, - FFFFd40bb3387fd6d40bb338, - FFFFd40bb3a07fd6d40bb3a0, - FFFFd40bb5407fd6d40bb540, - FFFFd40bb5a87fd6d40bb5a8, - FFFFd40bb6107fd6d40bb610, - FFFFd40bb6787fd6d40bb678, - FFFFd40bb7b07fd6d40bb7b0, - FFFFd40bb8187fd6d40bb818, - FFFFd40bb8807fd6d40bb880, - FFFFd40bb8e87fd6d40bb8e8, + FFFF2e000dd07f922e000dd0, + FFFF2e000e387f922e000e38, + FFFF2e000ea07f922e000ea0, + FFFF2e000f087f922e000f08, + FFFF2e000f707f922e000f70, + FFFF2e000fd87f922e000fd8, + FFFF2e0010407f922e001040, + FFFF2e0010a87f922e0010a8, + FFFF2e0011107f922e001110, + FFFF2e0011787f922e001178, + FFFF2e0011e07f922e0011e0, + FFFF2e0012487f922e001248, + FFFF2e0012b07f922e0012b0, + FFFF2e0013187f922e001318, + FFFF2e0013807f922e001380, + FFFF2e0013e87f922e0013e8, + FFFF2e0014507f922e001450, + FFFF2e0014b87f922e0014b8, + FFFF2e0015207f922e001520, + FFFF2e0015887f922e001588, + FFFF2e0015f07f922e0015f0, + FFFF2e0016587f922e001658, + FFFF2e0016c07f922e0016c0, + FFFF2e0017287f922e001728, + FFFF2e0017907f922e001790, + FFFF2e0017f87f922e0017f8, + FFFF2e0018607f922e001860, + FFFF2e0018c87f922e0018c8, + FFFF2e0019307f922e001930, + FFFF2e0019987f922e001998, + FFFF2e001a007f922e001a00, + FFFF2e001a687f922e001a68, + FFFF2e001ad07f922e001ad0, + FFFF2e001b387f922e001b38, + FFFF2e001ba07f922e001ba0, + FFFF2e001d407f922e001d40, + FFFF2e001da87f922e001da8, + FFFF2e001e107f922e001e10, + FFFF2e001e787f922e001e78, + FFFF2e001fb07f922e001fb0, + FFFF2e0020187f922e002018, + FFFF2e0020807f922e002080, + FFFF2e0020e87f922e0020e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,80 +1199,80 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCooking */ - FFFFd78d45d07fd6d78d45d0 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDd78af6907fd6d78af690 /* PhysXExtensions */; }; - FFFFd40bda007fd6d40bda00 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bda007fd6d40bda00 /* Adjacencies.cpp */; }; - FFFFd40bda687fd6d40bda68 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bda687fd6d40bda68 /* Cooking.cpp */; }; - FFFFd40bdad07fd6d40bdad0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdad07fd6d40bdad0 /* CookingUtils.cpp */; }; - FFFFd40bdb387fd6d40bdb38 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdb387fd6d40bdb38 /* EdgeList.cpp */; }; - FFFFd40bdba07fd6d40bdba0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdba07fd6d40bdba0 /* MeshCleaner.cpp */; }; - FFFFd40bdc087fd6d40bdc08 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdc087fd6d40bdc08 /* Quantizer.cpp */; }; - FFFFd40bdee07fd6d40bdee0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdee07fd6d40bdee0 /* mesh/GrbTriangleMeshCooking.cpp */; }; - FFFFd40bdf487fd6d40bdf48 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdf487fd6d40bdf48 /* mesh/HeightFieldCooking.cpp */; }; - FFFFd40bdfb07fd6d40bdfb0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40bdfb07fd6d40bdfb0 /* mesh/RTreeCooking.cpp */; }; - FFFFd40be0187fd6d40be018 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be0187fd6d40be018 /* mesh/TriangleMeshBuilder.cpp */; }; - FFFFd40be2887fd6d40be288 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be2887fd6d40be288 /* convex/BigConvexDataBuilder.cpp */; }; - FFFFd40be2f07fd6d40be2f0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be2f07fd6d40be2f0 /* convex/ConvexHullBuilder.cpp */; }; - FFFFd40be3587fd6d40be358 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be3587fd6d40be358 /* convex/ConvexHullLib.cpp */; }; - FFFFd40be3c07fd6d40be3c0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be3c07fd6d40be3c0 /* convex/ConvexHullUtils.cpp */; }; - FFFFd40be4287fd6d40be428 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be4287fd6d40be428 /* convex/ConvexMeshBuilder.cpp */; }; - FFFFd40be4907fd6d40be490 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be4907fd6d40be490 /* convex/ConvexPolygonsBuilder.cpp */; }; - FFFFd40be4f87fd6d40be4f8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be4f87fd6d40be4f8 /* convex/InflationConvexHullLib.cpp */; }; - FFFFd40be5607fd6d40be560 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be5607fd6d40be560 /* convex/QuickHullConvexHullLib.cpp */; }; - FFFFd40be5c87fd6d40be5c8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd40be5c87fd6d40be5c8 /* convex/VolumeIntegration.cpp */; }; + FFFF2dd085907f922dd08590 /* PhysXExtensions in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD2dc036207f922dc03620 /* PhysXExtensions */; }; + FFFF2e0082007f922e008200 /* Adjacencies.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0082007f922e008200 /* Adjacencies.cpp */; }; + FFFF2e0082687f922e008268 /* Cooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0082687f922e008268 /* Cooking.cpp */; }; + FFFF2e0082d07f922e0082d0 /* CookingUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0082d07f922e0082d0 /* CookingUtils.cpp */; }; + FFFF2e0083387f922e008338 /* EdgeList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0083387f922e008338 /* EdgeList.cpp */; }; + FFFF2e0083a07f922e0083a0 /* MeshCleaner.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0083a07f922e0083a0 /* MeshCleaner.cpp */; }; + FFFF2e0084087f922e008408 /* Quantizer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0084087f922e008408 /* Quantizer.cpp */; }; + FFFF2e0086e07f922e0086e0 /* mesh/GrbTriangleMeshCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0086e07f922e0086e0 /* mesh/GrbTriangleMeshCooking.cpp */; }; + FFFF2e0087487f922e008748 /* mesh/HeightFieldCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0087487f922e008748 /* mesh/HeightFieldCooking.cpp */; }; + FFFF2e0087b07f922e0087b0 /* mesh/RTreeCooking.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0087b07f922e0087b0 /* mesh/RTreeCooking.cpp */; }; + FFFF2e0088187f922e008818 /* mesh/TriangleMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e0088187f922e008818 /* mesh/TriangleMeshBuilder.cpp */; }; + FFFF2e008a887f922e008a88 /* convex/BigConvexDataBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008a887f922e008a88 /* convex/BigConvexDataBuilder.cpp */; }; + FFFF2e008af07f922e008af0 /* convex/ConvexHullBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008af07f922e008af0 /* convex/ConvexHullBuilder.cpp */; }; + FFFF2e008b587f922e008b58 /* convex/ConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008b587f922e008b58 /* convex/ConvexHullLib.cpp */; }; + FFFF2e008bc07f922e008bc0 /* convex/ConvexHullUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008bc07f922e008bc0 /* convex/ConvexHullUtils.cpp */; }; + FFFF2e008c287f922e008c28 /* convex/ConvexMeshBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008c287f922e008c28 /* convex/ConvexMeshBuilder.cpp */; }; + FFFF2e008c907f922e008c90 /* convex/ConvexPolygonsBuilder.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008c907f922e008c90 /* convex/ConvexPolygonsBuilder.cpp */; }; + FFFF2e008cf87f922e008cf8 /* convex/InflationConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008cf87f922e008cf8 /* convex/InflationConvexHullLib.cpp */; }; + FFFF2e008d607f922e008d60 /* convex/QuickHullConvexHullLib.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008d607f922e008d60 /* convex/QuickHullConvexHullLib.cpp */; }; + FFFF2e008dc87f922e008dc8 /* convex/VolumeIntegration.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2e008dc87f922e008dc8 /* convex/VolumeIntegration.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78cae607fd6d78cae60 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd78d4f607fd6d78d4f60 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d4fc87fd6d78d4fc8 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d50307fd6d78d5030 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d50987fd6d78d5098 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d51007fd6d78d5100 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d51687fd6d78d5168 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78d51d07fd6d78d51d0 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bda007fd6d40bda00 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bda687fd6d40bda68 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdad07fd6d40bdad0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdb387fd6d40bdb38 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdba07fd6d40bdba0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdc087fd6d40bdc08 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdc707fd6d40bdc70 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdcd87fd6d40bdcd8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdd407fd6d40bdd40 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdda87fd6d40bdda8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bde107fd6d40bde10 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bde787fd6d40bde78 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdee07fd6d40bdee0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdf487fd6d40bdf48 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40bdfb07fd6d40bdfb0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be0187fd6d40be018 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be0807fd6d40be080 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be0e87fd6d40be0e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be1507fd6d40be150 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be1b87fd6d40be1b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be2207fd6d40be220 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be2887fd6d40be288 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be2f07fd6d40be2f0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be3587fd6d40be358 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be3c07fd6d40be3c0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be4287fd6d40be428 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be4907fd6d40be490 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be4f87fd6d40be4f8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be5607fd6d40be560 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be5c87fd6d40be5c8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd40be6307fd6d40be630 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be6987fd6d40be698 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be7007fd6d40be700 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be7687fd6d40be768 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be7d07fd6d40be7d0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be8387fd6d40be838 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be8a07fd6d40be8a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be9087fd6d40be908 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; - FFFDd40be9707fd6d40be970 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd04ea07f922dd04ea0 /* PhysXCooking */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCooking"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2dd07d007f922dd07d00 /* PxBVH33MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH33MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH33MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07d687f922dd07d68 /* PxBVH34MidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBVH34MidphaseDesc.h"; path = "../../../Include/cooking/PxBVH34MidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07dd07f922dd07dd0 /* PxConvexMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxConvexMeshDesc.h"; path = "../../../Include/cooking/PxConvexMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07e387f922dd07e38 /* PxCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCooking.h"; path = "../../../Include/cooking/PxCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07ea07f922dd07ea0 /* PxMidphaseDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMidphaseDesc.h"; path = "../../../Include/cooking/PxMidphaseDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07f087f922dd07f08 /* PxTriangleMeshDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTriangleMeshDesc.h"; path = "../../../Include/cooking/PxTriangleMeshDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2dd07f707f922dd07f70 /* Pxc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Pxc.h"; path = "../../../Include/cooking/Pxc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0082007f922e008200 /* Adjacencies.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.cpp"; path = "../../PhysXCooking/src/Adjacencies.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0082687f922e008268 /* Cooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.cpp"; path = "../../PhysXCooking/src/Cooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0082d07f922e0082d0 /* CookingUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.cpp"; path = "../../PhysXCooking/src/CookingUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0083387f922e008338 /* EdgeList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.cpp"; path = "../../PhysXCooking/src/EdgeList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0083a07f922e0083a0 /* MeshCleaner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.cpp"; path = "../../PhysXCooking/src/MeshCleaner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0084087f922e008408 /* Quantizer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.cpp"; path = "../../PhysXCooking/src/Quantizer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0084707f922e008470 /* Adjacencies.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Adjacencies.h"; path = "../../PhysXCooking/src/Adjacencies.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0084d87f922e0084d8 /* Cooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cooking.h"; path = "../../PhysXCooking/src/Cooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0085407f922e008540 /* CookingUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "CookingUtils.h"; path = "../../PhysXCooking/src/CookingUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0085a87f922e0085a8 /* EdgeList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "EdgeList.h"; path = "../../PhysXCooking/src/EdgeList.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0086107f922e008610 /* MeshCleaner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MeshCleaner.h"; path = "../../PhysXCooking/src/MeshCleaner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0086787f922e008678 /* Quantizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Quantizer.h"; path = "../../PhysXCooking/src/Quantizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0086e07f922e0086e0 /* mesh/GrbTriangleMeshCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.cpp"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0087487f922e008748 /* mesh/HeightFieldCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.cpp"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0087b07f922e0087b0 /* mesh/RTreeCooking.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.cpp"; path = "../../PhysXCooking/src/mesh/RTreeCooking.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0088187f922e008818 /* mesh/TriangleMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.cpp"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e0088807f922e008880 /* mesh/GrbTriangleMeshCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/GrbTriangleMeshCooking.h"; path = "../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0088e87f922e0088e8 /* mesh/HeightFieldCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/HeightFieldCooking.h"; path = "../../PhysXCooking/src/mesh/HeightFieldCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0089507f922e008950 /* mesh/QuickSelect.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/QuickSelect.h"; path = "../../PhysXCooking/src/mesh/QuickSelect.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0089b87f922e0089b8 /* mesh/RTreeCooking.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/RTreeCooking.h"; path = "../../PhysXCooking/src/mesh/RTreeCooking.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008a207f922e008a20 /* mesh/TriangleMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "mesh/TriangleMeshBuilder.h"; path = "../../PhysXCooking/src/mesh/TriangleMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008a887f922e008a88 /* convex/BigConvexDataBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.cpp"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008af07f922e008af0 /* convex/ConvexHullBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008b587f922e008b58 /* convex/ConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008bc07f922e008bc0 /* convex/ConvexHullUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.cpp"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008c287f922e008c28 /* convex/ConvexMeshBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008c907f922e008c90 /* convex/ConvexPolygonsBuilder.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.cpp"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008cf87f922e008cf8 /* convex/InflationConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008d607f922e008d60 /* convex/QuickHullConvexHullLib.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.cpp"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008dc87f922e008dc8 /* convex/VolumeIntegration.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.cpp"; path = "../../PhysXCooking/src/convex/VolumeIntegration.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2e008e307f922e008e30 /* convex/BigConvexDataBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/BigConvexDataBuilder.h"; path = "../../PhysXCooking/src/convex/BigConvexDataBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008e987f922e008e98 /* convex/ConvexHullBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexHullBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008f007f922e008f00 /* convex/ConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullLib.h"; path = "../../PhysXCooking/src/convex/ConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008f687f922e008f68 /* convex/ConvexHullUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexHullUtils.h"; path = "../../PhysXCooking/src/convex/ConvexHullUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e008fd07f922e008fd0 /* convex/ConvexMeshBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexMeshBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexMeshBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0090387f922e009038 /* convex/ConvexPolygonsBuilder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/ConvexPolygonsBuilder.h"; path = "../../PhysXCooking/src/convex/ConvexPolygonsBuilder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0090a07f922e0090a0 /* convex/InflationConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/InflationConvexHullLib.h"; path = "../../PhysXCooking/src/convex/InflationConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0091087f922e009108 /* convex/QuickHullConvexHullLib.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/QuickHullConvexHullLib.h"; path = "../../PhysXCooking/src/convex/QuickHullConvexHullLib.h"; sourceTree = SOURCE_ROOT; }; + FFFD2e0091707f922e009170 /* convex/VolumeIntegration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "convex/VolumeIntegration.h"; path = "../../PhysXCooking/src/convex/VolumeIntegration.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78cae607fd6d78cae60 /* Resources */ = { + FFF22dd04ea07f922dd04ea0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1282,7 +1282,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78cae607fd6d78cae60 /* Frameworks */ = { + FFFC2dd04ea07f922dd04ea0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1292,29 +1292,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78cae607fd6d78cae60 /* Sources */ = { + FFF82dd04ea07f922dd04ea0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd40bda007fd6d40bda00, - FFFFd40bda687fd6d40bda68, - FFFFd40bdad07fd6d40bdad0, - FFFFd40bdb387fd6d40bdb38, - FFFFd40bdba07fd6d40bdba0, - FFFFd40bdc087fd6d40bdc08, - FFFFd40bdee07fd6d40bdee0, - FFFFd40bdf487fd6d40bdf48, - FFFFd40bdfb07fd6d40bdfb0, - FFFFd40be0187fd6d40be018, - FFFFd40be2887fd6d40be288, - FFFFd40be2f07fd6d40be2f0, - FFFFd40be3587fd6d40be358, - FFFFd40be3c07fd6d40be3c0, - FFFFd40be4287fd6d40be428, - FFFFd40be4907fd6d40be490, - FFFFd40be4f87fd6d40be4f8, - FFFFd40be5607fd6d40be560, - FFFFd40be5c87fd6d40be5c8, + FFFF2e0082007f922e008200, + FFFF2e0082687f922e008268, + FFFF2e0082d07f922e0082d0, + FFFF2e0083387f922e008338, + FFFF2e0083a07f922e0083a0, + FFFF2e0084087f922e008408, + FFFF2e0086e07f922e0086e0, + FFFF2e0087487f922e008748, + FFFF2e0087b07f922e0087b0, + FFFF2e0088187f922e008818, + FFFF2e008a887f922e008a88, + FFFF2e008af07f922e008af0, + FFFF2e008b587f922e008b58, + FFFF2e008bc07f922e008bc0, + FFFF2e008c287f922e008c28, + FFFF2e008c907f922e008c90, + FFFF2e008cf87f922e008cf8, + FFFF2e008d607f922e008d60, + FFFF2e008dc87f922e008dc8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1323,515 +1323,515 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d78d46b07fd6d78d46b0 /* PBXTargetDependency */ = { + FFF42dd055a07f922dd055a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd4b0f5307fd6d4b0f530 /* PhysXCommon */; - targetProxy = FFF5d4b0f5307fd6d4b0f530 /* PBXContainerItemProxy */; + target = FFFA2c13c0507f922c13c050 /* PhysXCommon */; + targetProxy = FFF52c13c0507f922c13c050 /* PBXContainerItemProxy */; }; - FFF4d78d45d07fd6d78d45d0 /* PBXTargetDependency */ = { + FFF42dd085907f922dd08590 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78af6907fd6d78af690 /* PhysXExtensions */; - targetProxy = FFF5d78af6907fd6d78af690 /* PBXContainerItemProxy */; + target = FFFA2dc036207f922dc03620 /* PhysXExtensions */; + targetProxy = FFF52dc036207f922dc03620 /* PBXContainerItemProxy */; }; - FFF4d78cfde07fd6d78cfde0 /* PBXTargetDependency */ = { + FFF42dd037507f922dd03750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78251d07fd6d78251d0 /* PxFoundation */; - targetProxy = FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */; + target = FFFA2c1587607f922c158760 /* PxFoundation */; + targetProxy = FFF52c1587607f922c158760 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PhysXCommon */ - FFFFd600ca007fd6d600ca00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600ca007fd6d600ca00 /* src/CmBoxPruning.cpp */; }; - FFFFd600ca687fd6d600ca68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600ca687fd6d600ca68 /* src/CmCollection.cpp */; }; - FFFFd600cad07fd6d600cad0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600cad07fd6d600cad0 /* src/CmMathUtils.cpp */; }; - FFFFd600cb387fd6d600cb38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600cb387fd6d600cb38 /* src/CmPtrTable.cpp */; }; - FFFFd600cba07fd6d600cba0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600cba07fd6d600cba0 /* src/CmRadixSort.cpp */; }; - FFFFd600cc087fd6d600cc08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600cc087fd6d600cc08 /* src/CmRadixSortBuffered.cpp */; }; - FFFFd600cc707fd6d600cc70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600cc707fd6d600cc70 /* src/CmRenderOutput.cpp */; }; - FFFFd600ccd87fd6d600ccd8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFDd600ccd87fd6d600ccd8 /* src/CmVisualization.cpp */; }; - FFFFd60209a87fd6d60209a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60209a87fd6d60209a8 /* ../../Include/GeomUtils */; }; - FFFFd6023ee07fd6d6023ee0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6023ee07fd6d6023ee0 /* src/GuBounds.cpp */; }; - FFFFd6023f487fd6d6023f48 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6023f487fd6d6023f48 /* src/GuBox.cpp */; }; - FFFFd6023fb07fd6d6023fb0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6023fb07fd6d6023fb0 /* src/GuCCTSweepTests.cpp */; }; - FFFFd60240187fd6d6024018 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60240187fd6d6024018 /* src/GuCapsule.cpp */; }; - FFFFd60240807fd6d6024080 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60240807fd6d6024080 /* src/GuGeometryQuery.cpp */; }; - FFFFd60240e87fd6d60240e8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60240e87fd6d60240e8 /* src/GuGeometryUnion.cpp */; }; - FFFFd60241507fd6d6024150 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60241507fd6d6024150 /* src/GuInternal.cpp */; }; - FFFFd60241b87fd6d60241b8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60241b87fd6d60241b8 /* src/GuMTD.cpp */; }; - FFFFd60242207fd6d6024220 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60242207fd6d6024220 /* src/GuMeshFactory.cpp */; }; - FFFFd60242887fd6d6024288 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60242887fd6d6024288 /* src/GuMetaData.cpp */; }; - FFFFd60242f07fd6d60242f0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60242f07fd6d60242f0 /* src/GuOverlapTests.cpp */; }; - FFFFd60243587fd6d6024358 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60243587fd6d6024358 /* src/GuRaycastTests.cpp */; }; - FFFFd60243c07fd6d60243c0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60243c07fd6d60243c0 /* src/GuSerialize.cpp */; }; - FFFFd60244287fd6d6024428 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60244287fd6d6024428 /* src/GuSweepMTD.cpp */; }; - FFFFd60244907fd6d6024490 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60244907fd6d6024490 /* src/GuSweepSharedTests.cpp */; }; - FFFFd60244f87fd6d60244f8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60244f87fd6d60244f8 /* src/GuSweepTests.cpp */; }; - FFFFd60245607fd6d6024560 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60245607fd6d6024560 /* src/contact/GuContactBoxBox.cpp */; }; - FFFFd60245c87fd6d60245c8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60245c87fd6d60245c8 /* src/contact/GuContactCapsuleBox.cpp */; }; - FFFFd60246307fd6d6024630 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60246307fd6d6024630 /* src/contact/GuContactCapsuleCapsule.cpp */; }; - FFFFd60246987fd6d6024698 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60246987fd6d6024698 /* src/contact/GuContactCapsuleConvex.cpp */; }; - FFFFd60247007fd6d6024700 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60247007fd6d6024700 /* src/contact/GuContactCapsuleMesh.cpp */; }; - FFFFd60247687fd6d6024768 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60247687fd6d6024768 /* src/contact/GuContactConvexConvex.cpp */; }; - FFFFd60247d07fd6d60247d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60247d07fd6d60247d0 /* src/contact/GuContactConvexMesh.cpp */; }; - FFFFd60248387fd6d6024838 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60248387fd6d6024838 /* src/contact/GuContactPlaneBox.cpp */; }; - FFFFd60248a07fd6d60248a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60248a07fd6d60248a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; - FFFFd60249087fd6d6024908 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60249087fd6d6024908 /* src/contact/GuContactPlaneConvex.cpp */; }; - FFFFd60249707fd6d6024970 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60249707fd6d6024970 /* src/contact/GuContactPolygonPolygon.cpp */; }; - FFFFd60249d87fd6d60249d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60249d87fd6d60249d8 /* src/contact/GuContactSphereBox.cpp */; }; - FFFFd6024a407fd6d6024a40 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024a407fd6d6024a40 /* src/contact/GuContactSphereCapsule.cpp */; }; - FFFFd6024aa87fd6d6024aa8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024aa87fd6d6024aa8 /* src/contact/GuContactSphereMesh.cpp */; }; - FFFFd6024b107fd6d6024b10 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024b107fd6d6024b10 /* src/contact/GuContactSpherePlane.cpp */; }; - FFFFd6024b787fd6d6024b78 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024b787fd6d6024b78 /* src/contact/GuContactSphereSphere.cpp */; }; - FFFFd6024be07fd6d6024be0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024be07fd6d6024be0 /* src/contact/GuFeatureCode.cpp */; }; - FFFFd6024c487fd6d6024c48 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024c487fd6d6024c48 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; - FFFFd6024cb07fd6d6024cb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024cb07fd6d6024cb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; - FFFFd6024d187fd6d6024d18 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024d187fd6d6024d18 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; - FFFFd6024d807fd6d6024d80 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024d807fd6d6024d80 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; - FFFFd6024de87fd6d6024de8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024de87fd6d6024de8 /* src/common/GuBarycentricCoordinates.cpp */; }; - FFFFd6024e507fd6d6024e50 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024e507fd6d6024e50 /* src/common/GuSeparatingAxes.cpp */; }; - FFFFd6024eb87fd6d6024eb8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024eb87fd6d6024eb8 /* src/convex/GuBigConvexData.cpp */; }; - FFFFd6024f207fd6d6024f20 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024f207fd6d6024f20 /* src/convex/GuConvexHelper.cpp */; }; - FFFFd6024f887fd6d6024f88 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024f887fd6d6024f88 /* src/convex/GuConvexMesh.cpp */; }; - FFFFd6024ff07fd6d6024ff0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6024ff07fd6d6024ff0 /* src/convex/GuConvexSupportTable.cpp */; }; - FFFFd60250587fd6d6025058 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60250587fd6d6025058 /* src/convex/GuConvexUtilsInternal.cpp */; }; - FFFFd60250c07fd6d60250c0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60250c07fd6d60250c0 /* src/convex/GuHillClimbing.cpp */; }; - FFFFd60251287fd6d6025128 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60251287fd6d6025128 /* src/convex/GuShapeConvex.cpp */; }; - FFFFd60251907fd6d6025190 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60251907fd6d6025190 /* src/distance/GuDistancePointBox.cpp */; }; - FFFFd60251f87fd6d60251f8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60251f87fd6d60251f8 /* src/distance/GuDistancePointTriangle.cpp */; }; - FFFFd60252607fd6d6025260 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60252607fd6d6025260 /* src/distance/GuDistanceSegmentBox.cpp */; }; - FFFFd60252c87fd6d60252c8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60252c87fd6d60252c8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; - FFFFd60253307fd6d6025330 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60253307fd6d6025330 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; - FFFFd60253987fd6d6025398 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60253987fd6d6025398 /* src/sweep/GuSweepBoxBox.cpp */; }; - FFFFd60254007fd6d6025400 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60254007fd6d6025400 /* src/sweep/GuSweepBoxSphere.cpp */; }; - FFFFd60254687fd6d6025468 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60254687fd6d6025468 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; - FFFFd60254d07fd6d60254d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60254d07fd6d60254d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; - FFFFd60255387fd6d6025538 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60255387fd6d6025538 /* src/sweep/GuSweepCapsuleBox.cpp */; }; - FFFFd60255a07fd6d60255a0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60255a07fd6d60255a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; - FFFFd60256087fd6d6025608 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60256087fd6d6025608 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; - FFFFd60256707fd6d6025670 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60256707fd6d6025670 /* src/sweep/GuSweepSphereCapsule.cpp */; }; - FFFFd60256d87fd6d60256d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60256d87fd6d60256d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; - FFFFd60257407fd6d6025740 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60257407fd6d6025740 /* src/sweep/GuSweepSphereTriangle.cpp */; }; - FFFFd60257a87fd6d60257a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60257a87fd6d60257a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; - FFFFd60258107fd6d6025810 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60258107fd6d6025810 /* src/gjk/GuEPA.cpp */; }; - FFFFd60258787fd6d6025878 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60258787fd6d6025878 /* src/gjk/GuGJKSimplex.cpp */; }; - FFFFd60258e07fd6d60258e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60258e07fd6d60258e0 /* src/gjk/GuGJKTest.cpp */; }; - FFFFd60259487fd6d6025948 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60259487fd6d6025948 /* src/intersection/GuIntersectionBoxBox.cpp */; }; - FFFFd60259b07fd6d60259b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60259b07fd6d60259b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; - FFFFd6025a187fd6d6025a18 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025a187fd6d6025a18 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; - FFFFd6025a807fd6d6025a80 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025a807fd6d6025a80 /* src/intersection/GuIntersectionRayBox.cpp */; }; - FFFFd6025ae87fd6d6025ae8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025ae87fd6d6025ae8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; - FFFFd6025b507fd6d6025b50 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025b507fd6d6025b50 /* src/intersection/GuIntersectionRaySphere.cpp */; }; - FFFFd6025bb87fd6d6025bb8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025bb87fd6d6025bb8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; - FFFFd6025c207fd6d6025c20 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025c207fd6d6025c20 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; - FFFFd6025c887fd6d6025c88 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025c887fd6d6025c88 /* src/mesh/GuBV32.cpp */; }; - FFFFd6025cf07fd6d6025cf0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025cf07fd6d6025cf0 /* src/mesh/GuBV32Build.cpp */; }; - FFFFd6025d587fd6d6025d58 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025d587fd6d6025d58 /* src/mesh/GuBV4.cpp */; }; - FFFFd6025dc07fd6d6025dc0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025dc07fd6d6025dc0 /* src/mesh/GuBV4Build.cpp */; }; - FFFFd6025e287fd6d6025e28 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025e287fd6d6025e28 /* src/mesh/GuBV4_AABBSweep.cpp */; }; - FFFFd6025e907fd6d6025e90 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025e907fd6d6025e90 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; - FFFFd6025ef87fd6d6025ef8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025ef87fd6d6025ef8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; - FFFFd6025f607fd6d6025f60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025f607fd6d6025f60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; - FFFFd6025fc87fd6d6025fc8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6025fc87fd6d6025fc8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; - FFFFd60260307fd6d6026030 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60260307fd6d6026030 /* src/mesh/GuBV4_Raycast.cpp */; }; - FFFFd60260987fd6d6026098 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60260987fd6d6026098 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; - FFFFd60261007fd6d6026100 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60261007fd6d6026100 /* src/mesh/GuBV4_SphereSweep.cpp */; }; - FFFFd60261687fd6d6026168 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60261687fd6d6026168 /* src/mesh/GuMeshQuery.cpp */; }; - FFFFd60261d07fd6d60261d0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60261d07fd6d60261d0 /* src/mesh/GuMidphaseBV4.cpp */; }; - FFFFd60262387fd6d6026238 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60262387fd6d6026238 /* src/mesh/GuMidphaseRTree.cpp */; }; - FFFFd60262a07fd6d60262a0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60262a07fd6d60262a0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; - FFFFd60263087fd6d6026308 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60263087fd6d6026308 /* src/mesh/GuRTree.cpp */; }; - FFFFd60263707fd6d6026370 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60263707fd6d6026370 /* src/mesh/GuRTreeQueries.cpp */; }; - FFFFd60263d87fd6d60263d8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60263d87fd6d60263d8 /* src/mesh/GuSweepsMesh.cpp */; }; - FFFFd60264407fd6d6026440 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60264407fd6d6026440 /* src/mesh/GuTriangleMesh.cpp */; }; - FFFFd60264a87fd6d60264a8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60264a87fd6d60264a8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; - FFFFd60265107fd6d6026510 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60265107fd6d6026510 /* src/mesh/GuTriangleMeshRTree.cpp */; }; - FFFFd60265787fd6d6026578 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60265787fd6d6026578 /* src/hf/GuHeightField.cpp */; }; - FFFFd60265e07fd6d60265e0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60265e07fd6d60265e0 /* src/hf/GuHeightFieldUtil.cpp */; }; - FFFFd60266487fd6d6026648 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60266487fd6d6026648 /* src/hf/GuOverlapTestsHF.cpp */; }; - FFFFd60266b07fd6d60266b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60266b07fd6d60266b0 /* src/hf/GuSweepsHF.cpp */; }; - FFFFd60267187fd6d6026718 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60267187fd6d6026718 /* src/pcm/GuPCMContactBoxBox.cpp */; }; - FFFFd60267807fd6d6026780 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60267807fd6d6026780 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; - FFFFd60267e87fd6d60267e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60267e87fd6d60267e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; - FFFFd60268507fd6d6026850 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60268507fd6d6026850 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; - FFFFd60268b87fd6d60268b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60268b87fd6d60268b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; - FFFFd60269207fd6d6026920 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60269207fd6d6026920 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; - FFFFd60269887fd6d6026988 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60269887fd6d6026988 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; - FFFFd60269f07fd6d60269f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60269f07fd6d60269f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; - FFFFd6026a587fd6d6026a58 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026a587fd6d6026a58 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; - FFFFd6026ac07fd6d6026ac0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026ac07fd6d6026ac0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; - FFFFd6026b287fd6d6026b28 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026b287fd6d6026b28 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; - FFFFd6026b907fd6d6026b90 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026b907fd6d6026b90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; - FFFFd6026bf87fd6d6026bf8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026bf87fd6d6026bf8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; - FFFFd6026c607fd6d6026c60 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026c607fd6d6026c60 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; - FFFFd6026cc87fd6d6026cc8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026cc87fd6d6026cc8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; - FFFFd6026d307fd6d6026d30 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026d307fd6d6026d30 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; - FFFFd6026d987fd6d6026d98 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026d987fd6d6026d98 /* src/pcm/GuPCMContactSphereBox.cpp */; }; - FFFFd6026e007fd6d6026e00 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026e007fd6d6026e00 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; - FFFFd6026e687fd6d6026e68 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026e687fd6d6026e68 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; - FFFFd6026ed07fd6d6026ed0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026ed07fd6d6026ed0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; - FFFFd6026f387fd6d6026f38 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026f387fd6d6026f38 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; - FFFFd6026fa07fd6d6026fa0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd6026fa07fd6d6026fa0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; - FFFFd60270087fd6d6027008 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60270087fd6d6027008 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; - FFFFd60270707fd6d6027070 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60270707fd6d6027070 /* src/pcm/GuPCMShapeConvex.cpp */; }; - FFFFd60270d87fd6d60270d8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60270d87fd6d60270d8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; - FFFFd60271407fd6d6027140 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60271407fd6d6027140 /* src/pcm/GuPersistentContactManifold.cpp */; }; - FFFFd60271a87fd6d60271a8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60271a87fd6d60271a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; - FFFFd60272107fd6d6027210 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFDd60272107fd6d6027210 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; + FFFF2b9a6a007f922b9a6a00 /* src/CmBoxPruning.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6a007f922b9a6a00 /* src/CmBoxPruning.cpp */; }; + FFFF2b9a6a687f922b9a6a68 /* src/CmCollection.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6a687f922b9a6a68 /* src/CmCollection.cpp */; }; + FFFF2b9a6ad07f922b9a6ad0 /* src/CmMathUtils.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6ad07f922b9a6ad0 /* src/CmMathUtils.cpp */; }; + FFFF2b9a6b387f922b9a6b38 /* src/CmPtrTable.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6b387f922b9a6b38 /* src/CmPtrTable.cpp */; }; + FFFF2b9a6ba07f922b9a6ba0 /* src/CmRadixSort.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6ba07f922b9a6ba0 /* src/CmRadixSort.cpp */; }; + FFFF2b9a6c087f922b9a6c08 /* src/CmRadixSortBuffered.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6c087f922b9a6c08 /* src/CmRadixSortBuffered.cpp */; }; + FFFF2b9a6c707f922b9a6c70 /* src/CmRenderOutput.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6c707f922b9a6c70 /* src/CmRenderOutput.cpp */; }; + FFFF2b9a6cd87f922b9a6cd8 /* src/CmVisualization.cpp in common */= { isa = PBXBuildFile; fileRef = FFFD2b9a6cd87f922b9a6cd8 /* src/CmVisualization.cpp */; }; + FFFF2c8013a87f922c8013a8 /* ../../Include/GeomUtils in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8013a87f922c8013a8 /* ../../Include/GeomUtils */; }; + FFFF2c8048e07f922c8048e0 /* src/GuBounds.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8048e07f922c8048e0 /* src/GuBounds.cpp */; }; + FFFF2c8049487f922c804948 /* src/GuBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8049487f922c804948 /* src/GuBox.cpp */; }; + FFFF2c8049b07f922c8049b0 /* src/GuCCTSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8049b07f922c8049b0 /* src/GuCCTSweepTests.cpp */; }; + FFFF2c804a187f922c804a18 /* src/GuCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804a187f922c804a18 /* src/GuCapsule.cpp */; }; + FFFF2c804a807f922c804a80 /* src/GuGeometryQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804a807f922c804a80 /* src/GuGeometryQuery.cpp */; }; + FFFF2c804ae87f922c804ae8 /* src/GuGeometryUnion.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804ae87f922c804ae8 /* src/GuGeometryUnion.cpp */; }; + FFFF2c804b507f922c804b50 /* src/GuInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804b507f922c804b50 /* src/GuInternal.cpp */; }; + FFFF2c804bb87f922c804bb8 /* src/GuMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804bb87f922c804bb8 /* src/GuMTD.cpp */; }; + FFFF2c804c207f922c804c20 /* src/GuMeshFactory.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804c207f922c804c20 /* src/GuMeshFactory.cpp */; }; + FFFF2c804c887f922c804c88 /* src/GuMetaData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804c887f922c804c88 /* src/GuMetaData.cpp */; }; + FFFF2c804cf07f922c804cf0 /* src/GuOverlapTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804cf07f922c804cf0 /* src/GuOverlapTests.cpp */; }; + FFFF2c804d587f922c804d58 /* src/GuRaycastTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804d587f922c804d58 /* src/GuRaycastTests.cpp */; }; + FFFF2c804dc07f922c804dc0 /* src/GuSerialize.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804dc07f922c804dc0 /* src/GuSerialize.cpp */; }; + FFFF2c804e287f922c804e28 /* src/GuSweepMTD.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804e287f922c804e28 /* src/GuSweepMTD.cpp */; }; + FFFF2c804e907f922c804e90 /* src/GuSweepSharedTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804e907f922c804e90 /* src/GuSweepSharedTests.cpp */; }; + FFFF2c804ef87f922c804ef8 /* src/GuSweepTests.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804ef87f922c804ef8 /* src/GuSweepTests.cpp */; }; + FFFF2c804f607f922c804f60 /* src/contact/GuContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804f607f922c804f60 /* src/contact/GuContactBoxBox.cpp */; }; + FFFF2c804fc87f922c804fc8 /* src/contact/GuContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c804fc87f922c804fc8 /* src/contact/GuContactCapsuleBox.cpp */; }; + FFFF2c8050307f922c805030 /* src/contact/GuContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8050307f922c805030 /* src/contact/GuContactCapsuleCapsule.cpp */; }; + FFFF2c8050987f922c805098 /* src/contact/GuContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8050987f922c805098 /* src/contact/GuContactCapsuleConvex.cpp */; }; + FFFF2c8051007f922c805100 /* src/contact/GuContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8051007f922c805100 /* src/contact/GuContactCapsuleMesh.cpp */; }; + FFFF2c8051687f922c805168 /* src/contact/GuContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8051687f922c805168 /* src/contact/GuContactConvexConvex.cpp */; }; + FFFF2c8051d07f922c8051d0 /* src/contact/GuContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8051d07f922c8051d0 /* src/contact/GuContactConvexMesh.cpp */; }; + FFFF2c8052387f922c805238 /* src/contact/GuContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8052387f922c805238 /* src/contact/GuContactPlaneBox.cpp */; }; + FFFF2c8052a07f922c8052a0 /* src/contact/GuContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8052a07f922c8052a0 /* src/contact/GuContactPlaneCapsule.cpp */; }; + FFFF2c8053087f922c805308 /* src/contact/GuContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8053087f922c805308 /* src/contact/GuContactPlaneConvex.cpp */; }; + FFFF2c8053707f922c805370 /* src/contact/GuContactPolygonPolygon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8053707f922c805370 /* src/contact/GuContactPolygonPolygon.cpp */; }; + FFFF2c8053d87f922c8053d8 /* src/contact/GuContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8053d87f922c8053d8 /* src/contact/GuContactSphereBox.cpp */; }; + FFFF2c8054407f922c805440 /* src/contact/GuContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8054407f922c805440 /* src/contact/GuContactSphereCapsule.cpp */; }; + FFFF2c8054a87f922c8054a8 /* src/contact/GuContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8054a87f922c8054a8 /* src/contact/GuContactSphereMesh.cpp */; }; + FFFF2c8055107f922c805510 /* src/contact/GuContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8055107f922c805510 /* src/contact/GuContactSpherePlane.cpp */; }; + FFFF2c8055787f922c805578 /* src/contact/GuContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8055787f922c805578 /* src/contact/GuContactSphereSphere.cpp */; }; + FFFF2c8055e07f922c8055e0 /* src/contact/GuFeatureCode.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8055e07f922c8055e0 /* src/contact/GuFeatureCode.cpp */; }; + FFFF2c8056487f922c805648 /* src/contact/GuLegacyContactBoxHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8056487f922c805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */; }; + FFFF2c8056b07f922c8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8056b07f922c8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */; }; + FFFF2c8057187f922c805718 /* src/contact/GuLegacyContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8057187f922c805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */; }; + FFFF2c8057807f922c805780 /* src/contact/GuLegacyContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8057807f922c805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */; }; + FFFF2c8057e87f922c8057e8 /* src/common/GuBarycentricCoordinates.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8057e87f922c8057e8 /* src/common/GuBarycentricCoordinates.cpp */; }; + FFFF2c8058507f922c805850 /* src/common/GuSeparatingAxes.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8058507f922c805850 /* src/common/GuSeparatingAxes.cpp */; }; + FFFF2c8058b87f922c8058b8 /* src/convex/GuBigConvexData.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8058b87f922c8058b8 /* src/convex/GuBigConvexData.cpp */; }; + FFFF2c8059207f922c805920 /* src/convex/GuConvexHelper.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8059207f922c805920 /* src/convex/GuConvexHelper.cpp */; }; + FFFF2c8059887f922c805988 /* src/convex/GuConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8059887f922c805988 /* src/convex/GuConvexMesh.cpp */; }; + FFFF2c8059f07f922c8059f0 /* src/convex/GuConvexSupportTable.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8059f07f922c8059f0 /* src/convex/GuConvexSupportTable.cpp */; }; + FFFF2c805a587f922c805a58 /* src/convex/GuConvexUtilsInternal.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805a587f922c805a58 /* src/convex/GuConvexUtilsInternal.cpp */; }; + FFFF2c805ac07f922c805ac0 /* src/convex/GuHillClimbing.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805ac07f922c805ac0 /* src/convex/GuHillClimbing.cpp */; }; + FFFF2c805b287f922c805b28 /* src/convex/GuShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805b287f922c805b28 /* src/convex/GuShapeConvex.cpp */; }; + FFFF2c805b907f922c805b90 /* src/distance/GuDistancePointBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805b907f922c805b90 /* src/distance/GuDistancePointBox.cpp */; }; + FFFF2c805bf87f922c805bf8 /* src/distance/GuDistancePointTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805bf87f922c805bf8 /* src/distance/GuDistancePointTriangle.cpp */; }; + FFFF2c805c607f922c805c60 /* src/distance/GuDistanceSegmentBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805c607f922c805c60 /* src/distance/GuDistanceSegmentBox.cpp */; }; + FFFF2c805cc87f922c805cc8 /* src/distance/GuDistanceSegmentSegment.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805cc87f922c805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */; }; + FFFF2c805d307f922c805d30 /* src/distance/GuDistanceSegmentTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805d307f922c805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */; }; + FFFF2c805d987f922c805d98 /* src/sweep/GuSweepBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805d987f922c805d98 /* src/sweep/GuSweepBoxBox.cpp */; }; + FFFF2c805e007f922c805e00 /* src/sweep/GuSweepBoxSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805e007f922c805e00 /* src/sweep/GuSweepBoxSphere.cpp */; }; + FFFF2c805e687f922c805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805e687f922c805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */; }; + FFFF2c805ed07f922c805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805ed07f922c805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */; }; + FFFF2c805f387f922c805f38 /* src/sweep/GuSweepCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805f387f922c805f38 /* src/sweep/GuSweepCapsuleBox.cpp */; }; + FFFF2c805fa07f922c805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c805fa07f922c805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */; }; + FFFF2c8060087f922c806008 /* src/sweep/GuSweepCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8060087f922c806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */; }; + FFFF2c8060707f922c806070 /* src/sweep/GuSweepSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8060707f922c806070 /* src/sweep/GuSweepSphereCapsule.cpp */; }; + FFFF2c8060d87f922c8060d8 /* src/sweep/GuSweepSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8060d87f922c8060d8 /* src/sweep/GuSweepSphereSphere.cpp */; }; + FFFF2c8061407f922c806140 /* src/sweep/GuSweepSphereTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8061407f922c806140 /* src/sweep/GuSweepSphereTriangle.cpp */; }; + FFFF2c8061a87f922c8061a8 /* src/sweep/GuSweepTriangleUtils.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8061a87f922c8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */; }; + FFFF2c8062107f922c806210 /* src/gjk/GuEPA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8062107f922c806210 /* src/gjk/GuEPA.cpp */; }; + FFFF2c8062787f922c806278 /* src/gjk/GuGJKSimplex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8062787f922c806278 /* src/gjk/GuGJKSimplex.cpp */; }; + FFFF2c8062e07f922c8062e0 /* src/gjk/GuGJKTest.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8062e07f922c8062e0 /* src/gjk/GuGJKTest.cpp */; }; + FFFF2c8063487f922c806348 /* src/intersection/GuIntersectionBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8063487f922c806348 /* src/intersection/GuIntersectionBoxBox.cpp */; }; + FFFF2c8063b07f922c8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8063b07f922c8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */; }; + FFFF2c8064187f922c806418 /* src/intersection/GuIntersectionEdgeEdge.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8064187f922c806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */; }; + FFFF2c8064807f922c806480 /* src/intersection/GuIntersectionRayBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8064807f922c806480 /* src/intersection/GuIntersectionRayBox.cpp */; }; + FFFF2c8064e87f922c8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8064e87f922c8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */; }; + FFFF2c8065507f922c806550 /* src/intersection/GuIntersectionRaySphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8065507f922c806550 /* src/intersection/GuIntersectionRaySphere.cpp */; }; + FFFF2c8065b87f922c8065b8 /* src/intersection/GuIntersectionSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8065b87f922c8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */; }; + FFFF2c8066207f922c806620 /* src/intersection/GuIntersectionTriangleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8066207f922c806620 /* src/intersection/GuIntersectionTriangleBox.cpp */; }; + FFFF2c8066887f922c806688 /* src/mesh/GuBV32.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8066887f922c806688 /* src/mesh/GuBV32.cpp */; }; + FFFF2c8066f07f922c8066f0 /* src/mesh/GuBV32Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8066f07f922c8066f0 /* src/mesh/GuBV32Build.cpp */; }; + FFFF2c8067587f922c806758 /* src/mesh/GuBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8067587f922c806758 /* src/mesh/GuBV4.cpp */; }; + FFFF2c8067c07f922c8067c0 /* src/mesh/GuBV4Build.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8067c07f922c8067c0 /* src/mesh/GuBV4Build.cpp */; }; + FFFF2c8068287f922c806828 /* src/mesh/GuBV4_AABBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8068287f922c806828 /* src/mesh/GuBV4_AABBSweep.cpp */; }; + FFFF2c8068907f922c806890 /* src/mesh/GuBV4_BoxOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8068907f922c806890 /* src/mesh/GuBV4_BoxOverlap.cpp */; }; + FFFF2c8068f87f922c8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8068f87f922c8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */; }; + FFFF2c8069607f922c806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8069607f922c806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */; }; + FFFF2c8069c87f922c8069c8 /* src/mesh/GuBV4_OBBSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8069c87f922c8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */; }; + FFFF2c806a307f922c806a30 /* src/mesh/GuBV4_Raycast.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806a307f922c806a30 /* src/mesh/GuBV4_Raycast.cpp */; }; + FFFF2c806a987f922c806a98 /* src/mesh/GuBV4_SphereOverlap.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806a987f922c806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */; }; + FFFF2c806b007f922c806b00 /* src/mesh/GuBV4_SphereSweep.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806b007f922c806b00 /* src/mesh/GuBV4_SphereSweep.cpp */; }; + FFFF2c806b687f922c806b68 /* src/mesh/GuMeshQuery.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806b687f922c806b68 /* src/mesh/GuMeshQuery.cpp */; }; + FFFF2c806bd07f922c806bd0 /* src/mesh/GuMidphaseBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806bd07f922c806bd0 /* src/mesh/GuMidphaseBV4.cpp */; }; + FFFF2c806c387f922c806c38 /* src/mesh/GuMidphaseRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806c387f922c806c38 /* src/mesh/GuMidphaseRTree.cpp */; }; + FFFF2c806ca07f922c806ca0 /* src/mesh/GuOverlapTestsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806ca07f922c806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */; }; + FFFF2c806d087f922c806d08 /* src/mesh/GuRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806d087f922c806d08 /* src/mesh/GuRTree.cpp */; }; + FFFF2c806d707f922c806d70 /* src/mesh/GuRTreeQueries.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806d707f922c806d70 /* src/mesh/GuRTreeQueries.cpp */; }; + FFFF2c806dd87f922c806dd8 /* src/mesh/GuSweepsMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806dd87f922c806dd8 /* src/mesh/GuSweepsMesh.cpp */; }; + FFFF2c806e407f922c806e40 /* src/mesh/GuTriangleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806e407f922c806e40 /* src/mesh/GuTriangleMesh.cpp */; }; + FFFF2c806ea87f922c806ea8 /* src/mesh/GuTriangleMeshBV4.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806ea87f922c806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */; }; + FFFF2c806f107f922c806f10 /* src/mesh/GuTriangleMeshRTree.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806f107f922c806f10 /* src/mesh/GuTriangleMeshRTree.cpp */; }; + FFFF2c806f787f922c806f78 /* src/hf/GuHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806f787f922c806f78 /* src/hf/GuHeightField.cpp */; }; + FFFF2c806fe07f922c806fe0 /* src/hf/GuHeightFieldUtil.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c806fe07f922c806fe0 /* src/hf/GuHeightFieldUtil.cpp */; }; + FFFF2c8070487f922c807048 /* src/hf/GuOverlapTestsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8070487f922c807048 /* src/hf/GuOverlapTestsHF.cpp */; }; + FFFF2c8070b07f922c8070b0 /* src/hf/GuSweepsHF.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8070b07f922c8070b0 /* src/hf/GuSweepsHF.cpp */; }; + FFFF2c8071187f922c807118 /* src/pcm/GuPCMContactBoxBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8071187f922c807118 /* src/pcm/GuPCMContactBoxBox.cpp */; }; + FFFF2c8071807f922c807180 /* src/pcm/GuPCMContactBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8071807f922c807180 /* src/pcm/GuPCMContactBoxConvex.cpp */; }; + FFFF2c8071e87f922c8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8071e87f922c8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */; }; + FFFF2c8072507f922c807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8072507f922c807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */; }; + FFFF2c8072b87f922c8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8072b87f922c8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */; }; + FFFF2c8073207f922c807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8073207f922c807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */; }; + FFFF2c8073887f922c807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8073887f922c807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */; }; + FFFF2c8073f07f922c8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8073f07f922c8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */; }; + FFFF2c8074587f922c807458 /* src/pcm/GuPCMContactConvexConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8074587f922c807458 /* src/pcm/GuPCMContactConvexConvex.cpp */; }; + FFFF2c8074c07f922c8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8074c07f922c8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */; }; + FFFF2c8075287f922c807528 /* src/pcm/GuPCMContactConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8075287f922c807528 /* src/pcm/GuPCMContactConvexMesh.cpp */; }; + FFFF2c8075907f922c807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8075907f922c807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */; }; + FFFF2c8075f87f922c8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8075f87f922c8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */; }; + FFFF2c8076607f922c807660 /* src/pcm/GuPCMContactPlaneBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8076607f922c807660 /* src/pcm/GuPCMContactPlaneBox.cpp */; }; + FFFF2c8076c87f922c8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8076c87f922c8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */; }; + FFFF2c8077307f922c807730 /* src/pcm/GuPCMContactPlaneConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8077307f922c807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */; }; + FFFF2c8077987f922c807798 /* src/pcm/GuPCMContactSphereBox.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8077987f922c807798 /* src/pcm/GuPCMContactSphereBox.cpp */; }; + FFFF2c8078007f922c807800 /* src/pcm/GuPCMContactSphereCapsule.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8078007f922c807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */; }; + FFFF2c8078687f922c807868 /* src/pcm/GuPCMContactSphereConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8078687f922c807868 /* src/pcm/GuPCMContactSphereConvex.cpp */; }; + FFFF2c8078d07f922c8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8078d07f922c8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */; }; + FFFF2c8079387f922c807938 /* src/pcm/GuPCMContactSphereMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8079387f922c807938 /* src/pcm/GuPCMContactSphereMesh.cpp */; }; + FFFF2c8079a07f922c8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c8079a07f922c8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */; }; + FFFF2c807a087f922c807a08 /* src/pcm/GuPCMContactSphereSphere.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807a087f922c807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */; }; + FFFF2c807a707f922c807a70 /* src/pcm/GuPCMShapeConvex.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807a707f922c807a70 /* src/pcm/GuPCMShapeConvex.cpp */; }; + FFFF2c807ad87f922c807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807ad87f922c807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */; }; + FFFF2c807b407f922c807b40 /* src/pcm/GuPersistentContactManifold.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807b407f922c807b40 /* src/pcm/GuPersistentContactManifold.cpp */; }; + FFFF2c807ba87f922c807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807ba87f922c807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */; }; + FFFF2c807c107f922c807c10 /* src/ccd/GuCCDSweepPrimitives.cpp in geomutils */= { isa = PBXBuildFile; fileRef = FFFD2c807c107f922c807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd4b0f5307fd6d4b0f530 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd602f2007fd6d602f200 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f2687fd6d602f268 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f2d07fd6d602f2d0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f3387fd6d602f338 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f3a07fd6d602f3a0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f4087fd6d602f408 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f4707fd6d602f470 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f4d87fd6d602f4d8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f5407fd6d602f540 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f5a87fd6d602f5a8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f6107fd6d602f610 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f6787fd6d602f678 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f6e07fd6d602f6e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f7487fd6d602f748 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f7b07fd6d602f7b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f8187fd6d602f818 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f8807fd6d602f880 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f8e87fd6d602f8e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f9507fd6d602f950 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602f9b87fd6d602f9b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fa207fd6d602fa20 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fa887fd6d602fa88 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602faf07fd6d602faf0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fb587fd6d602fb58 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fbc07fd6d602fbc0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fc287fd6d602fc28 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fc907fd6d602fc90 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fcf87fd6d602fcf8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fd607fd6d602fd60 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fdc87fd6d602fdc8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fe307fd6d602fe30 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602fe987fd6d602fe98 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd602ff007fd6d602ff00 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600ca007fd6d600ca00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600ca687fd6d600ca68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cad07fd6d600cad0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cb387fd6d600cb38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cba07fd6d600cba0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cc087fd6d600cc08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cc707fd6d600cc70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600ccd87fd6d600ccd8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd600cd407fd6d600cd40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600cda87fd6d600cda8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600ce107fd6d600ce10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600ce787fd6d600ce78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600cee07fd6d600cee0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600cf487fd6d600cf48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600cfb07fd6d600cfb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d0187fd6d600d018 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d0807fd6d600d080 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d0e87fd6d600d0e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d1507fd6d600d150 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d1b87fd6d600d1b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d2207fd6d600d220 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d2887fd6d600d288 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d2f07fd6d600d2f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d3587fd6d600d358 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d3c07fd6d600d3c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d4287fd6d600d428 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d4907fd6d600d490 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d4f87fd6d600d4f8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d5607fd6d600d560 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d5c87fd6d600d5c8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d6307fd6d600d630 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d6987fd6d600d698 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d7007fd6d600d700 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d7687fd6d600d768 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d7d07fd6d600d7d0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600d8387fd6d600d838 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60206007fd6d6020600 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60206687fd6d6020668 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60206d07fd6d60206d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60207387fd6d6020738 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60207a07fd6d60207a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60208087fd6d6020808 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60208707fd6d6020870 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60208d87fd6d60208d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60209407fd6d6020940 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60209a87fd6d60209a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; - FFFDd6020a107fd6d6020a10 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020a787fd6d6020a78 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020ae07fd6d6020ae0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020b487fd6d6020b48 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020bb07fd6d6020bb0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020c187fd6d6020c18 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020c807fd6d6020c80 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020ce87fd6d6020ce8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020d507fd6d6020d50 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020db87fd6d6020db8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020e207fd6d6020e20 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020e887fd6d6020e88 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020ef07fd6d6020ef0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020f587fd6d6020f58 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6020fc07fd6d6020fc0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60210287fd6d6021028 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60210907fd6d6021090 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60210f87fd6d60210f8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60211607fd6d6021160 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60211c87fd6d60211c8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60212307fd6d6021230 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60212987fd6d6021298 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60213007fd6d6021300 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60213687fd6d6021368 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60213d07fd6d60213d0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60214387fd6d6021438 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60214a07fd6d60214a0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60215087fd6d6021508 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60215707fd6d6021570 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60215d87fd6d60215d8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60216407fd6d6021640 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60216a87fd6d60216a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60217107fd6d6021710 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60217787fd6d6021778 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60217e07fd6d60217e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60218487fd6d6021848 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60218b07fd6d60218b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60219187fd6d6021918 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60219807fd6d6021980 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60219e87fd6d60219e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021a507fd6d6021a50 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021ab87fd6d6021ab8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021b207fd6d6021b20 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021b887fd6d6021b88 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021bf07fd6d6021bf0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021c587fd6d6021c58 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021cc07fd6d6021cc0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021d287fd6d6021d28 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021d907fd6d6021d90 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021df87fd6d6021df8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021e607fd6d6021e60 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021ec87fd6d6021ec8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021f307fd6d6021f30 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6021f987fd6d6021f98 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60220007fd6d6022000 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60220687fd6d6022068 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60220d07fd6d60220d0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60221387fd6d6022138 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60221a07fd6d60221a0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60222087fd6d6022208 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60222707fd6d6022270 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60222d87fd6d60222d8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60223407fd6d6022340 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60223a87fd6d60223a8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60224107fd6d6022410 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60224787fd6d6022478 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60224e07fd6d60224e0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60225487fd6d6022548 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60225b07fd6d60225b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60226187fd6d6022618 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60226807fd6d6022680 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60226e87fd6d60226e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60227507fd6d6022750 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60227b87fd6d60227b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60228207fd6d6022820 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60228887fd6d6022888 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60228f07fd6d60228f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60229587fd6d6022958 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60229c07fd6d60229c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022a287fd6d6022a28 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022a907fd6d6022a90 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022af87fd6d6022af8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022b607fd6d6022b60 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022bc87fd6d6022bc8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022c307fd6d6022c30 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022c987fd6d6022c98 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022d007fd6d6022d00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022d687fd6d6022d68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022dd07fd6d6022dd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022e387fd6d6022e38 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022ea07fd6d6022ea0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022f087fd6d6022f08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022f707fd6d6022f70 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6022fd87fd6d6022fd8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60230407fd6d6023040 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60230a87fd6d60230a8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60231107fd6d6023110 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60231787fd6d6023178 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60231e07fd6d60231e0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60232487fd6d6023248 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60232b07fd6d60232b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60233187fd6d6023318 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60233807fd6d6023380 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60233e87fd6d60233e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60234507fd6d6023450 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60234b87fd6d60234b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60235207fd6d6023520 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60235887fd6d6023588 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60235f07fd6d60235f0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60236587fd6d6023658 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60236c07fd6d60236c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60237287fd6d6023728 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60237907fd6d6023790 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60237f87fd6d60237f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60238607fd6d6023860 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60238c87fd6d60238c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60239307fd6d6023930 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60239987fd6d6023998 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023a007fd6d6023a00 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023a687fd6d6023a68 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023ad07fd6d6023ad0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023b387fd6d6023b38 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023ba07fd6d6023ba0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023c087fd6d6023c08 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023c707fd6d6023c70 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023cd87fd6d6023cd8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023d407fd6d6023d40 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023da87fd6d6023da8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023e107fd6d6023e10 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023e787fd6d6023e78 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6023ee07fd6d6023ee0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6023f487fd6d6023f48 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6023fb07fd6d6023fb0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60240187fd6d6024018 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60240807fd6d6024080 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60240e87fd6d60240e8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60241507fd6d6024150 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60241b87fd6d60241b8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60242207fd6d6024220 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60242887fd6d6024288 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60242f07fd6d60242f0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60243587fd6d6024358 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60243c07fd6d60243c0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60244287fd6d6024428 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60244907fd6d6024490 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60244f87fd6d60244f8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60245607fd6d6024560 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60245c87fd6d60245c8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60246307fd6d6024630 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60246987fd6d6024698 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60247007fd6d6024700 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60247687fd6d6024768 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60247d07fd6d60247d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60248387fd6d6024838 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60248a07fd6d60248a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60249087fd6d6024908 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60249707fd6d6024970 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60249d87fd6d60249d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024a407fd6d6024a40 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024aa87fd6d6024aa8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024b107fd6d6024b10 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024b787fd6d6024b78 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024be07fd6d6024be0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024c487fd6d6024c48 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024cb07fd6d6024cb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024d187fd6d6024d18 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024d807fd6d6024d80 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024de87fd6d6024de8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024e507fd6d6024e50 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024eb87fd6d6024eb8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024f207fd6d6024f20 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024f887fd6d6024f88 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6024ff07fd6d6024ff0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60250587fd6d6025058 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60250c07fd6d60250c0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60251287fd6d6025128 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60251907fd6d6025190 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60251f87fd6d60251f8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60252607fd6d6025260 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60252c87fd6d60252c8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60253307fd6d6025330 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60253987fd6d6025398 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60254007fd6d6025400 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60254687fd6d6025468 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60254d07fd6d60254d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60255387fd6d6025538 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60255a07fd6d60255a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60256087fd6d6025608 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60256707fd6d6025670 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60256d87fd6d60256d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60257407fd6d6025740 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60257a87fd6d60257a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60258107fd6d6025810 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60258787fd6d6025878 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60258e07fd6d60258e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60259487fd6d6025948 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60259b07fd6d60259b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025a187fd6d6025a18 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025a807fd6d6025a80 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025ae87fd6d6025ae8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025b507fd6d6025b50 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025bb87fd6d6025bb8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025c207fd6d6025c20 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025c887fd6d6025c88 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025cf07fd6d6025cf0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025d587fd6d6025d58 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025dc07fd6d6025dc0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025e287fd6d6025e28 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025e907fd6d6025e90 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025ef87fd6d6025ef8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025f607fd6d6025f60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6025fc87fd6d6025fc8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60260307fd6d6026030 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60260987fd6d6026098 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60261007fd6d6026100 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60261687fd6d6026168 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60261d07fd6d60261d0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60262387fd6d6026238 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60262a07fd6d60262a0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60263087fd6d6026308 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60263707fd6d6026370 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60263d87fd6d60263d8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60264407fd6d6026440 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60264a87fd6d60264a8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60265107fd6d6026510 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60265787fd6d6026578 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60265e07fd6d60265e0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60266487fd6d6026648 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60266b07fd6d60266b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60267187fd6d6026718 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60267807fd6d6026780 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60267e87fd6d60267e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60268507fd6d6026850 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60268b87fd6d60268b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60269207fd6d6026920 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60269887fd6d6026988 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60269f07fd6d60269f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026a587fd6d6026a58 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026ac07fd6d6026ac0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026b287fd6d6026b28 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026b907fd6d6026b90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026bf87fd6d6026bf8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026c607fd6d6026c60 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026cc87fd6d6026cc8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026d307fd6d6026d30 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026d987fd6d6026d98 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026e007fd6d6026e00 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026e687fd6d6026e68 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026ed07fd6d6026ed0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026f387fd6d6026f38 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6026fa07fd6d6026fa0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60270087fd6d6027008 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60270707fd6d6027070 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60270d87fd6d60270d8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60271407fd6d6027140 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60271a87fd6d60271a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60272107fd6d6027210 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c13c0507f922c13c050 /* PhysXCommon */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PhysXCommon"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c80ec007f922c80ec00 /* common/PxBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxBase.h"; path = "../../../Include/common/PxBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ec687f922c80ec68 /* common/PxCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCollection.h"; path = "../../../Include/common/PxCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ecd07f922c80ecd0 /* common/PxCoreUtilityTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxCoreUtilityTypes.h"; path = "../../../Include/common/PxCoreUtilityTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ed387f922c80ed38 /* common/PxMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaData.h"; path = "../../../Include/common/PxMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80eda07f922c80eda0 /* common/PxMetaDataFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxMetaDataFlags.h"; path = "../../../Include/common/PxMetaDataFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ee087f922c80ee08 /* common/PxPhysXCommonConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysXCommonConfig.h"; path = "../../../Include/common/PxPhysXCommonConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ee707f922c80ee70 /* common/PxPhysicsInsertionCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxPhysicsInsertionCallback.h"; path = "../../../Include/common/PxPhysicsInsertionCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80eed87f922c80eed8 /* common/PxRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxRenderBuffer.h"; path = "../../../Include/common/PxRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80ef407f922c80ef40 /* common/PxSerialFramework.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerialFramework.h"; path = "../../../Include/common/PxSerialFramework.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80efa87f922c80efa8 /* common/PxSerializer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxSerializer.h"; path = "../../../Include/common/PxSerializer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f0107f922c80f010 /* common/PxStringTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxStringTable.h"; path = "../../../Include/common/PxStringTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f0787f922c80f078 /* common/PxTolerancesScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTolerancesScale.h"; path = "../../../Include/common/PxTolerancesScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f0e07f922c80f0e0 /* common/PxTypeInfo.h */= { isa = PBXFileReference; fileEncoding = 4; name = "common/PxTypeInfo.h"; path = "../../../Include/common/PxTypeInfo.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f1487f922c80f148 /* geometry/PxBoxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxBoxGeometry.h"; path = "../../../Include/geometry/PxBoxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f1b07f922c80f1b0 /* geometry/PxCapsuleGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxCapsuleGeometry.h"; path = "../../../Include/geometry/PxCapsuleGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f2187f922c80f218 /* geometry/PxConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMesh.h"; path = "../../../Include/geometry/PxConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f2807f922c80f280 /* geometry/PxConvexMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxConvexMeshGeometry.h"; path = "../../../Include/geometry/PxConvexMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f2e87f922c80f2e8 /* geometry/PxGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometry.h"; path = "../../../Include/geometry/PxGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f3507f922c80f350 /* geometry/PxGeometryHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryHelpers.h"; path = "../../../Include/geometry/PxGeometryHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f3b87f922c80f3b8 /* geometry/PxGeometryQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxGeometryQuery.h"; path = "../../../Include/geometry/PxGeometryQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f4207f922c80f420 /* geometry/PxHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightField.h"; path = "../../../Include/geometry/PxHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f4887f922c80f488 /* geometry/PxHeightFieldDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldDesc.h"; path = "../../../Include/geometry/PxHeightFieldDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f4f07f922c80f4f0 /* geometry/PxHeightFieldFlag.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldFlag.h"; path = "../../../Include/geometry/PxHeightFieldFlag.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f5587f922c80f558 /* geometry/PxHeightFieldGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldGeometry.h"; path = "../../../Include/geometry/PxHeightFieldGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f5c07f922c80f5c0 /* geometry/PxHeightFieldSample.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxHeightFieldSample.h"; path = "../../../Include/geometry/PxHeightFieldSample.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f6287f922c80f628 /* geometry/PxMeshQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshQuery.h"; path = "../../../Include/geometry/PxMeshQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f6907f922c80f690 /* geometry/PxMeshScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxMeshScale.h"; path = "../../../Include/geometry/PxMeshScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f6f87f922c80f6f8 /* geometry/PxPlaneGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxPlaneGeometry.h"; path = "../../../Include/geometry/PxPlaneGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f7607f922c80f760 /* geometry/PxSimpleTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSimpleTriangleMesh.h"; path = "../../../Include/geometry/PxSimpleTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f7c87f922c80f7c8 /* geometry/PxSphereGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxSphereGeometry.h"; path = "../../../Include/geometry/PxSphereGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f8307f922c80f830 /* geometry/PxTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangle.h"; path = "../../../Include/geometry/PxTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f8987f922c80f898 /* geometry/PxTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMesh.h"; path = "../../../Include/geometry/PxTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c80f9007f922c80f900 /* geometry/PxTriangleMeshGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "geometry/PxTriangleMeshGeometry.h"; path = "../../../Include/geometry/PxTriangleMeshGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6a007f922b9a6a00 /* src/CmBoxPruning.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.cpp"; path = "../../Common/src/CmBoxPruning.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6a687f922b9a6a68 /* src/CmCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.cpp"; path = "../../Common/src/CmCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6ad07f922b9a6ad0 /* src/CmMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMathUtils.cpp"; path = "../../Common/src/CmMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6b387f922b9a6b38 /* src/CmPtrTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.cpp"; path = "../../Common/src/CmPtrTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6ba07f922b9a6ba0 /* src/CmRadixSort.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.cpp"; path = "../../Common/src/CmRadixSort.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6c087f922b9a6c08 /* src/CmRadixSortBuffered.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.cpp"; path = "../../Common/src/CmRadixSortBuffered.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6c707f922b9a6c70 /* src/CmRenderOutput.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.cpp"; path = "../../Common/src/CmRenderOutput.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6cd87f922b9a6cd8 /* src/CmVisualization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.cpp"; path = "../../Common/src/CmVisualization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6d407f922b9a6d40 /* src/CmBitMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBitMap.h"; path = "../../Common/src/CmBitMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6da87f922b9a6da8 /* src/CmBoxPruning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmBoxPruning.h"; path = "../../Common/src/CmBoxPruning.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6e107f922b9a6e10 /* src/CmCollection.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmCollection.h"; path = "../../Common/src/CmCollection.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6e787f922b9a6e78 /* src/CmConeLimitHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmConeLimitHelper.h"; path = "../../Common/src/CmConeLimitHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6ee07f922b9a6ee0 /* src/CmFlushPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmFlushPool.h"; path = "../../Common/src/CmFlushPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6f487f922b9a6f48 /* src/CmIDPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIDPool.h"; path = "../../Common/src/CmIDPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a6fb07f922b9a6fb0 /* src/CmIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmIO.h"; path = "../../Common/src/CmIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a70187f922b9a7018 /* src/CmMatrix34.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmMatrix34.h"; path = "../../Common/src/CmMatrix34.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a70807f922b9a7080 /* src/CmPhysXCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPhysXCommon.h"; path = "../../Common/src/CmPhysXCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a70e87f922b9a70e8 /* src/CmPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPool.h"; path = "../../Common/src/CmPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a71507f922b9a7150 /* src/CmPreallocatingPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPreallocatingPool.h"; path = "../../Common/src/CmPreallocatingPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a71b87f922b9a71b8 /* src/CmPriorityQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPriorityQueue.h"; path = "../../Common/src/CmPriorityQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a72207f922b9a7220 /* src/CmPtrTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmPtrTable.h"; path = "../../Common/src/CmPtrTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a72887f922b9a7288 /* src/CmQueue.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmQueue.h"; path = "../../Common/src/CmQueue.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a72f07f922b9a72f0 /* src/CmRadixSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSort.h"; path = "../../Common/src/CmRadixSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a73587f922b9a7358 /* src/CmRadixSortBuffered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRadixSortBuffered.h"; path = "../../Common/src/CmRadixSortBuffered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a73c07f922b9a73c0 /* src/CmReaderWriterLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmReaderWriterLock.h"; path = "../../Common/src/CmReaderWriterLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a74287f922b9a7428 /* src/CmRefCountable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRefCountable.h"; path = "../../Common/src/CmRefCountable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a74907f922b9a7490 /* src/CmRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderBuffer.h"; path = "../../Common/src/CmRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a74f87f922b9a74f8 /* src/CmRenderOutput.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmRenderOutput.h"; path = "../../Common/src/CmRenderOutput.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a75607f922b9a7560 /* src/CmScaling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmScaling.h"; path = "../../Common/src/CmScaling.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a75c87f922b9a75c8 /* src/CmSpatialVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmSpatialVector.h"; path = "../../Common/src/CmSpatialVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a76307f922b9a7630 /* src/CmTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTask.h"; path = "../../Common/src/CmTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a76987f922b9a7698 /* src/CmTaskPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTaskPool.h"; path = "../../Common/src/CmTaskPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a77007f922b9a7700 /* src/CmTmpMem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTmpMem.h"; path = "../../Common/src/CmTmpMem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a77687f922b9a7768 /* src/CmTransformUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmTransformUtils.h"; path = "../../Common/src/CmTransformUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a77d07f922b9a77d0 /* src/CmUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmUtils.h"; path = "../../Common/src/CmUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9a78387f922b9a7838 /* src/CmVisualization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/CmVisualization.h"; path = "../../Common/src/CmVisualization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8010007f922c801000 /* headers/GuAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuAxes.h"; path = "../../GeomUtils/headers/GuAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8010687f922c801068 /* headers/GuBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuBox.h"; path = "../../GeomUtils/headers/GuBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8010d07f922c8010d0 /* headers/GuDistanceSegmentBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentBox.h"; path = "../../GeomUtils/headers/GuDistanceSegmentBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8011387f922c801138 /* headers/GuDistanceSegmentSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuDistanceSegmentSegment.h"; path = "../../GeomUtils/headers/GuDistanceSegmentSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8011a07f922c8011a0 /* headers/GuIntersectionBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionBoxBox.h"; path = "../../GeomUtils/headers/GuIntersectionBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8012087f922c801208 /* headers/GuIntersectionTriangleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuIntersectionTriangleBox.h"; path = "../../GeomUtils/headers/GuIntersectionTriangleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8012707f922c801270 /* headers/GuRaycastTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuRaycastTests.h"; path = "../../GeomUtils/headers/GuRaycastTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8012d87f922c8012d8 /* headers/GuSIMDHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSIMDHelpers.h"; path = "../../GeomUtils/headers/GuSIMDHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8013407f922c801340 /* headers/GuSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "headers/GuSegment.h"; path = "../../GeomUtils/headers/GuSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8013a87f922c8013a8 /* ../../Include/GeomUtils */= { isa = PBXFileReference; fileEncoding = 4; name = "../../Include/GeomUtils"; path = "../../../Include/GeomUtils"; sourceTree = SOURCE_ROOT; }; + FFFD2c8014107f922c801410 /* src/GuBounds.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.h"; path = "../../GeomUtils/src/GuBounds.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8014787f922c801478 /* src/GuCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.h"; path = "../../GeomUtils/src/GuCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8014e07f922c8014e0 /* src/GuCenterExtents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCenterExtents.h"; path = "../../GeomUtils/src/GuCenterExtents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8015487f922c801548 /* src/GuGeometryUnion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.h"; path = "../../GeomUtils/src/GuGeometryUnion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8015b07f922c8015b0 /* src/GuInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.h"; path = "../../GeomUtils/src/GuInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8016187f922c801618 /* src/GuMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.h"; path = "../../GeomUtils/src/GuMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8016807f922c801680 /* src/GuMeshFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.h"; path = "../../GeomUtils/src/GuMeshFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8016e87f922c8016e8 /* src/GuOverlapTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.h"; path = "../../GeomUtils/src/GuOverlapTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8017507f922c801750 /* src/GuSerialize.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.h"; path = "../../GeomUtils/src/GuSerialize.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8017b87f922c8017b8 /* src/GuSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSphere.h"; path = "../../GeomUtils/src/GuSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8018207f922c801820 /* src/GuSweepMTD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.h"; path = "../../GeomUtils/src/GuSweepMTD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8018887f922c801888 /* src/GuSweepSharedTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.h"; path = "../../GeomUtils/src/GuSweepSharedTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8018f07f922c8018f0 /* src/GuSweepTests.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.h"; path = "../../GeomUtils/src/GuSweepTests.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8019587f922c801958 /* src/contact/GuContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactMethodImpl.h"; path = "../../GeomUtils/src/contact/GuContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8019c07f922c8019c0 /* src/contact/GuContactPolygonPolygon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.h"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801a287f922c801a28 /* src/contact/GuFeatureCode.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.h"; path = "../../GeomUtils/src/contact/GuFeatureCode.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801a907f922c801a90 /* src/contact/GuLegacyTraceLineCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyTraceLineCallback.h"; path = "../../GeomUtils/src/contact/GuLegacyTraceLineCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801af87f922c801af8 /* src/common/GuBarycentricCoordinates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.h"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801b607f922c801b60 /* src/common/GuBoxConversion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBoxConversion.h"; path = "../../GeomUtils/src/common/GuBoxConversion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801bc87f922c801bc8 /* src/common/GuEdgeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeCache.h"; path = "../../GeomUtils/src/common/GuEdgeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801c307f922c801c30 /* src/common/GuEdgeListData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuEdgeListData.h"; path = "../../GeomUtils/src/common/GuEdgeListData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801c987f922c801c98 /* src/common/GuSeparatingAxes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.h"; path = "../../GeomUtils/src/common/GuSeparatingAxes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801d007f922c801d00 /* src/convex/GuBigConvexData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.h"; path = "../../GeomUtils/src/convex/GuBigConvexData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801d687f922c801d68 /* src/convex/GuBigConvexData2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData2.h"; path = "../../GeomUtils/src/convex/GuBigConvexData2.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801dd07f922c801dd0 /* src/convex/GuConvexEdgeFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexEdgeFlags.h"; path = "../../GeomUtils/src/convex/GuConvexEdgeFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801e387f922c801e38 /* src/convex/GuConvexHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.h"; path = "../../GeomUtils/src/convex/GuConvexHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801ea07f922c801ea0 /* src/convex/GuConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.h"; path = "../../GeomUtils/src/convex/GuConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801f087f922c801f08 /* src/convex/GuConvexMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMeshData.h"; path = "../../GeomUtils/src/convex/GuConvexMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801f707f922c801f70 /* src/convex/GuConvexSupportTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.h"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c801fd87f922c801fd8 /* src/convex/GuConvexUtilsInternal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.h"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8020407f922c802040 /* src/convex/GuCubeIndex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuCubeIndex.h"; path = "../../GeomUtils/src/convex/GuCubeIndex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8020a87f922c8020a8 /* src/convex/GuHillClimbing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.h"; path = "../../GeomUtils/src/convex/GuHillClimbing.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8021107f922c802110 /* src/convex/GuShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.h"; path = "../../GeomUtils/src/convex/GuShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8021787f922c802178 /* src/distance/GuDistancePointBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.h"; path = "../../GeomUtils/src/distance/GuDistancePointBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8021e07f922c8021e0 /* src/distance/GuDistancePointSegment.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointSegment.h"; path = "../../GeomUtils/src/distance/GuDistancePointSegment.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8022487f922c802248 /* src/distance/GuDistancePointTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8022b07f922c8022b0 /* src/distance/GuDistancePointTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistancePointTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8023187f922c802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegmentSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegmentSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8023807f922c802380 /* src/distance/GuDistanceSegmentTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8023e87f922c8023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangleSIMD.h"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangleSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8024507f922c802450 /* src/sweep/GuSweepBoxBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8024b87f922c8024b8 /* src/sweep/GuSweepBoxSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8025207f922c802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8025887f922c802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.h"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8025f07f922c8025f0 /* src/sweep/GuSweepCapsuleBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8026587f922c802658 /* src/sweep/GuSweepCapsuleCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8026c07f922c8026c0 /* src/sweep/GuSweepCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8027287f922c802728 /* src/sweep/GuSweepSphereCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8027907f922c802790 /* src/sweep/GuSweepSphereSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8027f87f922c8027f8 /* src/sweep/GuSweepSphereTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.h"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8028607f922c802860 /* src/sweep/GuSweepTriangleUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.h"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8028c87f922c8028c8 /* src/gjk/GuEPA.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.h"; path = "../../GeomUtils/src/gjk/GuEPA.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8029307f922c802930 /* src/gjk/GuEPAFacet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPAFacet.h"; path = "../../GeomUtils/src/gjk/GuEPAFacet.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8029987f922c802998 /* src/gjk/GuGJK.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJK.h"; path = "../../GeomUtils/src/gjk/GuGJK.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802a007f922c802a00 /* src/gjk/GuGJKPenetration.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKPenetration.h"; path = "../../GeomUtils/src/gjk/GuGJKPenetration.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802a687f922c802a68 /* src/gjk/GuGJKRaycast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKRaycast.h"; path = "../../GeomUtils/src/gjk/GuGJKRaycast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802ad07f922c802ad0 /* src/gjk/GuGJKSimplex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.h"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802b387f922c802b38 /* src/gjk/GuGJKTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.h"; path = "../../GeomUtils/src/gjk/GuGJKTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802ba07f922c802ba0 /* src/gjk/GuGJKType.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKType.h"; path = "../../GeomUtils/src/gjk/GuGJKType.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802c087f922c802c08 /* src/gjk/GuGJKUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKUtil.h"; path = "../../GeomUtils/src/gjk/GuGJKUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802c707f922c802c70 /* src/gjk/GuVecBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecBox.h"; path = "../../GeomUtils/src/gjk/GuVecBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802cd87f922c802cd8 /* src/gjk/GuVecCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecCapsule.h"; path = "../../GeomUtils/src/gjk/GuVecCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802d407f922c802d40 /* src/gjk/GuVecConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvex.h"; path = "../../GeomUtils/src/gjk/GuVecConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802da87f922c802da8 /* src/gjk/GuVecConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802e107f922c802e10 /* src/gjk/GuVecConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802e787f922c802e78 /* src/gjk/GuVecPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecPlane.h"; path = "../../GeomUtils/src/gjk/GuVecPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802ee07f922c802ee0 /* src/gjk/GuVecShrunkBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkBox.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802f487f922c802f48 /* src/gjk/GuVecShrunkConvexHull.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHull.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHull.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c802fb07f922c802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecShrunkConvexHullNoScale.h"; path = "../../GeomUtils/src/gjk/GuVecShrunkConvexHullNoScale.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8030187f922c803018 /* src/gjk/GuVecSphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecSphere.h"; path = "../../GeomUtils/src/gjk/GuVecSphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8030807f922c803080 /* src/gjk/GuVecTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuVecTriangle.h"; path = "../../GeomUtils/src/gjk/GuVecTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8030e87f922c8030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8031507f922c803150 /* src/intersection/GuIntersectionEdgeEdge.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.h"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8031b87f922c8031b8 /* src/intersection/GuIntersectionRay.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRay.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRay.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8032207f922c803220 /* src/intersection/GuIntersectionRayBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8032887f922c803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBoxSIMD.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBoxSIMD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8032f07f922c8032f0 /* src/intersection/GuIntersectionRayCapsule.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8033587f922c803358 /* src/intersection/GuIntersectionRayPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayPlane.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8033c07f922c8033c0 /* src/intersection/GuIntersectionRaySphere.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8034287f922c803428 /* src/intersection/GuIntersectionRayTriangle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayTriangle.h"; path = "../../GeomUtils/src/intersection/GuIntersectionRayTriangle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8034907f922c803490 /* src/intersection/GuIntersectionSphereBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.h"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8034f87f922c8034f8 /* src/mesh/GuBV32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.h"; path = "../../GeomUtils/src/mesh/GuBV32.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8035607f922c803560 /* src/mesh/GuBV32Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.h"; path = "../../GeomUtils/src/mesh/GuBV32Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8035c87f922c8035c8 /* src/mesh/GuBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.h"; path = "../../GeomUtils/src/mesh/GuBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8036307f922c803630 /* src/mesh/GuBV4Build.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.h"; path = "../../GeomUtils/src/mesh/GuBV4Build.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8036987f922c803698 /* src/mesh/GuBV4Settings.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Settings.h"; path = "../../GeomUtils/src/mesh/GuBV4Settings.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8037007f922c803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBAABBSweepTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_AABBAABBSweepTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8037687f922c803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxBoxOverlapTest.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxBoxOverlapTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8037d07f922c8037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8038387f922c803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8038a07f922c8038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxSweep_Params.h"; path = "../../GeomUtils/src/mesh/GuBV4_BoxSweep_Params.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8039087f922c803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8039707f922c803970 /* src/mesh/GuBV4_Common.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Common.h"; path = "../../GeomUtils/src/mesh/GuBV4_Common.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8039d87f922c8039d8 /* src/mesh/GuBV4_Internal.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Internal.h"; path = "../../GeomUtils/src/mesh/GuBV4_Internal.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803a407f922c803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803aa87f922c803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803b107f922c803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803b787f922c803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803be07f922c803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803c487f922c803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803cb07f922c803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; path = "../../GeomUtils/src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803d187f922c803d18 /* src/mesh/GuBV4_Slabs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803d807f922c803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803de87f922c803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_KajiyaOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803e507f922c803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledNoOrder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803eb87f922c803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; path = "../../GeomUtils/src/mesh/GuBV4_Slabs_SwizzledOrdered.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803f207f922c803f20 /* src/mesh/GuBVConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBVConstants.h"; path = "../../GeomUtils/src/mesh/GuBVConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803f887f922c803f88 /* src/mesh/GuMeshData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshData.h"; path = "../../GeomUtils/src/mesh/GuMeshData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c803ff07f922c803ff0 /* src/mesh/GuMidphaseInterface.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseInterface.h"; path = "../../GeomUtils/src/mesh/GuMidphaseInterface.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8040587f922c804058 /* src/mesh/GuRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.h"; path = "../../GeomUtils/src/mesh/GuRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8040c07f922c8040c0 /* src/mesh/GuSweepConvexTri.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepConvexTri.h"; path = "../../GeomUtils/src/mesh/GuSweepConvexTri.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8041287f922c804128 /* src/mesh/GuSweepMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepMesh.h"; path = "../../GeomUtils/src/mesh/GuSweepMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8041907f922c804190 /* src/mesh/GuTriangle32.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangle32.h"; path = "../../GeomUtils/src/mesh/GuTriangle32.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8041f87f922c8041f8 /* src/mesh/GuTriangleCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleCache.h"; path = "../../GeomUtils/src/mesh/GuTriangleCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8042607f922c804260 /* src/mesh/GuTriangleMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.h"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8042c87f922c8042c8 /* src/mesh/GuTriangleMeshBV4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8043307f922c804330 /* src/mesh/GuTriangleMeshRTree.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.h"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8043987f922c804398 /* src/mesh/GuTriangleVertexPointers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleVertexPointers.h"; path = "../../GeomUtils/src/mesh/GuTriangleVertexPointers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8044007f922c804400 /* src/hf/GuEntityReport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuEntityReport.h"; path = "../../GeomUtils/src/hf/GuEntityReport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8044687f922c804468 /* src/hf/GuHeightField.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.h"; path = "../../GeomUtils/src/hf/GuHeightField.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8044d07f922c8044d0 /* src/hf/GuHeightFieldData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldData.h"; path = "../../GeomUtils/src/hf/GuHeightFieldData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8045387f922c804538 /* src/hf/GuHeightFieldUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.h"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8045a07f922c8045a0 /* src/pcm/GuPCMContactConvexCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.h"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8046087f922c804608 /* src/pcm/GuPCMContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8046707f922c804670 /* src/pcm/GuPCMContactGenUtil.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenUtil.h"; path = "../../GeomUtils/src/pcm/GuPCMContactGenUtil.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8046d87f922c8046d8 /* src/pcm/GuPCMContactMeshCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactMeshCallback.h"; path = "../../GeomUtils/src/pcm/GuPCMContactMeshCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8047407f922c804740 /* src/pcm/GuPCMShapeConvex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.h"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8047a87f922c8047a8 /* src/pcm/GuPCMTriangleContactGen.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.h"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8048107f922c804810 /* src/pcm/GuPersistentContactManifold.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.h"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8048787f922c804878 /* src/ccd/GuCCDSweepConvexMesh.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.h"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8048e07f922c8048e0 /* src/GuBounds.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBounds.cpp"; path = "../../GeomUtils/src/GuBounds.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8049487f922c804948 /* src/GuBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuBox.cpp"; path = "../../GeomUtils/src/GuBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8049b07f922c8049b0 /* src/GuCCTSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCCTSweepTests.cpp"; path = "../../GeomUtils/src/GuCCTSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804a187f922c804a18 /* src/GuCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuCapsule.cpp"; path = "../../GeomUtils/src/GuCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804a807f922c804a80 /* src/GuGeometryQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryQuery.cpp"; path = "../../GeomUtils/src/GuGeometryQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804ae87f922c804ae8 /* src/GuGeometryUnion.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuGeometryUnion.cpp"; path = "../../GeomUtils/src/GuGeometryUnion.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804b507f922c804b50 /* src/GuInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuInternal.cpp"; path = "../../GeomUtils/src/GuInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804bb87f922c804bb8 /* src/GuMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMTD.cpp"; path = "../../GeomUtils/src/GuMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804c207f922c804c20 /* src/GuMeshFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMeshFactory.cpp"; path = "../../GeomUtils/src/GuMeshFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804c887f922c804c88 /* src/GuMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuMetaData.cpp"; path = "../../GeomUtils/src/GuMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804cf07f922c804cf0 /* src/GuOverlapTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuOverlapTests.cpp"; path = "../../GeomUtils/src/GuOverlapTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804d587f922c804d58 /* src/GuRaycastTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuRaycastTests.cpp"; path = "../../GeomUtils/src/GuRaycastTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804dc07f922c804dc0 /* src/GuSerialize.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSerialize.cpp"; path = "../../GeomUtils/src/GuSerialize.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804e287f922c804e28 /* src/GuSweepMTD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepMTD.cpp"; path = "../../GeomUtils/src/GuSweepMTD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804e907f922c804e90 /* src/GuSweepSharedTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepSharedTests.cpp"; path = "../../GeomUtils/src/GuSweepSharedTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804ef87f922c804ef8 /* src/GuSweepTests.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/GuSweepTests.cpp"; path = "../../GeomUtils/src/GuSweepTests.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804f607f922c804f60 /* src/contact/GuContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactBoxBox.cpp"; path = "../../GeomUtils/src/contact/GuContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c804fc87f922c804fc8 /* src/contact/GuContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleBox.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8050307f922c805030 /* src/contact/GuContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8050987f922c805098 /* src/contact/GuContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8051007f922c805100 /* src/contact/GuContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8051687f922c805168 /* src/contact/GuContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8051d07f922c8051d0 /* src/contact/GuContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactConvexMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8052387f922c805238 /* src/contact/GuContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneBox.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8052a07f922c8052a0 /* src/contact/GuContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8053087f922c805308 /* src/contact/GuContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPlaneConvex.cpp"; path = "../../GeomUtils/src/contact/GuContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8053707f922c805370 /* src/contact/GuContactPolygonPolygon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactPolygonPolygon.cpp"; path = "../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8053d87f922c8053d8 /* src/contact/GuContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereBox.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8054407f922c805440 /* src/contact/GuContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereCapsule.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8054a87f922c8054a8 /* src/contact/GuContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereMesh.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8055107f922c805510 /* src/contact/GuContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSpherePlane.cpp"; path = "../../GeomUtils/src/contact/GuContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8055787f922c805578 /* src/contact/GuContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuContactSphereSphere.cpp"; path = "../../GeomUtils/src/contact/GuContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8055e07f922c8055e0 /* src/contact/GuFeatureCode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuFeatureCode.cpp"; path = "../../GeomUtils/src/contact/GuFeatureCode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8056487f922c805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactBoxHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8056b07f922c8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8057187f922c805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactConvexHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8057807f922c805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/contact/GuLegacyContactSphereHeightField.cpp"; path = "../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8057e87f922c8057e8 /* src/common/GuBarycentricCoordinates.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuBarycentricCoordinates.cpp"; path = "../../GeomUtils/src/common/GuBarycentricCoordinates.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8058507f922c805850 /* src/common/GuSeparatingAxes.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/common/GuSeparatingAxes.cpp"; path = "../../GeomUtils/src/common/GuSeparatingAxes.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8058b87f922c8058b8 /* src/convex/GuBigConvexData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuBigConvexData.cpp"; path = "../../GeomUtils/src/convex/GuBigConvexData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8059207f922c805920 /* src/convex/GuConvexHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexHelper.cpp"; path = "../../GeomUtils/src/convex/GuConvexHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8059887f922c805988 /* src/convex/GuConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexMesh.cpp"; path = "../../GeomUtils/src/convex/GuConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8059f07f922c8059f0 /* src/convex/GuConvexSupportTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexSupportTable.cpp"; path = "../../GeomUtils/src/convex/GuConvexSupportTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805a587f922c805a58 /* src/convex/GuConvexUtilsInternal.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuConvexUtilsInternal.cpp"; path = "../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805ac07f922c805ac0 /* src/convex/GuHillClimbing.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuHillClimbing.cpp"; path = "../../GeomUtils/src/convex/GuHillClimbing.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805b287f922c805b28 /* src/convex/GuShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/convex/GuShapeConvex.cpp"; path = "../../GeomUtils/src/convex/GuShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805b907f922c805b90 /* src/distance/GuDistancePointBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointBox.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805bf87f922c805bf8 /* src/distance/GuDistancePointTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistancePointTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistancePointTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805c607f922c805c60 /* src/distance/GuDistanceSegmentBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentBox.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805cc87f922c805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentSegment.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805d307f922c805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/distance/GuDistanceSegmentTriangle.cpp"; path = "../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805d987f922c805d98 /* src/sweep/GuSweepBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805e007f922c805e00 /* src/sweep/GuSweepBoxSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805e687f922c805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805ed07f922c805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepBoxTriangle_SAT.cpp"; path = "../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805f387f922c805f38 /* src/sweep/GuSweepCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleBox.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c805fa07f922c805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8060087f922c806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepCapsuleTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8060707f922c806070 /* src/sweep/GuSweepSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereCapsule.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8060d87f922c8060d8 /* src/sweep/GuSweepSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereSphere.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8061407f922c806140 /* src/sweep/GuSweepSphereTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepSphereTriangle.cpp"; path = "../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8061a87f922c8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/sweep/GuSweepTriangleUtils.cpp"; path = "../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8062107f922c806210 /* src/gjk/GuEPA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuEPA.cpp"; path = "../../GeomUtils/src/gjk/GuEPA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8062787f922c806278 /* src/gjk/GuGJKSimplex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKSimplex.cpp"; path = "../../GeomUtils/src/gjk/GuGJKSimplex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8062e07f922c8062e0 /* src/gjk/GuGJKTest.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/gjk/GuGJKTest.cpp"; path = "../../GeomUtils/src/gjk/GuGJKTest.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8063487f922c806348 /* src/intersection/GuIntersectionBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionBoxBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8063b07f922c8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionCapsuleTriangle.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8064187f922c806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionEdgeEdge.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8064807f922c806480 /* src/intersection/GuIntersectionRayBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8064e87f922c8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRayCapsule.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8065507f922c806550 /* src/intersection/GuIntersectionRaySphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionRaySphere.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8065b87f922c8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionSphereBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8066207f922c806620 /* src/intersection/GuIntersectionTriangleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/intersection/GuIntersectionTriangleBox.cpp"; path = "../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8066887f922c806688 /* src/mesh/GuBV32.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32.cpp"; path = "../../GeomUtils/src/mesh/GuBV32.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8066f07f922c8066f0 /* src/mesh/GuBV32Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV32Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV32Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8067587f922c806758 /* src/mesh/GuBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4.cpp"; path = "../../GeomUtils/src/mesh/GuBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8067c07f922c8067c0 /* src/mesh/GuBV4Build.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4Build.cpp"; path = "../../GeomUtils/src/mesh/GuBV4Build.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8068287f922c806828 /* src/mesh/GuBV4_AABBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_AABBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8068907f922c806890 /* src/mesh/GuBV4_BoxOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_BoxOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8068f87f922c8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8069607f922c806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_CapsuleSweepAA.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8069c87f922c8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_OBBSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806a307f922c806a30 /* src/mesh/GuBV4_Raycast.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_Raycast.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_Raycast.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806a987f922c806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereOverlap.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806b007f922c806b00 /* src/mesh/GuBV4_SphereSweep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuBV4_SphereSweep.cpp"; path = "../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806b687f922c806b68 /* src/mesh/GuMeshQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMeshQuery.cpp"; path = "../../GeomUtils/src/mesh/GuMeshQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806bd07f922c806bd0 /* src/mesh/GuMidphaseBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseBV4.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806c387f922c806c38 /* src/mesh/GuMidphaseRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuMidphaseRTree.cpp"; path = "../../GeomUtils/src/mesh/GuMidphaseRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806ca07f922c806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuOverlapTestsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806d087f922c806d08 /* src/mesh/GuRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTree.cpp"; path = "../../GeomUtils/src/mesh/GuRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806d707f922c806d70 /* src/mesh/GuRTreeQueries.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuRTreeQueries.cpp"; path = "../../GeomUtils/src/mesh/GuRTreeQueries.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806dd87f922c806dd8 /* src/mesh/GuSweepsMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuSweepsMesh.cpp"; path = "../../GeomUtils/src/mesh/GuSweepsMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806e407f922c806e40 /* src/mesh/GuTriangleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMesh.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806ea87f922c806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshBV4.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806f107f922c806f10 /* src/mesh/GuTriangleMeshRTree.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/mesh/GuTriangleMeshRTree.cpp"; path = "../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806f787f922c806f78 /* src/hf/GuHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightField.cpp"; path = "../../GeomUtils/src/hf/GuHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c806fe07f922c806fe0 /* src/hf/GuHeightFieldUtil.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuHeightFieldUtil.cpp"; path = "../../GeomUtils/src/hf/GuHeightFieldUtil.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8070487f922c807048 /* src/hf/GuOverlapTestsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuOverlapTestsHF.cpp"; path = "../../GeomUtils/src/hf/GuOverlapTestsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8070b07f922c8070b0 /* src/hf/GuSweepsHF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/hf/GuSweepsHF.cpp"; path = "../../GeomUtils/src/hf/GuSweepsHF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8071187f922c807118 /* src/pcm/GuPCMContactBoxBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8071807f922c807180 /* src/pcm/GuPCMContactBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8071e87f922c8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8072507f922c807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8072b87f922c8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8073207f922c807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8073887f922c807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactCapsuleMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8073f07f922c8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexCommon.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8074587f922c807458 /* src/pcm/GuPCMContactConvexConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8074c07f922c8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8075287f922c807528 /* src/pcm/GuPCMContactConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactConvexMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8075907f922c807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenBoxConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8075f87f922c8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactGenSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8076607f922c807660 /* src/pcm/GuPCMContactPlaneBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8076c87f922c8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8077307f922c807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactPlaneConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8077987f922c807798 /* src/pcm/GuPCMContactSphereBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereBox.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8078007f922c807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereCapsule.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8078687f922c807868 /* src/pcm/GuPCMContactSphereConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8078d07f922c8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereHeightField.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8079387f922c807938 /* src/pcm/GuPCMContactSphereMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereMesh.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8079a07f922c8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSpherePlane.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807a087f922c807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMContactSphereSphere.cpp"; path = "../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807a707f922c807a70 /* src/pcm/GuPCMShapeConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMShapeConvex.cpp"; path = "../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807ad87f922c807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPCMTriangleContactGen.cpp"; path = "../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807b407f922c807b40 /* src/pcm/GuPersistentContactManifold.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/pcm/GuPersistentContactManifold.cpp"; path = "../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807ba87f922c807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepConvexMesh.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c807c107f922c807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/ccd/GuCCDSweepPrimitives.cpp"; path = "../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d4b0f5307fd6d4b0f530 /* Resources */ = { + FFF22c13c0507f922c13c050 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd60209a87fd6d60209a8, + FFFF2c8013a87f922c8013a8, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd4b0f5307fd6d4b0f530 /* Frameworks */ = { + FFFC2c13c0507f922c13c050 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,145 +1841,145 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d4b0f5307fd6d4b0f530 /* Sources */ = { + FFF82c13c0507f922c13c050 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd600ca007fd6d600ca00, - FFFFd600ca687fd6d600ca68, - FFFFd600cad07fd6d600cad0, - FFFFd600cb387fd6d600cb38, - FFFFd600cba07fd6d600cba0, - FFFFd600cc087fd6d600cc08, - FFFFd600cc707fd6d600cc70, - FFFFd600ccd87fd6d600ccd8, - FFFFd6023ee07fd6d6023ee0, - FFFFd6023f487fd6d6023f48, - FFFFd6023fb07fd6d6023fb0, - FFFFd60240187fd6d6024018, - FFFFd60240807fd6d6024080, - FFFFd60240e87fd6d60240e8, - FFFFd60241507fd6d6024150, - FFFFd60241b87fd6d60241b8, - FFFFd60242207fd6d6024220, - FFFFd60242887fd6d6024288, - FFFFd60242f07fd6d60242f0, - FFFFd60243587fd6d6024358, - FFFFd60243c07fd6d60243c0, - FFFFd60244287fd6d6024428, - FFFFd60244907fd6d6024490, - FFFFd60244f87fd6d60244f8, - FFFFd60245607fd6d6024560, - FFFFd60245c87fd6d60245c8, - FFFFd60246307fd6d6024630, - FFFFd60246987fd6d6024698, - FFFFd60247007fd6d6024700, - FFFFd60247687fd6d6024768, - FFFFd60247d07fd6d60247d0, - FFFFd60248387fd6d6024838, - FFFFd60248a07fd6d60248a0, - FFFFd60249087fd6d6024908, - FFFFd60249707fd6d6024970, - FFFFd60249d87fd6d60249d8, - FFFFd6024a407fd6d6024a40, - FFFFd6024aa87fd6d6024aa8, - FFFFd6024b107fd6d6024b10, - FFFFd6024b787fd6d6024b78, - FFFFd6024be07fd6d6024be0, - FFFFd6024c487fd6d6024c48, - FFFFd6024cb07fd6d6024cb0, - FFFFd6024d187fd6d6024d18, - FFFFd6024d807fd6d6024d80, - FFFFd6024de87fd6d6024de8, - FFFFd6024e507fd6d6024e50, - FFFFd6024eb87fd6d6024eb8, - FFFFd6024f207fd6d6024f20, - FFFFd6024f887fd6d6024f88, - FFFFd6024ff07fd6d6024ff0, - FFFFd60250587fd6d6025058, - FFFFd60250c07fd6d60250c0, - FFFFd60251287fd6d6025128, - FFFFd60251907fd6d6025190, - FFFFd60251f87fd6d60251f8, - FFFFd60252607fd6d6025260, - FFFFd60252c87fd6d60252c8, - FFFFd60253307fd6d6025330, - FFFFd60253987fd6d6025398, - FFFFd60254007fd6d6025400, - FFFFd60254687fd6d6025468, - FFFFd60254d07fd6d60254d0, - FFFFd60255387fd6d6025538, - FFFFd60255a07fd6d60255a0, - FFFFd60256087fd6d6025608, - FFFFd60256707fd6d6025670, - FFFFd60256d87fd6d60256d8, - FFFFd60257407fd6d6025740, - FFFFd60257a87fd6d60257a8, - FFFFd60258107fd6d6025810, - FFFFd60258787fd6d6025878, - FFFFd60258e07fd6d60258e0, - FFFFd60259487fd6d6025948, - FFFFd60259b07fd6d60259b0, - FFFFd6025a187fd6d6025a18, - FFFFd6025a807fd6d6025a80, - FFFFd6025ae87fd6d6025ae8, - FFFFd6025b507fd6d6025b50, - FFFFd6025bb87fd6d6025bb8, - FFFFd6025c207fd6d6025c20, - FFFFd6025c887fd6d6025c88, - FFFFd6025cf07fd6d6025cf0, - FFFFd6025d587fd6d6025d58, - FFFFd6025dc07fd6d6025dc0, - FFFFd6025e287fd6d6025e28, - FFFFd6025e907fd6d6025e90, - FFFFd6025ef87fd6d6025ef8, - FFFFd6025f607fd6d6025f60, - FFFFd6025fc87fd6d6025fc8, - FFFFd60260307fd6d6026030, - FFFFd60260987fd6d6026098, - FFFFd60261007fd6d6026100, - FFFFd60261687fd6d6026168, - FFFFd60261d07fd6d60261d0, - FFFFd60262387fd6d6026238, - FFFFd60262a07fd6d60262a0, - FFFFd60263087fd6d6026308, - FFFFd60263707fd6d6026370, - FFFFd60263d87fd6d60263d8, - FFFFd60264407fd6d6026440, - FFFFd60264a87fd6d60264a8, - FFFFd60265107fd6d6026510, - FFFFd60265787fd6d6026578, - FFFFd60265e07fd6d60265e0, - FFFFd60266487fd6d6026648, - FFFFd60266b07fd6d60266b0, - FFFFd60267187fd6d6026718, - FFFFd60267807fd6d6026780, - FFFFd60267e87fd6d60267e8, - FFFFd60268507fd6d6026850, - FFFFd60268b87fd6d60268b8, - FFFFd60269207fd6d6026920, - FFFFd60269887fd6d6026988, - FFFFd60269f07fd6d60269f0, - FFFFd6026a587fd6d6026a58, - FFFFd6026ac07fd6d6026ac0, - FFFFd6026b287fd6d6026b28, - FFFFd6026b907fd6d6026b90, - FFFFd6026bf87fd6d6026bf8, - FFFFd6026c607fd6d6026c60, - FFFFd6026cc87fd6d6026cc8, - FFFFd6026d307fd6d6026d30, - FFFFd6026d987fd6d6026d98, - FFFFd6026e007fd6d6026e00, - FFFFd6026e687fd6d6026e68, - FFFFd6026ed07fd6d6026ed0, - FFFFd6026f387fd6d6026f38, - FFFFd6026fa07fd6d6026fa0, - FFFFd60270087fd6d6027008, - FFFFd60270707fd6d6027070, - FFFFd60270d87fd6d60270d8, - FFFFd60271407fd6d6027140, - FFFFd60271a87fd6d60271a8, - FFFFd60272107fd6d6027210, + FFFF2b9a6a007f922b9a6a00, + FFFF2b9a6a687f922b9a6a68, + FFFF2b9a6ad07f922b9a6ad0, + FFFF2b9a6b387f922b9a6b38, + FFFF2b9a6ba07f922b9a6ba0, + FFFF2b9a6c087f922b9a6c08, + FFFF2b9a6c707f922b9a6c70, + FFFF2b9a6cd87f922b9a6cd8, + FFFF2c8048e07f922c8048e0, + FFFF2c8049487f922c804948, + FFFF2c8049b07f922c8049b0, + FFFF2c804a187f922c804a18, + FFFF2c804a807f922c804a80, + FFFF2c804ae87f922c804ae8, + FFFF2c804b507f922c804b50, + FFFF2c804bb87f922c804bb8, + FFFF2c804c207f922c804c20, + FFFF2c804c887f922c804c88, + FFFF2c804cf07f922c804cf0, + FFFF2c804d587f922c804d58, + FFFF2c804dc07f922c804dc0, + FFFF2c804e287f922c804e28, + FFFF2c804e907f922c804e90, + FFFF2c804ef87f922c804ef8, + FFFF2c804f607f922c804f60, + FFFF2c804fc87f922c804fc8, + FFFF2c8050307f922c805030, + FFFF2c8050987f922c805098, + FFFF2c8051007f922c805100, + FFFF2c8051687f922c805168, + FFFF2c8051d07f922c8051d0, + FFFF2c8052387f922c805238, + FFFF2c8052a07f922c8052a0, + FFFF2c8053087f922c805308, + FFFF2c8053707f922c805370, + FFFF2c8053d87f922c8053d8, + FFFF2c8054407f922c805440, + FFFF2c8054a87f922c8054a8, + FFFF2c8055107f922c805510, + FFFF2c8055787f922c805578, + FFFF2c8055e07f922c8055e0, + FFFF2c8056487f922c805648, + FFFF2c8056b07f922c8056b0, + FFFF2c8057187f922c805718, + FFFF2c8057807f922c805780, + FFFF2c8057e87f922c8057e8, + FFFF2c8058507f922c805850, + FFFF2c8058b87f922c8058b8, + FFFF2c8059207f922c805920, + FFFF2c8059887f922c805988, + FFFF2c8059f07f922c8059f0, + FFFF2c805a587f922c805a58, + FFFF2c805ac07f922c805ac0, + FFFF2c805b287f922c805b28, + FFFF2c805b907f922c805b90, + FFFF2c805bf87f922c805bf8, + FFFF2c805c607f922c805c60, + FFFF2c805cc87f922c805cc8, + FFFF2c805d307f922c805d30, + FFFF2c805d987f922c805d98, + FFFF2c805e007f922c805e00, + FFFF2c805e687f922c805e68, + FFFF2c805ed07f922c805ed0, + FFFF2c805f387f922c805f38, + FFFF2c805fa07f922c805fa0, + FFFF2c8060087f922c806008, + FFFF2c8060707f922c806070, + FFFF2c8060d87f922c8060d8, + FFFF2c8061407f922c806140, + FFFF2c8061a87f922c8061a8, + FFFF2c8062107f922c806210, + FFFF2c8062787f922c806278, + FFFF2c8062e07f922c8062e0, + FFFF2c8063487f922c806348, + FFFF2c8063b07f922c8063b0, + FFFF2c8064187f922c806418, + FFFF2c8064807f922c806480, + FFFF2c8064e87f922c8064e8, + FFFF2c8065507f922c806550, + FFFF2c8065b87f922c8065b8, + FFFF2c8066207f922c806620, + FFFF2c8066887f922c806688, + FFFF2c8066f07f922c8066f0, + FFFF2c8067587f922c806758, + FFFF2c8067c07f922c8067c0, + FFFF2c8068287f922c806828, + FFFF2c8068907f922c806890, + FFFF2c8068f87f922c8068f8, + FFFF2c8069607f922c806960, + FFFF2c8069c87f922c8069c8, + FFFF2c806a307f922c806a30, + FFFF2c806a987f922c806a98, + FFFF2c806b007f922c806b00, + FFFF2c806b687f922c806b68, + FFFF2c806bd07f922c806bd0, + FFFF2c806c387f922c806c38, + FFFF2c806ca07f922c806ca0, + FFFF2c806d087f922c806d08, + FFFF2c806d707f922c806d70, + FFFF2c806dd87f922c806dd8, + FFFF2c806e407f922c806e40, + FFFF2c806ea87f922c806ea8, + FFFF2c806f107f922c806f10, + FFFF2c806f787f922c806f78, + FFFF2c806fe07f922c806fe0, + FFFF2c8070487f922c807048, + FFFF2c8070b07f922c8070b0, + FFFF2c8071187f922c807118, + FFFF2c8071807f922c807180, + FFFF2c8071e87f922c8071e8, + FFFF2c8072507f922c807250, + FFFF2c8072b87f922c8072b8, + FFFF2c8073207f922c807320, + FFFF2c8073887f922c807388, + FFFF2c8073f07f922c8073f0, + FFFF2c8074587f922c807458, + FFFF2c8074c07f922c8074c0, + FFFF2c8075287f922c807528, + FFFF2c8075907f922c807590, + FFFF2c8075f87f922c8075f8, + FFFF2c8076607f922c807660, + FFFF2c8076c87f922c8076c8, + FFFF2c8077307f922c807730, + FFFF2c8077987f922c807798, + FFFF2c8078007f922c807800, + FFFF2c8078687f922c807868, + FFFF2c8078d07f922c8078d0, + FFFF2c8079387f922c807938, + FFFF2c8079a07f922c8079a0, + FFFF2c807a087f922c807a08, + FFFF2c807a707f922c807a70, + FFFF2c807ad87f922c807ad8, + FFFF2c807b407f922c807b40, + FFFF2c807ba87f922c807ba8, + FFFF2c807c107f922c807c10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1988,132 +1988,132 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d4a003007fd6d4a00300 /* PBXTargetDependency */ = { + FFF42c1566c07f922c1566c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78251d07fd6d78251d0 /* PxFoundation */; - targetProxy = FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */; + target = FFFA2c1587607f922c158760 /* PxFoundation */; + targetProxy = FFF52c1587607f922c158760 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxFoundation */ - FFFFd6011d187fd6d6011d18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011d187fd6d6011d18 /* src/PsAllocator.cpp */; }; - FFFFd6011d807fd6d6011d80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011d807fd6d6011d80 /* src/PsAssert.cpp */; }; - FFFFd6011de87fd6d6011de8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011de87fd6d6011de8 /* src/PsFoundation.cpp */; }; - FFFFd6011e507fd6d6011e50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011e507fd6d6011e50 /* src/PsMathUtils.cpp */; }; - FFFFd6011eb87fd6d6011eb8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011eb87fd6d6011eb8 /* src/PsString.cpp */; }; - FFFFd6011f207fd6d6011f20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011f207fd6d6011f20 /* src/PsTempAllocator.cpp */; }; - FFFFd6011f887fd6d6011f88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011f887fd6d6011f88 /* src/PsUtilities.cpp */; }; - FFFFd6011ff07fd6d6011ff0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd6011ff07fd6d6011ff0 /* src/unix/PsUnixAtomic.cpp */; }; - FFFFd60120587fd6d6012058 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60120587fd6d6012058 /* src/unix/PsUnixCpu.cpp */; }; - FFFFd60120c07fd6d60120c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60120c07fd6d60120c0 /* src/unix/PsUnixFPU.cpp */; }; - FFFFd60121287fd6d6012128 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60121287fd6d6012128 /* src/unix/PsUnixMutex.cpp */; }; - FFFFd60121907fd6d6012190 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60121907fd6d6012190 /* src/unix/PsUnixPrintString.cpp */; }; - FFFFd60121f87fd6d60121f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60121f87fd6d60121f8 /* src/unix/PsUnixSList.cpp */; }; - FFFFd60122607fd6d6012260 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60122607fd6d6012260 /* src/unix/PsUnixSocket.cpp */; }; - FFFFd60122c87fd6d60122c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60122c87fd6d60122c8 /* src/unix/PsUnixSync.cpp */; }; - FFFFd60123307fd6d6012330 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60123307fd6d6012330 /* src/unix/PsUnixThread.cpp */; }; - FFFFd60123987fd6d6012398 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60123987fd6d6012398 /* src/unix/PsUnixTime.cpp */; }; + FFFF2b992d187f922b992d18 /* src/PsAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992d187f922b992d18 /* src/PsAllocator.cpp */; }; + FFFF2b992d807f922b992d80 /* src/PsAssert.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992d807f922b992d80 /* src/PsAssert.cpp */; }; + FFFF2b992de87f922b992de8 /* src/PsFoundation.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992de87f922b992de8 /* src/PsFoundation.cpp */; }; + FFFF2b992e507f922b992e50 /* src/PsMathUtils.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992e507f922b992e50 /* src/PsMathUtils.cpp */; }; + FFFF2b992eb87f922b992eb8 /* src/PsString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992eb87f922b992eb8 /* src/PsString.cpp */; }; + FFFF2b992f207f922b992f20 /* src/PsTempAllocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992f207f922b992f20 /* src/PsTempAllocator.cpp */; }; + FFFF2b992f887f922b992f88 /* src/PsUtilities.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992f887f922b992f88 /* src/PsUtilities.cpp */; }; + FFFF2b992ff07f922b992ff0 /* src/unix/PsUnixAtomic.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b992ff07f922b992ff0 /* src/unix/PsUnixAtomic.cpp */; }; + FFFF2b9930587f922b993058 /* src/unix/PsUnixCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9930587f922b993058 /* src/unix/PsUnixCpu.cpp */; }; + FFFF2b9930c07f922b9930c0 /* src/unix/PsUnixFPU.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9930c07f922b9930c0 /* src/unix/PsUnixFPU.cpp */; }; + FFFF2b9931287f922b993128 /* src/unix/PsUnixMutex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9931287f922b993128 /* src/unix/PsUnixMutex.cpp */; }; + FFFF2b9931907f922b993190 /* src/unix/PsUnixPrintString.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9931907f922b993190 /* src/unix/PsUnixPrintString.cpp */; }; + FFFF2b9931f87f922b9931f8 /* src/unix/PsUnixSList.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9931f87f922b9931f8 /* src/unix/PsUnixSList.cpp */; }; + FFFF2b9932607f922b993260 /* src/unix/PsUnixSocket.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9932607f922b993260 /* src/unix/PsUnixSocket.cpp */; }; + FFFF2b9932c87f922b9932c8 /* src/unix/PsUnixSync.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9932c87f922b9932c8 /* src/unix/PsUnixSync.cpp */; }; + FFFF2b9933307f922b993330 /* src/unix/PsUnixThread.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9933307f922b993330 /* src/unix/PsUnixThread.cpp */; }; + FFFF2b9933987f922b993398 /* src/unix/PsUnixTime.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2b9933987f922b993398 /* src/unix/PsUnixTime.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78251d07fd6d78251d0 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd600e0007fd6d600e000 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e0687fd6d600e068 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e0d07fd6d600e0d0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e1387fd6d600e138 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e1a07fd6d600e1a0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e2087fd6d600e208 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e2707fd6d600e270 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e2d87fd6d600e2d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e3407fd6d600e340 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e3a87fd6d600e3a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e4107fd6d600e410 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e4787fd6d600e478 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e4e07fd6d600e4e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e5487fd6d600e548 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e5b07fd6d600e5b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e6187fd6d600e618 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e6807fd6d600e680 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e6e87fd6d600e6e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e7507fd6d600e750 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e7b87fd6d600e7b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e8207fd6d600e820 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e8887fd6d600e888 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e8f07fd6d600e8f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e9587fd6d600e958 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600e9c07fd6d600e9c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600ea287fd6d600ea28 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600ea907fd6d600ea90 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600eaf87fd6d600eaf8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd600eb607fd6d600eb60 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010a007fd6d6010a00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010a687fd6d6010a68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010ad07fd6d6010ad0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010b387fd6d6010b38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010ba07fd6d6010ba0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010c087fd6d6010c08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010c707fd6d6010c70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010cd87fd6d6010cd8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010d407fd6d6010d40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010da87fd6d6010da8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010e107fd6d6010e10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010e787fd6d6010e78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010ee07fd6d6010ee0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010f487fd6d6010f48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6010fb07fd6d6010fb0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60110187fd6d6011018 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60110807fd6d6011080 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60110e87fd6d60110e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60111507fd6d6011150 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60111b87fd6d60111b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60112207fd6d6011220 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60112887fd6d6011288 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60112f07fd6d60112f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60113587fd6d6011358 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60113c07fd6d60113c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60114287fd6d6011428 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60114907fd6d6011490 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60114f87fd6d60114f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60115607fd6d6011560 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60115c87fd6d60115c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60116307fd6d6011630 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60116987fd6d6011698 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60117007fd6d6011700 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60117687fd6d6011768 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60117d07fd6d60117d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60118387fd6d6011838 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60118a07fd6d60118a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60119087fd6d6011908 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60119707fd6d6011970 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60119d87fd6d60119d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011a407fd6d6011a40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011aa87fd6d6011aa8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011b107fd6d6011b10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011b787fd6d6011b78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011be07fd6d6011be0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011c487fd6d6011c48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011cb07fd6d6011cb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6011d187fd6d6011d18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011d807fd6d6011d80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011de87fd6d6011de8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011e507fd6d6011e50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011eb87fd6d6011eb8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011f207fd6d6011f20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011f887fd6d6011f88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6011ff07fd6d6011ff0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60120587fd6d6012058 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60120c07fd6d60120c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60121287fd6d6012128 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60121907fd6d6012190 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60121f87fd6d60121f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60122607fd6d6012260 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60122c87fd6d60122c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60123307fd6d6012330 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60123987fd6d6012398 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1587607f922c158760 /* PxFoundation */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxFoundation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2b980e007f922b980e00 /* Px.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Px.h"; path = "../../../../PxShared/include/foundation/Px.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b980e687f922b980e68 /* PxAllocatorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAllocatorCallback.h"; path = "../../../../PxShared/include/foundation/PxAllocatorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b980ed07f922b980ed0 /* PxAssert.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxAssert.h"; path = "../../../../PxShared/include/foundation/PxAssert.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b980f387f922b980f38 /* PxBitAndData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBitAndData.h"; path = "../../../../PxShared/include/foundation/PxBitAndData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b980fa07f922b980fa0 /* PxBounds3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxBounds3.h"; path = "../../../../PxShared/include/foundation/PxBounds3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9810087f922b981008 /* PxErrorCallback.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrorCallback.h"; path = "../../../../PxShared/include/foundation/PxErrorCallback.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9810707f922b981070 /* PxErrors.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxErrors.h"; path = "../../../../PxShared/include/foundation/PxErrors.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9810d87f922b9810d8 /* PxFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFlags.h"; path = "../../../../PxShared/include/foundation/PxFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9811407f922b981140 /* PxFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundation.h"; path = "../../../../PxShared/include/foundation/PxFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9811a87f922b9811a8 /* PxFoundationVersion.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxFoundationVersion.h"; path = "../../../../PxShared/include/foundation/PxFoundationVersion.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9812107f922b981210 /* PxIO.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIO.h"; path = "../../../../PxShared/include/foundation/PxIO.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9812787f922b981278 /* PxIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxIntrinsics.h"; path = "../../../../PxShared/include/foundation/PxIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9812e07f922b9812e0 /* PxMat33.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat33.h"; path = "../../../../PxShared/include/foundation/PxMat33.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9813487f922b981348 /* PxMat44.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMat44.h"; path = "../../../../PxShared/include/foundation/PxMat44.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9813b07f922b9813b0 /* PxMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMath.h"; path = "../../../../PxShared/include/foundation/PxMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9814187f922b981418 /* PxMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMathUtils.h"; path = "../../../../PxShared/include/foundation/PxMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9814807f922b981480 /* PxMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxMemory.h"; path = "../../../../PxShared/include/foundation/PxMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9814e87f922b9814e8 /* PxPlane.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPlane.h"; path = "../../../../PxShared/include/foundation/PxPlane.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9815507f922b981550 /* PxPreprocessor.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPreprocessor.h"; path = "../../../../PxShared/include/foundation/PxPreprocessor.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9815b87f922b9815b8 /* PxProfiler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxProfiler.h"; path = "../../../../PxShared/include/foundation/PxProfiler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9816207f922b981620 /* PxQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxQuat.h"; path = "../../../../PxShared/include/foundation/PxQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9816887f922b981688 /* PxSimpleTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxSimpleTypes.h"; path = "../../../../PxShared/include/foundation/PxSimpleTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9816f07f922b9816f0 /* PxStrideIterator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxStrideIterator.h"; path = "../../../../PxShared/include/foundation/PxStrideIterator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9817587f922b981758 /* PxTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTransform.h"; path = "../../../../PxShared/include/foundation/PxTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9817c07f922b9817c0 /* PxUnionCast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxUnionCast.h"; path = "../../../../PxShared/include/foundation/PxUnionCast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9818287f922b981828 /* PxVec2.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec2.h"; path = "../../../../PxShared/include/foundation/PxVec2.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9818907f922b981890 /* PxVec3.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec3.h"; path = "../../../../PxShared/include/foundation/PxVec3.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9818f87f922b9818f8 /* PxVec4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxVec4.h"; path = "../../../../PxShared/include/foundation/PxVec4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9819607f922b981960 /* unix/PxUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "unix/PxUnixIntrinsics.h"; path = "../../../../PxShared/include/foundation/unix/PxUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991a007f922b991a00 /* include/Ps.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/Ps.h"; path = "../../../../PxShared/src/foundation/include/Ps.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991a687f922b991a68 /* include/PsAlignedMalloc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlignedMalloc.h"; path = "../../../../PxShared/src/foundation/include/PsAlignedMalloc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991ad07f922b991ad0 /* include/PsAlloca.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAlloca.h"; path = "../../../../PxShared/src/foundation/include/PsAlloca.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991b387f922b991b38 /* include/PsAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991ba07f922b991ba0 /* include/PsAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAoS.h"; path = "../../../../PxShared/src/foundation/include/PsAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991c087f922b991c08 /* include/PsArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsArray.h"; path = "../../../../PxShared/src/foundation/include/PsArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991c707f922b991c70 /* include/PsAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsAtomic.h"; path = "../../../../PxShared/src/foundation/include/PsAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991cd87f922b991cd8 /* include/PsBasicTemplates.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBasicTemplates.h"; path = "../../../../PxShared/src/foundation/include/PsBasicTemplates.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991d407f922b991d40 /* include/PsBitUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBitUtils.h"; path = "../../../../PxShared/src/foundation/include/PsBitUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991da87f922b991da8 /* include/PsBroadcast.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsBroadcast.h"; path = "../../../../PxShared/src/foundation/include/PsBroadcast.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991e107f922b991e10 /* include/PsCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsCpu.h"; path = "../../../../PxShared/src/foundation/include/PsCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991e787f922b991e78 /* include/PsFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFPU.h"; path = "../../../../PxShared/src/foundation/include/PsFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991ee07f922b991ee0 /* include/PsFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsFoundation.h"; path = "../../../../PxShared/src/foundation/include/PsFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991f487f922b991f48 /* include/PsHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHash.h"; path = "../../../../PxShared/src/foundation/include/PsHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b991fb07f922b991fb0 /* include/PsHashInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashInternals.h"; path = "../../../../PxShared/src/foundation/include/PsHashInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9920187f922b992018 /* include/PsHashMap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashMap.h"; path = "../../../../PxShared/src/foundation/include/PsHashMap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9920807f922b992080 /* include/PsHashSet.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsHashSet.h"; path = "../../../../PxShared/src/foundation/include/PsHashSet.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9920e87f922b9920e8 /* include/PsInlineAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9921507f922b992150 /* include/PsInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/PsInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9921b87f922b9921b8 /* include/PsInlineArray.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsInlineArray.h"; path = "../../../../PxShared/src/foundation/include/PsInlineArray.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9922207f922b992220 /* include/PsIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/PsIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9922887f922b992288 /* include/PsMathUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMathUtils.h"; path = "../../../../PxShared/src/foundation/include/PsMathUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9922f07f922b9922f0 /* include/PsMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsMutex.h"; path = "../../../../PxShared/src/foundation/include/PsMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9923587f922b992358 /* include/PsPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPool.h"; path = "../../../../PxShared/src/foundation/include/PsPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9923c07f922b9923c0 /* include/PsSList.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSList.h"; path = "../../../../PxShared/src/foundation/include/PsSList.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9924287f922b992428 /* include/PsSocket.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSocket.h"; path = "../../../../PxShared/src/foundation/include/PsSocket.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9924907f922b992490 /* include/PsSort.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSort.h"; path = "../../../../PxShared/src/foundation/include/PsSort.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9924f87f922b9924f8 /* include/PsSortInternals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSortInternals.h"; path = "../../../../PxShared/src/foundation/include/PsSortInternals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9925607f922b992560 /* include/PsString.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsString.h"; path = "../../../../PxShared/src/foundation/include/PsString.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9925c87f922b9925c8 /* include/PsSync.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsSync.h"; path = "../../../../PxShared/src/foundation/include/PsSync.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9926307f922b992630 /* include/PsTempAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTempAllocator.h"; path = "../../../../PxShared/src/foundation/include/PsTempAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9926987f922b992698 /* include/PsThread.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsThread.h"; path = "../../../../PxShared/src/foundation/include/PsThread.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9927007f922b992700 /* include/PsTime.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsTime.h"; path = "../../../../PxShared/src/foundation/include/PsTime.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9927687f922b992768 /* include/PsUserAllocated.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUserAllocated.h"; path = "../../../../PxShared/src/foundation/include/PsUserAllocated.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9927d07f922b9927d0 /* include/PsUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9928387f922b992838 /* include/PsVecMath.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMath.h"; path = "../../../../PxShared/src/foundation/include/PsVecMath.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9928a07f922b9928a0 /* include/PsVecMathAoSScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalar.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9929087f922b992908 /* include/PsVecMathAoSScalarInline.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathAoSScalarInline.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathAoSScalarInline.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9929707f922b992970 /* include/PsVecMathSSE.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathSSE.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathSSE.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9929d87f922b9929d8 /* include/PsVecMathUtilities.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecMathUtilities.h"; path = "../../../../PxShared/src/foundation/include/PsVecMathUtilities.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992a407f922b992a40 /* include/PsVecQuat.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecQuat.h"; path = "../../../../PxShared/src/foundation/include/PsVecQuat.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992aa87f922b992aa8 /* include/PsVecTransform.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsVecTransform.h"; path = "../../../../PxShared/src/foundation/include/PsVecTransform.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992b107f922b992b10 /* include/unix/PsUnixAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992b787f922b992b78 /* include/unix/PsUnixFPU.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixFPU.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixFPU.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992be07f922b992be0 /* include/unix/PsUnixInlineAoS.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixInlineAoS.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixInlineAoS.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992c487f922b992c48 /* include/unix/PsUnixIntrinsics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixIntrinsics.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixIntrinsics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992cb07f922b992cb0 /* include/unix/PsUnixTrigConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/unix/PsUnixTrigConstants.h"; path = "../../../../PxShared/src/foundation/include/unix/PsUnixTrigConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b992d187f922b992d18 /* src/PsAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992d807f922b992d80 /* src/PsAssert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsAssert.cpp"; path = "../../../../PxShared/src/foundation/src/PsAssert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992de87f922b992de8 /* src/PsFoundation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsFoundation.cpp"; path = "../../../../PxShared/src/foundation/src/PsFoundation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992e507f922b992e50 /* src/PsMathUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsMathUtils.cpp"; path = "../../../../PxShared/src/foundation/src/PsMathUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992eb87f922b992eb8 /* src/PsString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsString.cpp"; path = "../../../../PxShared/src/foundation/src/PsString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992f207f922b992f20 /* src/PsTempAllocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsTempAllocator.cpp"; path = "../../../../PxShared/src/foundation/src/PsTempAllocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992f887f922b992f88 /* src/PsUtilities.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PsUtilities.cpp"; path = "../../../../PxShared/src/foundation/src/PsUtilities.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b992ff07f922b992ff0 /* src/unix/PsUnixAtomic.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixAtomic.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9930587f922b993058 /* src/unix/PsUnixCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixCpu.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9930c07f922b9930c0 /* src/unix/PsUnixFPU.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixFPU.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9931287f922b993128 /* src/unix/PsUnixMutex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixMutex.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9931907f922b993190 /* src/unix/PsUnixPrintString.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixPrintString.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9931f87f922b9931f8 /* src/unix/PsUnixSList.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSList.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9932607f922b993260 /* src/unix/PsUnixSocket.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSocket.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9932c87f922b9932c8 /* src/unix/PsUnixSync.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixSync.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9933307f922b993330 /* src/unix/PsUnixThread.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixThread.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9933987f922b993398 /* src/unix/PsUnixTime.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/unix/PsUnixTime.cpp"; path = "../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78251d07fd6d78251d0 /* Resources */ = { + FFF22c1587607f922c158760 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2123,7 +2123,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78251d07fd6d78251d0 /* Frameworks */ = { + FFFC2c1587607f922c158760 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2133,27 +2133,27 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78251d07fd6d78251d0 /* Sources */ = { + FFF82c1587607f922c158760 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd6011d187fd6d6011d18, - FFFFd6011d807fd6d6011d80, - FFFFd6011de87fd6d6011de8, - FFFFd6011e507fd6d6011e50, - FFFFd6011eb87fd6d6011eb8, - FFFFd6011f207fd6d6011f20, - FFFFd6011f887fd6d6011f88, - FFFFd6011ff07fd6d6011ff0, - FFFFd60120587fd6d6012058, - FFFFd60120c07fd6d60120c0, - FFFFd60121287fd6d6012128, - FFFFd60121907fd6d6012190, - FFFFd60121f87fd6d60121f8, - FFFFd60122607fd6d6012260, - FFFFd60122c87fd6d60122c8, - FFFFd60123307fd6d6012330, - FFFFd60123987fd6d6012398, + FFFF2b992d187f922b992d18, + FFFF2b992d807f922b992d80, + FFFF2b992de87f922b992de8, + FFFF2b992e507f922b992e50, + FFFF2b992eb87f922b992eb8, + FFFF2b992f207f922b992f20, + FFFF2b992f887f922b992f88, + FFFF2b992ff07f922b992ff0, + FFFF2b9930587f922b993058, + FFFF2b9930c07f922b9930c0, + FFFF2b9931287f922b993128, + FFFF2b9931907f922b993190, + FFFF2b9931f87f922b9931f8, + FFFF2b9932607f922b993260, + FFFF2b9932c87f922b9932c8, + FFFF2b9933307f922b993330, + FFFF2b9933987f922b993398, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2165,103 +2165,103 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxPvdSDK */ - FFFFd51107a87fd6d51107a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51107a87fd6d51107a8 /* src/PxProfileEventImpl.cpp */; }; - FFFFd51108107fd6d5110810 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51108107fd6d5110810 /* src/PxPvd.cpp */; }; - FFFFd51108787fd6d5110878 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51108787fd6d5110878 /* src/PxPvdDataStream.cpp */; }; - FFFFd51108e07fd6d51108e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51108e07fd6d51108e0 /* src/PxPvdDefaultFileTransport.cpp */; }; - FFFFd51109487fd6d5110948 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51109487fd6d5110948 /* src/PxPvdDefaultSocketTransport.cpp */; }; - FFFFd51109b07fd6d51109b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd51109b07fd6d51109b0 /* src/PxPvdImpl.cpp */; }; - FFFFd5110a187fd6d5110a18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd5110a187fd6d5110a18 /* src/PxPvdMemClient.cpp */; }; - FFFFd5110a807fd6d5110a80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd5110a807fd6d5110a80 /* src/PxPvdObjectModelMetaData.cpp */; }; - FFFFd5110ae87fd6d5110ae8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd5110ae87fd6d5110ae8 /* src/PxPvdObjectRegistrar.cpp */; }; - FFFFd5110b507fd6d5110b50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd5110b507fd6d5110b50 /* src/PxPvdProfileZoneClient.cpp */; }; - FFFFd5110bb87fd6d5110bb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd5110bb87fd6d5110bb8 /* src/PxPvdUserRenderer.cpp */; }; + FFFF2c81e7a87f922c81e7a8 /* src/PxProfileEventImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e7a87f922c81e7a8 /* src/PxProfileEventImpl.cpp */; }; + FFFF2c81e8107f922c81e810 /* src/PxPvd.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e8107f922c81e810 /* src/PxPvd.cpp */; }; + FFFF2c81e8787f922c81e878 /* src/PxPvdDataStream.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e8787f922c81e878 /* src/PxPvdDataStream.cpp */; }; + FFFF2c81e8e07f922c81e8e0 /* src/PxPvdDefaultFileTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e8e07f922c81e8e0 /* src/PxPvdDefaultFileTransport.cpp */; }; + FFFF2c81e9487f922c81e948 /* src/PxPvdDefaultSocketTransport.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e9487f922c81e948 /* src/PxPvdDefaultSocketTransport.cpp */; }; + FFFF2c81e9b07f922c81e9b0 /* src/PxPvdImpl.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81e9b07f922c81e9b0 /* src/PxPvdImpl.cpp */; }; + FFFF2c81ea187f922c81ea18 /* src/PxPvdMemClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81ea187f922c81ea18 /* src/PxPvdMemClient.cpp */; }; + FFFF2c81ea807f922c81ea80 /* src/PxPvdObjectModelMetaData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81ea807f922c81ea80 /* src/PxPvdObjectModelMetaData.cpp */; }; + FFFF2c81eae87f922c81eae8 /* src/PxPvdObjectRegistrar.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81eae87f922c81eae8 /* src/PxPvdObjectRegistrar.cpp */; }; + FFFF2c81eb507f922c81eb50 /* src/PxPvdProfileZoneClient.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81eb507f922c81eb50 /* src/PxPvdProfileZoneClient.cpp */; }; + FFFF2c81ebb87f922c81ebb8 /* src/PxPvdUserRenderer.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c81ebb87f922c81ebb8 /* src/PxPvdUserRenderer.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd496f0507fd6d496f050 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd496c0407fd6d496c040 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDd496c0a87fd6d496c0a8 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51104007fd6d5110400 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51104687fd6d5110468 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51104d07fd6d51104d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51105387fd6d5110538 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51105a07fd6d51105a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51106087fd6d5110608 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51106707fd6d5110670 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51106d87fd6d51106d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51107407fd6d5110740 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51107a87fd6d51107a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd51108107fd6d5110810 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd51108787fd6d5110878 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd51108e07fd6d51108e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd51109487fd6d5110948 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd51109b07fd6d51109b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110a187fd6d5110a18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110a807fd6d5110a80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110ae87fd6d5110ae8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110b507fd6d5110b50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110bb87fd6d5110bb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd5110c207fd6d5110c20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110c887fd6d5110c88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110cf07fd6d5110cf0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110d587fd6d5110d58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110dc07fd6d5110dc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110e287fd6d5110e28 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110e907fd6d5110e90 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110ef87fd6d5110ef8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110f607fd6d5110f60 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5110fc87fd6d5110fc8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51110307fd6d5111030 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51110987fd6d5111098 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51111007fd6d5111100 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51111687fd6d5111168 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51111d07fd6d51111d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51112387fd6d5111238 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51112a07fd6d51112a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51113087fd6d5111308 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51113707fd6d5111370 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51113d87fd6d51113d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51114407fd6d5111440 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51114a87fd6d51114a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51115107fd6d5111510 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51115787fd6d5111578 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51115e07fd6d51115e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51116487fd6d5111648 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51116b07fd6d51116b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51117187fd6d5111718 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51117807fd6d5111780 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51117e87fd6d51117e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51118507fd6d5111850 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51118b87fd6d51118b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51119207fd6d5111920 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51119887fd6d5111988 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51119f07fd6d51119f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111a587fd6d5111a58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111ac07fd6d5111ac0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111b287fd6d5111b28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111b907fd6d5111b90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111bf87fd6d5111bf8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111c607fd6d5111c60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111cc87fd6d5111cc8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111d307fd6d5111d30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111d987fd6d5111d98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111e007fd6d5111e00 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111e687fd6d5111e68 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111ed07fd6d5111ed0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111f387fd6d5111f38 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd5111fa07fd6d5111fa0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51120087fd6d5112008 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51120707fd6d5112070 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51120d87fd6d51120d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51121407fd6d5112140 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51121a87fd6d51121a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51122107fd6d5112210 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd51122787fd6d5112278 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0bd6207f922c0bd620 /* PxPvdSDK */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxPvdSDK"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c0be4f07f922c0be4f0 /* PxPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvd.h"; path = "../../../../PxShared/include/pvd/PxPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0be5587f922c0be558 /* PxPvdTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxPvdTransport.h"; path = "../../../../PxShared/include/pvd/PxPvdTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e4007f922c81e400 /* include/PsPvd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PsPvd.h"; path = "../../../../PxShared/src/pvd/include/PsPvd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e4687f922c81e468 /* include/PxProfileAllocatorWrapper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxProfileAllocatorWrapper.h"; path = "../../../../PxShared/src/pvd/include/PxProfileAllocatorWrapper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e4d07f922c81e4d0 /* include/PxPvdClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdClient.h"; path = "../../../../PxShared/src/pvd/include/PxPvdClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e5387f922c81e538 /* include/PxPvdDataStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStream.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e5a07f922c81e5a0 /* include/PxPvdDataStreamHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdDataStreamHelpers.h"; path = "../../../../PxShared/src/pvd/include/PxPvdDataStreamHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e6087f922c81e608 /* include/PxPvdErrorCodes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdErrorCodes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdErrorCodes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e6707f922c81e670 /* include/PxPvdObjectModelBaseTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdObjectModelBaseTypes.h"; path = "../../../../PxShared/src/pvd/include/PxPvdObjectModelBaseTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e6d87f922c81e6d8 /* include/PxPvdRenderBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdRenderBuffer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdRenderBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e7407f922c81e740 /* include/PxPvdUserRenderer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "include/PxPvdUserRenderer.h"; path = "../../../../PxShared/src/pvd/include/PxPvdUserRenderer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e7a87f922c81e7a8 /* src/PxProfileEventImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e8107f922c81e810 /* src/PxPvd.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvd.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvd.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e8787f922c81e878 /* src/PxPvdDataStream.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDataStream.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e8e07f922c81e8e0 /* src/PxPvdDefaultFileTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e9487f922c81e948 /* src/PxPvdDefaultSocketTransport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81e9b07f922c81e9b0 /* src/PxPvdImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ea187f922c81ea18 /* src/PxPvdMemClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ea807f922c81ea80 /* src/PxPvdObjectModelMetaData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81eae87f922c81eae8 /* src/PxPvdObjectRegistrar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81eb507f922c81eb50 /* src/PxPvdProfileZoneClient.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ebb87f922c81ebb8 /* src/PxPvdUserRenderer.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderer.cpp"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ec207f922c81ec20 /* src/PxProfileBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileBase.h"; path = "../../../../PxShared/src/pvd/src/PxProfileBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ec887f922c81ec88 /* src/PxProfileCompileTimeEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileCompileTimeEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileCompileTimeEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ecf07f922c81ecf0 /* src/PxProfileContextProvider.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProvider.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProvider.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ed587f922c81ed58 /* src/PxProfileContextProviderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileContextProviderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileContextProviderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81edc07f922c81edc0 /* src/PxProfileDataBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ee287f922c81ee28 /* src/PxProfileDataParsing.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileDataParsing.h"; path = "../../../../PxShared/src/pvd/src/PxProfileDataParsing.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ee907f922c81ee90 /* src/PxProfileEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81eef87f922c81eef8 /* src/PxProfileEventBufferAtomic.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferAtomic.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferAtomic.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ef607f922c81ef60 /* src/PxProfileEventBufferClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClient.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81efc87f922c81efc8 /* src/PxProfileEventBufferClientManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventBufferClientManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventBufferClientManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f0307f922c81f030 /* src/PxProfileEventFilter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventFilter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventFilter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f0987f922c81f098 /* src/PxProfileEventHandler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventHandler.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventHandler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f1007f922c81f100 /* src/PxProfileEventId.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventId.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventId.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f1687f922c81f168 /* src/PxProfileEventMutex.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventMutex.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventMutex.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f1d07f922c81f1d0 /* src/PxProfileEventNames.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventNames.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventNames.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f2387f922c81f238 /* src/PxProfileEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f2a07f922c81f2a0 /* src/PxProfileEventSender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSender.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSender.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f3087f922c81f308 /* src/PxProfileEventSerialization.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSerialization.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSerialization.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f3707f922c81f370 /* src/PxProfileEventSystem.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEventSystem.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEventSystem.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f3d87f922c81f3d8 /* src/PxProfileEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f4407f922c81f440 /* src/PxProfileMemory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemory.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f4a87f922c81f4a8 /* src/PxProfileMemoryBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f5107f922c81f510 /* src/PxProfileMemoryEventBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventBuffer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f5787f922c81f578 /* src/PxProfileMemoryEventParser.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventParser.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventParser.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f5e07f922c81f5e0 /* src/PxProfileMemoryEventRecorder.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventRecorder.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventRecorder.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f6487f922c81f648 /* src/PxProfileMemoryEventReflexiveWriter.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventReflexiveWriter.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventReflexiveWriter.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f6b07f922c81f6b0 /* src/PxProfileMemoryEventSummarizer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventSummarizer.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventSummarizer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f7187f922c81f718 /* src/PxProfileMemoryEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f7807f922c81f780 /* src/PxProfileMemoryEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileMemoryEvents.h"; path = "../../../../PxShared/src/pvd/src/PxProfileMemoryEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f7e87f922c81f7e8 /* src/PxProfileScopedEvent.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedEvent.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedEvent.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f8507f922c81f850 /* src/PxProfileScopedMutexLock.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileScopedMutexLock.h"; path = "../../../../PxShared/src/pvd/src/PxProfileScopedMutexLock.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f8b87f922c81f8b8 /* src/PxProfileZone.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZone.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZone.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f9207f922c81f920 /* src/PxProfileZoneImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f9887f922c81f988 /* src/PxProfileZoneManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManager.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81f9f07f922c81f9f0 /* src/PxProfileZoneManagerImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxProfileZoneManagerImpl.h"; path = "../../../../PxShared/src/pvd/src/PxProfileZoneManagerImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fa587f922c81fa58 /* src/PxPvdBits.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdBits.h"; path = "../../../../PxShared/src/pvd/src/PxPvdBits.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fac07f922c81fac0 /* src/PxPvdByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fb287f922c81fb28 /* src/PxPvdCommStreamEventSink.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEventSink.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEventSink.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fb907f922c81fb90 /* src/PxPvdCommStreamEvents.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamEvents.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamEvents.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fbf87f922c81fbf8 /* src/PxPvdCommStreamSDKEventTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamSDKEventTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamSDKEventTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fc607f922c81fc60 /* src/PxPvdCommStreamTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdCommStreamTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdCommStreamTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fcc87f922c81fcc8 /* src/PxPvdDefaultFileTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultFileTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fd307f922c81fd30 /* src/PxPvdDefaultSocketTransport.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdDefaultSocketTransport.h"; path = "../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fd987f922c81fd98 /* src/PxPvdFoundation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdFoundation.h"; path = "../../../../PxShared/src/pvd/src/PxPvdFoundation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fe007f922c81fe00 /* src/PxPvdImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fe687f922c81fe68 /* src/PxPvdInternalByteStreams.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdInternalByteStreams.h"; path = "../../../../PxShared/src/pvd/src/PxPvdInternalByteStreams.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81fed07f922c81fed0 /* src/PxPvdMarshalling.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMarshalling.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMarshalling.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ff387f922c81ff38 /* src/PxPvdMemClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdMemClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdMemClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c81ffa07f922c81ffa0 /* src/PxPvdObjectModel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModel.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModel.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8200087f922c820008 /* src/PxPvdObjectModelInternalTypeDefs.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypeDefs.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypeDefs.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8200707f922c820070 /* src/PxPvdObjectModelInternalTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelInternalTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelInternalTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8200d87f922c8200d8 /* src/PxPvdObjectModelMetaData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectModelMetaData.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8201407f922c820140 /* src/PxPvdObjectRegistrar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdObjectRegistrar.h"; path = "../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8201a87f922c8201a8 /* src/PxPvdProfileZoneClient.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdProfileZoneClient.h"; path = "../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8202107f922c820210 /* src/PxPvdUserRenderImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderImpl.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8202787f922c820278 /* src/PxPvdUserRenderTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "src/PxPvdUserRenderTypes.h"; path = "../../../../PxShared/src/pvd/src/PxPvdUserRenderTypes.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d496f0507fd6d496f050 /* Resources */ = { + FFF22c0bd6207f922c0bd620 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2271,7 +2271,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd496f0507fd6d496f050 /* Frameworks */ = { + FFFC2c0bd6207f922c0bd620 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2281,21 +2281,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d496f0507fd6d496f050 /* Sources */ = { + FFF82c0bd6207f922c0bd620 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd51107a87fd6d51107a8, - FFFFd51108107fd6d5110810, - FFFFd51108787fd6d5110878, - FFFFd51108e07fd6d51108e0, - FFFFd51109487fd6d5110948, - FFFFd51109b07fd6d51109b0, - FFFFd5110a187fd6d5110a18, - FFFFd5110a807fd6d5110a80, - FFFFd5110ae87fd6d5110ae8, - FFFFd5110b507fd6d5110b50, - FFFFd5110bb87fd6d5110bb8, + FFFF2c81e7a87f922c81e7a8, + FFFF2c81e8107f922c81e810, + FFFF2c81e8787f922c81e878, + FFFF2c81e8e07f922c81e8e0, + FFFF2c81e9487f922c81e948, + FFFF2c81e9b07f922c81e9b0, + FFFF2c81ea187f922c81ea18, + FFFF2c81ea807f922c81ea80, + FFFF2c81eae87f922c81eae8, + FFFF2c81eb507f922c81eb50, + FFFF2c81ebb87f922c81ebb8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2304,108 +2304,108 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4d496e1707fd6d496e170 /* PBXTargetDependency */ = { + FFF42c0f3ab07f922c0f3ab0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAd78251d07fd6d78251d0 /* PxFoundation */; - targetProxy = FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */; + target = FFFA2c1587607f922c158760 /* PxFoundation */; + targetProxy = FFF52c1587607f922c158760 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevel */ - FFFFd4c0ef107fd6d4c0ef10 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFDd4c0ef107fd6d4c0ef10 /* px_globals.cpp */; }; - FFFFd4c118907fd6d4c11890 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c118907fd6d4c11890 /* PxsCCD.cpp */; }; - FFFFd4c118f87fd6d4c118f8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c118f87fd6d4c118f8 /* PxsContactManager.cpp */; }; - FFFFd4c119607fd6d4c11960 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c119607fd6d4c11960 /* PxsContext.cpp */; }; - FFFFd4c119c87fd6d4c119c8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c119c87fd6d4c119c8 /* PxsDefaultMemoryManager.cpp */; }; - FFFFd4c11a307fd6d4c11a30 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c11a307fd6d4c11a30 /* PxsIslandSim.cpp */; }; - FFFFd4c11a987fd6d4c11a98 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c11a987fd6d4c11a98 /* PxsMaterialCombiner.cpp */; }; - FFFFd4c11b007fd6d4c11b00 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c11b007fd6d4c11b00 /* PxsNphaseImplementationContext.cpp */; }; - FFFFd4c11b687fd6d4c11b68 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFDd4c11b687fd6d4c11b68 /* PxsSimpleIslandManager.cpp */; }; - FFFFd6807e007fd6d6807e00 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd6807e007fd6d6807e00 /* collision/PxcContact.cpp */; }; - FFFFd6807e687fd6d6807e68 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd6807e687fd6d6807e68 /* pipeline/PxcContactCache.cpp */; }; - FFFFd6807ed07fd6d6807ed0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd6807ed07fd6d6807ed0 /* pipeline/PxcContactMethodImpl.cpp */; }; - FFFFd6807f387fd6d6807f38 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd6807f387fd6d6807f38 /* pipeline/PxcMaterialHeightField.cpp */; }; - FFFFd6807fa07fd6d6807fa0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd6807fa07fd6d6807fa0 /* pipeline/PxcMaterialMesh.cpp */; }; - FFFFd68080087fd6d6808008 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68080087fd6d6808008 /* pipeline/PxcMaterialMethodImpl.cpp */; }; - FFFFd68080707fd6d6808070 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68080707fd6d6808070 /* pipeline/PxcMaterialShape.cpp */; }; - FFFFd68080d87fd6d68080d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68080d87fd6d68080d8 /* pipeline/PxcNpBatch.cpp */; }; - FFFFd68081407fd6d6808140 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68081407fd6d6808140 /* pipeline/PxcNpCacheStreamPair.cpp */; }; - FFFFd68081a87fd6d68081a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68081a87fd6d68081a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; - FFFFd68082107fd6d6808210 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68082107fd6d6808210 /* pipeline/PxcNpMemBlockPool.cpp */; }; - FFFFd68082787fd6d6808278 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFDd68082787fd6d6808278 /* pipeline/PxcNpThreadContext.cpp */; }; + FFFF2c13eca07f922c13eca0 /* px_globals.cpp in API Source */= { isa = PBXBuildFile; fileRef = FFFD2c13eca07f922c13eca0 /* px_globals.cpp */; }; + FFFF2c140f807f922c140f80 /* PxsCCD.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c140f807f922c140f80 /* PxsCCD.cpp */; }; + FFFF2c140fe87f922c140fe8 /* PxsContactManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c140fe87f922c140fe8 /* PxsContactManager.cpp */; }; + FFFF2c1410507f922c141050 /* PxsContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1410507f922c141050 /* PxsContext.cpp */; }; + FFFF2c1410b87f922c1410b8 /* PxsDefaultMemoryManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1410b87f922c1410b8 /* PxsDefaultMemoryManager.cpp */; }; + FFFF2c1411207f922c141120 /* PxsIslandSim.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1411207f922c141120 /* PxsIslandSim.cpp */; }; + FFFF2c1411887f922c141188 /* PxsMaterialCombiner.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1411887f922c141188 /* PxsMaterialCombiner.cpp */; }; + FFFF2c1411f07f922c1411f0 /* PxsNphaseImplementationContext.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1411f07f922c1411f0 /* PxsNphaseImplementationContext.cpp */; }; + FFFF2c1412587f922c141258 /* PxsSimpleIslandManager.cpp in Software Source */= { isa = PBXBuildFile; fileRef = FFFD2c1412587f922c141258 /* PxsSimpleIslandManager.cpp */; }; + FFFF2b9af6007f922b9af600 /* collision/PxcContact.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af6007f922b9af600 /* collision/PxcContact.cpp */; }; + FFFF2b9af6687f922b9af668 /* pipeline/PxcContactCache.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af6687f922b9af668 /* pipeline/PxcContactCache.cpp */; }; + FFFF2b9af6d07f922b9af6d0 /* pipeline/PxcContactMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af6d07f922b9af6d0 /* pipeline/PxcContactMethodImpl.cpp */; }; + FFFF2b9af7387f922b9af738 /* pipeline/PxcMaterialHeightField.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af7387f922b9af738 /* pipeline/PxcMaterialHeightField.cpp */; }; + FFFF2b9af7a07f922b9af7a0 /* pipeline/PxcMaterialMesh.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af7a07f922b9af7a0 /* pipeline/PxcMaterialMesh.cpp */; }; + FFFF2b9af8087f922b9af808 /* pipeline/PxcMaterialMethodImpl.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af8087f922b9af808 /* pipeline/PxcMaterialMethodImpl.cpp */; }; + FFFF2b9af8707f922b9af870 /* pipeline/PxcMaterialShape.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af8707f922b9af870 /* pipeline/PxcMaterialShape.cpp */; }; + FFFF2b9af8d87f922b9af8d8 /* pipeline/PxcNpBatch.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af8d87f922b9af8d8 /* pipeline/PxcNpBatch.cpp */; }; + FFFF2b9af9407f922b9af940 /* pipeline/PxcNpCacheStreamPair.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af9407f922b9af940 /* pipeline/PxcNpCacheStreamPair.cpp */; }; + FFFF2b9af9a87f922b9af9a8 /* pipeline/PxcNpContactPrepShared.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9af9a87f922b9af9a8 /* pipeline/PxcNpContactPrepShared.cpp */; }; + FFFF2b9afa107f922b9afa10 /* pipeline/PxcNpMemBlockPool.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9afa107f922b9afa10 /* pipeline/PxcNpMemBlockPool.cpp */; }; + FFFF2b9afa787f922b9afa78 /* pipeline/PxcNpThreadContext.cpp in Common Source */= { isa = PBXBuildFile; fileRef = FFFD2b9afa787f922b9afa78 /* pipeline/PxcNpThreadContext.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd4c064007fd6d4c06400 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd4c0ef107fd6d4c0ef10 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c107207fd6d4c10720 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c107887fd6d4c10788 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c107f07fd6d4c107f0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c108587fd6d4c10858 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c108c07fd6d4c108c0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c109287fd6d4c10928 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c109907fd6d4c10990 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c109f87fd6d4c109f8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c10a607fd6d4c10a60 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c118907fd6d4c11890 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c118f87fd6d4c118f8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c119607fd6d4c11960 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c119c87fd6d4c119c8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c11a307fd6d4c11a30 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c11a987fd6d4c11a98 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c11b007fd6d4c11b00 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c11b687fd6d4c11b68 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6801a007fd6d6801a00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801a687fd6d6801a68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801ad07fd6d6801ad0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801b387fd6d6801b38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801ba07fd6d6801ba0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801c087fd6d6801c08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801c707fd6d6801c70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801cd87fd6d6801cd8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801d407fd6d6801d40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801da87fd6d6801da8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801e107fd6d6801e10 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801e787fd6d6801e78 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801ee07fd6d6801ee0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801f487fd6d6801f48 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6801fb07fd6d6801fb0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68020187fd6d6802018 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68020807fd6d6802080 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68020e87fd6d68020e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68021507fd6d6802150 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68021b87fd6d68021b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6807e007fd6d6807e00 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6807e687fd6d6807e68 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6807ed07fd6d6807ed0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6807f387fd6d6807f38 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6807fa07fd6d6807fa0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68080087fd6d6808008 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68080707fd6d6808070 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68080d87fd6d68080d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68081407fd6d6808140 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68081a87fd6d68081a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68082107fd6d6808210 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68082787fd6d6808278 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68086007fd6d6808600 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68086687fd6d6808668 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68086d07fd6d68086d0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68087387fd6d6808738 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68087a07fd6d68087a0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68088087fd6d6808808 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68088707fd6d6808870 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68088d87fd6d68088d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68089407fd6d6808940 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68089a87fd6d68089a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6808a107fd6d6808a10 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6808a787fd6d6808a78 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6808ae07fd6d6808ae0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6808b487fd6d6808b48 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6808bb07fd6d6808bb0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c12cc907f922c12cc90 /* LowLevel */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevel"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c13eca07f922c13eca0 /* px_globals.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "px_globals.cpp"; path = "../../LowLevel/API/src/px_globals.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c130b107f922c130b10 /* PxsMaterialCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCore.h"; path = "../../LowLevel/API/include/PxsMaterialCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130b787f922c130b78 /* PxsMaterialManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialManager.h"; path = "../../LowLevel/API/include/PxsMaterialManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130be07f922c130be0 /* PxvConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvConfig.h"; path = "../../LowLevel/API/include/PxvConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130c487f922c130c48 /* PxvContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvContext.h"; path = "../../LowLevel/API/include/PxvContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130cb07f922c130cb0 /* PxvDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvDynamics.h"; path = "../../LowLevel/API/include/PxvDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130d187f922c130d18 /* PxvGeometry.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGeometry.h"; path = "../../LowLevel/API/include/PxvGeometry.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130d807f922c130d80 /* PxvGlobals.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvGlobals.h"; path = "../../LowLevel/API/include/PxvGlobals.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130de87f922c130de8 /* PxvManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvManager.h"; path = "../../LowLevel/API/include/PxvManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c130e507f922c130e50 /* PxvSimStats.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvSimStats.h"; path = "../../LowLevel/API/include/PxvSimStats.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c140f807f922c140f80 /* PxsCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.cpp"; path = "../../LowLevel/software/src/PxsCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c140fe87f922c140fe8 /* PxsContactManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.cpp"; path = "../../LowLevel/software/src/PxsContactManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1410507f922c141050 /* PxsContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.cpp"; path = "../../LowLevel/software/src/PxsContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1410b87f922c1410b8 /* PxsDefaultMemoryManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.cpp"; path = "../../LowLevel/software/src/PxsDefaultMemoryManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1411207f922c141120 /* PxsIslandSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.cpp"; path = "../../LowLevel/software/src/PxsIslandSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1411887f922c141188 /* PxsMaterialCombiner.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.cpp"; path = "../../LowLevel/software/src/PxsMaterialCombiner.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1411f07f922c1411f0 /* PxsNphaseImplementationContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.cpp"; path = "../../LowLevel/software/src/PxsNphaseImplementationContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c1412587f922c141258 /* PxsSimpleIslandManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.cpp"; path = "../../LowLevel/software/src/PxsSimpleIslandManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0c007f922b9b0c00 /* PxsBodySim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsBodySim.h"; path = "../../LowLevel/software/include/PxsBodySim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0c687f922b9b0c68 /* PxsCCD.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsCCD.h"; path = "../../LowLevel/software/include/PxsCCD.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0cd07f922b9b0cd0 /* PxsContactManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManager.h"; path = "../../LowLevel/software/include/PxsContactManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0d387f922b9b0d38 /* PxsContactManagerState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContactManagerState.h"; path = "../../LowLevel/software/include/PxsContactManagerState.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0da07f922b9b0da0 /* PxsContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsContext.h"; path = "../../LowLevel/software/include/PxsContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0e087f922b9b0e08 /* PxsDefaultMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsDefaultMemoryManager.h"; path = "../../LowLevel/software/include/PxsDefaultMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0e707f922b9b0e70 /* PxsHeapMemoryAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsHeapMemoryAllocator.h"; path = "../../LowLevel/software/include/PxsHeapMemoryAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0ed87f922b9b0ed8 /* PxsIncrementalConstraintPartitioning.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIncrementalConstraintPartitioning.h"; path = "../../LowLevel/software/include/PxsIncrementalConstraintPartitioning.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0f407f922b9b0f40 /* PxsIslandManagerTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandManagerTypes.h"; path = "../../LowLevel/software/include/PxsIslandManagerTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b0fa87f922b9b0fa8 /* PxsIslandSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsIslandSim.h"; path = "../../LowLevel/software/include/PxsIslandSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b10107f922b9b1010 /* PxsKernelWrangler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsKernelWrangler.h"; path = "../../LowLevel/software/include/PxsKernelWrangler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b10787f922b9b1078 /* PxsMaterialCombiner.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMaterialCombiner.h"; path = "../../LowLevel/software/include/PxsMaterialCombiner.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b10e07f922b9b10e0 /* PxsMemoryManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsMemoryManager.h"; path = "../../LowLevel/software/include/PxsMemoryManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b11487f922b9b1148 /* PxsNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxsNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b11b07f922b9b11b0 /* PxsRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsRigidBody.h"; path = "../../LowLevel/software/include/PxsRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b12187f922b9b1218 /* PxsShapeSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsShapeSim.h"; path = "../../LowLevel/software/include/PxsShapeSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b12807f922b9b1280 /* PxsSimpleIslandManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimpleIslandManager.h"; path = "../../LowLevel/software/include/PxsSimpleIslandManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b12e87f922b9b12e8 /* PxsSimulationController.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsSimulationController.h"; path = "../../LowLevel/software/include/PxsSimulationController.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b13507f922b9b1350 /* PxsTransformCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxsTransformCache.h"; path = "../../LowLevel/software/include/PxsTransformCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b13b87f922b9b13b8 /* PxvNphaseImplementationContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxvNphaseImplementationContext.h"; path = "../../LowLevel/software/include/PxvNphaseImplementationContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af6007f922b9af600 /* collision/PxcContact.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContact.cpp"; path = "../../LowLevel/common/src/collision/PxcContact.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af6687f922b9af668 /* pipeline/PxcContactCache.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactCache.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af6d07f922b9af6d0 /* pipeline/PxcContactMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af7387f922b9af738 /* pipeline/PxcMaterialHeightField.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialHeightField.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af7a07f922b9af7a0 /* pipeline/PxcMaterialMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMesh.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af8087f922b9af808 /* pipeline/PxcMaterialMethodImpl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af8707f922b9af870 /* pipeline/PxcMaterialShape.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialShape.cpp"; path = "../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af8d87f922b9af8d8 /* pipeline/PxcNpBatch.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpBatch.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af9407f922b9af940 /* pipeline/PxcNpCacheStreamPair.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9af9a87f922b9af9a8 /* pipeline/PxcNpContactPrepShared.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9afa107f922b9afa10 /* pipeline/PxcNpMemBlockPool.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9afa787f922b9afa78 /* pipeline/PxcNpThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.cpp"; path = "../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2b9afe007f922b9afe00 /* collision/PxcContactMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "collision/PxcContactMethodImpl.h"; path = "../../LowLevel/common/include/collision/PxcContactMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9afe687f922b9afe68 /* pipeline/PxcCCDStateStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcCCDStateStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcCCDStateStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9afed07f922b9afed0 /* pipeline/PxcConstraintBlockStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcConstraintBlockStream.h"; path = "../../LowLevel/common/include/pipeline/PxcConstraintBlockStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9aff387f922b9aff38 /* pipeline/PxcContactCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcContactCache.h"; path = "../../LowLevel/common/include/pipeline/PxcContactCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9affa07f922b9affa0 /* pipeline/PxcMaterialMethodImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcMaterialMethodImpl.h"; path = "../../LowLevel/common/include/pipeline/PxcMaterialMethodImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b00087f922b9b0008 /* pipeline/PxcNpBatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpBatch.h"; path = "../../LowLevel/common/include/pipeline/PxcNpBatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b00707f922b9b0070 /* pipeline/PxcNpCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCache.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b00d87f922b9b00d8 /* pipeline/PxcNpCacheStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpCacheStreamPair.h"; path = "../../LowLevel/common/include/pipeline/PxcNpCacheStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b01407f922b9b0140 /* pipeline/PxcNpContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpContactPrepShared.h"; path = "../../LowLevel/common/include/pipeline/PxcNpContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b01a87f922b9b01a8 /* pipeline/PxcNpMemBlockPool.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpMemBlockPool.h"; path = "../../LowLevel/common/include/pipeline/PxcNpMemBlockPool.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b02107f922b9b0210 /* pipeline/PxcNpThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpThreadContext.h"; path = "../../LowLevel/common/include/pipeline/PxcNpThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b02787f922b9b0278 /* pipeline/PxcNpWorkUnit.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcNpWorkUnit.h"; path = "../../LowLevel/common/include/pipeline/PxcNpWorkUnit.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b02e07f922b9b02e0 /* pipeline/PxcRigidBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "pipeline/PxcRigidBody.h"; path = "../../LowLevel/common/include/pipeline/PxcRigidBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b03487f922b9b0348 /* utils/PxcScratchAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcScratchAllocator.h"; path = "../../LowLevel/common/include/utils/PxcScratchAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2b9b03b07f922b9b03b0 /* utils/PxcThreadCoherentCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "utils/PxcThreadCoherentCache.h"; path = "../../LowLevel/common/include/utils/PxcThreadCoherentCache.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d4c064007fd6d4c06400 /* Resources */ = { + FFF22c12cc907f922c12cc90 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2415,7 +2415,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd4c064007fd6d4c06400 /* Frameworks */ = { + FFFC2c12cc907f922c12cc90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2425,31 +2425,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d4c064007fd6d4c06400 /* Sources */ = { + FFF82c12cc907f922c12cc90 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd4c0ef107fd6d4c0ef10, - FFFFd4c118907fd6d4c11890, - FFFFd4c118f87fd6d4c118f8, - FFFFd4c119607fd6d4c11960, - FFFFd4c119c87fd6d4c119c8, - FFFFd4c11a307fd6d4c11a30, - FFFFd4c11a987fd6d4c11a98, - FFFFd4c11b007fd6d4c11b00, - FFFFd4c11b687fd6d4c11b68, - FFFFd6807e007fd6d6807e00, - FFFFd6807e687fd6d6807e68, - FFFFd6807ed07fd6d6807ed0, - FFFFd6807f387fd6d6807f38, - FFFFd6807fa07fd6d6807fa0, - FFFFd68080087fd6d6808008, - FFFFd68080707fd6d6808070, - FFFFd68080d87fd6d68080d8, - FFFFd68081407fd6d6808140, - FFFFd68081a87fd6d68081a8, - FFFFd68082107fd6d6808210, - FFFFd68082787fd6d6808278, + FFFF2c13eca07f922c13eca0, + FFFF2c140f807f922c140f80, + FFFF2c140fe87f922c140fe8, + FFFF2c1410507f922c141050, + FFFF2c1410b87f922c1410b8, + FFFF2c1411207f922c141120, + FFFF2c1411887f922c141188, + FFFF2c1411f07f922c1411f0, + FFFF2c1412587f922c141258, + FFFF2b9af6007f922b9af600, + FFFF2b9af6687f922b9af668, + FFFF2b9af6d07f922b9af6d0, + FFFF2b9af7387f922b9af738, + FFFF2b9af7a07f922b9af7a0, + FFFF2b9af8087f922b9af808, + FFFF2b9af8707f922b9af870, + FFFF2b9af8d87f922b9af8d8, + FFFF2b9af9407f922b9af940, + FFFF2b9af9a87f922b9af9a8, + FFFF2b9afa107f922b9afa10, + FFFF2b9afa787f922b9afa78, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2461,38 +2461,38 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelAABB */ - FFFFd601a6707fd6d601a670 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a6707fd6d601a670 /* BpBroadPhase.cpp */; }; - FFFFd601a6d87fd6d601a6d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a6d87fd6d601a6d8 /* BpBroadPhaseMBP.cpp */; }; - FFFFd601a7407fd6d601a740 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a7407fd6d601a740 /* BpBroadPhaseSap.cpp */; }; - FFFFd601a7a87fd6d601a7a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a7a87fd6d601a7a8 /* BpBroadPhaseSapAux.cpp */; }; - FFFFd601a8107fd6d601a810 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a8107fd6d601a810 /* BpMBPTasks.cpp */; }; - FFFFd601a8787fd6d601a878 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a8787fd6d601a878 /* BpSAPTasks.cpp */; }; - FFFFd601a8e07fd6d601a8e0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd601a8e07fd6d601a8e0 /* BpSimpleAABBManager.cpp */; }; + FFFF2d0268707f922d026870 /* BpBroadPhase.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0268707f922d026870 /* BpBroadPhase.cpp */; }; + FFFF2d0268d87f922d0268d8 /* BpBroadPhaseMBP.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0268d87f922d0268d8 /* BpBroadPhaseMBP.cpp */; }; + FFFF2d0269407f922d026940 /* BpBroadPhaseSap.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0269407f922d026940 /* BpBroadPhaseSap.cpp */; }; + FFFF2d0269a87f922d0269a8 /* BpBroadPhaseSapAux.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0269a87f922d0269a8 /* BpBroadPhaseSapAux.cpp */; }; + FFFF2d026a107f922d026a10 /* BpMBPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d026a107f922d026a10 /* BpMBPTasks.cpp */; }; + FFFF2d026a787f922d026a78 /* BpSAPTasks.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d026a787f922d026a78 /* BpSAPTasks.cpp */; }; + FFFF2d026ae07f922d026ae0 /* BpSimpleAABBManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d026ae07f922d026ae0 /* BpSimpleAABBManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd4b4b8507fd6d4b4b850 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4b4b8b87fd6d4b4b8b8 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4b4b9207fd6d4b4b920 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4b4b9887fd6d4b4b988 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a4007fd6d601a400 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a4687fd6d601a468 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a4d07fd6d601a4d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a5387fd6d601a538 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a5a07fd6d601a5a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a6087fd6d601a608 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601a6707fd6d601a670 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a6d87fd6d601a6d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a7407fd6d601a740 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a7a87fd6d601a7a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a8107fd6d601a810 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a8787fd6d601a878 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd601a8e07fd6d601a8e0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c60e6807f922c60e680 /* LowLevelAABB */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelAABB"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c610dc07f922c610dc0 /* BpAABBManagerTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpAABBManagerTasks.h"; path = "../../LowLevelAABB/include/BpAABBManagerTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c610e287f922c610e28 /* BpBroadPhase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.h"; path = "../../LowLevelAABB/include/BpBroadPhase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c610e907f922c610e90 /* BpBroadPhaseUpdate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseUpdate.h"; path = "../../LowLevelAABB/include/BpBroadPhaseUpdate.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c610ef87f922c610ef8 /* BpSimpleAABBManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.h"; path = "../../LowLevelAABB/include/BpSimpleAABBManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0266007f922d026600 /* BpBroadPhaseMBP.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0266687f922d026668 /* BpBroadPhaseMBPCommon.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBPCommon.h"; path = "../../LowLevelAABB/src/BpBroadPhaseMBPCommon.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0266d07f922d0266d0 /* BpBroadPhaseSap.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0267387f922d026738 /* BpBroadPhaseSapAux.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.h"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0267a07f922d0267a0 /* BpMBPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.h"; path = "../../LowLevelAABB/src/BpMBPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0268087f922d026808 /* BpSAPTasks.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.h"; path = "../../LowLevelAABB/src/BpSAPTasks.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0268707f922d026870 /* BpBroadPhase.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhase.cpp"; path = "../../LowLevelAABB/src/BpBroadPhase.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0268d87f922d0268d8 /* BpBroadPhaseMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseMBP.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0269407f922d026940 /* BpBroadPhaseSap.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSap.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSap.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0269a87f922d0269a8 /* BpBroadPhaseSapAux.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpBroadPhaseSapAux.cpp"; path = "../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d026a107f922d026a10 /* BpMBPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpMBPTasks.cpp"; path = "../../LowLevelAABB/src/BpMBPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d026a787f922d026a78 /* BpSAPTasks.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSAPTasks.cpp"; path = "../../LowLevelAABB/src/BpSAPTasks.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d026ae07f922d026ae0 /* BpSimpleAABBManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "BpSimpleAABBManager.cpp"; path = "../../LowLevelAABB/src/BpSimpleAABBManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d4b4a6a07fd6d4b4a6a0 /* Resources */ = { + FFF22c60e6807f922c60e680 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2502,7 +2502,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd4b4a6a07fd6d4b4a6a0 /* Frameworks */ = { + FFFC2c60e6807f922c60e680 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2512,17 +2512,17 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d4b4a6a07fd6d4b4a6a0 /* Sources */ = { + FFF82c60e6807f922c60e680 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd601a6707fd6d601a670, - FFFFd601a6d87fd6d601a6d8, - FFFFd601a7407fd6d601a740, - FFFFd601a7a87fd6d601a7a8, - FFFFd601a8107fd6d601a810, - FFFFd601a8787fd6d601a878, - FFFFd601a8e07fd6d601a8e0, + FFFF2d0268707f922d026870, + FFFF2d0268d87f922d0268d8, + FFFF2d0269407f922d026940, + FFFF2d0269a87f922d0269a8, + FFFF2d026a107f922d026a10, + FFFF2d026a787f922d026a78, + FFFF2d026ae07f922d026ae0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2534,106 +2534,105 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelDynamics */ - FFFFd68122007fd6d6812200 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68122007fd6d6812200 /* DyArticulation.cpp */; }; - FFFFd68122687fd6d6812268 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68122687fd6d6812268 /* DyArticulationContactPrep.cpp */; }; - FFFFd68122d07fd6d68122d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68122d07fd6d68122d0 /* DyArticulationContactPrepPF.cpp */; }; - FFFFd68123387fd6d6812338 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68123387fd6d6812338 /* DyArticulationHelper.cpp */; }; - FFFFd68123a07fd6d68123a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68123a07fd6d68123a0 /* DyArticulationSIMD.cpp */; }; - FFFFd68124087fd6d6812408 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68124087fd6d6812408 /* DyArticulationScalar.cpp */; }; - FFFFd68124707fd6d6812470 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68124707fd6d6812470 /* DyConstraintPartition.cpp */; }; - FFFFd68124d87fd6d68124d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68124d87fd6d68124d8 /* DyConstraintSetup.cpp */; }; - FFFFd68125407fd6d6812540 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68125407fd6d6812540 /* DyConstraintSetupBlock.cpp */; }; - FFFFd68125a87fd6d68125a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68125a87fd6d68125a8 /* DyContactPrep.cpp */; }; - FFFFd68126107fd6d6812610 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68126107fd6d6812610 /* DyContactPrep4.cpp */; }; - FFFFd68126787fd6d6812678 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68126787fd6d6812678 /* DyContactPrep4PF.cpp */; }; - FFFFd68126e07fd6d68126e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68126e07fd6d68126e0 /* DyContactPrepPF.cpp */; }; - FFFFd68127487fd6d6812748 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68127487fd6d6812748 /* DyDynamics.cpp */; }; - FFFFd68127b07fd6d68127b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68127b07fd6d68127b0 /* DyFrictionCorrelation.cpp */; }; - FFFFd68128187fd6d6812818 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68128187fd6d6812818 /* DyRigidBodyToSolverBody.cpp */; }; - FFFFd68128807fd6d6812880 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68128807fd6d6812880 /* DySolverConstraints.cpp */; }; - FFFFd68128e87fd6d68128e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68128e87fd6d68128e8 /* DySolverConstraintsBlock.cpp */; }; - FFFFd68129507fd6d6812950 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68129507fd6d6812950 /* DySolverControl.cpp */; }; - FFFFd68129b87fd6d68129b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd68129b87fd6d68129b8 /* DySolverControlPF.cpp */; }; - FFFFd6812a207fd6d6812a20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd6812a207fd6d6812a20 /* DySolverPFConstraints.cpp */; }; - FFFFd6812a887fd6d6812a88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd6812a887fd6d6812a88 /* DySolverPFConstraintsBlock.cpp */; }; - FFFFd6812af07fd6d6812af0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd6812af07fd6d6812af0 /* DyThreadContext.cpp */; }; - FFFFd6812b587fd6d6812b58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFDd6812b587fd6d6812b58 /* DyThresholdTable.cpp */; }; + FFFF2c8272007f922c827200 /* DyArticulation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8272007f922c827200 /* DyArticulation.cpp */; }; + FFFF2c8272687f922c827268 /* DyArticulationContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8272687f922c827268 /* DyArticulationContactPrep.cpp */; }; + FFFF2c8272d07f922c8272d0 /* DyArticulationContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8272d07f922c8272d0 /* DyArticulationContactPrepPF.cpp */; }; + FFFF2c8273387f922c827338 /* DyArticulationHelper.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8273387f922c827338 /* DyArticulationHelper.cpp */; }; + FFFF2c8273a07f922c8273a0 /* DyArticulationSIMD.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8273a07f922c8273a0 /* DyArticulationSIMD.cpp */; }; + FFFF2c8274087f922c827408 /* DyArticulationScalar.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8274087f922c827408 /* DyArticulationScalar.cpp */; }; + FFFF2c8274707f922c827470 /* DyConstraintPartition.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8274707f922c827470 /* DyConstraintPartition.cpp */; }; + FFFF2c8274d87f922c8274d8 /* DyConstraintSetup.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8274d87f922c8274d8 /* DyConstraintSetup.cpp */; }; + FFFF2c8275407f922c827540 /* DyConstraintSetupBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8275407f922c827540 /* DyConstraintSetupBlock.cpp */; }; + FFFF2c8275a87f922c8275a8 /* DyContactPrep.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8275a87f922c8275a8 /* DyContactPrep.cpp */; }; + FFFF2c8276107f922c827610 /* DyContactPrep4.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8276107f922c827610 /* DyContactPrep4.cpp */; }; + FFFF2c8276787f922c827678 /* DyContactPrep4PF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8276787f922c827678 /* DyContactPrep4PF.cpp */; }; + FFFF2c8276e07f922c8276e0 /* DyContactPrepPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8276e07f922c8276e0 /* DyContactPrepPF.cpp */; }; + FFFF2c8277487f922c827748 /* DyDynamics.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8277487f922c827748 /* DyDynamics.cpp */; }; + FFFF2c8277b07f922c8277b0 /* DyFrictionCorrelation.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8277b07f922c8277b0 /* DyFrictionCorrelation.cpp */; }; + FFFF2c8278187f922c827818 /* DyRigidBodyToSolverBody.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8278187f922c827818 /* DyRigidBodyToSolverBody.cpp */; }; + FFFF2c8278807f922c827880 /* DySolverConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8278807f922c827880 /* DySolverConstraints.cpp */; }; + FFFF2c8278e87f922c8278e8 /* DySolverConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8278e87f922c8278e8 /* DySolverConstraintsBlock.cpp */; }; + FFFF2c8279507f922c827950 /* DySolverControl.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8279507f922c827950 /* DySolverControl.cpp */; }; + FFFF2c8279b87f922c8279b8 /* DySolverControlPF.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c8279b87f922c8279b8 /* DySolverControlPF.cpp */; }; + FFFF2c827a207f922c827a20 /* DySolverPFConstraints.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c827a207f922c827a20 /* DySolverPFConstraints.cpp */; }; + FFFF2c827a887f922c827a88 /* DySolverPFConstraintsBlock.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c827a887f922c827a88 /* DySolverPFConstraintsBlock.cpp */; }; + FFFF2c827af07f922c827af0 /* DyThreadContext.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c827af07f922c827af0 /* DyThreadContext.cpp */; }; + FFFF2c827b587f922c827b58 /* DyThresholdTable.cpp in Dynamics Source */= { isa = PBXBuildFile; fileRef = FFFD2c827b587f922c827b58 /* DyThresholdTable.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd4c291507fd6d4c29150 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd68122007fd6d6812200 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68122687fd6d6812268 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68122d07fd6d68122d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68123387fd6d6812338 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68123a07fd6d68123a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68124087fd6d6812408 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68124707fd6d6812470 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68124d87fd6d68124d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68125407fd6d6812540 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68125a87fd6d68125a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68126107fd6d6812610 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68126787fd6d6812678 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68126e07fd6d68126e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68127487fd6d6812748 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68127b07fd6d68127b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68128187fd6d6812818 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68128807fd6d6812880 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68128e87fd6d68128e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68129507fd6d6812950 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd68129b87fd6d68129b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6812a207fd6d6812a20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6812a887fd6d6812a88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6812af07fd6d6812af0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd6812b587fd6d6812b58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd4c246c07fd6d4c246c0 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c247287fd6d4c24728 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c247907fd6d4c24790 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c247f87fd6d4c247f8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c248607fd6d4c24860 /* DyGpuAPI.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyGpuAPI.h"; path = "../../LowLevelDynamics/include/DyGpuAPI.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c248c87fd6d4c248c8 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4c249307fd6d4c24930 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68134007fd6d6813400 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68134687fd6d6813468 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68134d07fd6d68134d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68135387fd6d6813538 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68135a07fd6d68135a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68136087fd6d6813608 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68136707fd6d6813670 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68136d87fd6d68136d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68137407fd6d6813740 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68137a87fd6d68137a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68138107fd6d6813810 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68138787fd6d6813878 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68138e07fd6d68138e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68139487fd6d6813948 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68139b07fd6d68139b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813a187fd6d6813a18 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813a807fd6d6813a80 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813ae87fd6d6813ae8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813b507fd6d6813b50 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813bb87fd6d6813bb8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813c207fd6d6813c20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813c887fd6d6813c88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813cf07fd6d6813cf0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813d587fd6d6813d58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813dc07fd6d6813dc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813e287fd6d6813e28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813e907fd6d6813e90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813ef87fd6d6813ef8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813f607fd6d6813f60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6813fc87fd6d6813fc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68140307fd6d6814030 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68140987fd6d6814098 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68141007fd6d6814100 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68141687fd6d6814168 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68141d07fd6d68141d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68142387fd6d6814238 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; - FFFDd68142a07fd6d68142a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c0b4e307f922c0b4e30 /* LowLevelDynamics */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelDynamics"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8272007f922c827200 /* DyArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.cpp"; path = "../../LowLevelDynamics/src/DyArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8272687f922c827268 /* DyArticulationContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8272d07f922c8272d0 /* DyArticulationContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8273387f922c827338 /* DyArticulationHelper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.cpp"; path = "../../LowLevelDynamics/src/DyArticulationHelper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8273a07f922c8273a0 /* DyArticulationSIMD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationSIMD.cpp"; path = "../../LowLevelDynamics/src/DyArticulationSIMD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8274087f922c827408 /* DyArticulationScalar.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.cpp"; path = "../../LowLevelDynamics/src/DyArticulationScalar.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8274707f922c827470 /* DyConstraintPartition.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.cpp"; path = "../../LowLevelDynamics/src/DyConstraintPartition.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8274d87f922c8274d8 /* DyConstraintSetup.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetup.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetup.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8275407f922c827540 /* DyConstraintSetupBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintSetupBlock.cpp"; path = "../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8275a87f922c8275a8 /* DyContactPrep.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8276107f922c827610 /* DyContactPrep4.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8276787f922c827678 /* DyContactPrep4PF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep4PF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrep4PF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8276e07f922c8276e0 /* DyContactPrepPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepPF.cpp"; path = "../../LowLevelDynamics/src/DyContactPrepPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8277487f922c827748 /* DyDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.cpp"; path = "../../LowLevelDynamics/src/DyDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8277b07f922c8277b0 /* DyFrictionCorrelation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionCorrelation.cpp"; path = "../../LowLevelDynamics/src/DyFrictionCorrelation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8278187f922c827818 /* DyRigidBodyToSolverBody.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyRigidBodyToSolverBody.cpp"; path = "../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8278807f922c827880 /* DySolverConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8278e87f922c8278e8 /* DySolverConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8279507f922c827950 /* DySolverControl.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.cpp"; path = "../../LowLevelDynamics/src/DySolverControl.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8279b87f922c8279b8 /* DySolverControlPF.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.cpp"; path = "../../LowLevelDynamics/src/DySolverControlPF.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c827a207f922c827a20 /* DySolverPFConstraints.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraints.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraints.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c827a887f922c827a88 /* DySolverPFConstraintsBlock.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverPFConstraintsBlock.cpp"; path = "../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c827af07f922c827af0 /* DyThreadContext.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.cpp"; path = "../../LowLevelDynamics/src/DyThreadContext.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c827b587f922c827b58 /* DyThresholdTable.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.cpp"; path = "../../LowLevelDynamics/src/DyThresholdTable.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c05ae907f922c05ae90 /* DyArticulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulation.h"; path = "../../LowLevelDynamics/include/DyArticulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c05aef87f922c05aef8 /* DyConstraint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraint.h"; path = "../../LowLevelDynamics/include/DyConstraint.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c05af607f922c05af60 /* DyConstraintWriteBack.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintWriteBack.h"; path = "../../LowLevelDynamics/include/DyConstraintWriteBack.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c05afc87f922c05afc8 /* DyContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContext.h"; path = "../../LowLevelDynamics/include/DyContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c05b0307f922c05b030 /* DySleepingConfigulation.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySleepingConfigulation.h"; path = "../../LowLevelDynamics/include/DySleepingConfigulation.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c05b0987f922c05b098 /* DyThresholdTable.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThresholdTable.h"; path = "../../LowLevelDynamics/include/DyThresholdTable.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8284007f922c828400 /* DyArticulationContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationContactPrep.h"; path = "../../LowLevelDynamics/src/DyArticulationContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8284687f922c828468 /* DyArticulationFnsDebug.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsDebug.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsDebug.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8284d07f922c8284d0 /* DyArticulationFnsScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8285387f922c828538 /* DyArticulationFnsSimd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationFnsSimd.h"; path = "../../LowLevelDynamics/src/DyArticulationFnsSimd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8285a07f922c8285a0 /* DyArticulationHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationHelper.h"; path = "../../LowLevelDynamics/src/DyArticulationHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8286087f922c828608 /* DyArticulationPImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationPImpl.h"; path = "../../LowLevelDynamics/src/DyArticulationPImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8286707f922c828670 /* DyArticulationReference.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationReference.h"; path = "../../LowLevelDynamics/src/DyArticulationReference.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8286d87f922c8286d8 /* DyArticulationScalar.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationScalar.h"; path = "../../LowLevelDynamics/src/DyArticulationScalar.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8287407f922c828740 /* DyArticulationUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyArticulationUtils.h"; path = "../../LowLevelDynamics/src/DyArticulationUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8287a87f922c8287a8 /* DyBodyCoreIntegrator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyBodyCoreIntegrator.h"; path = "../../LowLevelDynamics/src/DyBodyCoreIntegrator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8288107f922c828810 /* DyConstraintPartition.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPartition.h"; path = "../../LowLevelDynamics/src/DyConstraintPartition.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8288787f922c828878 /* DyConstraintPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyConstraintPrep.h"; path = "../../LowLevelDynamics/src/DyConstraintPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8288e07f922c8288e0 /* DyContactPrep.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrep.h"; path = "../../LowLevelDynamics/src/DyContactPrep.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8289487f922c828948 /* DyContactPrepShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactPrepShared.h"; path = "../../LowLevelDynamics/src/DyContactPrepShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8289b07f922c8289b0 /* DyContactReduction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyContactReduction.h"; path = "../../LowLevelDynamics/src/DyContactReduction.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828a187f922c828a18 /* DyCorrelationBuffer.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyCorrelationBuffer.h"; path = "../../LowLevelDynamics/src/DyCorrelationBuffer.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828a807f922c828a80 /* DyDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyDynamics.h"; path = "../../LowLevelDynamics/src/DyDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828ae87f922c828ae8 /* DyFrictionPatch.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatch.h"; path = "../../LowLevelDynamics/src/DyFrictionPatch.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828b507f922c828b50 /* DyFrictionPatchStreamPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyFrictionPatchStreamPair.h"; path = "../../LowLevelDynamics/src/DyFrictionPatchStreamPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828bb87f922c828bb8 /* DySolverBody.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverBody.h"; path = "../../LowLevelDynamics/src/DySolverBody.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828c207f922c828c20 /* DySolverConstraint1D.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828c887f922c828c88 /* DySolverConstraint1D4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraint1D4.h"; path = "../../LowLevelDynamics/src/DySolverConstraint1D4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828cf07f922c828cf0 /* DySolverConstraintDesc.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintDesc.h"; path = "../../LowLevelDynamics/src/DySolverConstraintDesc.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828d587f922c828d58 /* DySolverConstraintExtShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintExtShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintExtShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828dc07f922c828dc0 /* DySolverConstraintTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintTypes.h"; path = "../../LowLevelDynamics/src/DySolverConstraintTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828e287f922c828e28 /* DySolverConstraintsShared.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverConstraintsShared.h"; path = "../../LowLevelDynamics/src/DySolverConstraintsShared.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828e907f922c828e90 /* DySolverContact.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact.h"; path = "../../LowLevelDynamics/src/DySolverContact.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828ef87f922c828ef8 /* DySolverContact4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContact4.h"; path = "../../LowLevelDynamics/src/DySolverContact4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828f607f922c828f60 /* DySolverContactPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF.h"; path = "../../LowLevelDynamics/src/DySolverContactPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c828fc87f922c828fc8 /* DySolverContactPF4.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContactPF4.h"; path = "../../LowLevelDynamics/src/DySolverContactPF4.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8290307f922c829030 /* DySolverContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverContext.h"; path = "../../LowLevelDynamics/src/DySolverContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8290987f922c829098 /* DySolverControl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControl.h"; path = "../../LowLevelDynamics/src/DySolverControl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8291007f922c829100 /* DySolverControlPF.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverControlPF.h"; path = "../../LowLevelDynamics/src/DySolverControlPF.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8291687f922c829168 /* DySolverCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverCore.h"; path = "../../LowLevelDynamics/src/DySolverCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8291d07f922c8291d0 /* DySolverExt.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySolverExt.h"; path = "../../LowLevelDynamics/src/DySolverExt.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8292387f922c829238 /* DySpatial.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DySpatial.h"; path = "../../LowLevelDynamics/src/DySpatial.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8292a07f922c8292a0 /* DyThreadContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "DyThreadContext.h"; path = "../../LowLevelDynamics/src/DyThreadContext.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d4c291507fd6d4c29150 /* Resources */ = { + FFF22c0b4e307f922c0b4e30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2643,7 +2642,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd4c291507fd6d4c29150 /* Frameworks */ = { + FFFC2c0b4e307f922c0b4e30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2653,34 +2652,34 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d4c291507fd6d4c29150 /* Sources */ = { + FFF82c0b4e307f922c0b4e30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd68122007fd6d6812200, - FFFFd68122687fd6d6812268, - FFFFd68122d07fd6d68122d0, - FFFFd68123387fd6d6812338, - FFFFd68123a07fd6d68123a0, - FFFFd68124087fd6d6812408, - FFFFd68124707fd6d6812470, - FFFFd68124d87fd6d68124d8, - FFFFd68125407fd6d6812540, - FFFFd68125a87fd6d68125a8, - FFFFd68126107fd6d6812610, - FFFFd68126787fd6d6812678, - FFFFd68126e07fd6d68126e0, - FFFFd68127487fd6d6812748, - FFFFd68127b07fd6d68127b0, - FFFFd68128187fd6d6812818, - FFFFd68128807fd6d6812880, - FFFFd68128e87fd6d68128e8, - FFFFd68129507fd6d6812950, - FFFFd68129b87fd6d68129b8, - FFFFd6812a207fd6d6812a20, - FFFFd6812a887fd6d6812a88, - FFFFd6812af07fd6d6812af0, - FFFFd6812b587fd6d6812b58, + FFFF2c8272007f922c827200, + FFFF2c8272687f922c827268, + FFFF2c8272d07f922c8272d0, + FFFF2c8273387f922c827338, + FFFF2c8273a07f922c8273a0, + FFFF2c8274087f922c827408, + FFFF2c8274707f922c827470, + FFFF2c8274d87f922c8274d8, + FFFF2c8275407f922c827540, + FFFF2c8275a87f922c8275a8, + FFFF2c8276107f922c827610, + FFFF2c8276787f922c827678, + FFFF2c8276e07f922c8276e0, + FFFF2c8277487f922c827748, + FFFF2c8277b07f922c8277b0, + FFFF2c8278187f922c827818, + FFFF2c8278807f922c827880, + FFFF2c8278e87f922c8278e8, + FFFF2c8279507f922c827950, + FFFF2c8279b87f922c8279b8, + FFFF2c827a207f922c827a20, + FFFF2c827a887f922c827a88, + FFFF2c827af07f922c827af0, + FFFF2c827b587f922c827b58, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2692,73 +2691,73 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelCloth */ - FFFFd408ee907fd6d408ee90 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408ee907fd6d408ee90 /* Allocator.cpp */; }; - FFFFd408eef87fd6d408eef8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408eef87fd6d408eef8 /* Factory.cpp */; }; - FFFFd408ef607fd6d408ef60 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408ef607fd6d408ef60 /* PhaseConfig.cpp */; }; - FFFFd408efc87fd6d408efc8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408efc87fd6d408efc8 /* SwCloth.cpp */; }; - FFFFd408f0307fd6d408f030 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f0307fd6d408f030 /* SwClothData.cpp */; }; - FFFFd408f0987fd6d408f098 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f0987fd6d408f098 /* SwCollision.cpp */; }; - FFFFd408f1007fd6d408f100 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f1007fd6d408f100 /* SwFabric.cpp */; }; - FFFFd408f1687fd6d408f168 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f1687fd6d408f168 /* SwFactory.cpp */; }; - FFFFd408f1d07fd6d408f1d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f1d07fd6d408f1d0 /* SwInterCollision.cpp */; }; - FFFFd408f2387fd6d408f238 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f2387fd6d408f238 /* SwSelfCollision.cpp */; }; - FFFFd408f2a07fd6d408f2a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f2a07fd6d408f2a0 /* SwSolver.cpp */; }; - FFFFd408f3087fd6d408f308 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f3087fd6d408f308 /* SwSolverKernel.cpp */; }; - FFFFd408f3707fd6d408f370 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd408f3707fd6d408f370 /* TripletScheduler.cpp */; }; + FFFF2d0310907f922d031090 /* Allocator.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0310907f922d031090 /* Allocator.cpp */; }; + FFFF2d0310f87f922d0310f8 /* Factory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0310f87f922d0310f8 /* Factory.cpp */; }; + FFFF2d0311607f922d031160 /* PhaseConfig.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0311607f922d031160 /* PhaseConfig.cpp */; }; + FFFF2d0311c87f922d0311c8 /* SwCloth.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0311c87f922d0311c8 /* SwCloth.cpp */; }; + FFFF2d0312307f922d031230 /* SwClothData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0312307f922d031230 /* SwClothData.cpp */; }; + FFFF2d0312987f922d031298 /* SwCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0312987f922d031298 /* SwCollision.cpp */; }; + FFFF2d0313007f922d031300 /* SwFabric.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0313007f922d031300 /* SwFabric.cpp */; }; + FFFF2d0313687f922d031368 /* SwFactory.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0313687f922d031368 /* SwFactory.cpp */; }; + FFFF2d0313d07f922d0313d0 /* SwInterCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0313d07f922d0313d0 /* SwInterCollision.cpp */; }; + FFFF2d0314387f922d031438 /* SwSelfCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0314387f922d031438 /* SwSelfCollision.cpp */; }; + FFFF2d0314a07f922d0314a0 /* SwSolver.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0314a07f922d0314a0 /* SwSolver.cpp */; }; + FFFF2d0315087f922d031508 /* SwSolverKernel.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0315087f922d031508 /* SwSolverKernel.cpp */; }; + FFFF2d0315707f922d031570 /* TripletScheduler.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d0315707f922d031570 /* TripletScheduler.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78732807fd6d7873280 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd48cba207fd6d48cba20 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cba887fd6d48cba88 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cbaf07fd6d48cbaf0 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cbb587fd6d48cbb58 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cbbc07fd6d48cbbc0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cbc287fd6d48cbc28 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; - FFFDd48cbc907fd6d48cbc90 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e4007fd6d408e400 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e4687fd6d408e468 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e4d07fd6d408e4d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e5387fd6d408e538 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e5a07fd6d408e5a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e6087fd6d408e608 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e6707fd6d408e670 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e6d87fd6d408e6d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e7407fd6d408e740 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e7a87fd6d408e7a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e8107fd6d408e810 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e8787fd6d408e878 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e8e07fd6d408e8e0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e9487fd6d408e948 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408e9b07fd6d408e9b0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ea187fd6d408ea18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ea807fd6d408ea80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408eae87fd6d408eae8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408eb507fd6d408eb50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ebb87fd6d408ebb8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ec207fd6d408ec20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ec887fd6d408ec88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ecf07fd6d408ecf0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ed587fd6d408ed58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408edc07fd6d408edc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ee287fd6d408ee28 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; - FFFDd408ee907fd6d408ee90 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408eef87fd6d408eef8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408ef607fd6d408ef60 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408efc87fd6d408efc8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f0307fd6d408f030 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f0987fd6d408f098 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f1007fd6d408f100 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f1687fd6d408f168 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f1d07fd6d408f1d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f2387fd6d408f238 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f2a07fd6d408f2a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f3087fd6d408f308 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd408f3707fd6d408f370 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c62b3607f922c62b360 /* LowLevelCloth */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c6017507f922c601750 /* Cloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Cloth.h"; path = "../../LowLevelCloth/include/Cloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6017b87f922c6017b8 /* Fabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Fabric.h"; path = "../../LowLevelCloth/include/Fabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6018207f922c601820 /* Factory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.h"; path = "../../LowLevelCloth/include/Factory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6018887f922c601888 /* PhaseConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.h"; path = "../../LowLevelCloth/include/PhaseConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6018f07f922c6018f0 /* Range.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Range.h"; path = "../../LowLevelCloth/include/Range.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6019587f922c601958 /* Solver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Solver.h"; path = "../../LowLevelCloth/include/Solver.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6019c07f922c6019c0 /* Types.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Types.h"; path = "../../LowLevelCloth/include/Types.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0306007f922d030600 /* Allocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.h"; path = "../../LowLevelCloth/src/Allocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0306687f922d030668 /* Array.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Array.h"; path = "../../LowLevelCloth/src/Array.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0306d07f922d0306d0 /* BoundingBox.h */= { isa = PBXFileReference; fileEncoding = 4; name = "BoundingBox.h"; path = "../../LowLevelCloth/src/BoundingBox.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0307387f922d030738 /* ClothBase.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothBase.h"; path = "../../LowLevelCloth/src/ClothBase.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0307a07f922d0307a0 /* ClothImpl.h */= { isa = PBXFileReference; fileEncoding = 4; name = "ClothImpl.h"; path = "../../LowLevelCloth/src/ClothImpl.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0308087f922d030808 /* IndexPair.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IndexPair.h"; path = "../../LowLevelCloth/src/IndexPair.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0308707f922d030870 /* IterationState.h */= { isa = PBXFileReference; fileEncoding = 4; name = "IterationState.h"; path = "../../LowLevelCloth/src/IterationState.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0308d87f922d0308d8 /* MovingAverage.h */= { isa = PBXFileReference; fileEncoding = 4; name = "MovingAverage.h"; path = "../../LowLevelCloth/src/MovingAverage.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0309407f922d030940 /* PointInterpolator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PointInterpolator.h"; path = "../../LowLevelCloth/src/PointInterpolator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0309a87f922d0309a8 /* Simd.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd.h"; path = "../../LowLevelCloth/src/Simd.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030a107f922d030a10 /* Simd4f.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4f.h"; path = "../../LowLevelCloth/src/Simd4f.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030a787f922d030a78 /* Simd4i.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Simd4i.h"; path = "../../LowLevelCloth/src/Simd4i.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030ae07f922d030ae0 /* SimdTypes.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SimdTypes.h"; path = "../../LowLevelCloth/src/SimdTypes.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030b487f922d030b48 /* StackAllocator.h */= { isa = PBXFileReference; fileEncoding = 4; name = "StackAllocator.h"; path = "../../LowLevelCloth/src/StackAllocator.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030bb07f922d030bb0 /* SwCloth.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.h"; path = "../../LowLevelCloth/src/SwCloth.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030c187f922d030c18 /* SwClothData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.h"; path = "../../LowLevelCloth/src/SwClothData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030c807f922d030c80 /* SwCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.h"; path = "../../LowLevelCloth/src/SwCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030ce87f922d030ce8 /* SwCollisionHelpers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollisionHelpers.h"; path = "../../LowLevelCloth/src/SwCollisionHelpers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030d507f922d030d50 /* SwFabric.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.h"; path = "../../LowLevelCloth/src/SwFabric.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030db87f922d030db8 /* SwFactory.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.h"; path = "../../LowLevelCloth/src/SwFactory.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030e207f922d030e20 /* SwInterCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.h"; path = "../../LowLevelCloth/src/SwInterCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030e887f922d030e88 /* SwSelfCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.h"; path = "../../LowLevelCloth/src/SwSelfCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030ef07f922d030ef0 /* SwSolver.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.h"; path = "../../LowLevelCloth/src/SwSolver.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030f587f922d030f58 /* SwSolverKernel.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.h"; path = "../../LowLevelCloth/src/SwSolverKernel.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d030fc07f922d030fc0 /* TripletScheduler.h */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.h"; path = "../../LowLevelCloth/src/TripletScheduler.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0310287f922d031028 /* Vec4T.h */= { isa = PBXFileReference; fileEncoding = 4; name = "Vec4T.h"; path = "../../LowLevelCloth/src/Vec4T.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d0310907f922d031090 /* Allocator.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Allocator.cpp"; path = "../../LowLevelCloth/src/Allocator.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0310f87f922d0310f8 /* Factory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "Factory.cpp"; path = "../../LowLevelCloth/src/Factory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0311607f922d031160 /* PhaseConfig.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PhaseConfig.cpp"; path = "../../LowLevelCloth/src/PhaseConfig.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0311c87f922d0311c8 /* SwCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCloth.cpp"; path = "../../LowLevelCloth/src/SwCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0312307f922d031230 /* SwClothData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwClothData.cpp"; path = "../../LowLevelCloth/src/SwClothData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0312987f922d031298 /* SwCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwCollision.cpp"; path = "../../LowLevelCloth/src/SwCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0313007f922d031300 /* SwFabric.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFabric.cpp"; path = "../../LowLevelCloth/src/SwFabric.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0313687f922d031368 /* SwFactory.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwFactory.cpp"; path = "../../LowLevelCloth/src/SwFactory.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0313d07f922d0313d0 /* SwInterCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwInterCollision.cpp"; path = "../../LowLevelCloth/src/SwInterCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0314387f922d031438 /* SwSelfCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSelfCollision.cpp"; path = "../../LowLevelCloth/src/SwSelfCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0314a07f922d0314a0 /* SwSolver.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolver.cpp"; path = "../../LowLevelCloth/src/SwSolver.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0315087f922d031508 /* SwSolverKernel.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SwSolverKernel.cpp"; path = "../../LowLevelCloth/src/SwSolverKernel.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d0315707f922d031570 /* TripletScheduler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "TripletScheduler.cpp"; path = "../../LowLevelCloth/src/TripletScheduler.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78732807fd6d7873280 /* Resources */ = { + FFF22c62b3607f922c62b360 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2768,7 +2767,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78732807fd6d7873280 /* Frameworks */ = { + FFFC2c62b3607f922c62b360 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2778,23 +2777,23 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78732807fd6d7873280 /* Sources */ = { + FFF82c62b3607f922c62b360 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd408ee907fd6d408ee90, - FFFFd408eef87fd6d408eef8, - FFFFd408ef607fd6d408ef60, - FFFFd408efc87fd6d408efc8, - FFFFd408f0307fd6d408f030, - FFFFd408f0987fd6d408f098, - FFFFd408f1007fd6d408f100, - FFFFd408f1687fd6d408f168, - FFFFd408f1d07fd6d408f1d0, - FFFFd408f2387fd6d408f238, - FFFFd408f2a07fd6d408f2a0, - FFFFd408f3087fd6d408f308, - FFFFd408f3707fd6d408f370, + FFFF2d0310907f922d031090, + FFFF2d0310f87f922d0310f8, + FFFF2d0311607f922d031160, + FFFF2d0311c87f922d0311c8, + FFFF2d0312307f922d031230, + FFFF2d0312987f922d031298, + FFFF2d0313007f922d031300, + FFFF2d0313687f922d031368, + FFFF2d0313d07f922d0313d0, + FFFF2d0314387f922d031438, + FFFF2d0314a07f922d0314a0, + FFFF2d0315087f922d031508, + FFFF2d0315707f922d031570, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2806,79 +2805,79 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of LowLevelParticles */ - FFFFd60353587fd6d6035358 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60353587fd6d6035358 /* PtBatcher.cpp */; }; - FFFFd60353c07fd6d60353c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60353c07fd6d60353c0 /* PtBodyTransformVault.cpp */; }; - FFFFd60354287fd6d6035428 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60354287fd6d6035428 /* PtCollision.cpp */; }; - FFFFd60354907fd6d6035490 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60354907fd6d6035490 /* PtCollisionBox.cpp */; }; - FFFFd60354f87fd6d60354f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60354f87fd6d60354f8 /* PtCollisionCapsule.cpp */; }; - FFFFd60355607fd6d6035560 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60355607fd6d6035560 /* PtCollisionConvex.cpp */; }; - FFFFd60355c87fd6d60355c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60355c87fd6d60355c8 /* PtCollisionMesh.cpp */; }; - FFFFd60356307fd6d6035630 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60356307fd6d6035630 /* PtCollisionPlane.cpp */; }; - FFFFd60356987fd6d6035698 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60356987fd6d6035698 /* PtCollisionSphere.cpp */; }; - FFFFd60357007fd6d6035700 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60357007fd6d6035700 /* PtContextCpu.cpp */; }; - FFFFd60357687fd6d6035768 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60357687fd6d6035768 /* PtDynamics.cpp */; }; - FFFFd60357d07fd6d60357d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60357d07fd6d60357d0 /* PtParticleData.cpp */; }; - FFFFd60358387fd6d6035838 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60358387fd6d6035838 /* PtParticleShapeCpu.cpp */; }; - FFFFd60358a07fd6d60358a0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60358a07fd6d60358a0 /* PtParticleSystemSimCpu.cpp */; }; - FFFFd60359087fd6d6035908 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60359087fd6d6035908 /* PtSpatialHash.cpp */; }; - FFFFd60359707fd6d6035970 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd60359707fd6d6035970 /* PtSpatialLocalHash.cpp */; }; + FFFF2c8325587f922c832558 /* PtBatcher.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8325587f922c832558 /* PtBatcher.cpp */; }; + FFFF2c8325c07f922c8325c0 /* PtBodyTransformVault.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8325c07f922c8325c0 /* PtBodyTransformVault.cpp */; }; + FFFF2c8326287f922c832628 /* PtCollision.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8326287f922c832628 /* PtCollision.cpp */; }; + FFFF2c8326907f922c832690 /* PtCollisionBox.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8326907f922c832690 /* PtCollisionBox.cpp */; }; + FFFF2c8326f87f922c8326f8 /* PtCollisionCapsule.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8326f87f922c8326f8 /* PtCollisionCapsule.cpp */; }; + FFFF2c8327607f922c832760 /* PtCollisionConvex.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8327607f922c832760 /* PtCollisionConvex.cpp */; }; + FFFF2c8327c87f922c8327c8 /* PtCollisionMesh.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8327c87f922c8327c8 /* PtCollisionMesh.cpp */; }; + FFFF2c8328307f922c832830 /* PtCollisionPlane.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8328307f922c832830 /* PtCollisionPlane.cpp */; }; + FFFF2c8328987f922c832898 /* PtCollisionSphere.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8328987f922c832898 /* PtCollisionSphere.cpp */; }; + FFFF2c8329007f922c832900 /* PtContextCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8329007f922c832900 /* PtContextCpu.cpp */; }; + FFFF2c8329687f922c832968 /* PtDynamics.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8329687f922c832968 /* PtDynamics.cpp */; }; + FFFF2c8329d07f922c8329d0 /* PtParticleData.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c8329d07f922c8329d0 /* PtParticleData.cpp */; }; + FFFF2c832a387f922c832a38 /* PtParticleShapeCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c832a387f922c832a38 /* PtParticleShapeCpu.cpp */; }; + FFFF2c832aa07f922c832aa0 /* PtParticleSystemSimCpu.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c832aa07f922c832aa0 /* PtParticleSystemSimCpu.cpp */; }; + FFFF2c832b087f922c832b08 /* PtSpatialHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c832b087f922c832b08 /* PtSpatialHash.cpp */; }; + FFFF2c832b707f922c832b70 /* PtSpatialLocalHash.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c832b707f922c832b70 /* PtSpatialLocalHash.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd4b64e407fd6d4b64e40 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd601ac007fd6d601ac00 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601ac687fd6d601ac68 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601acd07fd6d601acd0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601ad387fd6d601ad38 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601ada07fd6d601ada0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601ae087fd6d601ae08 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601ae707fd6d601ae70 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601aed87fd6d601aed8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601af407fd6d601af40 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; - FFFDd601afa87fd6d601afa8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034a007fd6d6034a00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034a687fd6d6034a68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034ad07fd6d6034ad0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034b387fd6d6034b38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034ba07fd6d6034ba0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034c087fd6d6034c08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034c707fd6d6034c70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034cd87fd6d6034cd8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034d407fd6d6034d40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034da87fd6d6034da8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034e107fd6d6034e10 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034e787fd6d6034e78 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034ee07fd6d6034ee0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034f487fd6d6034f48 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; - FFFDd6034fb07fd6d6034fb0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60350187fd6d6035018 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60350807fd6d6035080 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60350e87fd6d60350e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60351507fd6d6035150 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60351b87fd6d60351b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60352207fd6d6035220 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60352887fd6d6035288 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60352f07fd6d60352f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; - FFFDd60353587fd6d6035358 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60353c07fd6d60353c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60354287fd6d6035428 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60354907fd6d6035490 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60354f87fd6d60354f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60355607fd6d6035560 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60355c87fd6d60355c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60356307fd6d6035630 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60356987fd6d6035698 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60357007fd6d6035700 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60357687fd6d6035768 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60357d07fd6d60357d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60358387fd6d6035838 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60358a07fd6d60358a0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60359087fd6d6035908 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDd60359707fd6d6035970 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c07d5207f922c07d520 /* LowLevelParticles */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "LowLevelParticles"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c8262007f922c826200 /* PtBodyTransformVault.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.h"; path = "../../LowLevelParticles/include/PtBodyTransformVault.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8262687f922c826268 /* PtContext.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContext.h"; path = "../../LowLevelParticles/include/PtContext.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8262d07f922c8262d0 /* PtGridCellVector.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtGridCellVector.h"; path = "../../LowLevelParticles/include/PtGridCellVector.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8263387f922c826338 /* PtParticle.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticle.h"; path = "../../LowLevelParticles/include/PtParticle.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8263a07f922c8263a0 /* PtParticleContactManagerStream.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleContactManagerStream.h"; path = "../../LowLevelParticles/include/PtParticleContactManagerStream.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8264087f922c826408 /* PtParticleData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.h"; path = "../../LowLevelParticles/include/PtParticleData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8264707f922c826470 /* PtParticleShape.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShape.h"; path = "../../LowLevelParticles/include/PtParticleShape.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8264d87f922c8264d8 /* PtParticleSystemCore.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemCore.h"; path = "../../LowLevelParticles/include/PtParticleSystemCore.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8265407f922c826540 /* PtParticleSystemFlags.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemFlags.h"; path = "../../LowLevelParticles/include/PtParticleSystemFlags.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8265a87f922c8265a8 /* PtParticleSystemSim.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSim.h"; path = "../../LowLevelParticles/include/PtParticleSystemSim.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831c007f922c831c00 /* PtBatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.h"; path = "../../LowLevelParticles/src/PtBatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831c687f922c831c68 /* PtCollision.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.h"; path = "../../LowLevelParticles/src/PtCollision.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831cd07f922c831cd0 /* PtCollisionData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionData.h"; path = "../../LowLevelParticles/src/PtCollisionData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831d387f922c831d38 /* PtCollisionHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionHelper.h"; path = "../../LowLevelParticles/src/PtCollisionHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831da07f922c831da0 /* PtCollisionMethods.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMethods.h"; path = "../../LowLevelParticles/src/PtCollisionMethods.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831e087f922c831e08 /* PtCollisionParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionParameters.h"; path = "../../LowLevelParticles/src/PtCollisionParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831e707f922c831e70 /* PtConfig.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConfig.h"; path = "../../LowLevelParticles/src/PtConfig.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831ed87f922c831ed8 /* PtConstants.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtConstants.h"; path = "../../LowLevelParticles/src/PtConstants.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831f407f922c831f40 /* PtContextCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.h"; path = "../../LowLevelParticles/src/PtContextCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c831fa87f922c831fa8 /* PtDynamicHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicHelper.h"; path = "../../LowLevelParticles/src/PtDynamicHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8320107f922c832010 /* PtDynamics.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.h"; path = "../../LowLevelParticles/src/PtDynamics.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8320787f922c832078 /* PtDynamicsKernels.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsKernels.h"; path = "../../LowLevelParticles/src/PtDynamicsKernels.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8320e07f922c8320e0 /* PtDynamicsParameters.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsParameters.h"; path = "../../LowLevelParticles/src/PtDynamicsParameters.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8321487f922c832148 /* PtDynamicsTempBuffers.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamicsTempBuffers.h"; path = "../../LowLevelParticles/src/PtDynamicsTempBuffers.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8321b07f922c8321b0 /* PtHeightFieldAabbTest.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtHeightFieldAabbTest.h"; path = "../../LowLevelParticles/src/PtHeightFieldAabbTest.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8322187f922c832218 /* PtPacketSections.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtPacketSections.h"; path = "../../LowLevelParticles/src/PtPacketSections.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8322807f922c832280 /* PtParticleCell.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleCell.h"; path = "../../LowLevelParticles/src/PtParticleCell.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8322e87f922c8322e8 /* PtParticleOpcodeCache.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleOpcodeCache.h"; path = "../../LowLevelParticles/src/PtParticleOpcodeCache.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8323507f922c832350 /* PtParticleShapeCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.h"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8323b87f922c8323b8 /* PtParticleSystemSimCpu.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.h"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8324207f922c832420 /* PtSpatialHash.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.h"; path = "../../LowLevelParticles/src/PtSpatialHash.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8324887f922c832488 /* PtSpatialHashHelper.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHashHelper.h"; path = "../../LowLevelParticles/src/PtSpatialHashHelper.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8324f07f922c8324f0 /* PtTwoWayData.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PtTwoWayData.h"; path = "../../LowLevelParticles/src/PtTwoWayData.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c8325587f922c832558 /* PtBatcher.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBatcher.cpp"; path = "../../LowLevelParticles/src/PtBatcher.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8325c07f922c8325c0 /* PtBodyTransformVault.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtBodyTransformVault.cpp"; path = "../../LowLevelParticles/src/PtBodyTransformVault.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8326287f922c832628 /* PtCollision.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollision.cpp"; path = "../../LowLevelParticles/src/PtCollision.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8326907f922c832690 /* PtCollisionBox.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionBox.cpp"; path = "../../LowLevelParticles/src/PtCollisionBox.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8326f87f922c8326f8 /* PtCollisionCapsule.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionCapsule.cpp"; path = "../../LowLevelParticles/src/PtCollisionCapsule.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8327607f922c832760 /* PtCollisionConvex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionConvex.cpp"; path = "../../LowLevelParticles/src/PtCollisionConvex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8327c87f922c8327c8 /* PtCollisionMesh.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionMesh.cpp"; path = "../../LowLevelParticles/src/PtCollisionMesh.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8328307f922c832830 /* PtCollisionPlane.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionPlane.cpp"; path = "../../LowLevelParticles/src/PtCollisionPlane.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8328987f922c832898 /* PtCollisionSphere.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtCollisionSphere.cpp"; path = "../../LowLevelParticles/src/PtCollisionSphere.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8329007f922c832900 /* PtContextCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtContextCpu.cpp"; path = "../../LowLevelParticles/src/PtContextCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8329687f922c832968 /* PtDynamics.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtDynamics.cpp"; path = "../../LowLevelParticles/src/PtDynamics.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c8329d07f922c8329d0 /* PtParticleData.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleData.cpp"; path = "../../LowLevelParticles/src/PtParticleData.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c832a387f922c832a38 /* PtParticleShapeCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleShapeCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleShapeCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c832aa07f922c832aa0 /* PtParticleSystemSimCpu.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtParticleSystemSimCpu.cpp"; path = "../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c832b087f922c832b08 /* PtSpatialHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialHash.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c832b707f922c832b70 /* PtSpatialLocalHash.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PtSpatialLocalHash.cpp"; path = "../../LowLevelParticles/src/PtSpatialLocalHash.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d4b64e407fd6d4b64e40 /* Resources */ = { + FFF22c07d5207f922c07d520 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2888,7 +2887,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd4b64e407fd6d4b64e40 /* Frameworks */ = { + FFFC2c07d5207f922c07d520 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2898,26 +2897,26 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d4b64e407fd6d4b64e40 /* Sources */ = { + FFF82c07d5207f922c07d520 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd60353587fd6d6035358, - FFFFd60353c07fd6d60353c0, - FFFFd60354287fd6d6035428, - FFFFd60354907fd6d6035490, - FFFFd60354f87fd6d60354f8, - FFFFd60355607fd6d6035560, - FFFFd60355c87fd6d60355c8, - FFFFd60356307fd6d6035630, - FFFFd60356987fd6d6035698, - FFFFd60357007fd6d6035700, - FFFFd60357687fd6d6035768, - FFFFd60357d07fd6d60357d0, - FFFFd60358387fd6d6035838, - FFFFd60358a07fd6d60358a0, - FFFFd60359087fd6d6035908, - FFFFd60359707fd6d6035970, + FFFF2c8325587f922c832558, + FFFF2c8325c07f922c8325c0, + FFFF2c8326287f922c832628, + FFFF2c8326907f922c832690, + FFFF2c8326f87f922c8326f8, + FFFF2c8327607f922c832760, + FFFF2c8327c87f922c8327c8, + FFFF2c8328307f922c832830, + FFFF2c8328987f922c832898, + FFFF2c8329007f922c832900, + FFFF2c8329687f922c832968, + FFFF2c8329d07f922c8329d0, + FFFF2c832a387f922c832a38, + FFFF2c832aa07f922c832aa0, + FFFF2c832b087f922c832b08, + FFFF2c832b707f922c832b70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2929,22 +2928,22 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PxTask */ - FFFFd4bd80407fd6d4bd8040 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd4bd80407fd6d4bd8040 /* src/TaskManager.cpp */; }; + FFFF2c62efd07f922c62efd0 /* src/TaskManager.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2c62efd07f922c62efd0 /* src/TaskManager.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd7dfb2107fd6d7dfb210 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd4be31f07fd6d4be31f0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4be32587fd6d4be3258 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4be32c07fd6d4be32c0 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4be33287fd6d4be3328 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4be33907fd6d4be3390 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4be33f87fd6d4be33f8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; - FFFDd4bd80407fd6d4bd8040 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2c659bf07f922c659bf0 /* PxTask */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PxTask"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2c6468c07f922c6468c0 /* PxCpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxCpuDispatcher.h"; path = "../../../../PxShared/include/task/PxCpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6469287f922c646928 /* PxGpuDispatcher.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuDispatcher.h"; path = "../../../../PxShared/include/task/PxGpuDispatcher.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6469907f922c646990 /* PxGpuTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxGpuTask.h"; path = "../../../../PxShared/include/task/PxGpuTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c6469f87f922c6469f8 /* PxTask.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTask.h"; path = "../../../../PxShared/include/task/PxTask.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c646a607f922c646a60 /* PxTaskDefine.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskDefine.h"; path = "../../../../PxShared/include/task/PxTaskDefine.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c646ac87f922c646ac8 /* PxTaskManager.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PxTaskManager.h"; path = "../../../../PxShared/include/task/PxTaskManager.h"; sourceTree = SOURCE_ROOT; }; + FFFD2c62efd07f922c62efd0 /* src/TaskManager.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "src/TaskManager.cpp"; path = "../../../../PxShared/src/task/src/TaskManager.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d7dfb2107fd6d7dfb210 /* Resources */ = { + FFF22c659bf07f922c659bf0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2954,7 +2953,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd7dfb2107fd6d7dfb210 /* Frameworks */ = { + FFFC2c659bf07f922c659bf0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2964,11 +2963,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d7dfb2107fd6d7dfb210 /* Sources */ = { + FFF82c659bf07f922c659bf0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd4bd80407fd6d4bd8040, + FFFF2c62efd07f922c62efd0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2980,17 +2979,17 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of PsFastXml */ - FFFFd78998807fd6d7899880 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFDd78998807fd6d7899880 /* PsFastXml.cpp */; }; + FFFF2d9e68507f922d9e6850 /* PsFastXml.cpp in src */= { isa = PBXBuildFile; fileRef = FFFD2d9e68507f922d9e6850 /* PsFastXml.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDd78990e07fd6d78990e0 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDd78997807fd6d7899780 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; - FFFDd78998807fd6d7899880 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2d9e21807f922d9e2180 /* PsFastXml */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "PsFastXml"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2d9e67507f922d9e6750 /* PsFastXml.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.h"; path = "../../../../PxShared/src/fastxml/include/PsFastXml.h"; sourceTree = SOURCE_ROOT; }; + FFFD2d9e68507f922d9e6850 /* PsFastXml.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PsFastXml.cpp"; path = "../../../../PxShared/src/fastxml/src/PsFastXml.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2d78990e07fd6d78990e0 /* Resources */ = { + FFF22d9e21807f922d9e2180 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3000,7 +2999,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCd78990e07fd6d78990e0 /* Frameworks */ = { + FFFC2d9e21807f922d9e2180 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3010,11 +3009,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8d78990e07fd6d78990e0 /* Sources */ = { + FFF82d9e21807f922d9e2180 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFd78998807fd6d7899880, + FFFF2d9e68507f922d9e6850, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3026,1970 +3025,1969 @@ /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5d789d9507fd6d789d950 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52d9e31707f922d9e3170 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd789d9507fd6d789d950 /* PhysX */; + remoteGlobalIDString = FFFA2d9e31707f922d9e3170 /* PhysX */; remoteInfo = "PhysX"; }; - FFF5d789e4f07fd6d789e4f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52d9ecca07f922d9ecca0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd789e4f07fd6d789e4f0 /* PhysXCharacterKinematic */; + remoteGlobalIDString = FFFA2d9ecca07f922d9ecca0 /* PhysXCharacterKinematic */; remoteInfo = "PhysXCharacterKinematic"; }; - FFF5d789f9f07fd6d789f9f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52d9ee0607f922d9ee060 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd789f9f07fd6d789f9f0 /* PhysXVehicle */; + remoteGlobalIDString = FFFA2d9ee0607f922d9ee060 /* PhysXVehicle */; remoteInfo = "PhysXVehicle"; }; - FFF5d78af6907fd6d78af690 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52dc036207f922dc03620 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78af6907fd6d78af690 /* PhysXExtensions */; + remoteGlobalIDString = FFFA2dc036207f922dc03620 /* PhysXExtensions */; remoteInfo = "PhysXExtensions"; }; - FFF5d78c1fc07fd6d78c1fc0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52dc145807f922dc14580 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78c1fc07fd6d78c1fc0 /* SceneQuery */; + remoteGlobalIDString = FFFA2dc145807f922dc14580 /* SceneQuery */; remoteInfo = "SceneQuery"; }; - FFF5d78c66b07fd6d78c66b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52dc18c707f922dc18c70 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78c66b07fd6d78c66b0 /* SimulationController */; + remoteGlobalIDString = FFFA2dc18c707f922dc18c70 /* SimulationController */; remoteInfo = "SimulationController"; }; - FFF5d78cae607fd6d78cae60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52dd04ea07f922dd04ea0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78cae607fd6d78cae60 /* PhysXCooking */; + remoteGlobalIDString = FFFA2dd04ea07f922dd04ea0 /* PhysXCooking */; remoteInfo = "PhysXCooking"; }; - FFF5d4b0f5307fd6d4b0f530 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c13c0507f922c13c050 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd4b0f5307fd6d4b0f530 /* PhysXCommon */; + remoteGlobalIDString = FFFA2c13c0507f922c13c050 /* PhysXCommon */; remoteInfo = "PhysXCommon"; }; - FFF5d78251d07fd6d78251d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c1587607f922c158760 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78251d07fd6d78251d0 /* PxFoundation */; + remoteGlobalIDString = FFFA2c1587607f922c158760 /* PxFoundation */; remoteInfo = "PxFoundation"; }; - FFF5d496f0507fd6d496f050 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c0bd6207f922c0bd620 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd496f0507fd6d496f050 /* PxPvdSDK */; + remoteGlobalIDString = FFFA2c0bd6207f922c0bd620 /* PxPvdSDK */; remoteInfo = "PxPvdSDK"; }; - FFF5d4c064007fd6d4c06400 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c12cc907f922c12cc90 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd4c064007fd6d4c06400 /* LowLevel */; + remoteGlobalIDString = FFFA2c12cc907f922c12cc90 /* LowLevel */; remoteInfo = "LowLevel"; }; - FFF5d4b4a6a07fd6d4b4a6a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c60e6807f922c60e680 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */; + remoteGlobalIDString = FFFA2c60e6807f922c60e680 /* LowLevelAABB */; remoteInfo = "LowLevelAABB"; }; - FFF5d4c291507fd6d4c29150 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c0b4e307f922c0b4e30 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd4c291507fd6d4c29150 /* LowLevelDynamics */; + remoteGlobalIDString = FFFA2c0b4e307f922c0b4e30 /* LowLevelDynamics */; remoteInfo = "LowLevelDynamics"; }; - FFF5d78732807fd6d7873280 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c62b3607f922c62b360 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78732807fd6d7873280 /* LowLevelCloth */; + remoteGlobalIDString = FFFA2c62b3607f922c62b360 /* LowLevelCloth */; remoteInfo = "LowLevelCloth"; }; - FFF5d4b64e407fd6d4b64e40 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c07d5207f922c07d520 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd4b64e407fd6d4b64e40 /* LowLevelParticles */; + remoteGlobalIDString = FFFA2c07d5207f922c07d520 /* LowLevelParticles */; remoteInfo = "LowLevelParticles"; }; - FFF5d7dfb2107fd6d7dfb210 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52c659bf07f922c659bf0 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd7dfb2107fd6d7dfb210 /* PxTask */; + remoteGlobalIDString = FFFA2c659bf07f922c659bf0 /* PxTask */; remoteInfo = "PxTask"; }; - FFF5d78990e07fd6d78990e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9d3c823b07fd6d3c823b0 /* Project object */; + FFF52d9e21807f922d9e2180 /* PBXContainerItemProxy */ = { + containerPortal = FFF92b47d1507f922b47d150 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAd78990e07fd6d78990e0 /* PsFastXml */; + remoteGlobalIDString = FFFA2d9e21807f922d9e2180 /* PsFastXml */; remoteInfo = "PsFastXml"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBd3c824187fd6d3c82418 /* PhysX */ = { + FFFB2b47d1b87f922b47d1b8 /* PhysX */ = { isa = PBXGroup; children = ( - FFF0d3c823b07fd6d3c823b0 /* Source */, - FFEEd3c823b07fd6d3c823b0 /* Products */, + FFF02b47d1507f922b47d150 /* Source */, + FFEE2b47d1507f922b47d150 /* Products */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFF0d3c823b07fd6d3c823b0 /* Source */ = { + FFF02b47d1507f922b47d150 /* Source */ = { isa = PBXGroup; children = ( - FFFBd789d9507fd6d789d950, - FFFBd789e4f07fd6d789e4f0, - FFFBd789f9f07fd6d789f9f0, - FFFBd78af6907fd6d78af690, - FFFBd78c1fc07fd6d78c1fc0, - FFFBd78c66b07fd6d78c66b0, - FFFBd78cae607fd6d78cae60, - FFFBd4b0f5307fd6d4b0f530, - FFFBd78251d07fd6d78251d0, - FFFBd496f0507fd6d496f050, - FFFBd4c064007fd6d4c06400, - FFFBd4b4a6a07fd6d4b4a6a0, - FFFBd4c291507fd6d4c29150, - FFFBd78732807fd6d7873280, - FFFBd4b64e407fd6d4b64e40, - FFFBd7dfb2107fd6d7dfb210, - FFFBd78990e07fd6d78990e0, + FFFB2d9e31707f922d9e3170, + FFFB2d9ecca07f922d9ecca0, + FFFB2d9ee0607f922d9ee060, + FFFB2dc036207f922dc03620, + FFFB2dc145807f922dc14580, + FFFB2dc18c707f922dc18c70, + FFFB2dd04ea07f922dd04ea0, + FFFB2c13c0507f922c13c050, + FFFB2c1587607f922c158760, + FFFB2c0bd6207f922c0bd620, + FFFB2c12cc907f922c12cc90, + FFFB2c60e6807f922c60e680, + FFFB2c0b4e307f922c0b4e30, + FFFB2c62b3607f922c62b360, + FFFB2c07d5207f922c07d520, + FFFB2c659bf07f922c659bf0, + FFFB2d9e21807f922d9e2180, ); name = Source; sourceTree = "<group>"; }; - FFEEd3c823b07fd6d3c823b0 /* Products */ = { + FFEE2b47d1507f922b47d150 /* Products */ = { isa = PBXGroup; children = ( - FFFDd789d9507fd6d789d950, - FFFDd789e4f07fd6d789e4f0, - FFFDd789f9f07fd6d789f9f0, - FFFDd78af6907fd6d78af690, - FFFDd78c1fc07fd6d78c1fc0, - FFFDd78c66b07fd6d78c66b0, - FFFDd78cae607fd6d78cae60, - FFFDd4b0f5307fd6d4b0f530, - FFFDd78251d07fd6d78251d0, - FFFDd496f0507fd6d496f050, - FFFDd4c064007fd6d4c06400, - FFFDd4b4a6a07fd6d4b4a6a0, - FFFDd4c291507fd6d4c29150, - FFFDd78732807fd6d7873280, - FFFDd4b64e407fd6d4b64e40, - FFFDd7dfb2107fd6d7dfb210, - FFFDd78990e07fd6d78990e0, + FFFD2d9e31707f922d9e3170, + FFFD2d9ecca07f922d9ecca0, + FFFD2d9ee0607f922d9ee060, + FFFD2dc036207f922dc03620, + FFFD2dc145807f922dc14580, + FFFD2dc18c707f922dc18c70, + FFFD2dd04ea07f922dd04ea0, + FFFD2c13c0507f922c13c050, + FFFD2c1587607f922c158760, + FFFD2c0bd6207f922c0bd620, + FFFD2c12cc907f922c12cc90, + FFFD2c60e6807f922c60e680, + FFFD2c0b4e307f922c0b4e30, + FFFD2c62b3607f922c62b360, + FFFD2c07d5207f922c07d520, + FFFD2c659bf07f922c659bf0, + FFFD2d9e21807f922d9e2180, ); name = Products; sourceTree = "<group>"; }; - FFFBd789d9507fd6d789d950 /* PhysX */ = { + FFFB2d9e31707f922d9e3170 /* PhysX */ = { isa = PBXGroup; children = ( - FFFBd78a63007fd6d78a6300 /* src */, - FFFBd78a63287fd6d78a6328 /* include */, - FFFBd78a63507fd6d78a6350 /* metadata */, + FFFB2d9f49907f922d9f4990 /* src */, + FFFB2d9f49b87f922d9f49b8 /* include */, + FFFB2d9f49e07f922d9f49e0 /* metadata */, ); name = "PhysX"; sourceTree = "<group>"; }; - FFFBd78a63007fd6d78a6300 /* src */ = { + FFFB2d9f49907f922d9f4990 /* src */ = { isa = PBXGroup; children = ( - FFFDd40a48007fd6d40a4800 /* NpActor.h */, - FFFDd40a48687fd6d40a4868 /* NpActorTemplate.h */, - FFFDd40a48d07fd6d40a48d0 /* NpAggregate.h */, - FFFDd40a49387fd6d40a4938 /* NpArticulation.h */, - FFFDd40a49a07fd6d40a49a0 /* NpArticulationJoint.h */, - FFFDd40a4a087fd6d40a4a08 /* NpArticulationLink.h */, - FFFDd40a4a707fd6d40a4a70 /* NpBatchQuery.h */, - FFFDd40a4ad87fd6d40a4ad8 /* NpCast.h */, - FFFDd40a4b407fd6d40a4b40 /* NpConnector.h */, - FFFDd40a4ba87fd6d40a4ba8 /* NpConstraint.h */, - FFFDd40a4c107fd6d40a4c10 /* NpFactory.h */, - FFFDd40a4c787fd6d40a4c78 /* NpMaterial.h */, - FFFDd40a4ce07fd6d40a4ce0 /* NpMaterialManager.h */, - FFFDd40a4d487fd6d40a4d48 /* NpPhysics.h */, - FFFDd40a4db07fd6d40a4db0 /* NpPhysicsInsertionCallback.h */, - FFFDd40a4e187fd6d40a4e18 /* NpPtrTableStorageManager.h */, - FFFDd40a4e807fd6d40a4e80 /* NpPvdSceneQueryCollector.h */, - FFFDd40a4ee87fd6d40a4ee8 /* NpQueryShared.h */, - FFFDd40a4f507fd6d40a4f50 /* NpReadCheck.h */, - FFFDd40a4fb87fd6d40a4fb8 /* NpRigidActorTemplate.h */, - FFFDd40a50207fd6d40a5020 /* NpRigidActorTemplateInternal.h */, - FFFDd40a50887fd6d40a5088 /* NpRigidBodyTemplate.h */, - FFFDd40a50f07fd6d40a50f0 /* NpRigidDynamic.h */, - FFFDd40a51587fd6d40a5158 /* NpRigidStatic.h */, - FFFDd40a51c07fd6d40a51c0 /* NpScene.h */, - FFFDd40a52287fd6d40a5228 /* NpSceneQueries.h */, - FFFDd40a52907fd6d40a5290 /* NpShape.h */, - FFFDd40a52f87fd6d40a52f8 /* NpShapeManager.h */, - FFFDd40a53607fd6d40a5360 /* NpSpatialIndex.h */, - FFFDd40a53c87fd6d40a53c8 /* NpVolumeCache.h */, - FFFDd40a54307fd6d40a5430 /* NpWriteCheck.h */, - FFFDd40a54987fd6d40a5498 /* PvdMetaDataBindingData.h */, - FFFDd40a55007fd6d40a5500 /* PvdMetaDataPvdBinding.h */, - FFFDd40a55687fd6d40a5568 /* PvdPhysicsClient.h */, - FFFDd40a55d07fd6d40a55d0 /* PvdTypeNames.h */, - FFFDd40a56387fd6d40a5638 /* NpActor.cpp */, - FFFDd40a56a07fd6d40a56a0 /* NpAggregate.cpp */, - FFFDd40a57087fd6d40a5708 /* NpArticulation.cpp */, - FFFDd40a57707fd6d40a5770 /* NpArticulationJoint.cpp */, - FFFDd40a57d87fd6d40a57d8 /* NpArticulationLink.cpp */, - FFFDd40a58407fd6d40a5840 /* NpBatchQuery.cpp */, - FFFDd40a58a87fd6d40a58a8 /* NpConstraint.cpp */, - FFFDd40a59107fd6d40a5910 /* NpFactory.cpp */, - FFFDd40a59787fd6d40a5978 /* NpMaterial.cpp */, - FFFDd40a59e07fd6d40a59e0 /* NpMetaData.cpp */, - FFFDd40a5a487fd6d40a5a48 /* NpPhysics.cpp */, - FFFDd40a5ab07fd6d40a5ab0 /* NpPvdSceneQueryCollector.cpp */, - FFFDd40a5b187fd6d40a5b18 /* NpReadCheck.cpp */, - FFFDd40a5b807fd6d40a5b80 /* NpRigidDynamic.cpp */, - FFFDd40a5be87fd6d40a5be8 /* NpRigidStatic.cpp */, - FFFDd40a5c507fd6d40a5c50 /* NpScene.cpp */, - FFFDd40a5cb87fd6d40a5cb8 /* NpSceneQueries.cpp */, - FFFDd40a5d207fd6d40a5d20 /* NpSerializerAdapter.cpp */, - FFFDd40a5d887fd6d40a5d88 /* NpShape.cpp */, - FFFDd40a5df07fd6d40a5df0 /* NpShapeManager.cpp */, - FFFDd40a5e587fd6d40a5e58 /* NpSpatialIndex.cpp */, - FFFDd40a5ec07fd6d40a5ec0 /* NpVolumeCache.cpp */, - FFFDd40a5f287fd6d40a5f28 /* NpWriteCheck.cpp */, - FFFDd40a5f907fd6d40a5f90 /* PvdMetaDataPvdBinding.cpp */, - FFFDd40a5ff87fd6d40a5ff8 /* PvdPhysicsClient.cpp */, - FFFDd40a60607fd6d40a6060 /* particles/NpParticleBaseTemplate.h */, - FFFDd40a60c87fd6d40a60c8 /* particles/NpParticleFluid.h */, - FFFDd40a61307fd6d40a6130 /* particles/NpParticleFluidReadData.h */, - FFFDd40a61987fd6d40a6198 /* particles/NpParticleSystem.h */, - FFFDd40a62007fd6d40a6200 /* particles/NpParticleFluid.cpp */, - FFFDd40a62687fd6d40a6268 /* particles/NpParticleSystem.cpp */, - FFFDd40a62d07fd6d40a62d0 /* buffering/ScbActor.h */, - FFFDd40a63387fd6d40a6338 /* buffering/ScbAggregate.h */, - FFFDd40a63a07fd6d40a63a0 /* buffering/ScbArticulation.h */, - FFFDd40a64087fd6d40a6408 /* buffering/ScbArticulationJoint.h */, - FFFDd40a64707fd6d40a6470 /* buffering/ScbBase.h */, - FFFDd40a64d87fd6d40a64d8 /* buffering/ScbBody.h */, - FFFDd40a65407fd6d40a6540 /* buffering/ScbCloth.h */, - FFFDd40a65a87fd6d40a65a8 /* buffering/ScbConstraint.h */, - FFFDd40a66107fd6d40a6610 /* buffering/ScbDefs.h */, - FFFDd40a66787fd6d40a6678 /* buffering/ScbNpDeps.h */, - FFFDd40a66e07fd6d40a66e0 /* buffering/ScbParticleSystem.h */, - FFFDd40a67487fd6d40a6748 /* buffering/ScbRigidObject.h */, - FFFDd40a67b07fd6d40a67b0 /* buffering/ScbRigidStatic.h */, - FFFDd40a68187fd6d40a6818 /* buffering/ScbScene.h */, - FFFDd40a68807fd6d40a6880 /* buffering/ScbSceneBuffer.h */, - FFFDd40a68e87fd6d40a68e8 /* buffering/ScbScenePvdClient.h */, - FFFDd40a69507fd6d40a6950 /* buffering/ScbShape.h */, - FFFDd40a69b87fd6d40a69b8 /* buffering/ScbType.h */, - FFFDd40a6a207fd6d40a6a20 /* buffering/ScbActor.cpp */, - FFFDd40a6a887fd6d40a6a88 /* buffering/ScbAggregate.cpp */, - FFFDd40a6af07fd6d40a6af0 /* buffering/ScbBase.cpp */, - FFFDd40a6b587fd6d40a6b58 /* buffering/ScbCloth.cpp */, - FFFDd40a6bc07fd6d40a6bc0 /* buffering/ScbMetaData.cpp */, - FFFDd40a6c287fd6d40a6c28 /* buffering/ScbParticleSystem.cpp */, - FFFDd40a6c907fd6d40a6c90 /* buffering/ScbScene.cpp */, - FFFDd40a6cf87fd6d40a6cf8 /* buffering/ScbScenePvdClient.cpp */, - FFFDd40a6d607fd6d40a6d60 /* buffering/ScbShape.cpp */, - FFFDd40a6dc87fd6d40a6dc8 /* cloth/NpCloth.h */, - FFFDd40a6e307fd6d40a6e30 /* cloth/NpClothFabric.h */, - FFFDd40a6e987fd6d40a6e98 /* cloth/NpClothParticleData.h */, - FFFDd40a6f007fd6d40a6f00 /* cloth/NpCloth.cpp */, - FFFDd40a6f687fd6d40a6f68 /* cloth/NpClothFabric.cpp */, - FFFDd40a6fd07fd6d40a6fd0 /* cloth/NpClothParticleData.cpp */, - FFFDd40a70387fd6d40a7038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, + FFFD2c8608007f922c860800 /* NpActor.h */, + FFFD2c8608687f922c860868 /* NpActorTemplate.h */, + FFFD2c8608d07f922c8608d0 /* NpAggregate.h */, + FFFD2c8609387f922c860938 /* NpArticulation.h */, + FFFD2c8609a07f922c8609a0 /* NpArticulationJoint.h */, + FFFD2c860a087f922c860a08 /* NpArticulationLink.h */, + FFFD2c860a707f922c860a70 /* NpBatchQuery.h */, + FFFD2c860ad87f922c860ad8 /* NpCast.h */, + FFFD2c860b407f922c860b40 /* NpConnector.h */, + FFFD2c860ba87f922c860ba8 /* NpConstraint.h */, + FFFD2c860c107f922c860c10 /* NpFactory.h */, + FFFD2c860c787f922c860c78 /* NpMaterial.h */, + FFFD2c860ce07f922c860ce0 /* NpMaterialManager.h */, + FFFD2c860d487f922c860d48 /* NpPhysics.h */, + FFFD2c860db07f922c860db0 /* NpPhysicsInsertionCallback.h */, + FFFD2c860e187f922c860e18 /* NpPtrTableStorageManager.h */, + FFFD2c860e807f922c860e80 /* NpPvdSceneQueryCollector.h */, + FFFD2c860ee87f922c860ee8 /* NpQueryShared.h */, + FFFD2c860f507f922c860f50 /* NpReadCheck.h */, + FFFD2c860fb87f922c860fb8 /* NpRigidActorTemplate.h */, + FFFD2c8610207f922c861020 /* NpRigidActorTemplateInternal.h */, + FFFD2c8610887f922c861088 /* NpRigidBodyTemplate.h */, + FFFD2c8610f07f922c8610f0 /* NpRigidDynamic.h */, + FFFD2c8611587f922c861158 /* NpRigidStatic.h */, + FFFD2c8611c07f922c8611c0 /* NpScene.h */, + FFFD2c8612287f922c861228 /* NpSceneQueries.h */, + FFFD2c8612907f922c861290 /* NpShape.h */, + FFFD2c8612f87f922c8612f8 /* NpShapeManager.h */, + FFFD2c8613607f922c861360 /* NpSpatialIndex.h */, + FFFD2c8613c87f922c8613c8 /* NpVolumeCache.h */, + FFFD2c8614307f922c861430 /* NpWriteCheck.h */, + FFFD2c8614987f922c861498 /* PvdMetaDataBindingData.h */, + FFFD2c8615007f922c861500 /* PvdMetaDataPvdBinding.h */, + FFFD2c8615687f922c861568 /* PvdPhysicsClient.h */, + FFFD2c8615d07f922c8615d0 /* PvdTypeNames.h */, + FFFD2c8616387f922c861638 /* NpActor.cpp */, + FFFD2c8616a07f922c8616a0 /* NpAggregate.cpp */, + FFFD2c8617087f922c861708 /* NpArticulation.cpp */, + FFFD2c8617707f922c861770 /* NpArticulationJoint.cpp */, + FFFD2c8617d87f922c8617d8 /* NpArticulationLink.cpp */, + FFFD2c8618407f922c861840 /* NpBatchQuery.cpp */, + FFFD2c8618a87f922c8618a8 /* NpConstraint.cpp */, + FFFD2c8619107f922c861910 /* NpFactory.cpp */, + FFFD2c8619787f922c861978 /* NpMaterial.cpp */, + FFFD2c8619e07f922c8619e0 /* NpMetaData.cpp */, + FFFD2c861a487f922c861a48 /* NpPhysics.cpp */, + FFFD2c861ab07f922c861ab0 /* NpPvdSceneQueryCollector.cpp */, + FFFD2c861b187f922c861b18 /* NpReadCheck.cpp */, + FFFD2c861b807f922c861b80 /* NpRigidDynamic.cpp */, + FFFD2c861be87f922c861be8 /* NpRigidStatic.cpp */, + FFFD2c861c507f922c861c50 /* NpScene.cpp */, + FFFD2c861cb87f922c861cb8 /* NpSceneQueries.cpp */, + FFFD2c861d207f922c861d20 /* NpSerializerAdapter.cpp */, + FFFD2c861d887f922c861d88 /* NpShape.cpp */, + FFFD2c861df07f922c861df0 /* NpShapeManager.cpp */, + FFFD2c861e587f922c861e58 /* NpSpatialIndex.cpp */, + FFFD2c861ec07f922c861ec0 /* NpVolumeCache.cpp */, + FFFD2c861f287f922c861f28 /* NpWriteCheck.cpp */, + FFFD2c861f907f922c861f90 /* PvdMetaDataPvdBinding.cpp */, + FFFD2c861ff87f922c861ff8 /* PvdPhysicsClient.cpp */, + FFFD2c8620607f922c862060 /* particles/NpParticleBaseTemplate.h */, + FFFD2c8620c87f922c8620c8 /* particles/NpParticleFluid.h */, + FFFD2c8621307f922c862130 /* particles/NpParticleFluidReadData.h */, + FFFD2c8621987f922c862198 /* particles/NpParticleSystem.h */, + FFFD2c8622007f922c862200 /* particles/NpParticleFluid.cpp */, + FFFD2c8622687f922c862268 /* particles/NpParticleSystem.cpp */, + FFFD2c8622d07f922c8622d0 /* buffering/ScbActor.h */, + FFFD2c8623387f922c862338 /* buffering/ScbAggregate.h */, + FFFD2c8623a07f922c8623a0 /* buffering/ScbArticulation.h */, + FFFD2c8624087f922c862408 /* buffering/ScbArticulationJoint.h */, + FFFD2c8624707f922c862470 /* buffering/ScbBase.h */, + FFFD2c8624d87f922c8624d8 /* buffering/ScbBody.h */, + FFFD2c8625407f922c862540 /* buffering/ScbCloth.h */, + FFFD2c8625a87f922c8625a8 /* buffering/ScbConstraint.h */, + FFFD2c8626107f922c862610 /* buffering/ScbDefs.h */, + FFFD2c8626787f922c862678 /* buffering/ScbNpDeps.h */, + FFFD2c8626e07f922c8626e0 /* buffering/ScbParticleSystem.h */, + FFFD2c8627487f922c862748 /* buffering/ScbRigidObject.h */, + FFFD2c8627b07f922c8627b0 /* buffering/ScbRigidStatic.h */, + FFFD2c8628187f922c862818 /* buffering/ScbScene.h */, + FFFD2c8628807f922c862880 /* buffering/ScbSceneBuffer.h */, + FFFD2c8628e87f922c8628e8 /* buffering/ScbScenePvdClient.h */, + FFFD2c8629507f922c862950 /* buffering/ScbShape.h */, + FFFD2c8629b87f922c8629b8 /* buffering/ScbType.h */, + FFFD2c862a207f922c862a20 /* buffering/ScbActor.cpp */, + FFFD2c862a887f922c862a88 /* buffering/ScbAggregate.cpp */, + FFFD2c862af07f922c862af0 /* buffering/ScbBase.cpp */, + FFFD2c862b587f922c862b58 /* buffering/ScbCloth.cpp */, + FFFD2c862bc07f922c862bc0 /* buffering/ScbMetaData.cpp */, + FFFD2c862c287f922c862c28 /* buffering/ScbParticleSystem.cpp */, + FFFD2c862c907f922c862c90 /* buffering/ScbScene.cpp */, + FFFD2c862cf87f922c862cf8 /* buffering/ScbScenePvdClient.cpp */, + FFFD2c862d607f922c862d60 /* buffering/ScbShape.cpp */, + FFFD2c862dc87f922c862dc8 /* cloth/NpCloth.h */, + FFFD2c862e307f922c862e30 /* cloth/NpClothFabric.h */, + FFFD2c862e987f922c862e98 /* cloth/NpClothParticleData.h */, + FFFD2c862f007f922c862f00 /* cloth/NpCloth.cpp */, + FFFD2c862f687f922c862f68 /* cloth/NpClothFabric.cpp */, + FFFD2c862fd07f922c862fd0 /* cloth/NpClothParticleData.cpp */, + FFFD2c8630387f922c863038 /* ../../ImmediateMode/src/NpImmediateMode.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78a63287fd6d78a6328 /* include */ = { + FFFB2d9f49b87f922d9f49b8 /* include */ = { isa = PBXGroup; children = ( - FFFDd409e0007fd6d409e000 /* PxActor.h */, - FFFDd409e0687fd6d409e068 /* PxAggregate.h */, - FFFDd409e0d07fd6d409e0d0 /* PxArticulation.h */, - FFFDd409e1387fd6d409e138 /* PxArticulationJoint.h */, - FFFDd409e1a07fd6d409e1a0 /* PxArticulationLink.h */, - FFFDd409e2087fd6d409e208 /* PxBatchQuery.h */, - FFFDd409e2707fd6d409e270 /* PxBatchQueryDesc.h */, - FFFDd409e2d87fd6d409e2d8 /* PxBroadPhase.h */, - FFFDd409e3407fd6d409e340 /* PxClient.h */, - FFFDd409e3a87fd6d409e3a8 /* PxConstraint.h */, - FFFDd409e4107fd6d409e410 /* PxConstraintDesc.h */, - FFFDd409e4787fd6d409e478 /* PxContact.h */, - FFFDd409e4e07fd6d409e4e0 /* PxContactModifyCallback.h */, - FFFDd409e5487fd6d409e548 /* PxDeletionListener.h */, - FFFDd409e5b07fd6d409e5b0 /* PxFiltering.h */, - FFFDd409e6187fd6d409e618 /* PxForceMode.h */, - FFFDd409e6807fd6d409e680 /* PxImmediateMode.h */, - FFFDd409e6e87fd6d409e6e8 /* PxLockedData.h */, - FFFDd409e7507fd6d409e750 /* PxMaterial.h */, - FFFDd409e7b87fd6d409e7b8 /* PxPhysXConfig.h */, - FFFDd409e8207fd6d409e820 /* PxPhysics.h */, - FFFDd409e8887fd6d409e888 /* PxPhysicsAPI.h */, - FFFDd409e8f07fd6d409e8f0 /* PxPhysicsSerialization.h */, - FFFDd409e9587fd6d409e958 /* PxPhysicsVersion.h */, - FFFDd409e9c07fd6d409e9c0 /* PxPruningStructure.h */, - FFFDd409ea287fd6d409ea28 /* PxQueryFiltering.h */, - FFFDd409ea907fd6d409ea90 /* PxQueryReport.h */, - FFFDd409eaf87fd6d409eaf8 /* PxRigidActor.h */, - FFFDd409eb607fd6d409eb60 /* PxRigidBody.h */, - FFFDd409ebc87fd6d409ebc8 /* PxRigidDynamic.h */, - FFFDd409ec307fd6d409ec30 /* PxRigidStatic.h */, - FFFDd409ec987fd6d409ec98 /* PxScene.h */, - FFFDd409ed007fd6d409ed00 /* PxSceneDesc.h */, - FFFDd409ed687fd6d409ed68 /* PxSceneLock.h */, - FFFDd409edd07fd6d409edd0 /* PxShape.h */, - FFFDd409ee387fd6d409ee38 /* PxSimulationEventCallback.h */, - FFFDd409eea07fd6d409eea0 /* PxSimulationStatistics.h */, - FFFDd409ef087fd6d409ef08 /* PxSpatialIndex.h */, - FFFDd409ef707fd6d409ef70 /* PxVisualizationParameter.h */, - FFFDd409efd87fd6d409efd8 /* PxVolumeCache.h */, - FFFDd409f0407fd6d409f040 /* particles/PxParticleBase.h */, - FFFDd409f0a87fd6d409f0a8 /* particles/PxParticleBaseFlag.h */, - FFFDd409f1107fd6d409f110 /* particles/PxParticleCreationData.h */, - FFFDd409f1787fd6d409f178 /* particles/PxParticleFlag.h */, - FFFDd409f1e07fd6d409f1e0 /* particles/PxParticleFluid.h */, - FFFDd409f2487fd6d409f248 /* particles/PxParticleFluidReadData.h */, - FFFDd409f2b07fd6d409f2b0 /* particles/PxParticleReadData.h */, - FFFDd409f3187fd6d409f318 /* particles/PxParticleSystem.h */, - FFFDd409f3807fd6d409f380 /* pvd/PxPvdSceneClient.h */, - FFFDd409f3e87fd6d409f3e8 /* cloth/PxCloth.h */, - FFFDd409f4507fd6d409f450 /* cloth/PxClothCollisionData.h */, - FFFDd409f4b87fd6d409f4b8 /* cloth/PxClothFabric.h */, - FFFDd409f5207fd6d409f520 /* cloth/PxClothParticleData.h */, - FFFDd409f5887fd6d409f588 /* cloth/PxClothTypes.h */, + FFFD2c863e007f922c863e00 /* PxActor.h */, + FFFD2c863e687f922c863e68 /* PxAggregate.h */, + FFFD2c863ed07f922c863ed0 /* PxArticulation.h */, + FFFD2c863f387f922c863f38 /* PxArticulationJoint.h */, + FFFD2c863fa07f922c863fa0 /* PxArticulationLink.h */, + FFFD2c8640087f922c864008 /* PxBatchQuery.h */, + FFFD2c8640707f922c864070 /* PxBatchQueryDesc.h */, + FFFD2c8640d87f922c8640d8 /* PxBroadPhase.h */, + FFFD2c8641407f922c864140 /* PxClient.h */, + FFFD2c8641a87f922c8641a8 /* PxConstraint.h */, + FFFD2c8642107f922c864210 /* PxConstraintDesc.h */, + FFFD2c8642787f922c864278 /* PxContact.h */, + FFFD2c8642e07f922c8642e0 /* PxContactModifyCallback.h */, + FFFD2c8643487f922c864348 /* PxDeletionListener.h */, + FFFD2c8643b07f922c8643b0 /* PxFiltering.h */, + FFFD2c8644187f922c864418 /* PxForceMode.h */, + FFFD2c8644807f922c864480 /* PxImmediateMode.h */, + FFFD2c8644e87f922c8644e8 /* PxLockedData.h */, + FFFD2c8645507f922c864550 /* PxMaterial.h */, + FFFD2c8645b87f922c8645b8 /* PxPhysXConfig.h */, + FFFD2c8646207f922c864620 /* PxPhysics.h */, + FFFD2c8646887f922c864688 /* PxPhysicsAPI.h */, + FFFD2c8646f07f922c8646f0 /* PxPhysicsSerialization.h */, + FFFD2c8647587f922c864758 /* PxPhysicsVersion.h */, + FFFD2c8647c07f922c8647c0 /* PxPruningStructure.h */, + FFFD2c8648287f922c864828 /* PxQueryFiltering.h */, + FFFD2c8648907f922c864890 /* PxQueryReport.h */, + FFFD2c8648f87f922c8648f8 /* PxRigidActor.h */, + FFFD2c8649607f922c864960 /* PxRigidBody.h */, + FFFD2c8649c87f922c8649c8 /* PxRigidDynamic.h */, + FFFD2c864a307f922c864a30 /* PxRigidStatic.h */, + FFFD2c864a987f922c864a98 /* PxScene.h */, + FFFD2c864b007f922c864b00 /* PxSceneDesc.h */, + FFFD2c864b687f922c864b68 /* PxSceneLock.h */, + FFFD2c864bd07f922c864bd0 /* PxShape.h */, + FFFD2c864c387f922c864c38 /* PxSimulationEventCallback.h */, + FFFD2c864ca07f922c864ca0 /* PxSimulationStatistics.h */, + FFFD2c864d087f922c864d08 /* PxSpatialIndex.h */, + FFFD2c864d707f922c864d70 /* PxVisualizationParameter.h */, + FFFD2c864dd87f922c864dd8 /* PxVolumeCache.h */, + FFFD2c864e407f922c864e40 /* particles/PxParticleBase.h */, + FFFD2c864ea87f922c864ea8 /* particles/PxParticleBaseFlag.h */, + FFFD2c864f107f922c864f10 /* particles/PxParticleCreationData.h */, + FFFD2c864f787f922c864f78 /* particles/PxParticleFlag.h */, + FFFD2c864fe07f922c864fe0 /* particles/PxParticleFluid.h */, + FFFD2c8650487f922c865048 /* particles/PxParticleFluidReadData.h */, + FFFD2c8650b07f922c8650b0 /* particles/PxParticleReadData.h */, + FFFD2c8651187f922c865118 /* particles/PxParticleSystem.h */, + FFFD2c8651807f922c865180 /* pvd/PxPvdSceneClient.h */, + FFFD2c8651e87f922c8651e8 /* cloth/PxCloth.h */, + FFFD2c8652507f922c865250 /* cloth/PxClothCollisionData.h */, + FFFD2c8652b87f922c8652b8 /* cloth/PxClothFabric.h */, + FFFD2c8653207f922c865320 /* cloth/PxClothParticleData.h */, + FFFD2c8653887f922c865388 /* cloth/PxClothTypes.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78a63507fd6d78a6350 /* metadata */ = { + FFFB2d9f49e07f922d9f49e0 /* metadata */ = { isa = PBXGroup; children = ( - FFFDd409b6007fd6d409b600 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDd409b6687fd6d409b668 /* core/include/PvdMetaDataExtensions.h */, - FFFDd409b6d07fd6d409b6d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDd409b7387fd6d409b738 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDd409b7a07fd6d409b7a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDd409b8087fd6d409b808 /* core/include/PxMetaDataCompare.h */, - FFFDd409b8707fd6d409b870 /* core/include/PxMetaDataCppPrefix.h */, - FFFDd409b8d87fd6d409b8d8 /* core/include/PxMetaDataObjects.h */, - FFFDd409b9407fd6d409b940 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDd409b9a87fd6d409b9a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, - FFFDd409ba107fd6d409ba10 /* core/src/PxMetaDataObjects.cpp */, + FFFD2c8632007f922c863200 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD2c8632687f922c863268 /* core/include/PvdMetaDataExtensions.h */, + FFFD2c8632d07f922c8632d0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD2c8633387f922c863338 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD2c8633a07f922c8633a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD2c8634087f922c863408 /* core/include/PxMetaDataCompare.h */, + FFFD2c8634707f922c863470 /* core/include/PxMetaDataCppPrefix.h */, + FFFD2c8634d87f922c8634d8 /* core/include/PxMetaDataObjects.h */, + FFFD2c8635407f922c863540 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD2c8635a87f922c8635a8 /* core/src/PxAutoGeneratedMetaDataObjects.cpp */, + FFFD2c8636107f922c863610 /* core/src/PxMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBd789e4f07fd6d789e4f0 /* PhysXCharacterKinematic */ = { + FFFB2d9ecca07f922d9ecca0 /* PhysXCharacterKinematic */ = { isa = PBXGroup; children = ( - FFFBd78a56107fd6d78a5610 /* include */, - FFFBd78a56387fd6d78a5638 /* src */, + FFFB2d9f3c507f922d9f3c50 /* include */, + FFFB2d9f3c787f922d9f3c78 /* src */, ); name = "PhysXCharacterKinematic"; sourceTree = "<group>"; }; - FFFBd78a56107fd6d78a5610 /* include */ = { + FFFB2d9f3c507f922d9f3c50 /* include */ = { isa = PBXGroup; children = ( - FFFDd78a56607fd6d78a5660 /* PxBoxController.h */, - FFFDd78a56c87fd6d78a56c8 /* PxCapsuleController.h */, - FFFDd78a57307fd6d78a5730 /* PxCharacter.h */, - FFFDd78a57987fd6d78a5798 /* PxController.h */, - FFFDd78a58007fd6d78a5800 /* PxControllerBehavior.h */, - FFFDd78a58687fd6d78a5868 /* PxControllerManager.h */, - FFFDd78a58d07fd6d78a58d0 /* PxControllerObstacles.h */, - FFFDd78a59387fd6d78a5938 /* PxExtended.h */, + FFFD2d9f3ca07f922d9f3ca0 /* PxBoxController.h */, + FFFD2d9f3d087f922d9f3d08 /* PxCapsuleController.h */, + FFFD2d9f3d707f922d9f3d70 /* PxCharacter.h */, + FFFD2d9f3dd87f922d9f3dd8 /* PxController.h */, + FFFD2d9f3e407f922d9f3e40 /* PxControllerBehavior.h */, + FFFD2d9f3ea87f922d9f3ea8 /* PxControllerManager.h */, + FFFD2d9f3f107f922d9f3f10 /* PxControllerObstacles.h */, + FFFD2d9f3f787f922d9f3f78 /* PxExtended.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78a56387fd6d78a5638 /* src */ = { + FFFB2d9f3c787f922d9f3c78 /* src */ = { isa = PBXGroup; children = ( - FFFDd40a16007fd6d40a1600 /* CctBoxController.h */, - FFFDd40a16687fd6d40a1668 /* CctCapsuleController.h */, - FFFDd40a16d07fd6d40a16d0 /* CctCharacterController.h */, - FFFDd40a17387fd6d40a1738 /* CctCharacterControllerManager.h */, - FFFDd40a17a07fd6d40a17a0 /* CctController.h */, - FFFDd40a18087fd6d40a1808 /* CctInternalStructs.h */, - FFFDd40a18707fd6d40a1870 /* CctObstacleContext.h */, - FFFDd40a18d87fd6d40a18d8 /* CctSweptBox.h */, - FFFDd40a19407fd6d40a1940 /* CctSweptCapsule.h */, - FFFDd40a19a87fd6d40a19a8 /* CctSweptVolume.h */, - FFFDd40a1a107fd6d40a1a10 /* CctUtils.h */, - FFFDd40a1a787fd6d40a1a78 /* CctBoxController.cpp */, - FFFDd40a1ae07fd6d40a1ae0 /* CctCapsuleController.cpp */, - FFFDd40a1b487fd6d40a1b48 /* CctCharacterController.cpp */, - FFFDd40a1bb07fd6d40a1bb0 /* CctCharacterControllerCallbacks.cpp */, - FFFDd40a1c187fd6d40a1c18 /* CctCharacterControllerManager.cpp */, - FFFDd40a1c807fd6d40a1c80 /* CctController.cpp */, - FFFDd40a1ce87fd6d40a1ce8 /* CctObstacleContext.cpp */, - FFFDd40a1d507fd6d40a1d50 /* CctSweptBox.cpp */, - FFFDd40a1db87fd6d40a1db8 /* CctSweptCapsule.cpp */, - FFFDd40a1e207fd6d40a1e20 /* CctSweptVolume.cpp */, + FFFD2c85e4007f922c85e400 /* CctBoxController.h */, + FFFD2c85e4687f922c85e468 /* CctCapsuleController.h */, + FFFD2c85e4d07f922c85e4d0 /* CctCharacterController.h */, + FFFD2c85e5387f922c85e538 /* CctCharacterControllerManager.h */, + FFFD2c85e5a07f922c85e5a0 /* CctController.h */, + FFFD2c85e6087f922c85e608 /* CctInternalStructs.h */, + FFFD2c85e6707f922c85e670 /* CctObstacleContext.h */, + FFFD2c85e6d87f922c85e6d8 /* CctSweptBox.h */, + FFFD2c85e7407f922c85e740 /* CctSweptCapsule.h */, + FFFD2c85e7a87f922c85e7a8 /* CctSweptVolume.h */, + FFFD2c85e8107f922c85e810 /* CctUtils.h */, + FFFD2c85e8787f922c85e878 /* CctBoxController.cpp */, + FFFD2c85e8e07f922c85e8e0 /* CctCapsuleController.cpp */, + FFFD2c85e9487f922c85e948 /* CctCharacterController.cpp */, + FFFD2c85e9b07f922c85e9b0 /* CctCharacterControllerCallbacks.cpp */, + FFFD2c85ea187f922c85ea18 /* CctCharacterControllerManager.cpp */, + FFFD2c85ea807f922c85ea80 /* CctController.cpp */, + FFFD2c85eae87f922c85eae8 /* CctObstacleContext.cpp */, + FFFD2c85eb507f922c85eb50 /* CctSweptBox.cpp */, + FFFD2c85ebb87f922c85ebb8 /* CctSweptCapsule.cpp */, + FFFD2c85ec207f922c85ec20 /* CctSweptVolume.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd789f9f07fd6d789f9f0 /* PhysXVehicle */ = { + FFFB2d9ee0607f922d9ee060 /* PhysXVehicle */ = { isa = PBXGroup; children = ( - FFFBd78b06e07fd6d78b06e0 /* include */, - FFFBd78b07087fd6d78b0708 /* src */, - FFFBd78b07307fd6d78b0730 /* metadata */, + FFFB2dc003207f922dc00320 /* include */, + FFFB2dc003487f922dc00348 /* src */, + FFFB2dc003707f922dc00370 /* metadata */, ); name = "PhysXVehicle"; sourceTree = "<group>"; }; - FFFBd78b06e07fd6d78b06e0 /* include */ = { + FFFB2dc003207f922dc00320 /* include */ = { isa = PBXGroup; children = ( - FFFDd40a72007fd6d40a7200 /* PxVehicleComponents.h */, - FFFDd40a72687fd6d40a7268 /* PxVehicleDrive.h */, - FFFDd40a72d07fd6d40a72d0 /* PxVehicleDrive4W.h */, - FFFDd40a73387fd6d40a7338 /* PxVehicleDriveNW.h */, - FFFDd40a73a07fd6d40a73a0 /* PxVehicleDriveTank.h */, - FFFDd40a74087fd6d40a7408 /* PxVehicleNoDrive.h */, - FFFDd40a74707fd6d40a7470 /* PxVehicleSDK.h */, - FFFDd40a74d87fd6d40a74d8 /* PxVehicleShaders.h */, - FFFDd40a75407fd6d40a7540 /* PxVehicleTireFriction.h */, - FFFDd40a75a87fd6d40a75a8 /* PxVehicleUpdate.h */, - FFFDd40a76107fd6d40a7610 /* PxVehicleUtil.h */, - FFFDd40a76787fd6d40a7678 /* PxVehicleUtilControl.h */, - FFFDd40a76e07fd6d40a76e0 /* PxVehicleUtilSetup.h */, - FFFDd40a77487fd6d40a7748 /* PxVehicleUtilTelemetry.h */, - FFFDd40a77b07fd6d40a77b0 /* PxVehicleWheels.h */, + FFFD2c8674007f922c867400 /* PxVehicleComponents.h */, + FFFD2c8674687f922c867468 /* PxVehicleDrive.h */, + FFFD2c8674d07f922c8674d0 /* PxVehicleDrive4W.h */, + FFFD2c8675387f922c867538 /* PxVehicleDriveNW.h */, + FFFD2c8675a07f922c8675a0 /* PxVehicleDriveTank.h */, + FFFD2c8676087f922c867608 /* PxVehicleNoDrive.h */, + FFFD2c8676707f922c867670 /* PxVehicleSDK.h */, + FFFD2c8676d87f922c8676d8 /* PxVehicleShaders.h */, + FFFD2c8677407f922c867740 /* PxVehicleTireFriction.h */, + FFFD2c8677a87f922c8677a8 /* PxVehicleUpdate.h */, + FFFD2c8678107f922c867810 /* PxVehicleUtil.h */, + FFFD2c8678787f922c867878 /* PxVehicleUtilControl.h */, + FFFD2c8678e07f922c8678e0 /* PxVehicleUtilSetup.h */, + FFFD2c8679487f922c867948 /* PxVehicleUtilTelemetry.h */, + FFFD2c8679b07f922c8679b0 /* PxVehicleWheels.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78b07087fd6d78b0708 /* src */ = { + FFFB2dc003487f922dc00348 /* src */ = { isa = PBXGroup; children = ( - FFFDd40a90007fd6d40a9000 /* PxVehicleDefaults.h */, - FFFDd40a90687fd6d40a9068 /* PxVehicleLinearMath.h */, - FFFDd40a90d07fd6d40a90d0 /* PxVehicleSerialization.h */, - FFFDd40a91387fd6d40a9138 /* PxVehicleSuspLimitConstraintShader.h */, - FFFDd40a91a07fd6d40a91a0 /* PxVehicleSuspWheelTire4.h */, - FFFDd40a92087fd6d40a9208 /* PxVehicleComponents.cpp */, - FFFDd40a92707fd6d40a9270 /* PxVehicleDrive.cpp */, - FFFDd40a92d87fd6d40a92d8 /* PxVehicleDrive4W.cpp */, - FFFDd40a93407fd6d40a9340 /* PxVehicleDriveNW.cpp */, - FFFDd40a93a87fd6d40a93a8 /* PxVehicleDriveTank.cpp */, - FFFDd40a94107fd6d40a9410 /* PxVehicleMetaData.cpp */, - FFFDd40a94787fd6d40a9478 /* PxVehicleNoDrive.cpp */, - FFFDd40a94e07fd6d40a94e0 /* PxVehicleSDK.cpp */, - FFFDd40a95487fd6d40a9548 /* PxVehicleSerialization.cpp */, - FFFDd40a95b07fd6d40a95b0 /* PxVehicleSuspWheelTire4.cpp */, - FFFDd40a96187fd6d40a9618 /* PxVehicleTireFriction.cpp */, - FFFDd40a96807fd6d40a9680 /* PxVehicleUpdate.cpp */, - FFFDd40a96e87fd6d40a96e8 /* PxVehicleWheels.cpp */, - FFFDd40a97507fd6d40a9750 /* VehicleUtilControl.cpp */, - FFFDd40a97b87fd6d40a97b8 /* VehicleUtilSetup.cpp */, - FFFDd40a98207fd6d40a9820 /* VehicleUtilTelemetry.cpp */, + FFFD2c8692007f922c869200 /* PxVehicleDefaults.h */, + FFFD2c8692687f922c869268 /* PxVehicleLinearMath.h */, + FFFD2c8692d07f922c8692d0 /* PxVehicleSerialization.h */, + FFFD2c8693387f922c869338 /* PxVehicleSuspLimitConstraintShader.h */, + FFFD2c8693a07f922c8693a0 /* PxVehicleSuspWheelTire4.h */, + FFFD2c8694087f922c869408 /* PxVehicleComponents.cpp */, + FFFD2c8694707f922c869470 /* PxVehicleDrive.cpp */, + FFFD2c8694d87f922c8694d8 /* PxVehicleDrive4W.cpp */, + FFFD2c8695407f922c869540 /* PxVehicleDriveNW.cpp */, + FFFD2c8695a87f922c8695a8 /* PxVehicleDriveTank.cpp */, + FFFD2c8696107f922c869610 /* PxVehicleMetaData.cpp */, + FFFD2c8696787f922c869678 /* PxVehicleNoDrive.cpp */, + FFFD2c8696e07f922c8696e0 /* PxVehicleSDK.cpp */, + FFFD2c8697487f922c869748 /* PxVehicleSerialization.cpp */, + FFFD2c8697b07f922c8697b0 /* PxVehicleSuspWheelTire4.cpp */, + FFFD2c8698187f922c869818 /* PxVehicleTireFriction.cpp */, + FFFD2c8698807f922c869880 /* PxVehicleUpdate.cpp */, + FFFD2c8698e87f922c8698e8 /* PxVehicleWheels.cpp */, + FFFD2c8699507f922c869950 /* VehicleUtilControl.cpp */, + FFFD2c8699b87f922c8699b8 /* VehicleUtilSetup.cpp */, + FFFD2c869a207f922c869a20 /* VehicleUtilTelemetry.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78b07307fd6d78b0730 /* metadata */ = { + FFFB2dc003707f922dc00370 /* metadata */ = { isa = PBXGroup; children = ( - FFFDd78b14307fd6d78b1430 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, - FFFDd78b14987fd6d78b1498 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, - FFFDd78b15007fd6d78b1500 /* include/PxVehicleMetaDataObjects.h */, - FFFDd78b15687fd6d78b1568 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, - FFFDd78b15d07fd6d78b15d0 /* src/PxVehicleMetaDataObjects.cpp */, + FFFD2dc039c07f922dc039c0 /* include/PxVehicleAutoGeneratedMetaDataObjectNames.h */, + FFFD2dc03a287f922dc03a28 /* include/PxVehicleAutoGeneratedMetaDataObjects.h */, + FFFD2dc03a907f922dc03a90 /* include/PxVehicleMetaDataObjects.h */, + FFFD2dc03af87f922dc03af8 /* src/PxVehicleAutoGeneratedMetaDataObjects.cpp */, + FFFD2dc03b607f922dc03b60 /* src/PxVehicleMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBd78af6907fd6d78af690 /* PhysXExtensions */ = { + FFFB2dc036207f922dc03620 /* PhysXExtensions */ = { isa = PBXGroup; children = ( - FFFBd78b86e07fd6d78b86e0 /* include */, - FFFBd78b87087fd6d78b8708 /* src */, - FFFBd78b87307fd6d78b8730 /* serialization */, - FFFBd78b87587fd6d78b8758 /* metadata */, + FFFB2dc0aca07f922dc0aca0 /* include */, + FFFB2dc0acc87f922dc0acc8 /* src */, + FFFB2dc0acf07f922dc0acf0 /* serialization */, + FFFB2dc0ad187f922dc0ad18 /* metadata */, ); name = "PhysXExtensions"; sourceTree = "<group>"; }; - FFFBd78b86e07fd6d78b86e0 /* include */ = { + FFFB2dc0aca07f922dc0aca0 /* include */ = { isa = PBXGroup; children = ( - FFFDd40ac8007fd6d40ac800 /* PxBinaryConverter.h */, - FFFDd40ac8687fd6d40ac868 /* PxBroadPhaseExt.h */, - FFFDd40ac8d07fd6d40ac8d0 /* PxClothFabricCooker.h */, - FFFDd40ac9387fd6d40ac938 /* PxClothMeshDesc.h */, - FFFDd40ac9a07fd6d40ac9a0 /* PxClothMeshQuadifier.h */, - FFFDd40aca087fd6d40aca08 /* PxClothTetherCooker.h */, - FFFDd40aca707fd6d40aca70 /* PxCollectionExt.h */, - FFFDd40acad87fd6d40acad8 /* PxConstraintExt.h */, - FFFDd40acb407fd6d40acb40 /* PxConvexMeshExt.h */, - FFFDd40acba87fd6d40acba8 /* PxD6Joint.h */, - FFFDd40acc107fd6d40acc10 /* PxDefaultAllocator.h */, - FFFDd40acc787fd6d40acc78 /* PxDefaultCpuDispatcher.h */, - FFFDd40acce07fd6d40acce0 /* PxDefaultErrorCallback.h */, - FFFDd40acd487fd6d40acd48 /* PxDefaultSimulationFilterShader.h */, - FFFDd40acdb07fd6d40acdb0 /* PxDefaultStreams.h */, - FFFDd40ace187fd6d40ace18 /* PxDistanceJoint.h */, - FFFDd40ace807fd6d40ace80 /* PxExtensionsAPI.h */, - FFFDd40acee87fd6d40acee8 /* PxFixedJoint.h */, - FFFDd40acf507fd6d40acf50 /* PxJoint.h */, - FFFDd40acfb87fd6d40acfb8 /* PxJointLimit.h */, - FFFDd40ad0207fd6d40ad020 /* PxMassProperties.h */, - FFFDd40ad0887fd6d40ad088 /* PxParticleExt.h */, - FFFDd40ad0f07fd6d40ad0f0 /* PxPrismaticJoint.h */, - FFFDd40ad1587fd6d40ad158 /* PxRaycastCCD.h */, - FFFDd40ad1c07fd6d40ad1c0 /* PxRepXSerializer.h */, - FFFDd40ad2287fd6d40ad228 /* PxRepXSimpleType.h */, - FFFDd40ad2907fd6d40ad290 /* PxRevoluteJoint.h */, - FFFDd40ad2f87fd6d40ad2f8 /* PxRigidActorExt.h */, - FFFDd40ad3607fd6d40ad360 /* PxRigidBodyExt.h */, - FFFDd40ad3c87fd6d40ad3c8 /* PxSceneQueryExt.h */, - FFFDd40ad4307fd6d40ad430 /* PxSerialization.h */, - FFFDd40ad4987fd6d40ad498 /* PxShapeExt.h */, - FFFDd40ad5007fd6d40ad500 /* PxSimpleFactory.h */, - FFFDd40ad5687fd6d40ad568 /* PxSmoothNormals.h */, - FFFDd40ad5d07fd6d40ad5d0 /* PxSphericalJoint.h */, - FFFDd40ad6387fd6d40ad638 /* PxStringTableExt.h */, - FFFDd40ad6a07fd6d40ad6a0 /* PxTriangleMeshExt.h */, + FFFD2c86ca007f922c86ca00 /* PxBinaryConverter.h */, + FFFD2c86ca687f922c86ca68 /* PxBroadPhaseExt.h */, + FFFD2c86cad07f922c86cad0 /* PxClothFabricCooker.h */, + FFFD2c86cb387f922c86cb38 /* PxClothMeshDesc.h */, + FFFD2c86cba07f922c86cba0 /* PxClothMeshQuadifier.h */, + FFFD2c86cc087f922c86cc08 /* PxClothTetherCooker.h */, + FFFD2c86cc707f922c86cc70 /* PxCollectionExt.h */, + FFFD2c86ccd87f922c86ccd8 /* PxConstraintExt.h */, + FFFD2c86cd407f922c86cd40 /* PxConvexMeshExt.h */, + FFFD2c86cda87f922c86cda8 /* PxD6Joint.h */, + FFFD2c86ce107f922c86ce10 /* PxDefaultAllocator.h */, + FFFD2c86ce787f922c86ce78 /* PxDefaultCpuDispatcher.h */, + FFFD2c86cee07f922c86cee0 /* PxDefaultErrorCallback.h */, + FFFD2c86cf487f922c86cf48 /* PxDefaultSimulationFilterShader.h */, + FFFD2c86cfb07f922c86cfb0 /* PxDefaultStreams.h */, + FFFD2c86d0187f922c86d018 /* PxDistanceJoint.h */, + FFFD2c86d0807f922c86d080 /* PxExtensionsAPI.h */, + FFFD2c86d0e87f922c86d0e8 /* PxFixedJoint.h */, + FFFD2c86d1507f922c86d150 /* PxJoint.h */, + FFFD2c86d1b87f922c86d1b8 /* PxJointLimit.h */, + FFFD2c86d2207f922c86d220 /* PxMassProperties.h */, + FFFD2c86d2887f922c86d288 /* PxParticleExt.h */, + FFFD2c86d2f07f922c86d2f0 /* PxPrismaticJoint.h */, + FFFD2c86d3587f922c86d358 /* PxRaycastCCD.h */, + FFFD2c86d3c07f922c86d3c0 /* PxRepXSerializer.h */, + FFFD2c86d4287f922c86d428 /* PxRepXSimpleType.h */, + FFFD2c86d4907f922c86d490 /* PxRevoluteJoint.h */, + FFFD2c86d4f87f922c86d4f8 /* PxRigidActorExt.h */, + FFFD2c86d5607f922c86d560 /* PxRigidBodyExt.h */, + FFFD2c86d5c87f922c86d5c8 /* PxSceneQueryExt.h */, + FFFD2c86d6307f922c86d630 /* PxSerialization.h */, + FFFD2c86d6987f922c86d698 /* PxShapeExt.h */, + FFFD2c86d7007f922c86d700 /* PxSimpleFactory.h */, + FFFD2c86d7687f922c86d768 /* PxSmoothNormals.h */, + FFFD2c86d7d07f922c86d7d0 /* PxSphericalJoint.h */, + FFFD2c86d8387f922c86d838 /* PxStringTableExt.h */, + FFFD2c86d8a07f922c86d8a0 /* PxTriangleMeshExt.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78b87087fd6d78b8708 /* src */ = { + FFFB2dc0acc87f922dc0acc8 /* src */ = { isa = PBXGroup; children = ( - FFFDd40ab2007fd6d40ab200 /* ExtConstraintHelper.h */, - FFFDd40ab2687fd6d40ab268 /* ExtCpuWorkerThread.h */, - FFFDd40ab2d07fd6d40ab2d0 /* ExtD6Joint.h */, - FFFDd40ab3387fd6d40ab338 /* ExtDefaultCpuDispatcher.h */, - FFFDd40ab3a07fd6d40ab3a0 /* ExtDistanceJoint.h */, - FFFDd40ab4087fd6d40ab408 /* ExtFixedJoint.h */, - FFFDd40ab4707fd6d40ab470 /* ExtInertiaTensor.h */, - FFFDd40ab4d87fd6d40ab4d8 /* ExtJoint.h */, - FFFDd40ab5407fd6d40ab540 /* ExtJointMetaDataExtensions.h */, - FFFDd40ab5a87fd6d40ab5a8 /* ExtPlatform.h */, - FFFDd40ab6107fd6d40ab610 /* ExtPrismaticJoint.h */, - FFFDd40ab6787fd6d40ab678 /* ExtPvd.h */, - FFFDd40ab6e07fd6d40ab6e0 /* ExtRevoluteJoint.h */, - FFFDd40ab7487fd6d40ab748 /* ExtSerialization.h */, - FFFDd40ab7b07fd6d40ab7b0 /* ExtSharedQueueEntryPool.h */, - FFFDd40ab8187fd6d40ab818 /* ExtSphericalJoint.h */, - FFFDd40ab8807fd6d40ab880 /* ExtTaskQueueHelper.h */, - FFFDd40ab8e87fd6d40ab8e8 /* ExtBroadPhase.cpp */, - FFFDd40ab9507fd6d40ab950 /* ExtClothFabricCooker.cpp */, - FFFDd40ab9b87fd6d40ab9b8 /* ExtClothGeodesicTetherCooker.cpp */, - FFFDd40aba207fd6d40aba20 /* ExtClothMeshQuadifier.cpp */, - FFFDd40aba887fd6d40aba88 /* ExtClothSimpleTetherCooker.cpp */, - FFFDd40abaf07fd6d40abaf0 /* ExtCollection.cpp */, - FFFDd40abb587fd6d40abb58 /* ExtConvexMeshExt.cpp */, - FFFDd40abbc07fd6d40abbc0 /* ExtCpuWorkerThread.cpp */, - FFFDd40abc287fd6d40abc28 /* ExtD6Joint.cpp */, - FFFDd40abc907fd6d40abc90 /* ExtD6JointSolverPrep.cpp */, - FFFDd40abcf87fd6d40abcf8 /* ExtDefaultCpuDispatcher.cpp */, - FFFDd40abd607fd6d40abd60 /* ExtDefaultErrorCallback.cpp */, - FFFDd40abdc87fd6d40abdc8 /* ExtDefaultSimulationFilterShader.cpp */, - FFFDd40abe307fd6d40abe30 /* ExtDefaultStreams.cpp */, - FFFDd40abe987fd6d40abe98 /* ExtDistanceJoint.cpp */, - FFFDd40abf007fd6d40abf00 /* ExtDistanceJointSolverPrep.cpp */, - FFFDd40abf687fd6d40abf68 /* ExtExtensions.cpp */, - FFFDd40abfd07fd6d40abfd0 /* ExtFixedJoint.cpp */, - FFFDd40ac0387fd6d40ac038 /* ExtFixedJointSolverPrep.cpp */, - FFFDd40ac0a07fd6d40ac0a0 /* ExtJoint.cpp */, - FFFDd40ac1087fd6d40ac108 /* ExtMetaData.cpp */, - FFFDd40ac1707fd6d40ac170 /* ExtParticleExt.cpp */, - FFFDd40ac1d87fd6d40ac1d8 /* ExtPrismaticJoint.cpp */, - FFFDd40ac2407fd6d40ac240 /* ExtPrismaticJointSolverPrep.cpp */, - FFFDd40ac2a87fd6d40ac2a8 /* ExtPvd.cpp */, - FFFDd40ac3107fd6d40ac310 /* ExtPxStringTable.cpp */, - FFFDd40ac3787fd6d40ac378 /* ExtRaycastCCD.cpp */, - FFFDd40ac3e07fd6d40ac3e0 /* ExtRevoluteJoint.cpp */, - FFFDd40ac4487fd6d40ac448 /* ExtRevoluteJointSolverPrep.cpp */, - FFFDd40ac4b07fd6d40ac4b0 /* ExtRigidBodyExt.cpp */, - FFFDd40ac5187fd6d40ac518 /* ExtSceneQueryExt.cpp */, - FFFDd40ac5807fd6d40ac580 /* ExtSimpleFactory.cpp */, - FFFDd40ac5e87fd6d40ac5e8 /* ExtSmoothNormals.cpp */, - FFFDd40ac6507fd6d40ac650 /* ExtSphericalJoint.cpp */, - FFFDd40ac6b87fd6d40ac6b8 /* ExtSphericalJointSolverPrep.cpp */, - FFFDd40ac7207fd6d40ac720 /* ExtTriangleMeshExt.cpp */, + FFFD2c86b4007f922c86b400 /* ExtConstraintHelper.h */, + FFFD2c86b4687f922c86b468 /* ExtCpuWorkerThread.h */, + FFFD2c86b4d07f922c86b4d0 /* ExtD6Joint.h */, + FFFD2c86b5387f922c86b538 /* ExtDefaultCpuDispatcher.h */, + FFFD2c86b5a07f922c86b5a0 /* ExtDistanceJoint.h */, + FFFD2c86b6087f922c86b608 /* ExtFixedJoint.h */, + FFFD2c86b6707f922c86b670 /* ExtInertiaTensor.h */, + FFFD2c86b6d87f922c86b6d8 /* ExtJoint.h */, + FFFD2c86b7407f922c86b740 /* ExtJointMetaDataExtensions.h */, + FFFD2c86b7a87f922c86b7a8 /* ExtPlatform.h */, + FFFD2c86b8107f922c86b810 /* ExtPrismaticJoint.h */, + FFFD2c86b8787f922c86b878 /* ExtPvd.h */, + FFFD2c86b8e07f922c86b8e0 /* ExtRevoluteJoint.h */, + FFFD2c86b9487f922c86b948 /* ExtSerialization.h */, + FFFD2c86b9b07f922c86b9b0 /* ExtSharedQueueEntryPool.h */, + FFFD2c86ba187f922c86ba18 /* ExtSphericalJoint.h */, + FFFD2c86ba807f922c86ba80 /* ExtTaskQueueHelper.h */, + FFFD2c86bae87f922c86bae8 /* ExtBroadPhase.cpp */, + FFFD2c86bb507f922c86bb50 /* ExtClothFabricCooker.cpp */, + FFFD2c86bbb87f922c86bbb8 /* ExtClothGeodesicTetherCooker.cpp */, + FFFD2c86bc207f922c86bc20 /* ExtClothMeshQuadifier.cpp */, + FFFD2c86bc887f922c86bc88 /* ExtClothSimpleTetherCooker.cpp */, + FFFD2c86bcf07f922c86bcf0 /* ExtCollection.cpp */, + FFFD2c86bd587f922c86bd58 /* ExtConvexMeshExt.cpp */, + FFFD2c86bdc07f922c86bdc0 /* ExtCpuWorkerThread.cpp */, + FFFD2c86be287f922c86be28 /* ExtD6Joint.cpp */, + FFFD2c86be907f922c86be90 /* ExtD6JointSolverPrep.cpp */, + FFFD2c86bef87f922c86bef8 /* ExtDefaultCpuDispatcher.cpp */, + FFFD2c86bf607f922c86bf60 /* ExtDefaultErrorCallback.cpp */, + FFFD2c86bfc87f922c86bfc8 /* ExtDefaultSimulationFilterShader.cpp */, + FFFD2c86c0307f922c86c030 /* ExtDefaultStreams.cpp */, + FFFD2c86c0987f922c86c098 /* ExtDistanceJoint.cpp */, + FFFD2c86c1007f922c86c100 /* ExtDistanceJointSolverPrep.cpp */, + FFFD2c86c1687f922c86c168 /* ExtExtensions.cpp */, + FFFD2c86c1d07f922c86c1d0 /* ExtFixedJoint.cpp */, + FFFD2c86c2387f922c86c238 /* ExtFixedJointSolverPrep.cpp */, + FFFD2c86c2a07f922c86c2a0 /* ExtJoint.cpp */, + FFFD2c86c3087f922c86c308 /* ExtMetaData.cpp */, + FFFD2c86c3707f922c86c370 /* ExtParticleExt.cpp */, + FFFD2c86c3d87f922c86c3d8 /* ExtPrismaticJoint.cpp */, + FFFD2c86c4407f922c86c440 /* ExtPrismaticJointSolverPrep.cpp */, + FFFD2c86c4a87f922c86c4a8 /* ExtPvd.cpp */, + FFFD2c86c5107f922c86c510 /* ExtPxStringTable.cpp */, + FFFD2c86c5787f922c86c578 /* ExtRaycastCCD.cpp */, + FFFD2c86c5e07f922c86c5e0 /* ExtRevoluteJoint.cpp */, + FFFD2c86c6487f922c86c648 /* ExtRevoluteJointSolverPrep.cpp */, + FFFD2c86c6b07f922c86c6b0 /* ExtRigidBodyExt.cpp */, + FFFD2c86c7187f922c86c718 /* ExtSceneQueryExt.cpp */, + FFFD2c86c7807f922c86c780 /* ExtSimpleFactory.cpp */, + FFFD2c86c7e87f922c86c7e8 /* ExtSmoothNormals.cpp */, + FFFD2c86c8507f922c86c850 /* ExtSphericalJoint.cpp */, + FFFD2c86c8b87f922c86c8b8 /* ExtSphericalJointSolverPrep.cpp */, + FFFD2c86c9207f922c86c920 /* ExtTriangleMeshExt.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78b87307fd6d78b8730 /* serialization */ = { + FFFB2dc0acf07f922dc0acf0 /* serialization */ = { isa = PBXGroup; children = ( - FFFDd40afc007fd6d40afc00 /* SnSerialUtils.h */, - FFFDd40afc687fd6d40afc68 /* SnSerializationRegistry.h */, - FFFDd40afcd07fd6d40afcd0 /* SnSerialUtils.cpp */, - FFFDd40afd387fd6d40afd38 /* SnSerialization.cpp */, - FFFDd40afda07fd6d40afda0 /* SnSerializationRegistry.cpp */, - FFFDd40afe087fd6d40afe08 /* Binary/SnConvX.h */, - FFFDd40afe707fd6d40afe70 /* Binary/SnConvX_Align.h */, - FFFDd40afed87fd6d40afed8 /* Binary/SnConvX_Common.h */, - FFFDd40aff407fd6d40aff40 /* Binary/SnConvX_MetaData.h */, - FFFDd40affa87fd6d40affa8 /* Binary/SnConvX_Output.h */, - FFFDd40b00107fd6d40b0010 /* Binary/SnConvX_Union.h */, - FFFDd40b00787fd6d40b0078 /* Binary/SnSerializationContext.h */, - FFFDd40b00e07fd6d40b00e0 /* Binary/SnBinaryDeserialization.cpp */, - FFFDd40b01487fd6d40b0148 /* Binary/SnBinarySerialization.cpp */, - FFFDd40b01b07fd6d40b01b0 /* Binary/SnConvX.cpp */, - FFFDd40b02187fd6d40b0218 /* Binary/SnConvX_Align.cpp */, - FFFDd40b02807fd6d40b0280 /* Binary/SnConvX_Convert.cpp */, - FFFDd40b02e87fd6d40b02e8 /* Binary/SnConvX_Error.cpp */, - FFFDd40b03507fd6d40b0350 /* Binary/SnConvX_MetaData.cpp */, - FFFDd40b03b87fd6d40b03b8 /* Binary/SnConvX_Output.cpp */, - FFFDd40b04207fd6d40b0420 /* Binary/SnConvX_Union.cpp */, - FFFDd40b04887fd6d40b0488 /* Binary/SnSerializationContext.cpp */, - FFFDd40b04f07fd6d40b04f0 /* Xml/SnJointRepXSerializer.h */, - FFFDd40b05587fd6d40b0558 /* Xml/SnPxStreamOperators.h */, - FFFDd40b05c07fd6d40b05c0 /* Xml/SnRepX1_0Defaults.h */, - FFFDd40b06287fd6d40b0628 /* Xml/SnRepX3_1Defaults.h */, - FFFDd40b06907fd6d40b0690 /* Xml/SnRepX3_2Defaults.h */, - FFFDd40b06f87fd6d40b06f8 /* Xml/SnRepXCollection.h */, - FFFDd40b07607fd6d40b0760 /* Xml/SnRepXCoreSerializer.h */, - FFFDd40b07c87fd6d40b07c8 /* Xml/SnRepXSerializerImpl.h */, - FFFDd40b08307fd6d40b0830 /* Xml/SnRepXUpgrader.h */, - FFFDd40b08987fd6d40b0898 /* Xml/SnSimpleXmlWriter.h */, - FFFDd40b09007fd6d40b0900 /* Xml/SnXmlDeserializer.h */, - FFFDd40b09687fd6d40b0968 /* Xml/SnXmlImpl.h */, - FFFDd40b09d07fd6d40b09d0 /* Xml/SnXmlMemoryAllocator.h */, - FFFDd40b0a387fd6d40b0a38 /* Xml/SnXmlMemoryPool.h */, - FFFDd40b0aa07fd6d40b0aa0 /* Xml/SnXmlMemoryPoolStreams.h */, - FFFDd40b0b087fd6d40b0b08 /* Xml/SnXmlReader.h */, - FFFDd40b0b707fd6d40b0b70 /* Xml/SnXmlSerializer.h */, - FFFDd40b0bd87fd6d40b0bd8 /* Xml/SnXmlSimpleXmlWriter.h */, - FFFDd40b0c407fd6d40b0c40 /* Xml/SnXmlStringToType.h */, - FFFDd40b0ca87fd6d40b0ca8 /* Xml/SnXmlVisitorReader.h */, - FFFDd40b0d107fd6d40b0d10 /* Xml/SnXmlVisitorWriter.h */, - FFFDd40b0d787fd6d40b0d78 /* Xml/SnXmlWriter.h */, - FFFDd40b0de07fd6d40b0de0 /* Xml/SnJointRepXSerializer.cpp */, - FFFDd40b0e487fd6d40b0e48 /* Xml/SnRepXCoreSerializer.cpp */, - FFFDd40b0eb07fd6d40b0eb0 /* Xml/SnRepXUpgrader.cpp */, - FFFDd40b0f187fd6d40b0f18 /* Xml/SnXmlSerialization.cpp */, - FFFDd40b0f807fd6d40b0f80 /* File/SnFile.h */, + FFFD2c86fe007f922c86fe00 /* SnSerialUtils.h */, + FFFD2c86fe687f922c86fe68 /* SnSerializationRegistry.h */, + FFFD2c86fed07f922c86fed0 /* SnSerialUtils.cpp */, + FFFD2c86ff387f922c86ff38 /* SnSerialization.cpp */, + FFFD2c86ffa07f922c86ffa0 /* SnSerializationRegistry.cpp */, + FFFD2c8700087f922c870008 /* Binary/SnConvX.h */, + FFFD2c8700707f922c870070 /* Binary/SnConvX_Align.h */, + FFFD2c8700d87f922c8700d8 /* Binary/SnConvX_Common.h */, + FFFD2c8701407f922c870140 /* Binary/SnConvX_MetaData.h */, + FFFD2c8701a87f922c8701a8 /* Binary/SnConvX_Output.h */, + FFFD2c8702107f922c870210 /* Binary/SnConvX_Union.h */, + FFFD2c8702787f922c870278 /* Binary/SnSerializationContext.h */, + FFFD2c8702e07f922c8702e0 /* Binary/SnBinaryDeserialization.cpp */, + FFFD2c8703487f922c870348 /* Binary/SnBinarySerialization.cpp */, + FFFD2c8703b07f922c8703b0 /* Binary/SnConvX.cpp */, + FFFD2c8704187f922c870418 /* Binary/SnConvX_Align.cpp */, + FFFD2c8704807f922c870480 /* Binary/SnConvX_Convert.cpp */, + FFFD2c8704e87f922c8704e8 /* Binary/SnConvX_Error.cpp */, + FFFD2c8705507f922c870550 /* Binary/SnConvX_MetaData.cpp */, + FFFD2c8705b87f922c8705b8 /* Binary/SnConvX_Output.cpp */, + FFFD2c8706207f922c870620 /* Binary/SnConvX_Union.cpp */, + FFFD2c8706887f922c870688 /* Binary/SnSerializationContext.cpp */, + FFFD2c8706f07f922c8706f0 /* Xml/SnJointRepXSerializer.h */, + FFFD2c8707587f922c870758 /* Xml/SnPxStreamOperators.h */, + FFFD2c8707c07f922c8707c0 /* Xml/SnRepX1_0Defaults.h */, + FFFD2c8708287f922c870828 /* Xml/SnRepX3_1Defaults.h */, + FFFD2c8708907f922c870890 /* Xml/SnRepX3_2Defaults.h */, + FFFD2c8708f87f922c8708f8 /* Xml/SnRepXCollection.h */, + FFFD2c8709607f922c870960 /* Xml/SnRepXCoreSerializer.h */, + FFFD2c8709c87f922c8709c8 /* Xml/SnRepXSerializerImpl.h */, + FFFD2c870a307f922c870a30 /* Xml/SnRepXUpgrader.h */, + FFFD2c870a987f922c870a98 /* Xml/SnSimpleXmlWriter.h */, + FFFD2c870b007f922c870b00 /* Xml/SnXmlDeserializer.h */, + FFFD2c870b687f922c870b68 /* Xml/SnXmlImpl.h */, + FFFD2c870bd07f922c870bd0 /* Xml/SnXmlMemoryAllocator.h */, + FFFD2c870c387f922c870c38 /* Xml/SnXmlMemoryPool.h */, + FFFD2c870ca07f922c870ca0 /* Xml/SnXmlMemoryPoolStreams.h */, + FFFD2c870d087f922c870d08 /* Xml/SnXmlReader.h */, + FFFD2c870d707f922c870d70 /* Xml/SnXmlSerializer.h */, + FFFD2c870dd87f922c870dd8 /* Xml/SnXmlSimpleXmlWriter.h */, + FFFD2c870e407f922c870e40 /* Xml/SnXmlStringToType.h */, + FFFD2c870ea87f922c870ea8 /* Xml/SnXmlVisitorReader.h */, + FFFD2c870f107f922c870f10 /* Xml/SnXmlVisitorWriter.h */, + FFFD2c870f787f922c870f78 /* Xml/SnXmlWriter.h */, + FFFD2c870fe07f922c870fe0 /* Xml/SnJointRepXSerializer.cpp */, + FFFD2c8710487f922c871048 /* Xml/SnRepXCoreSerializer.cpp */, + FFFD2c8710b07f922c8710b0 /* Xml/SnRepXUpgrader.cpp */, + FFFD2c8711187f922c871118 /* Xml/SnXmlSerialization.cpp */, + FFFD2c8711807f922c871180 /* File/SnFile.h */, ); name = "serialization"; sourceTree = SOURCE_ROOT; }; - FFFBd78b87587fd6d78b8758 /* metadata */ = { + FFFB2dc0ad187f922dc0ad18 /* metadata */ = { isa = PBXGroup; children = ( - FFFDd40ad8007fd6d40ad800 /* core/include/PvdMetaDataDefineProperties.h */, - FFFDd40ad8687fd6d40ad868 /* core/include/PvdMetaDataExtensions.h */, - FFFDd40ad8d07fd6d40ad8d0 /* core/include/PvdMetaDataPropertyVisitor.h */, - FFFDd40ad9387fd6d40ad938 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, - FFFDd40ad9a07fd6d40ad9a0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, - FFFDd40ada087fd6d40ada08 /* core/include/PxMetaDataCompare.h */, - FFFDd40ada707fd6d40ada70 /* core/include/PxMetaDataCppPrefix.h */, - FFFDd40adad87fd6d40adad8 /* core/include/PxMetaDataObjects.h */, - FFFDd40adb407fd6d40adb40 /* core/include/RepXMetaDataPropertyVisitor.h */, - FFFDd40adba87fd6d40adba8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, - FFFDd40adc107fd6d40adc10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, - FFFDd40adc787fd6d40adc78 /* extensions/include/PxExtensionMetaDataObjects.h */, - FFFDd40adce07fd6d40adce0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, + FFFD2c86da007f922c86da00 /* core/include/PvdMetaDataDefineProperties.h */, + FFFD2c86da687f922c86da68 /* core/include/PvdMetaDataExtensions.h */, + FFFD2c86dad07f922c86dad0 /* core/include/PvdMetaDataPropertyVisitor.h */, + FFFD2c86db387f922c86db38 /* core/include/PxAutoGeneratedMetaDataObjectNames.h */, + FFFD2c86dba07f922c86dba0 /* core/include/PxAutoGeneratedMetaDataObjects.h */, + FFFD2c86dc087f922c86dc08 /* core/include/PxMetaDataCompare.h */, + FFFD2c86dc707f922c86dc70 /* core/include/PxMetaDataCppPrefix.h */, + FFFD2c86dcd87f922c86dcd8 /* core/include/PxMetaDataObjects.h */, + FFFD2c86dd407f922c86dd40 /* core/include/RepXMetaDataPropertyVisitor.h */, + FFFD2c86dda87f922c86dda8 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjectNames.h */, + FFFD2c86de107f922c86de10 /* extensions/include/PxExtensionAutoGeneratedMetaDataObjects.h */, + FFFD2c86de787f922c86de78 /* extensions/include/PxExtensionMetaDataObjects.h */, + FFFD2c86dee07f922c86dee0 /* extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp */, ); name = "metadata"; sourceTree = SOURCE_ROOT; }; - FFFBd78c1fc07fd6d78c1fc0 /* SceneQuery */ = { + FFFB2dc145807f922dc14580 /* SceneQuery */ = { isa = PBXGroup; children = ( - FFFBd78c41b07fd6d78c41b0 /* src */, - FFFBd78c41d87fd6d78c41d8 /* include */, + FFFB2dc167707f922dc16770 /* src */, + FFFB2dc167987f922dc16798 /* include */, ); name = "SceneQuery"; sourceTree = "<group>"; }; - FFFBd78c41b07fd6d78c41b0 /* src */ = { + FFFB2dc167707f922dc16770 /* src */ = { isa = PBXGroup; children = ( - FFFDd40b3c007fd6d40b3c00 /* SqAABBPruner.cpp */, - FFFDd40b3c687fd6d40b3c68 /* SqAABBTree.cpp */, - FFFDd40b3cd07fd6d40b3cd0 /* SqAABBTreeUpdateMap.cpp */, - FFFDd40b3d387fd6d40b3d38 /* SqBounds.cpp */, - FFFDd40b3da07fd6d40b3da0 /* SqBucketPruner.cpp */, - FFFDd40b3e087fd6d40b3e08 /* SqExtendedBucketPruner.cpp */, - FFFDd40b3e707fd6d40b3e70 /* SqMetaData.cpp */, - FFFDd40b3ed87fd6d40b3ed8 /* SqPruningPool.cpp */, - FFFDd40b3f407fd6d40b3f40 /* SqPruningStructure.cpp */, - FFFDd40b3fa87fd6d40b3fa8 /* SqSceneQueryManager.cpp */, - FFFDd40b40107fd6d40b4010 /* SqAABBPruner.h */, - FFFDd40b40787fd6d40b4078 /* SqAABBTree.h */, - FFFDd40b40e07fd6d40b40e0 /* SqAABBTreeQuery.h */, - FFFDd40b41487fd6d40b4148 /* SqAABBTreeUpdateMap.h */, - FFFDd40b41b07fd6d40b41b0 /* SqBounds.h */, - FFFDd40b42187fd6d40b4218 /* SqBucketPruner.h */, - FFFDd40b42807fd6d40b4280 /* SqExtendedBucketPruner.h */, - FFFDd40b42e87fd6d40b42e8 /* SqPrunerTestsSIMD.h */, - FFFDd40b43507fd6d40b4350 /* SqPruningPool.h */, - FFFDd40b43b87fd6d40b43b8 /* SqTypedef.h */, + FFFD2c873e007f922c873e00 /* SqAABBPruner.cpp */, + FFFD2c873e687f922c873e68 /* SqAABBTree.cpp */, + FFFD2c873ed07f922c873ed0 /* SqAABBTreeUpdateMap.cpp */, + FFFD2c873f387f922c873f38 /* SqBounds.cpp */, + FFFD2c873fa07f922c873fa0 /* SqBucketPruner.cpp */, + FFFD2c8740087f922c874008 /* SqExtendedBucketPruner.cpp */, + FFFD2c8740707f922c874070 /* SqMetaData.cpp */, + FFFD2c8740d87f922c8740d8 /* SqPruningPool.cpp */, + FFFD2c8741407f922c874140 /* SqPruningStructure.cpp */, + FFFD2c8741a87f922c8741a8 /* SqSceneQueryManager.cpp */, + FFFD2c8742107f922c874210 /* SqAABBPruner.h */, + FFFD2c8742787f922c874278 /* SqAABBTree.h */, + FFFD2c8742e07f922c8742e0 /* SqAABBTreeQuery.h */, + FFFD2c8743487f922c874348 /* SqAABBTreeUpdateMap.h */, + FFFD2c8743b07f922c8743b0 /* SqBounds.h */, + FFFD2c8744187f922c874418 /* SqBucketPruner.h */, + FFFD2c8744807f922c874480 /* SqExtendedBucketPruner.h */, + FFFD2c8744e87f922c8744e8 /* SqPrunerTestsSIMD.h */, + FFFD2c8745507f922c874550 /* SqPruningPool.h */, + FFFD2c8745b87f922c8745b8 /* SqTypedef.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78c41d87fd6d78c41d8 /* include */ = { + FFFB2dc167987f922dc16798 /* include */ = { isa = PBXGroup; children = ( - FFFDd78c63f07fd6d78c63f0 /* SqPruner.h */, - FFFDd78c64587fd6d78c6458 /* SqPrunerMergeData.h */, - FFFDd78c64c07fd6d78c64c0 /* SqPruningStructure.h */, - FFFDd78c65287fd6d78c6528 /* SqSceneQueryManager.h */, + FFFD2dc189b07f922dc189b0 /* SqPruner.h */, + FFFD2dc18a187f922dc18a18 /* SqPrunerMergeData.h */, + FFFD2dc18a807f922dc18a80 /* SqPruningStructure.h */, + FFFD2dc18ae87f922dc18ae8 /* SqSceneQueryManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78c66b07fd6d78c66b0 /* SimulationController */ = { + FFFB2dc18c707f922dc18c70 /* SimulationController */ = { isa = PBXGroup; children = ( - FFFBd78c85f07fd6d78c85f0 /* include */, - FFFBd78c86187fd6d78c8618 /* src */, + FFFB2dc1abb07f922dc1abb0 /* include */, + FFFB2dc1abd87f922dc1abd8 /* src */, ); name = "SimulationController"; sourceTree = "<group>"; }; - FFFBd78c85f07fd6d78c85f0 /* include */ = { + FFFB2dc1abb07f922dc1abb0 /* include */ = { isa = PBXGroup; children = ( - FFFDd40b66007fd6d40b6600 /* ScActorCore.h */, - FFFDd40b66687fd6d40b6668 /* ScArticulationCore.h */, - FFFDd40b66d07fd6d40b66d0 /* ScArticulationJointCore.h */, - FFFDd40b67387fd6d40b6738 /* ScBodyCore.h */, - FFFDd40b67a07fd6d40b67a0 /* ScClothCore.h */, - FFFDd40b68087fd6d40b6808 /* ScClothFabricCore.h */, - FFFDd40b68707fd6d40b6870 /* ScConstraintCore.h */, - FFFDd40b68d87fd6d40b68d8 /* ScIterators.h */, - FFFDd40b69407fd6d40b6940 /* ScMaterialCore.h */, - FFFDd40b69a87fd6d40b69a8 /* ScParticleSystemCore.h */, - FFFDd40b6a107fd6d40b6a10 /* ScPhysics.h */, - FFFDd40b6a787fd6d40b6a78 /* ScRigidCore.h */, - FFFDd40b6ae07fd6d40b6ae0 /* ScScene.h */, - FFFDd40b6b487fd6d40b6b48 /* ScShapeCore.h */, - FFFDd40b6bb07fd6d40b6bb0 /* ScStaticCore.h */, + FFFD2c8768007f922c876800 /* ScActorCore.h */, + FFFD2c8768687f922c876868 /* ScArticulationCore.h */, + FFFD2c8768d07f922c8768d0 /* ScArticulationJointCore.h */, + FFFD2c8769387f922c876938 /* ScBodyCore.h */, + FFFD2c8769a07f922c8769a0 /* ScClothCore.h */, + FFFD2c876a087f922c876a08 /* ScClothFabricCore.h */, + FFFD2c876a707f922c876a70 /* ScConstraintCore.h */, + FFFD2c876ad87f922c876ad8 /* ScIterators.h */, + FFFD2c876b407f922c876b40 /* ScMaterialCore.h */, + FFFD2c876ba87f922c876ba8 /* ScParticleSystemCore.h */, + FFFD2c876c107f922c876c10 /* ScPhysics.h */, + FFFD2c876c787f922c876c78 /* ScRigidCore.h */, + FFFD2c876ce07f922c876ce0 /* ScScene.h */, + FFFD2c876d487f922c876d48 /* ScShapeCore.h */, + FFFD2c876db07f922c876db0 /* ScStaticCore.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78c86187fd6d78c8618 /* src */ = { + FFFB2dc1abd87f922dc1abd8 /* src */ = { isa = PBXGroup; children = ( - FFFDd40b98007fd6d40b9800 /* ScActorElementPair.h */, - FFFDd40b98687fd6d40b9868 /* ScActorInteraction.h */, - FFFDd40b98d07fd6d40b98d0 /* ScActorPair.h */, - FFFDd40b99387fd6d40b9938 /* ScActorSim.h */, - FFFDd40b99a07fd6d40b99a0 /* ScArticulationJointSim.h */, - FFFDd40b9a087fd6d40b9a08 /* ScArticulationSim.h */, - FFFDd40b9a707fd6d40b9a70 /* ScBodySim.h */, - FFFDd40b9ad87fd6d40b9ad8 /* ScClient.h */, - FFFDd40b9b407fd6d40b9b40 /* ScConstraintGroupNode.h */, - FFFDd40b9ba87fd6d40b9ba8 /* ScConstraintInteraction.h */, - FFFDd40b9c107fd6d40b9c10 /* ScConstraintProjectionManager.h */, - FFFDd40b9c787fd6d40b9c78 /* ScConstraintProjectionTree.h */, - FFFDd40b9ce07fd6d40b9ce0 /* ScConstraintSim.h */, - FFFDd40b9d487fd6d40b9d48 /* ScContactReportBuffer.h */, - FFFDd40b9db07fd6d40b9db0 /* ScContactStream.h */, - FFFDd40b9e187fd6d40b9e18 /* ScElementInteractionMarker.h */, - FFFDd40b9e807fd6d40b9e80 /* ScElementSim.h */, - FFFDd40b9ee87fd6d40b9ee8 /* ScElementSimInteraction.h */, - FFFDd40b9f507fd6d40b9f50 /* ScInteraction.h */, - FFFDd40b9fb87fd6d40b9fb8 /* ScInteractionFlags.h */, - FFFDd40ba0207fd6d40ba020 /* ScNPhaseCore.h */, - FFFDd40ba0887fd6d40ba088 /* ScObjectIDTracker.h */, - FFFDd40ba0f07fd6d40ba0f0 /* ScRbElementInteraction.h */, - FFFDd40ba1587fd6d40ba158 /* ScRigidSim.h */, - FFFDd40ba1c07fd6d40ba1c0 /* ScShapeInteraction.h */, - FFFDd40ba2287fd6d40ba228 /* ScShapeIterator.h */, - FFFDd40ba2907fd6d40ba290 /* ScShapeSim.h */, - FFFDd40ba2f87fd6d40ba2f8 /* ScSimStateData.h */, - FFFDd40ba3607fd6d40ba360 /* ScSimStats.h */, - FFFDd40ba3c87fd6d40ba3c8 /* ScSimulationController.h */, - FFFDd40ba4307fd6d40ba430 /* ScSqBoundsManager.h */, - FFFDd40ba4987fd6d40ba498 /* ScStaticSim.h */, - FFFDd40ba5007fd6d40ba500 /* ScTriggerInteraction.h */, - FFFDd40ba5687fd6d40ba568 /* ScTriggerPairs.h */, - FFFDd40ba5d07fd6d40ba5d0 /* ScActorCore.cpp */, - FFFDd40ba6387fd6d40ba638 /* ScActorSim.cpp */, - FFFDd40ba6a07fd6d40ba6a0 /* ScArticulationCore.cpp */, - FFFDd40ba7087fd6d40ba708 /* ScArticulationJointCore.cpp */, - FFFDd40ba7707fd6d40ba770 /* ScArticulationJointSim.cpp */, - FFFDd40ba7d87fd6d40ba7d8 /* ScArticulationSim.cpp */, - FFFDd40ba8407fd6d40ba840 /* ScBodyCore.cpp */, - FFFDd40ba8a87fd6d40ba8a8 /* ScBodyCoreKinematic.cpp */, - FFFDd40ba9107fd6d40ba910 /* ScBodySim.cpp */, - FFFDd40ba9787fd6d40ba978 /* ScConstraintCore.cpp */, - FFFDd40ba9e07fd6d40ba9e0 /* ScConstraintGroupNode.cpp */, - FFFDd40baa487fd6d40baa48 /* ScConstraintInteraction.cpp */, - FFFDd40baab07fd6d40baab0 /* ScConstraintProjectionManager.cpp */, - FFFDd40bab187fd6d40bab18 /* ScConstraintProjectionTree.cpp */, - FFFDd40bab807fd6d40bab80 /* ScConstraintSim.cpp */, - FFFDd40babe87fd6d40babe8 /* ScElementInteractionMarker.cpp */, - FFFDd40bac507fd6d40bac50 /* ScElementSim.cpp */, - FFFDd40bacb87fd6d40bacb8 /* ScInteraction.cpp */, - FFFDd40bad207fd6d40bad20 /* ScIterators.cpp */, - FFFDd40bad887fd6d40bad88 /* ScMaterialCore.cpp */, - FFFDd40badf07fd6d40badf0 /* ScMetaData.cpp */, - FFFDd40bae587fd6d40bae58 /* ScNPhaseCore.cpp */, - FFFDd40baec07fd6d40baec0 /* ScPhysics.cpp */, - FFFDd40baf287fd6d40baf28 /* ScRigidCore.cpp */, - FFFDd40baf907fd6d40baf90 /* ScRigidSim.cpp */, - FFFDd40baff87fd6d40baff8 /* ScScene.cpp */, - FFFDd40bb0607fd6d40bb060 /* ScShapeCore.cpp */, - FFFDd40bb0c87fd6d40bb0c8 /* ScShapeInteraction.cpp */, - FFFDd40bb1307fd6d40bb130 /* ScShapeSim.cpp */, - FFFDd40bb1987fd6d40bb198 /* ScSimStats.cpp */, - FFFDd40bb2007fd6d40bb200 /* ScSimulationController.cpp */, - FFFDd40bb2687fd6d40bb268 /* ScSqBoundsManager.cpp */, - FFFDd40bb2d07fd6d40bb2d0 /* ScStaticCore.cpp */, - FFFDd40bb3387fd6d40bb338 /* ScStaticSim.cpp */, - FFFDd40bb3a07fd6d40bb3a0 /* ScTriggerInteraction.cpp */, - FFFDd40bb4087fd6d40bb408 /* particles/ScParticleBodyInteraction.h */, - FFFDd40bb4707fd6d40bb470 /* particles/ScParticlePacketShape.h */, - FFFDd40bb4d87fd6d40bb4d8 /* particles/ScParticleSystemSim.h */, - FFFDd40bb5407fd6d40bb540 /* particles/ScParticleBodyInteraction.cpp */, - FFFDd40bb5a87fd6d40bb5a8 /* particles/ScParticlePacketShape.cpp */, - FFFDd40bb6107fd6d40bb610 /* particles/ScParticleSystemCore.cpp */, - FFFDd40bb6787fd6d40bb678 /* particles/ScParticleSystemSim.cpp */, - FFFDd40bb6e07fd6d40bb6e0 /* cloth/ScClothShape.h */, - FFFDd40bb7487fd6d40bb748 /* cloth/ScClothSim.h */, - FFFDd40bb7b07fd6d40bb7b0 /* cloth/ScClothCore.cpp */, - FFFDd40bb8187fd6d40bb818 /* cloth/ScClothFabricCore.cpp */, - FFFDd40bb8807fd6d40bb880 /* cloth/ScClothShape.cpp */, - FFFDd40bb8e87fd6d40bb8e8 /* cloth/ScClothSim.cpp */, + FFFD2e0000007f922e000000 /* ScActorElementPair.h */, + FFFD2e0000687f922e000068 /* ScActorInteraction.h */, + FFFD2e0000d07f922e0000d0 /* ScActorPair.h */, + FFFD2e0001387f922e000138 /* ScActorSim.h */, + FFFD2e0001a07f922e0001a0 /* ScArticulationJointSim.h */, + FFFD2e0002087f922e000208 /* ScArticulationSim.h */, + FFFD2e0002707f922e000270 /* ScBodySim.h */, + FFFD2e0002d87f922e0002d8 /* ScClient.h */, + FFFD2e0003407f922e000340 /* ScConstraintGroupNode.h */, + FFFD2e0003a87f922e0003a8 /* ScConstraintInteraction.h */, + FFFD2e0004107f922e000410 /* ScConstraintProjectionManager.h */, + FFFD2e0004787f922e000478 /* ScConstraintProjectionTree.h */, + FFFD2e0004e07f922e0004e0 /* ScConstraintSim.h */, + FFFD2e0005487f922e000548 /* ScContactReportBuffer.h */, + FFFD2e0005b07f922e0005b0 /* ScContactStream.h */, + FFFD2e0006187f922e000618 /* ScElementInteractionMarker.h */, + FFFD2e0006807f922e000680 /* ScElementSim.h */, + FFFD2e0006e87f922e0006e8 /* ScElementSimInteraction.h */, + FFFD2e0007507f922e000750 /* ScInteraction.h */, + FFFD2e0007b87f922e0007b8 /* ScInteractionFlags.h */, + FFFD2e0008207f922e000820 /* ScNPhaseCore.h */, + FFFD2e0008887f922e000888 /* ScObjectIDTracker.h */, + FFFD2e0008f07f922e0008f0 /* ScRbElementInteraction.h */, + FFFD2e0009587f922e000958 /* ScRigidSim.h */, + FFFD2e0009c07f922e0009c0 /* ScShapeInteraction.h */, + FFFD2e000a287f922e000a28 /* ScShapeIterator.h */, + FFFD2e000a907f922e000a90 /* ScShapeSim.h */, + FFFD2e000af87f922e000af8 /* ScSimStateData.h */, + FFFD2e000b607f922e000b60 /* ScSimStats.h */, + FFFD2e000bc87f922e000bc8 /* ScSimulationController.h */, + FFFD2e000c307f922e000c30 /* ScSqBoundsManager.h */, + FFFD2e000c987f922e000c98 /* ScStaticSim.h */, + FFFD2e000d007f922e000d00 /* ScTriggerInteraction.h */, + FFFD2e000d687f922e000d68 /* ScTriggerPairs.h */, + FFFD2e000dd07f922e000dd0 /* ScActorCore.cpp */, + FFFD2e000e387f922e000e38 /* ScActorSim.cpp */, + FFFD2e000ea07f922e000ea0 /* ScArticulationCore.cpp */, + FFFD2e000f087f922e000f08 /* ScArticulationJointCore.cpp */, + FFFD2e000f707f922e000f70 /* ScArticulationJointSim.cpp */, + FFFD2e000fd87f922e000fd8 /* ScArticulationSim.cpp */, + FFFD2e0010407f922e001040 /* ScBodyCore.cpp */, + FFFD2e0010a87f922e0010a8 /* ScBodyCoreKinematic.cpp */, + FFFD2e0011107f922e001110 /* ScBodySim.cpp */, + FFFD2e0011787f922e001178 /* ScConstraintCore.cpp */, + FFFD2e0011e07f922e0011e0 /* ScConstraintGroupNode.cpp */, + FFFD2e0012487f922e001248 /* ScConstraintInteraction.cpp */, + FFFD2e0012b07f922e0012b0 /* ScConstraintProjectionManager.cpp */, + FFFD2e0013187f922e001318 /* ScConstraintProjectionTree.cpp */, + FFFD2e0013807f922e001380 /* ScConstraintSim.cpp */, + FFFD2e0013e87f922e0013e8 /* ScElementInteractionMarker.cpp */, + FFFD2e0014507f922e001450 /* ScElementSim.cpp */, + FFFD2e0014b87f922e0014b8 /* ScInteraction.cpp */, + FFFD2e0015207f922e001520 /* ScIterators.cpp */, + FFFD2e0015887f922e001588 /* ScMaterialCore.cpp */, + FFFD2e0015f07f922e0015f0 /* ScMetaData.cpp */, + FFFD2e0016587f922e001658 /* ScNPhaseCore.cpp */, + FFFD2e0016c07f922e0016c0 /* ScPhysics.cpp */, + FFFD2e0017287f922e001728 /* ScRigidCore.cpp */, + FFFD2e0017907f922e001790 /* ScRigidSim.cpp */, + FFFD2e0017f87f922e0017f8 /* ScScene.cpp */, + FFFD2e0018607f922e001860 /* ScShapeCore.cpp */, + FFFD2e0018c87f922e0018c8 /* ScShapeInteraction.cpp */, + FFFD2e0019307f922e001930 /* ScShapeSim.cpp */, + FFFD2e0019987f922e001998 /* ScSimStats.cpp */, + FFFD2e001a007f922e001a00 /* ScSimulationController.cpp */, + FFFD2e001a687f922e001a68 /* ScSqBoundsManager.cpp */, + FFFD2e001ad07f922e001ad0 /* ScStaticCore.cpp */, + FFFD2e001b387f922e001b38 /* ScStaticSim.cpp */, + FFFD2e001ba07f922e001ba0 /* ScTriggerInteraction.cpp */, + FFFD2e001c087f922e001c08 /* particles/ScParticleBodyInteraction.h */, + FFFD2e001c707f922e001c70 /* particles/ScParticlePacketShape.h */, + FFFD2e001cd87f922e001cd8 /* particles/ScParticleSystemSim.h */, + FFFD2e001d407f922e001d40 /* particles/ScParticleBodyInteraction.cpp */, + FFFD2e001da87f922e001da8 /* particles/ScParticlePacketShape.cpp */, + FFFD2e001e107f922e001e10 /* particles/ScParticleSystemCore.cpp */, + FFFD2e001e787f922e001e78 /* particles/ScParticleSystemSim.cpp */, + FFFD2e001ee07f922e001ee0 /* cloth/ScClothShape.h */, + FFFD2e001f487f922e001f48 /* cloth/ScClothSim.h */, + FFFD2e001fb07f922e001fb0 /* cloth/ScClothCore.cpp */, + FFFD2e0020187f922e002018 /* cloth/ScClothFabricCore.cpp */, + FFFD2e0020807f922e002080 /* cloth/ScClothShape.cpp */, + FFFD2e0020e87f922e0020e8 /* cloth/ScClothSim.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78cae607fd6d78cae60 /* PhysXCooking */ = { + FFFB2dd04ea07f922dd04ea0 /* PhysXCooking */ = { isa = PBXGroup; children = ( - FFFBd78cf0f07fd6d78cf0f0 /* include */, - FFFBd78cf1187fd6d78cf118 /* src */, + FFFB2dd076207f922dd07620 /* include */, + FFFB2dd076487f922dd07648 /* src */, ); name = "PhysXCooking"; sourceTree = "<group>"; }; - FFFBd78cf0f07fd6d78cf0f0 /* include */ = { + FFFB2dd076207f922dd07620 /* include */ = { isa = PBXGroup; children = ( - FFFDd78d4f607fd6d78d4f60 /* PxBVH33MidphaseDesc.h */, - FFFDd78d4fc87fd6d78d4fc8 /* PxBVH34MidphaseDesc.h */, - FFFDd78d50307fd6d78d5030 /* PxConvexMeshDesc.h */, - FFFDd78d50987fd6d78d5098 /* PxCooking.h */, - FFFDd78d51007fd6d78d5100 /* PxMidphaseDesc.h */, - FFFDd78d51687fd6d78d5168 /* PxTriangleMeshDesc.h */, - FFFDd78d51d07fd6d78d51d0 /* Pxc.h */, + FFFD2dd07d007f922dd07d00 /* PxBVH33MidphaseDesc.h */, + FFFD2dd07d687f922dd07d68 /* PxBVH34MidphaseDesc.h */, + FFFD2dd07dd07f922dd07dd0 /* PxConvexMeshDesc.h */, + FFFD2dd07e387f922dd07e38 /* PxCooking.h */, + FFFD2dd07ea07f922dd07ea0 /* PxMidphaseDesc.h */, + FFFD2dd07f087f922dd07f08 /* PxTriangleMeshDesc.h */, + FFFD2dd07f707f922dd07f70 /* Pxc.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78cf1187fd6d78cf118 /* src */ = { + FFFB2dd076487f922dd07648 /* src */ = { isa = PBXGroup; children = ( - FFFDd40bda007fd6d40bda00 /* Adjacencies.cpp */, - FFFDd40bda687fd6d40bda68 /* Cooking.cpp */, - FFFDd40bdad07fd6d40bdad0 /* CookingUtils.cpp */, - FFFDd40bdb387fd6d40bdb38 /* EdgeList.cpp */, - FFFDd40bdba07fd6d40bdba0 /* MeshCleaner.cpp */, - FFFDd40bdc087fd6d40bdc08 /* Quantizer.cpp */, - FFFDd40bdc707fd6d40bdc70 /* Adjacencies.h */, - FFFDd40bdcd87fd6d40bdcd8 /* Cooking.h */, - FFFDd40bdd407fd6d40bdd40 /* CookingUtils.h */, - FFFDd40bdda87fd6d40bdda8 /* EdgeList.h */, - FFFDd40bde107fd6d40bde10 /* MeshCleaner.h */, - FFFDd40bde787fd6d40bde78 /* Quantizer.h */, - FFFDd40bdee07fd6d40bdee0 /* mesh/GrbTriangleMeshCooking.cpp */, - FFFDd40bdf487fd6d40bdf48 /* mesh/HeightFieldCooking.cpp */, - FFFDd40bdfb07fd6d40bdfb0 /* mesh/RTreeCooking.cpp */, - FFFDd40be0187fd6d40be018 /* mesh/TriangleMeshBuilder.cpp */, - FFFDd40be0807fd6d40be080 /* mesh/GrbTriangleMeshCooking.h */, - FFFDd40be0e87fd6d40be0e8 /* mesh/HeightFieldCooking.h */, - FFFDd40be1507fd6d40be150 /* mesh/QuickSelect.h */, - FFFDd40be1b87fd6d40be1b8 /* mesh/RTreeCooking.h */, - FFFDd40be2207fd6d40be220 /* mesh/TriangleMeshBuilder.h */, - FFFDd40be2887fd6d40be288 /* convex/BigConvexDataBuilder.cpp */, - FFFDd40be2f07fd6d40be2f0 /* convex/ConvexHullBuilder.cpp */, - FFFDd40be3587fd6d40be358 /* convex/ConvexHullLib.cpp */, - FFFDd40be3c07fd6d40be3c0 /* convex/ConvexHullUtils.cpp */, - FFFDd40be4287fd6d40be428 /* convex/ConvexMeshBuilder.cpp */, - FFFDd40be4907fd6d40be490 /* convex/ConvexPolygonsBuilder.cpp */, - FFFDd40be4f87fd6d40be4f8 /* convex/InflationConvexHullLib.cpp */, - FFFDd40be5607fd6d40be560 /* convex/QuickHullConvexHullLib.cpp */, - FFFDd40be5c87fd6d40be5c8 /* convex/VolumeIntegration.cpp */, - FFFDd40be6307fd6d40be630 /* convex/BigConvexDataBuilder.h */, - FFFDd40be6987fd6d40be698 /* convex/ConvexHullBuilder.h */, - FFFDd40be7007fd6d40be700 /* convex/ConvexHullLib.h */, - FFFDd40be7687fd6d40be768 /* convex/ConvexHullUtils.h */, - FFFDd40be7d07fd6d40be7d0 /* convex/ConvexMeshBuilder.h */, - FFFDd40be8387fd6d40be838 /* convex/ConvexPolygonsBuilder.h */, - FFFDd40be8a07fd6d40be8a0 /* convex/InflationConvexHullLib.h */, - FFFDd40be9087fd6d40be908 /* convex/QuickHullConvexHullLib.h */, - FFFDd40be9707fd6d40be970 /* convex/VolumeIntegration.h */, + FFFD2e0082007f922e008200 /* Adjacencies.cpp */, + FFFD2e0082687f922e008268 /* Cooking.cpp */, + FFFD2e0082d07f922e0082d0 /* CookingUtils.cpp */, + FFFD2e0083387f922e008338 /* EdgeList.cpp */, + FFFD2e0083a07f922e0083a0 /* MeshCleaner.cpp */, + FFFD2e0084087f922e008408 /* Quantizer.cpp */, + FFFD2e0084707f922e008470 /* Adjacencies.h */, + FFFD2e0084d87f922e0084d8 /* Cooking.h */, + FFFD2e0085407f922e008540 /* CookingUtils.h */, + FFFD2e0085a87f922e0085a8 /* EdgeList.h */, + FFFD2e0086107f922e008610 /* MeshCleaner.h */, + FFFD2e0086787f922e008678 /* Quantizer.h */, + FFFD2e0086e07f922e0086e0 /* mesh/GrbTriangleMeshCooking.cpp */, + FFFD2e0087487f922e008748 /* mesh/HeightFieldCooking.cpp */, + FFFD2e0087b07f922e0087b0 /* mesh/RTreeCooking.cpp */, + FFFD2e0088187f922e008818 /* mesh/TriangleMeshBuilder.cpp */, + FFFD2e0088807f922e008880 /* mesh/GrbTriangleMeshCooking.h */, + FFFD2e0088e87f922e0088e8 /* mesh/HeightFieldCooking.h */, + FFFD2e0089507f922e008950 /* mesh/QuickSelect.h */, + FFFD2e0089b87f922e0089b8 /* mesh/RTreeCooking.h */, + FFFD2e008a207f922e008a20 /* mesh/TriangleMeshBuilder.h */, + FFFD2e008a887f922e008a88 /* convex/BigConvexDataBuilder.cpp */, + FFFD2e008af07f922e008af0 /* convex/ConvexHullBuilder.cpp */, + FFFD2e008b587f922e008b58 /* convex/ConvexHullLib.cpp */, + FFFD2e008bc07f922e008bc0 /* convex/ConvexHullUtils.cpp */, + FFFD2e008c287f922e008c28 /* convex/ConvexMeshBuilder.cpp */, + FFFD2e008c907f922e008c90 /* convex/ConvexPolygonsBuilder.cpp */, + FFFD2e008cf87f922e008cf8 /* convex/InflationConvexHullLib.cpp */, + FFFD2e008d607f922e008d60 /* convex/QuickHullConvexHullLib.cpp */, + FFFD2e008dc87f922e008dc8 /* convex/VolumeIntegration.cpp */, + FFFD2e008e307f922e008e30 /* convex/BigConvexDataBuilder.h */, + FFFD2e008e987f922e008e98 /* convex/ConvexHullBuilder.h */, + FFFD2e008f007f922e008f00 /* convex/ConvexHullLib.h */, + FFFD2e008f687f922e008f68 /* convex/ConvexHullUtils.h */, + FFFD2e008fd07f922e008fd0 /* convex/ConvexMeshBuilder.h */, + FFFD2e0090387f922e009038 /* convex/ConvexPolygonsBuilder.h */, + FFFD2e0090a07f922e0090a0 /* convex/InflationConvexHullLib.h */, + FFFD2e0091087f922e009108 /* convex/QuickHullConvexHullLib.h */, + FFFD2e0091707f922e009170 /* convex/VolumeIntegration.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd4b0f5307fd6d4b0f530 /* PhysXCommon */ = { + FFFB2c13c0507f922c13c050 /* PhysXCommon */ = { isa = PBXGroup; children = ( - FFFBd4b12af07fd6d4b12af0 /* include */, - FFFBd4b12b187fd6d4b12b18 /* common */, - FFFBd4b12b407fd6d4b12b40 /* geomutils */, + FFFB2c166c007f922c166c00 /* include */, + FFFB2c166c287f922c166c28 /* common */, + FFFB2c166c507f922c166c50 /* geomutils */, ); name = "PhysXCommon"; sourceTree = "<group>"; }; - FFFBd4b12af07fd6d4b12af0 /* include */ = { + FFFB2c166c007f922c166c00 /* include */ = { isa = PBXGroup; children = ( - FFFDd602f2007fd6d602f200 /* common/PxBase.h */, - FFFDd602f2687fd6d602f268 /* common/PxCollection.h */, - FFFDd602f2d07fd6d602f2d0 /* common/PxCoreUtilityTypes.h */, - FFFDd602f3387fd6d602f338 /* common/PxMetaData.h */, - FFFDd602f3a07fd6d602f3a0 /* common/PxMetaDataFlags.h */, - FFFDd602f4087fd6d602f408 /* common/PxPhysXCommonConfig.h */, - FFFDd602f4707fd6d602f470 /* common/PxPhysicsInsertionCallback.h */, - FFFDd602f4d87fd6d602f4d8 /* common/PxRenderBuffer.h */, - FFFDd602f5407fd6d602f540 /* common/PxSerialFramework.h */, - FFFDd602f5a87fd6d602f5a8 /* common/PxSerializer.h */, - FFFDd602f6107fd6d602f610 /* common/PxStringTable.h */, - FFFDd602f6787fd6d602f678 /* common/PxTolerancesScale.h */, - FFFDd602f6e07fd6d602f6e0 /* common/PxTypeInfo.h */, - FFFDd602f7487fd6d602f748 /* geometry/PxBoxGeometry.h */, - FFFDd602f7b07fd6d602f7b0 /* geometry/PxCapsuleGeometry.h */, - FFFDd602f8187fd6d602f818 /* geometry/PxConvexMesh.h */, - FFFDd602f8807fd6d602f880 /* geometry/PxConvexMeshGeometry.h */, - FFFDd602f8e87fd6d602f8e8 /* geometry/PxGeometry.h */, - FFFDd602f9507fd6d602f950 /* geometry/PxGeometryHelpers.h */, - FFFDd602f9b87fd6d602f9b8 /* geometry/PxGeometryQuery.h */, - FFFDd602fa207fd6d602fa20 /* geometry/PxHeightField.h */, - FFFDd602fa887fd6d602fa88 /* geometry/PxHeightFieldDesc.h */, - FFFDd602faf07fd6d602faf0 /* geometry/PxHeightFieldFlag.h */, - FFFDd602fb587fd6d602fb58 /* geometry/PxHeightFieldGeometry.h */, - FFFDd602fbc07fd6d602fbc0 /* geometry/PxHeightFieldSample.h */, - FFFDd602fc287fd6d602fc28 /* geometry/PxMeshQuery.h */, - FFFDd602fc907fd6d602fc90 /* geometry/PxMeshScale.h */, - FFFDd602fcf87fd6d602fcf8 /* geometry/PxPlaneGeometry.h */, - FFFDd602fd607fd6d602fd60 /* geometry/PxSimpleTriangleMesh.h */, - FFFDd602fdc87fd6d602fdc8 /* geometry/PxSphereGeometry.h */, - FFFDd602fe307fd6d602fe30 /* geometry/PxTriangle.h */, - FFFDd602fe987fd6d602fe98 /* geometry/PxTriangleMesh.h */, - FFFDd602ff007fd6d602ff00 /* geometry/PxTriangleMeshGeometry.h */, + FFFD2c80ec007f922c80ec00 /* common/PxBase.h */, + FFFD2c80ec687f922c80ec68 /* common/PxCollection.h */, + FFFD2c80ecd07f922c80ecd0 /* common/PxCoreUtilityTypes.h */, + FFFD2c80ed387f922c80ed38 /* common/PxMetaData.h */, + FFFD2c80eda07f922c80eda0 /* common/PxMetaDataFlags.h */, + FFFD2c80ee087f922c80ee08 /* common/PxPhysXCommonConfig.h */, + FFFD2c80ee707f922c80ee70 /* common/PxPhysicsInsertionCallback.h */, + FFFD2c80eed87f922c80eed8 /* common/PxRenderBuffer.h */, + FFFD2c80ef407f922c80ef40 /* common/PxSerialFramework.h */, + FFFD2c80efa87f922c80efa8 /* common/PxSerializer.h */, + FFFD2c80f0107f922c80f010 /* common/PxStringTable.h */, + FFFD2c80f0787f922c80f078 /* common/PxTolerancesScale.h */, + FFFD2c80f0e07f922c80f0e0 /* common/PxTypeInfo.h */, + FFFD2c80f1487f922c80f148 /* geometry/PxBoxGeometry.h */, + FFFD2c80f1b07f922c80f1b0 /* geometry/PxCapsuleGeometry.h */, + FFFD2c80f2187f922c80f218 /* geometry/PxConvexMesh.h */, + FFFD2c80f2807f922c80f280 /* geometry/PxConvexMeshGeometry.h */, + FFFD2c80f2e87f922c80f2e8 /* geometry/PxGeometry.h */, + FFFD2c80f3507f922c80f350 /* geometry/PxGeometryHelpers.h */, + FFFD2c80f3b87f922c80f3b8 /* geometry/PxGeometryQuery.h */, + FFFD2c80f4207f922c80f420 /* geometry/PxHeightField.h */, + FFFD2c80f4887f922c80f488 /* geometry/PxHeightFieldDesc.h */, + FFFD2c80f4f07f922c80f4f0 /* geometry/PxHeightFieldFlag.h */, + FFFD2c80f5587f922c80f558 /* geometry/PxHeightFieldGeometry.h */, + FFFD2c80f5c07f922c80f5c0 /* geometry/PxHeightFieldSample.h */, + FFFD2c80f6287f922c80f628 /* geometry/PxMeshQuery.h */, + FFFD2c80f6907f922c80f690 /* geometry/PxMeshScale.h */, + FFFD2c80f6f87f922c80f6f8 /* geometry/PxPlaneGeometry.h */, + FFFD2c80f7607f922c80f760 /* geometry/PxSimpleTriangleMesh.h */, + FFFD2c80f7c87f922c80f7c8 /* geometry/PxSphereGeometry.h */, + FFFD2c80f8307f922c80f830 /* geometry/PxTriangle.h */, + FFFD2c80f8987f922c80f898 /* geometry/PxTriangleMesh.h */, + FFFD2c80f9007f922c80f900 /* geometry/PxTriangleMeshGeometry.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd4b12b187fd6d4b12b18 /* common */ = { + FFFB2c166c287f922c166c28 /* common */ = { isa = PBXGroup; children = ( - FFFDd600ca007fd6d600ca00 /* src/CmBoxPruning.cpp */, - FFFDd600ca687fd6d600ca68 /* src/CmCollection.cpp */, - FFFDd600cad07fd6d600cad0 /* src/CmMathUtils.cpp */, - FFFDd600cb387fd6d600cb38 /* src/CmPtrTable.cpp */, - FFFDd600cba07fd6d600cba0 /* src/CmRadixSort.cpp */, - FFFDd600cc087fd6d600cc08 /* src/CmRadixSortBuffered.cpp */, - FFFDd600cc707fd6d600cc70 /* src/CmRenderOutput.cpp */, - FFFDd600ccd87fd6d600ccd8 /* src/CmVisualization.cpp */, - FFFDd600cd407fd6d600cd40 /* src/CmBitMap.h */, - FFFDd600cda87fd6d600cda8 /* src/CmBoxPruning.h */, - FFFDd600ce107fd6d600ce10 /* src/CmCollection.h */, - FFFDd600ce787fd6d600ce78 /* src/CmConeLimitHelper.h */, - FFFDd600cee07fd6d600cee0 /* src/CmFlushPool.h */, - FFFDd600cf487fd6d600cf48 /* src/CmIDPool.h */, - FFFDd600cfb07fd6d600cfb0 /* src/CmIO.h */, - FFFDd600d0187fd6d600d018 /* src/CmMatrix34.h */, - FFFDd600d0807fd6d600d080 /* src/CmPhysXCommon.h */, - FFFDd600d0e87fd6d600d0e8 /* src/CmPool.h */, - FFFDd600d1507fd6d600d150 /* src/CmPreallocatingPool.h */, - FFFDd600d1b87fd6d600d1b8 /* src/CmPriorityQueue.h */, - FFFDd600d2207fd6d600d220 /* src/CmPtrTable.h */, - FFFDd600d2887fd6d600d288 /* src/CmQueue.h */, - FFFDd600d2f07fd6d600d2f0 /* src/CmRadixSort.h */, - FFFDd600d3587fd6d600d358 /* src/CmRadixSortBuffered.h */, - FFFDd600d3c07fd6d600d3c0 /* src/CmReaderWriterLock.h */, - FFFDd600d4287fd6d600d428 /* src/CmRefCountable.h */, - FFFDd600d4907fd6d600d490 /* src/CmRenderBuffer.h */, - FFFDd600d4f87fd6d600d4f8 /* src/CmRenderOutput.h */, - FFFDd600d5607fd6d600d560 /* src/CmScaling.h */, - FFFDd600d5c87fd6d600d5c8 /* src/CmSpatialVector.h */, - FFFDd600d6307fd6d600d630 /* src/CmTask.h */, - FFFDd600d6987fd6d600d698 /* src/CmTaskPool.h */, - FFFDd600d7007fd6d600d700 /* src/CmTmpMem.h */, - FFFDd600d7687fd6d600d768 /* src/CmTransformUtils.h */, - FFFDd600d7d07fd6d600d7d0 /* src/CmUtils.h */, - FFFDd600d8387fd6d600d838 /* src/CmVisualization.h */, + FFFD2b9a6a007f922b9a6a00 /* src/CmBoxPruning.cpp */, + FFFD2b9a6a687f922b9a6a68 /* src/CmCollection.cpp */, + FFFD2b9a6ad07f922b9a6ad0 /* src/CmMathUtils.cpp */, + FFFD2b9a6b387f922b9a6b38 /* src/CmPtrTable.cpp */, + FFFD2b9a6ba07f922b9a6ba0 /* src/CmRadixSort.cpp */, + FFFD2b9a6c087f922b9a6c08 /* src/CmRadixSortBuffered.cpp */, + FFFD2b9a6c707f922b9a6c70 /* src/CmRenderOutput.cpp */, + FFFD2b9a6cd87f922b9a6cd8 /* src/CmVisualization.cpp */, + FFFD2b9a6d407f922b9a6d40 /* src/CmBitMap.h */, + FFFD2b9a6da87f922b9a6da8 /* src/CmBoxPruning.h */, + FFFD2b9a6e107f922b9a6e10 /* src/CmCollection.h */, + FFFD2b9a6e787f922b9a6e78 /* src/CmConeLimitHelper.h */, + FFFD2b9a6ee07f922b9a6ee0 /* src/CmFlushPool.h */, + FFFD2b9a6f487f922b9a6f48 /* src/CmIDPool.h */, + FFFD2b9a6fb07f922b9a6fb0 /* src/CmIO.h */, + FFFD2b9a70187f922b9a7018 /* src/CmMatrix34.h */, + FFFD2b9a70807f922b9a7080 /* src/CmPhysXCommon.h */, + FFFD2b9a70e87f922b9a70e8 /* src/CmPool.h */, + FFFD2b9a71507f922b9a7150 /* src/CmPreallocatingPool.h */, + FFFD2b9a71b87f922b9a71b8 /* src/CmPriorityQueue.h */, + FFFD2b9a72207f922b9a7220 /* src/CmPtrTable.h */, + FFFD2b9a72887f922b9a7288 /* src/CmQueue.h */, + FFFD2b9a72f07f922b9a72f0 /* src/CmRadixSort.h */, + FFFD2b9a73587f922b9a7358 /* src/CmRadixSortBuffered.h */, + FFFD2b9a73c07f922b9a73c0 /* src/CmReaderWriterLock.h */, + FFFD2b9a74287f922b9a7428 /* src/CmRefCountable.h */, + FFFD2b9a74907f922b9a7490 /* src/CmRenderBuffer.h */, + FFFD2b9a74f87f922b9a74f8 /* src/CmRenderOutput.h */, + FFFD2b9a75607f922b9a7560 /* src/CmScaling.h */, + FFFD2b9a75c87f922b9a75c8 /* src/CmSpatialVector.h */, + FFFD2b9a76307f922b9a7630 /* src/CmTask.h */, + FFFD2b9a76987f922b9a7698 /* src/CmTaskPool.h */, + FFFD2b9a77007f922b9a7700 /* src/CmTmpMem.h */, + FFFD2b9a77687f922b9a7768 /* src/CmTransformUtils.h */, + FFFD2b9a77d07f922b9a77d0 /* src/CmUtils.h */, + FFFD2b9a78387f922b9a7838 /* src/CmVisualization.h */, ); name = "common"; sourceTree = SOURCE_ROOT; }; - FFFBd4b12b407fd6d4b12b40 /* geomutils */ = { + FFFB2c166c507f922c166c50 /* geomutils */ = { isa = PBXGroup; children = ( - FFFDd60206007fd6d6020600 /* headers/GuAxes.h */, - FFFDd60206687fd6d6020668 /* headers/GuBox.h */, - FFFDd60206d07fd6d60206d0 /* headers/GuDistanceSegmentBox.h */, - FFFDd60207387fd6d6020738 /* headers/GuDistanceSegmentSegment.h */, - FFFDd60207a07fd6d60207a0 /* headers/GuIntersectionBoxBox.h */, - FFFDd60208087fd6d6020808 /* headers/GuIntersectionTriangleBox.h */, - FFFDd60208707fd6d6020870 /* headers/GuRaycastTests.h */, - FFFDd60208d87fd6d60208d8 /* headers/GuSIMDHelpers.h */, - FFFDd60209407fd6d6020940 /* headers/GuSegment.h */, - FFFDd60209a87fd6d60209a8 /* ../../Include/GeomUtils */, - FFFDd6020a107fd6d6020a10 /* src/GuBounds.h */, - FFFDd6020a787fd6d6020a78 /* src/GuCapsule.h */, - FFFDd6020ae07fd6d6020ae0 /* src/GuCenterExtents.h */, - FFFDd6020b487fd6d6020b48 /* src/GuGeometryUnion.h */, - FFFDd6020bb07fd6d6020bb0 /* src/GuInternal.h */, - FFFDd6020c187fd6d6020c18 /* src/GuMTD.h */, - FFFDd6020c807fd6d6020c80 /* src/GuMeshFactory.h */, - FFFDd6020ce87fd6d6020ce8 /* src/GuOverlapTests.h */, - FFFDd6020d507fd6d6020d50 /* src/GuSerialize.h */, - FFFDd6020db87fd6d6020db8 /* src/GuSphere.h */, - FFFDd6020e207fd6d6020e20 /* src/GuSweepMTD.h */, - FFFDd6020e887fd6d6020e88 /* src/GuSweepSharedTests.h */, - FFFDd6020ef07fd6d6020ef0 /* src/GuSweepTests.h */, - FFFDd6020f587fd6d6020f58 /* src/contact/GuContactMethodImpl.h */, - FFFDd6020fc07fd6d6020fc0 /* src/contact/GuContactPolygonPolygon.h */, - FFFDd60210287fd6d6021028 /* src/contact/GuFeatureCode.h */, - FFFDd60210907fd6d6021090 /* src/contact/GuLegacyTraceLineCallback.h */, - FFFDd60210f87fd6d60210f8 /* src/common/GuBarycentricCoordinates.h */, - FFFDd60211607fd6d6021160 /* src/common/GuBoxConversion.h */, - FFFDd60211c87fd6d60211c8 /* src/common/GuEdgeCache.h */, - FFFDd60212307fd6d6021230 /* src/common/GuEdgeListData.h */, - FFFDd60212987fd6d6021298 /* src/common/GuSeparatingAxes.h */, - FFFDd60213007fd6d6021300 /* src/convex/GuBigConvexData.h */, - FFFDd60213687fd6d6021368 /* src/convex/GuBigConvexData2.h */, - FFFDd60213d07fd6d60213d0 /* src/convex/GuConvexEdgeFlags.h */, - FFFDd60214387fd6d6021438 /* src/convex/GuConvexHelper.h */, - FFFDd60214a07fd6d60214a0 /* src/convex/GuConvexMesh.h */, - FFFDd60215087fd6d6021508 /* src/convex/GuConvexMeshData.h */, - FFFDd60215707fd6d6021570 /* src/convex/GuConvexSupportTable.h */, - FFFDd60215d87fd6d60215d8 /* src/convex/GuConvexUtilsInternal.h */, - FFFDd60216407fd6d6021640 /* src/convex/GuCubeIndex.h */, - FFFDd60216a87fd6d60216a8 /* src/convex/GuHillClimbing.h */, - FFFDd60217107fd6d6021710 /* src/convex/GuShapeConvex.h */, - FFFDd60217787fd6d6021778 /* src/distance/GuDistancePointBox.h */, - FFFDd60217e07fd6d60217e0 /* src/distance/GuDistancePointSegment.h */, - FFFDd60218487fd6d6021848 /* src/distance/GuDistancePointTriangle.h */, - FFFDd60218b07fd6d60218b0 /* src/distance/GuDistancePointTriangleSIMD.h */, - FFFDd60219187fd6d6021918 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, - FFFDd60219807fd6d6021980 /* src/distance/GuDistanceSegmentTriangle.h */, - FFFDd60219e87fd6d60219e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, - FFFDd6021a507fd6d6021a50 /* src/sweep/GuSweepBoxBox.h */, - FFFDd6021ab87fd6d6021ab8 /* src/sweep/GuSweepBoxSphere.h */, - FFFDd6021b207fd6d6021b20 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, - FFFDd6021b887fd6d6021b88 /* src/sweep/GuSweepBoxTriangle_SAT.h */, - FFFDd6021bf07fd6d6021bf0 /* src/sweep/GuSweepCapsuleBox.h */, - FFFDd6021c587fd6d6021c58 /* src/sweep/GuSweepCapsuleCapsule.h */, - FFFDd6021cc07fd6d6021cc0 /* src/sweep/GuSweepCapsuleTriangle.h */, - FFFDd6021d287fd6d6021d28 /* src/sweep/GuSweepSphereCapsule.h */, - FFFDd6021d907fd6d6021d90 /* src/sweep/GuSweepSphereSphere.h */, - FFFDd6021df87fd6d6021df8 /* src/sweep/GuSweepSphereTriangle.h */, - FFFDd6021e607fd6d6021e60 /* src/sweep/GuSweepTriangleUtils.h */, - FFFDd6021ec87fd6d6021ec8 /* src/gjk/GuEPA.h */, - FFFDd6021f307fd6d6021f30 /* src/gjk/GuEPAFacet.h */, - FFFDd6021f987fd6d6021f98 /* src/gjk/GuGJK.h */, - FFFDd60220007fd6d6022000 /* src/gjk/GuGJKPenetration.h */, - FFFDd60220687fd6d6022068 /* src/gjk/GuGJKRaycast.h */, - FFFDd60220d07fd6d60220d0 /* src/gjk/GuGJKSimplex.h */, - FFFDd60221387fd6d6022138 /* src/gjk/GuGJKTest.h */, - FFFDd60221a07fd6d60221a0 /* src/gjk/GuGJKType.h */, - FFFDd60222087fd6d6022208 /* src/gjk/GuGJKUtil.h */, - FFFDd60222707fd6d6022270 /* src/gjk/GuVecBox.h */, - FFFDd60222d87fd6d60222d8 /* src/gjk/GuVecCapsule.h */, - FFFDd60223407fd6d6022340 /* src/gjk/GuVecConvex.h */, - FFFDd60223a87fd6d60223a8 /* src/gjk/GuVecConvexHull.h */, - FFFDd60224107fd6d6022410 /* src/gjk/GuVecConvexHullNoScale.h */, - FFFDd60224787fd6d6022478 /* src/gjk/GuVecPlane.h */, - FFFDd60224e07fd6d60224e0 /* src/gjk/GuVecShrunkBox.h */, - FFFDd60225487fd6d6022548 /* src/gjk/GuVecShrunkConvexHull.h */, - FFFDd60225b07fd6d60225b0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, - FFFDd60226187fd6d6022618 /* src/gjk/GuVecSphere.h */, - FFFDd60226807fd6d6022680 /* src/gjk/GuVecTriangle.h */, - FFFDd60226e87fd6d60226e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, - FFFDd60227507fd6d6022750 /* src/intersection/GuIntersectionEdgeEdge.h */, - FFFDd60227b87fd6d60227b8 /* src/intersection/GuIntersectionRay.h */, - FFFDd60228207fd6d6022820 /* src/intersection/GuIntersectionRayBox.h */, - FFFDd60228887fd6d6022888 /* src/intersection/GuIntersectionRayBoxSIMD.h */, - FFFDd60228f07fd6d60228f0 /* src/intersection/GuIntersectionRayCapsule.h */, - FFFDd60229587fd6d6022958 /* src/intersection/GuIntersectionRayPlane.h */, - FFFDd60229c07fd6d60229c0 /* src/intersection/GuIntersectionRaySphere.h */, - FFFDd6022a287fd6d6022a28 /* src/intersection/GuIntersectionRayTriangle.h */, - FFFDd6022a907fd6d6022a90 /* src/intersection/GuIntersectionSphereBox.h */, - FFFDd6022af87fd6d6022af8 /* src/mesh/GuBV32.h */, - FFFDd6022b607fd6d6022b60 /* src/mesh/GuBV32Build.h */, - FFFDd6022bc87fd6d6022bc8 /* src/mesh/GuBV4.h */, - FFFDd6022c307fd6d6022c30 /* src/mesh/GuBV4Build.h */, - FFFDd6022c987fd6d6022c98 /* src/mesh/GuBV4Settings.h */, - FFFDd6022d007fd6d6022d00 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, - FFFDd6022d687fd6d6022d68 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, - FFFDd6022dd07fd6d6022dd0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, - FFFDd6022e387fd6d6022e38 /* src/mesh/GuBV4_BoxSweep_Internal.h */, - FFFDd6022ea07fd6d6022ea0 /* src/mesh/GuBV4_BoxSweep_Params.h */, - FFFDd6022f087fd6d6022f08 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, - FFFDd6022f707fd6d6022f70 /* src/mesh/GuBV4_Common.h */, - FFFDd6022fd87fd6d6022fd8 /* src/mesh/GuBV4_Internal.h */, - FFFDd60230407fd6d6023040 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, - FFFDd60230a87fd6d60230a8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, - FFFDd60231107fd6d6023110 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, - FFFDd60231787fd6d6023178 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, - FFFDd60231e07fd6d60231e0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, - FFFDd60232487fd6d6023248 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, - FFFDd60232b07fd6d60232b0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, - FFFDd60233187fd6d6023318 /* src/mesh/GuBV4_Slabs.h */, - FFFDd60233807fd6d6023380 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, - FFFDd60233e87fd6d60233e8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, - FFFDd60234507fd6d6023450 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, - FFFDd60234b87fd6d60234b8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, - FFFDd60235207fd6d6023520 /* src/mesh/GuBVConstants.h */, - FFFDd60235887fd6d6023588 /* src/mesh/GuMeshData.h */, - FFFDd60235f07fd6d60235f0 /* src/mesh/GuMidphaseInterface.h */, - FFFDd60236587fd6d6023658 /* src/mesh/GuRTree.h */, - FFFDd60236c07fd6d60236c0 /* src/mesh/GuSweepConvexTri.h */, - FFFDd60237287fd6d6023728 /* src/mesh/GuSweepMesh.h */, - FFFDd60237907fd6d6023790 /* src/mesh/GuTriangle32.h */, - FFFDd60237f87fd6d60237f8 /* src/mesh/GuTriangleCache.h */, - FFFDd60238607fd6d6023860 /* src/mesh/GuTriangleMesh.h */, - FFFDd60238c87fd6d60238c8 /* src/mesh/GuTriangleMeshBV4.h */, - FFFDd60239307fd6d6023930 /* src/mesh/GuTriangleMeshRTree.h */, - FFFDd60239987fd6d6023998 /* src/mesh/GuTriangleVertexPointers.h */, - FFFDd6023a007fd6d6023a00 /* src/hf/GuEntityReport.h */, - FFFDd6023a687fd6d6023a68 /* src/hf/GuHeightField.h */, - FFFDd6023ad07fd6d6023ad0 /* src/hf/GuHeightFieldData.h */, - FFFDd6023b387fd6d6023b38 /* src/hf/GuHeightFieldUtil.h */, - FFFDd6023ba07fd6d6023ba0 /* src/pcm/GuPCMContactConvexCommon.h */, - FFFDd6023c087fd6d6023c08 /* src/pcm/GuPCMContactGen.h */, - FFFDd6023c707fd6d6023c70 /* src/pcm/GuPCMContactGenUtil.h */, - FFFDd6023cd87fd6d6023cd8 /* src/pcm/GuPCMContactMeshCallback.h */, - FFFDd6023d407fd6d6023d40 /* src/pcm/GuPCMShapeConvex.h */, - FFFDd6023da87fd6d6023da8 /* src/pcm/GuPCMTriangleContactGen.h */, - FFFDd6023e107fd6d6023e10 /* src/pcm/GuPersistentContactManifold.h */, - FFFDd6023e787fd6d6023e78 /* src/ccd/GuCCDSweepConvexMesh.h */, - FFFDd6023ee07fd6d6023ee0 /* src/GuBounds.cpp */, - FFFDd6023f487fd6d6023f48 /* src/GuBox.cpp */, - FFFDd6023fb07fd6d6023fb0 /* src/GuCCTSweepTests.cpp */, - FFFDd60240187fd6d6024018 /* src/GuCapsule.cpp */, - FFFDd60240807fd6d6024080 /* src/GuGeometryQuery.cpp */, - FFFDd60240e87fd6d60240e8 /* src/GuGeometryUnion.cpp */, - FFFDd60241507fd6d6024150 /* src/GuInternal.cpp */, - FFFDd60241b87fd6d60241b8 /* src/GuMTD.cpp */, - FFFDd60242207fd6d6024220 /* src/GuMeshFactory.cpp */, - FFFDd60242887fd6d6024288 /* src/GuMetaData.cpp */, - FFFDd60242f07fd6d60242f0 /* src/GuOverlapTests.cpp */, - FFFDd60243587fd6d6024358 /* src/GuRaycastTests.cpp */, - FFFDd60243c07fd6d60243c0 /* src/GuSerialize.cpp */, - FFFDd60244287fd6d6024428 /* src/GuSweepMTD.cpp */, - FFFDd60244907fd6d6024490 /* src/GuSweepSharedTests.cpp */, - FFFDd60244f87fd6d60244f8 /* src/GuSweepTests.cpp */, - FFFDd60245607fd6d6024560 /* src/contact/GuContactBoxBox.cpp */, - FFFDd60245c87fd6d60245c8 /* src/contact/GuContactCapsuleBox.cpp */, - FFFDd60246307fd6d6024630 /* src/contact/GuContactCapsuleCapsule.cpp */, - FFFDd60246987fd6d6024698 /* src/contact/GuContactCapsuleConvex.cpp */, - FFFDd60247007fd6d6024700 /* src/contact/GuContactCapsuleMesh.cpp */, - FFFDd60247687fd6d6024768 /* src/contact/GuContactConvexConvex.cpp */, - FFFDd60247d07fd6d60247d0 /* src/contact/GuContactConvexMesh.cpp */, - FFFDd60248387fd6d6024838 /* src/contact/GuContactPlaneBox.cpp */, - FFFDd60248a07fd6d60248a0 /* src/contact/GuContactPlaneCapsule.cpp */, - FFFDd60249087fd6d6024908 /* src/contact/GuContactPlaneConvex.cpp */, - FFFDd60249707fd6d6024970 /* src/contact/GuContactPolygonPolygon.cpp */, - FFFDd60249d87fd6d60249d8 /* src/contact/GuContactSphereBox.cpp */, - FFFDd6024a407fd6d6024a40 /* src/contact/GuContactSphereCapsule.cpp */, - FFFDd6024aa87fd6d6024aa8 /* src/contact/GuContactSphereMesh.cpp */, - FFFDd6024b107fd6d6024b10 /* src/contact/GuContactSpherePlane.cpp */, - FFFDd6024b787fd6d6024b78 /* src/contact/GuContactSphereSphere.cpp */, - FFFDd6024be07fd6d6024be0 /* src/contact/GuFeatureCode.cpp */, - FFFDd6024c487fd6d6024c48 /* src/contact/GuLegacyContactBoxHeightField.cpp */, - FFFDd6024cb07fd6d6024cb0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, - FFFDd6024d187fd6d6024d18 /* src/contact/GuLegacyContactConvexHeightField.cpp */, - FFFDd6024d807fd6d6024d80 /* src/contact/GuLegacyContactSphereHeightField.cpp */, - FFFDd6024de87fd6d6024de8 /* src/common/GuBarycentricCoordinates.cpp */, - FFFDd6024e507fd6d6024e50 /* src/common/GuSeparatingAxes.cpp */, - FFFDd6024eb87fd6d6024eb8 /* src/convex/GuBigConvexData.cpp */, - FFFDd6024f207fd6d6024f20 /* src/convex/GuConvexHelper.cpp */, - FFFDd6024f887fd6d6024f88 /* src/convex/GuConvexMesh.cpp */, - FFFDd6024ff07fd6d6024ff0 /* src/convex/GuConvexSupportTable.cpp */, - FFFDd60250587fd6d6025058 /* src/convex/GuConvexUtilsInternal.cpp */, - FFFDd60250c07fd6d60250c0 /* src/convex/GuHillClimbing.cpp */, - FFFDd60251287fd6d6025128 /* src/convex/GuShapeConvex.cpp */, - FFFDd60251907fd6d6025190 /* src/distance/GuDistancePointBox.cpp */, - FFFDd60251f87fd6d60251f8 /* src/distance/GuDistancePointTriangle.cpp */, - FFFDd60252607fd6d6025260 /* src/distance/GuDistanceSegmentBox.cpp */, - FFFDd60252c87fd6d60252c8 /* src/distance/GuDistanceSegmentSegment.cpp */, - FFFDd60253307fd6d6025330 /* src/distance/GuDistanceSegmentTriangle.cpp */, - FFFDd60253987fd6d6025398 /* src/sweep/GuSweepBoxBox.cpp */, - FFFDd60254007fd6d6025400 /* src/sweep/GuSweepBoxSphere.cpp */, - FFFDd60254687fd6d6025468 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, - FFFDd60254d07fd6d60254d0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, - FFFDd60255387fd6d6025538 /* src/sweep/GuSweepCapsuleBox.cpp */, - FFFDd60255a07fd6d60255a0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, - FFFDd60256087fd6d6025608 /* src/sweep/GuSweepCapsuleTriangle.cpp */, - FFFDd60256707fd6d6025670 /* src/sweep/GuSweepSphereCapsule.cpp */, - FFFDd60256d87fd6d60256d8 /* src/sweep/GuSweepSphereSphere.cpp */, - FFFDd60257407fd6d6025740 /* src/sweep/GuSweepSphereTriangle.cpp */, - FFFDd60257a87fd6d60257a8 /* src/sweep/GuSweepTriangleUtils.cpp */, - FFFDd60258107fd6d6025810 /* src/gjk/GuEPA.cpp */, - FFFDd60258787fd6d6025878 /* src/gjk/GuGJKSimplex.cpp */, - FFFDd60258e07fd6d60258e0 /* src/gjk/GuGJKTest.cpp */, - FFFDd60259487fd6d6025948 /* src/intersection/GuIntersectionBoxBox.cpp */, - FFFDd60259b07fd6d60259b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, - FFFDd6025a187fd6d6025a18 /* src/intersection/GuIntersectionEdgeEdge.cpp */, - FFFDd6025a807fd6d6025a80 /* src/intersection/GuIntersectionRayBox.cpp */, - FFFDd6025ae87fd6d6025ae8 /* src/intersection/GuIntersectionRayCapsule.cpp */, - FFFDd6025b507fd6d6025b50 /* src/intersection/GuIntersectionRaySphere.cpp */, - FFFDd6025bb87fd6d6025bb8 /* src/intersection/GuIntersectionSphereBox.cpp */, - FFFDd6025c207fd6d6025c20 /* src/intersection/GuIntersectionTriangleBox.cpp */, - FFFDd6025c887fd6d6025c88 /* src/mesh/GuBV32.cpp */, - FFFDd6025cf07fd6d6025cf0 /* src/mesh/GuBV32Build.cpp */, - FFFDd6025d587fd6d6025d58 /* src/mesh/GuBV4.cpp */, - FFFDd6025dc07fd6d6025dc0 /* src/mesh/GuBV4Build.cpp */, - FFFDd6025e287fd6d6025e28 /* src/mesh/GuBV4_AABBSweep.cpp */, - FFFDd6025e907fd6d6025e90 /* src/mesh/GuBV4_BoxOverlap.cpp */, - FFFDd6025ef87fd6d6025ef8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, - FFFDd6025f607fd6d6025f60 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, - FFFDd6025fc87fd6d6025fc8 /* src/mesh/GuBV4_OBBSweep.cpp */, - FFFDd60260307fd6d6026030 /* src/mesh/GuBV4_Raycast.cpp */, - FFFDd60260987fd6d6026098 /* src/mesh/GuBV4_SphereOverlap.cpp */, - FFFDd60261007fd6d6026100 /* src/mesh/GuBV4_SphereSweep.cpp */, - FFFDd60261687fd6d6026168 /* src/mesh/GuMeshQuery.cpp */, - FFFDd60261d07fd6d60261d0 /* src/mesh/GuMidphaseBV4.cpp */, - FFFDd60262387fd6d6026238 /* src/mesh/GuMidphaseRTree.cpp */, - FFFDd60262a07fd6d60262a0 /* src/mesh/GuOverlapTestsMesh.cpp */, - FFFDd60263087fd6d6026308 /* src/mesh/GuRTree.cpp */, - FFFDd60263707fd6d6026370 /* src/mesh/GuRTreeQueries.cpp */, - FFFDd60263d87fd6d60263d8 /* src/mesh/GuSweepsMesh.cpp */, - FFFDd60264407fd6d6026440 /* src/mesh/GuTriangleMesh.cpp */, - FFFDd60264a87fd6d60264a8 /* src/mesh/GuTriangleMeshBV4.cpp */, - FFFDd60265107fd6d6026510 /* src/mesh/GuTriangleMeshRTree.cpp */, - FFFDd60265787fd6d6026578 /* src/hf/GuHeightField.cpp */, - FFFDd60265e07fd6d60265e0 /* src/hf/GuHeightFieldUtil.cpp */, - FFFDd60266487fd6d6026648 /* src/hf/GuOverlapTestsHF.cpp */, - FFFDd60266b07fd6d60266b0 /* src/hf/GuSweepsHF.cpp */, - FFFDd60267187fd6d6026718 /* src/pcm/GuPCMContactBoxBox.cpp */, - FFFDd60267807fd6d6026780 /* src/pcm/GuPCMContactBoxConvex.cpp */, - FFFDd60267e87fd6d60267e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, - FFFDd60268507fd6d6026850 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, - FFFDd60268b87fd6d60268b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, - FFFDd60269207fd6d6026920 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, - FFFDd60269887fd6d6026988 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, - FFFDd60269f07fd6d60269f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, - FFFDd6026a587fd6d6026a58 /* src/pcm/GuPCMContactConvexConvex.cpp */, - FFFDd6026ac07fd6d6026ac0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, - FFFDd6026b287fd6d6026b28 /* src/pcm/GuPCMContactConvexMesh.cpp */, - FFFDd6026b907fd6d6026b90 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, - FFFDd6026bf87fd6d6026bf8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, - FFFDd6026c607fd6d6026c60 /* src/pcm/GuPCMContactPlaneBox.cpp */, - FFFDd6026cc87fd6d6026cc8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, - FFFDd6026d307fd6d6026d30 /* src/pcm/GuPCMContactPlaneConvex.cpp */, - FFFDd6026d987fd6d6026d98 /* src/pcm/GuPCMContactSphereBox.cpp */, - FFFDd6026e007fd6d6026e00 /* src/pcm/GuPCMContactSphereCapsule.cpp */, - FFFDd6026e687fd6d6026e68 /* src/pcm/GuPCMContactSphereConvex.cpp */, - FFFDd6026ed07fd6d6026ed0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, - FFFDd6026f387fd6d6026f38 /* src/pcm/GuPCMContactSphereMesh.cpp */, - FFFDd6026fa07fd6d6026fa0 /* src/pcm/GuPCMContactSpherePlane.cpp */, - FFFDd60270087fd6d6027008 /* src/pcm/GuPCMContactSphereSphere.cpp */, - FFFDd60270707fd6d6027070 /* src/pcm/GuPCMShapeConvex.cpp */, - FFFDd60270d87fd6d60270d8 /* src/pcm/GuPCMTriangleContactGen.cpp */, - FFFDd60271407fd6d6027140 /* src/pcm/GuPersistentContactManifold.cpp */, - FFFDd60271a87fd6d60271a8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, - FFFDd60272107fd6d6027210 /* src/ccd/GuCCDSweepPrimitives.cpp */, + FFFD2c8010007f922c801000 /* headers/GuAxes.h */, + FFFD2c8010687f922c801068 /* headers/GuBox.h */, + FFFD2c8010d07f922c8010d0 /* headers/GuDistanceSegmentBox.h */, + FFFD2c8011387f922c801138 /* headers/GuDistanceSegmentSegment.h */, + FFFD2c8011a07f922c8011a0 /* headers/GuIntersectionBoxBox.h */, + FFFD2c8012087f922c801208 /* headers/GuIntersectionTriangleBox.h */, + FFFD2c8012707f922c801270 /* headers/GuRaycastTests.h */, + FFFD2c8012d87f922c8012d8 /* headers/GuSIMDHelpers.h */, + FFFD2c8013407f922c801340 /* headers/GuSegment.h */, + FFFD2c8013a87f922c8013a8 /* ../../Include/GeomUtils */, + FFFD2c8014107f922c801410 /* src/GuBounds.h */, + FFFD2c8014787f922c801478 /* src/GuCapsule.h */, + FFFD2c8014e07f922c8014e0 /* src/GuCenterExtents.h */, + FFFD2c8015487f922c801548 /* src/GuGeometryUnion.h */, + FFFD2c8015b07f922c8015b0 /* src/GuInternal.h */, + FFFD2c8016187f922c801618 /* src/GuMTD.h */, + FFFD2c8016807f922c801680 /* src/GuMeshFactory.h */, + FFFD2c8016e87f922c8016e8 /* src/GuOverlapTests.h */, + FFFD2c8017507f922c801750 /* src/GuSerialize.h */, + FFFD2c8017b87f922c8017b8 /* src/GuSphere.h */, + FFFD2c8018207f922c801820 /* src/GuSweepMTD.h */, + FFFD2c8018887f922c801888 /* src/GuSweepSharedTests.h */, + FFFD2c8018f07f922c8018f0 /* src/GuSweepTests.h */, + FFFD2c8019587f922c801958 /* src/contact/GuContactMethodImpl.h */, + FFFD2c8019c07f922c8019c0 /* src/contact/GuContactPolygonPolygon.h */, + FFFD2c801a287f922c801a28 /* src/contact/GuFeatureCode.h */, + FFFD2c801a907f922c801a90 /* src/contact/GuLegacyTraceLineCallback.h */, + FFFD2c801af87f922c801af8 /* src/common/GuBarycentricCoordinates.h */, + FFFD2c801b607f922c801b60 /* src/common/GuBoxConversion.h */, + FFFD2c801bc87f922c801bc8 /* src/common/GuEdgeCache.h */, + FFFD2c801c307f922c801c30 /* src/common/GuEdgeListData.h */, + FFFD2c801c987f922c801c98 /* src/common/GuSeparatingAxes.h */, + FFFD2c801d007f922c801d00 /* src/convex/GuBigConvexData.h */, + FFFD2c801d687f922c801d68 /* src/convex/GuBigConvexData2.h */, + FFFD2c801dd07f922c801dd0 /* src/convex/GuConvexEdgeFlags.h */, + FFFD2c801e387f922c801e38 /* src/convex/GuConvexHelper.h */, + FFFD2c801ea07f922c801ea0 /* src/convex/GuConvexMesh.h */, + FFFD2c801f087f922c801f08 /* src/convex/GuConvexMeshData.h */, + FFFD2c801f707f922c801f70 /* src/convex/GuConvexSupportTable.h */, + FFFD2c801fd87f922c801fd8 /* src/convex/GuConvexUtilsInternal.h */, + FFFD2c8020407f922c802040 /* src/convex/GuCubeIndex.h */, + FFFD2c8020a87f922c8020a8 /* src/convex/GuHillClimbing.h */, + FFFD2c8021107f922c802110 /* src/convex/GuShapeConvex.h */, + FFFD2c8021787f922c802178 /* src/distance/GuDistancePointBox.h */, + FFFD2c8021e07f922c8021e0 /* src/distance/GuDistancePointSegment.h */, + FFFD2c8022487f922c802248 /* src/distance/GuDistancePointTriangle.h */, + FFFD2c8022b07f922c8022b0 /* src/distance/GuDistancePointTriangleSIMD.h */, + FFFD2c8023187f922c802318 /* src/distance/GuDistanceSegmentSegmentSIMD.h */, + FFFD2c8023807f922c802380 /* src/distance/GuDistanceSegmentTriangle.h */, + FFFD2c8023e87f922c8023e8 /* src/distance/GuDistanceSegmentTriangleSIMD.h */, + FFFD2c8024507f922c802450 /* src/sweep/GuSweepBoxBox.h */, + FFFD2c8024b87f922c8024b8 /* src/sweep/GuSweepBoxSphere.h */, + FFFD2c8025207f922c802520 /* src/sweep/GuSweepBoxTriangle_FeatureBased.h */, + FFFD2c8025887f922c802588 /* src/sweep/GuSweepBoxTriangle_SAT.h */, + FFFD2c8025f07f922c8025f0 /* src/sweep/GuSweepCapsuleBox.h */, + FFFD2c8026587f922c802658 /* src/sweep/GuSweepCapsuleCapsule.h */, + FFFD2c8026c07f922c8026c0 /* src/sweep/GuSweepCapsuleTriangle.h */, + FFFD2c8027287f922c802728 /* src/sweep/GuSweepSphereCapsule.h */, + FFFD2c8027907f922c802790 /* src/sweep/GuSweepSphereSphere.h */, + FFFD2c8027f87f922c8027f8 /* src/sweep/GuSweepSphereTriangle.h */, + FFFD2c8028607f922c802860 /* src/sweep/GuSweepTriangleUtils.h */, + FFFD2c8028c87f922c8028c8 /* src/gjk/GuEPA.h */, + FFFD2c8029307f922c802930 /* src/gjk/GuEPAFacet.h */, + FFFD2c8029987f922c802998 /* src/gjk/GuGJK.h */, + FFFD2c802a007f922c802a00 /* src/gjk/GuGJKPenetration.h */, + FFFD2c802a687f922c802a68 /* src/gjk/GuGJKRaycast.h */, + FFFD2c802ad07f922c802ad0 /* src/gjk/GuGJKSimplex.h */, + FFFD2c802b387f922c802b38 /* src/gjk/GuGJKTest.h */, + FFFD2c802ba07f922c802ba0 /* src/gjk/GuGJKType.h */, + FFFD2c802c087f922c802c08 /* src/gjk/GuGJKUtil.h */, + FFFD2c802c707f922c802c70 /* src/gjk/GuVecBox.h */, + FFFD2c802cd87f922c802cd8 /* src/gjk/GuVecCapsule.h */, + FFFD2c802d407f922c802d40 /* src/gjk/GuVecConvex.h */, + FFFD2c802da87f922c802da8 /* src/gjk/GuVecConvexHull.h */, + FFFD2c802e107f922c802e10 /* src/gjk/GuVecConvexHullNoScale.h */, + FFFD2c802e787f922c802e78 /* src/gjk/GuVecPlane.h */, + FFFD2c802ee07f922c802ee0 /* src/gjk/GuVecShrunkBox.h */, + FFFD2c802f487f922c802f48 /* src/gjk/GuVecShrunkConvexHull.h */, + FFFD2c802fb07f922c802fb0 /* src/gjk/GuVecShrunkConvexHullNoScale.h */, + FFFD2c8030187f922c803018 /* src/gjk/GuVecSphere.h */, + FFFD2c8030807f922c803080 /* src/gjk/GuVecTriangle.h */, + FFFD2c8030e87f922c8030e8 /* src/intersection/GuIntersectionCapsuleTriangle.h */, + FFFD2c8031507f922c803150 /* src/intersection/GuIntersectionEdgeEdge.h */, + FFFD2c8031b87f922c8031b8 /* src/intersection/GuIntersectionRay.h */, + FFFD2c8032207f922c803220 /* src/intersection/GuIntersectionRayBox.h */, + FFFD2c8032887f922c803288 /* src/intersection/GuIntersectionRayBoxSIMD.h */, + FFFD2c8032f07f922c8032f0 /* src/intersection/GuIntersectionRayCapsule.h */, + FFFD2c8033587f922c803358 /* src/intersection/GuIntersectionRayPlane.h */, + FFFD2c8033c07f922c8033c0 /* src/intersection/GuIntersectionRaySphere.h */, + FFFD2c8034287f922c803428 /* src/intersection/GuIntersectionRayTriangle.h */, + FFFD2c8034907f922c803490 /* src/intersection/GuIntersectionSphereBox.h */, + FFFD2c8034f87f922c8034f8 /* src/mesh/GuBV32.h */, + FFFD2c8035607f922c803560 /* src/mesh/GuBV32Build.h */, + FFFD2c8035c87f922c8035c8 /* src/mesh/GuBV4.h */, + FFFD2c8036307f922c803630 /* src/mesh/GuBV4Build.h */, + FFFD2c8036987f922c803698 /* src/mesh/GuBV4Settings.h */, + FFFD2c8037007f922c803700 /* src/mesh/GuBV4_AABBAABBSweepTest.h */, + FFFD2c8037687f922c803768 /* src/mesh/GuBV4_BoxBoxOverlapTest.h */, + FFFD2c8037d07f922c8037d0 /* src/mesh/GuBV4_BoxOverlap_Internal.h */, + FFFD2c8038387f922c803838 /* src/mesh/GuBV4_BoxSweep_Internal.h */, + FFFD2c8038a07f922c8038a0 /* src/mesh/GuBV4_BoxSweep_Params.h */, + FFFD2c8039087f922c803908 /* src/mesh/GuBV4_CapsuleSweep_Internal.h */, + FFFD2c8039707f922c803970 /* src/mesh/GuBV4_Common.h */, + FFFD2c8039d87f922c8039d8 /* src/mesh/GuBV4_Internal.h */, + FFFD2c803a407f922c803a40 /* src/mesh/GuBV4_ProcessStreamNoOrder_OBBOBB.h */, + FFFD2c803aa87f922c803aa8 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB.h */, + FFFD2c803b107f922c803b10 /* src/mesh/GuBV4_ProcessStreamNoOrder_SegmentAABB_Inflated.h */, + FFFD2c803b787f922c803b78 /* src/mesh/GuBV4_ProcessStreamNoOrder_SphereAABB.h */, + FFFD2c803be07f922c803be0 /* src/mesh/GuBV4_ProcessStreamOrdered_OBBOBB.h */, + FFFD2c803c487f922c803c48 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB.h */, + FFFD2c803cb07f922c803cb0 /* src/mesh/GuBV4_ProcessStreamOrdered_SegmentAABB_Inflated.h */, + FFFD2c803d187f922c803d18 /* src/mesh/GuBV4_Slabs.h */, + FFFD2c803d807f922c803d80 /* src/mesh/GuBV4_Slabs_KajiyaNoOrder.h */, + FFFD2c803de87f922c803de8 /* src/mesh/GuBV4_Slabs_KajiyaOrdered.h */, + FFFD2c803e507f922c803e50 /* src/mesh/GuBV4_Slabs_SwizzledNoOrder.h */, + FFFD2c803eb87f922c803eb8 /* src/mesh/GuBV4_Slabs_SwizzledOrdered.h */, + FFFD2c803f207f922c803f20 /* src/mesh/GuBVConstants.h */, + FFFD2c803f887f922c803f88 /* src/mesh/GuMeshData.h */, + FFFD2c803ff07f922c803ff0 /* src/mesh/GuMidphaseInterface.h */, + FFFD2c8040587f922c804058 /* src/mesh/GuRTree.h */, + FFFD2c8040c07f922c8040c0 /* src/mesh/GuSweepConvexTri.h */, + FFFD2c8041287f922c804128 /* src/mesh/GuSweepMesh.h */, + FFFD2c8041907f922c804190 /* src/mesh/GuTriangle32.h */, + FFFD2c8041f87f922c8041f8 /* src/mesh/GuTriangleCache.h */, + FFFD2c8042607f922c804260 /* src/mesh/GuTriangleMesh.h */, + FFFD2c8042c87f922c8042c8 /* src/mesh/GuTriangleMeshBV4.h */, + FFFD2c8043307f922c804330 /* src/mesh/GuTriangleMeshRTree.h */, + FFFD2c8043987f922c804398 /* src/mesh/GuTriangleVertexPointers.h */, + FFFD2c8044007f922c804400 /* src/hf/GuEntityReport.h */, + FFFD2c8044687f922c804468 /* src/hf/GuHeightField.h */, + FFFD2c8044d07f922c8044d0 /* src/hf/GuHeightFieldData.h */, + FFFD2c8045387f922c804538 /* src/hf/GuHeightFieldUtil.h */, + FFFD2c8045a07f922c8045a0 /* src/pcm/GuPCMContactConvexCommon.h */, + FFFD2c8046087f922c804608 /* src/pcm/GuPCMContactGen.h */, + FFFD2c8046707f922c804670 /* src/pcm/GuPCMContactGenUtil.h */, + FFFD2c8046d87f922c8046d8 /* src/pcm/GuPCMContactMeshCallback.h */, + FFFD2c8047407f922c804740 /* src/pcm/GuPCMShapeConvex.h */, + FFFD2c8047a87f922c8047a8 /* src/pcm/GuPCMTriangleContactGen.h */, + FFFD2c8048107f922c804810 /* src/pcm/GuPersistentContactManifold.h */, + FFFD2c8048787f922c804878 /* src/ccd/GuCCDSweepConvexMesh.h */, + FFFD2c8048e07f922c8048e0 /* src/GuBounds.cpp */, + FFFD2c8049487f922c804948 /* src/GuBox.cpp */, + FFFD2c8049b07f922c8049b0 /* src/GuCCTSweepTests.cpp */, + FFFD2c804a187f922c804a18 /* src/GuCapsule.cpp */, + FFFD2c804a807f922c804a80 /* src/GuGeometryQuery.cpp */, + FFFD2c804ae87f922c804ae8 /* src/GuGeometryUnion.cpp */, + FFFD2c804b507f922c804b50 /* src/GuInternal.cpp */, + FFFD2c804bb87f922c804bb8 /* src/GuMTD.cpp */, + FFFD2c804c207f922c804c20 /* src/GuMeshFactory.cpp */, + FFFD2c804c887f922c804c88 /* src/GuMetaData.cpp */, + FFFD2c804cf07f922c804cf0 /* src/GuOverlapTests.cpp */, + FFFD2c804d587f922c804d58 /* src/GuRaycastTests.cpp */, + FFFD2c804dc07f922c804dc0 /* src/GuSerialize.cpp */, + FFFD2c804e287f922c804e28 /* src/GuSweepMTD.cpp */, + FFFD2c804e907f922c804e90 /* src/GuSweepSharedTests.cpp */, + FFFD2c804ef87f922c804ef8 /* src/GuSweepTests.cpp */, + FFFD2c804f607f922c804f60 /* src/contact/GuContactBoxBox.cpp */, + FFFD2c804fc87f922c804fc8 /* src/contact/GuContactCapsuleBox.cpp */, + FFFD2c8050307f922c805030 /* src/contact/GuContactCapsuleCapsule.cpp */, + FFFD2c8050987f922c805098 /* src/contact/GuContactCapsuleConvex.cpp */, + FFFD2c8051007f922c805100 /* src/contact/GuContactCapsuleMesh.cpp */, + FFFD2c8051687f922c805168 /* src/contact/GuContactConvexConvex.cpp */, + FFFD2c8051d07f922c8051d0 /* src/contact/GuContactConvexMesh.cpp */, + FFFD2c8052387f922c805238 /* src/contact/GuContactPlaneBox.cpp */, + FFFD2c8052a07f922c8052a0 /* src/contact/GuContactPlaneCapsule.cpp */, + FFFD2c8053087f922c805308 /* src/contact/GuContactPlaneConvex.cpp */, + FFFD2c8053707f922c805370 /* src/contact/GuContactPolygonPolygon.cpp */, + FFFD2c8053d87f922c8053d8 /* src/contact/GuContactSphereBox.cpp */, + FFFD2c8054407f922c805440 /* src/contact/GuContactSphereCapsule.cpp */, + FFFD2c8054a87f922c8054a8 /* src/contact/GuContactSphereMesh.cpp */, + FFFD2c8055107f922c805510 /* src/contact/GuContactSpherePlane.cpp */, + FFFD2c8055787f922c805578 /* src/contact/GuContactSphereSphere.cpp */, + FFFD2c8055e07f922c8055e0 /* src/contact/GuFeatureCode.cpp */, + FFFD2c8056487f922c805648 /* src/contact/GuLegacyContactBoxHeightField.cpp */, + FFFD2c8056b07f922c8056b0 /* src/contact/GuLegacyContactCapsuleHeightField.cpp */, + FFFD2c8057187f922c805718 /* src/contact/GuLegacyContactConvexHeightField.cpp */, + FFFD2c8057807f922c805780 /* src/contact/GuLegacyContactSphereHeightField.cpp */, + FFFD2c8057e87f922c8057e8 /* src/common/GuBarycentricCoordinates.cpp */, + FFFD2c8058507f922c805850 /* src/common/GuSeparatingAxes.cpp */, + FFFD2c8058b87f922c8058b8 /* src/convex/GuBigConvexData.cpp */, + FFFD2c8059207f922c805920 /* src/convex/GuConvexHelper.cpp */, + FFFD2c8059887f922c805988 /* src/convex/GuConvexMesh.cpp */, + FFFD2c8059f07f922c8059f0 /* src/convex/GuConvexSupportTable.cpp */, + FFFD2c805a587f922c805a58 /* src/convex/GuConvexUtilsInternal.cpp */, + FFFD2c805ac07f922c805ac0 /* src/convex/GuHillClimbing.cpp */, + FFFD2c805b287f922c805b28 /* src/convex/GuShapeConvex.cpp */, + FFFD2c805b907f922c805b90 /* src/distance/GuDistancePointBox.cpp */, + FFFD2c805bf87f922c805bf8 /* src/distance/GuDistancePointTriangle.cpp */, + FFFD2c805c607f922c805c60 /* src/distance/GuDistanceSegmentBox.cpp */, + FFFD2c805cc87f922c805cc8 /* src/distance/GuDistanceSegmentSegment.cpp */, + FFFD2c805d307f922c805d30 /* src/distance/GuDistanceSegmentTriangle.cpp */, + FFFD2c805d987f922c805d98 /* src/sweep/GuSweepBoxBox.cpp */, + FFFD2c805e007f922c805e00 /* src/sweep/GuSweepBoxSphere.cpp */, + FFFD2c805e687f922c805e68 /* src/sweep/GuSweepBoxTriangle_FeatureBased.cpp */, + FFFD2c805ed07f922c805ed0 /* src/sweep/GuSweepBoxTriangle_SAT.cpp */, + FFFD2c805f387f922c805f38 /* src/sweep/GuSweepCapsuleBox.cpp */, + FFFD2c805fa07f922c805fa0 /* src/sweep/GuSweepCapsuleCapsule.cpp */, + FFFD2c8060087f922c806008 /* src/sweep/GuSweepCapsuleTriangle.cpp */, + FFFD2c8060707f922c806070 /* src/sweep/GuSweepSphereCapsule.cpp */, + FFFD2c8060d87f922c8060d8 /* src/sweep/GuSweepSphereSphere.cpp */, + FFFD2c8061407f922c806140 /* src/sweep/GuSweepSphereTriangle.cpp */, + FFFD2c8061a87f922c8061a8 /* src/sweep/GuSweepTriangleUtils.cpp */, + FFFD2c8062107f922c806210 /* src/gjk/GuEPA.cpp */, + FFFD2c8062787f922c806278 /* src/gjk/GuGJKSimplex.cpp */, + FFFD2c8062e07f922c8062e0 /* src/gjk/GuGJKTest.cpp */, + FFFD2c8063487f922c806348 /* src/intersection/GuIntersectionBoxBox.cpp */, + FFFD2c8063b07f922c8063b0 /* src/intersection/GuIntersectionCapsuleTriangle.cpp */, + FFFD2c8064187f922c806418 /* src/intersection/GuIntersectionEdgeEdge.cpp */, + FFFD2c8064807f922c806480 /* src/intersection/GuIntersectionRayBox.cpp */, + FFFD2c8064e87f922c8064e8 /* src/intersection/GuIntersectionRayCapsule.cpp */, + FFFD2c8065507f922c806550 /* src/intersection/GuIntersectionRaySphere.cpp */, + FFFD2c8065b87f922c8065b8 /* src/intersection/GuIntersectionSphereBox.cpp */, + FFFD2c8066207f922c806620 /* src/intersection/GuIntersectionTriangleBox.cpp */, + FFFD2c8066887f922c806688 /* src/mesh/GuBV32.cpp */, + FFFD2c8066f07f922c8066f0 /* src/mesh/GuBV32Build.cpp */, + FFFD2c8067587f922c806758 /* src/mesh/GuBV4.cpp */, + FFFD2c8067c07f922c8067c0 /* src/mesh/GuBV4Build.cpp */, + FFFD2c8068287f922c806828 /* src/mesh/GuBV4_AABBSweep.cpp */, + FFFD2c8068907f922c806890 /* src/mesh/GuBV4_BoxOverlap.cpp */, + FFFD2c8068f87f922c8068f8 /* src/mesh/GuBV4_CapsuleSweep.cpp */, + FFFD2c8069607f922c806960 /* src/mesh/GuBV4_CapsuleSweepAA.cpp */, + FFFD2c8069c87f922c8069c8 /* src/mesh/GuBV4_OBBSweep.cpp */, + FFFD2c806a307f922c806a30 /* src/mesh/GuBV4_Raycast.cpp */, + FFFD2c806a987f922c806a98 /* src/mesh/GuBV4_SphereOverlap.cpp */, + FFFD2c806b007f922c806b00 /* src/mesh/GuBV4_SphereSweep.cpp */, + FFFD2c806b687f922c806b68 /* src/mesh/GuMeshQuery.cpp */, + FFFD2c806bd07f922c806bd0 /* src/mesh/GuMidphaseBV4.cpp */, + FFFD2c806c387f922c806c38 /* src/mesh/GuMidphaseRTree.cpp */, + FFFD2c806ca07f922c806ca0 /* src/mesh/GuOverlapTestsMesh.cpp */, + FFFD2c806d087f922c806d08 /* src/mesh/GuRTree.cpp */, + FFFD2c806d707f922c806d70 /* src/mesh/GuRTreeQueries.cpp */, + FFFD2c806dd87f922c806dd8 /* src/mesh/GuSweepsMesh.cpp */, + FFFD2c806e407f922c806e40 /* src/mesh/GuTriangleMesh.cpp */, + FFFD2c806ea87f922c806ea8 /* src/mesh/GuTriangleMeshBV4.cpp */, + FFFD2c806f107f922c806f10 /* src/mesh/GuTriangleMeshRTree.cpp */, + FFFD2c806f787f922c806f78 /* src/hf/GuHeightField.cpp */, + FFFD2c806fe07f922c806fe0 /* src/hf/GuHeightFieldUtil.cpp */, + FFFD2c8070487f922c807048 /* src/hf/GuOverlapTestsHF.cpp */, + FFFD2c8070b07f922c8070b0 /* src/hf/GuSweepsHF.cpp */, + FFFD2c8071187f922c807118 /* src/pcm/GuPCMContactBoxBox.cpp */, + FFFD2c8071807f922c807180 /* src/pcm/GuPCMContactBoxConvex.cpp */, + FFFD2c8071e87f922c8071e8 /* src/pcm/GuPCMContactCapsuleBox.cpp */, + FFFD2c8072507f922c807250 /* src/pcm/GuPCMContactCapsuleCapsule.cpp */, + FFFD2c8072b87f922c8072b8 /* src/pcm/GuPCMContactCapsuleConvex.cpp */, + FFFD2c8073207f922c807320 /* src/pcm/GuPCMContactCapsuleHeightField.cpp */, + FFFD2c8073887f922c807388 /* src/pcm/GuPCMContactCapsuleMesh.cpp */, + FFFD2c8073f07f922c8073f0 /* src/pcm/GuPCMContactConvexCommon.cpp */, + FFFD2c8074587f922c807458 /* src/pcm/GuPCMContactConvexConvex.cpp */, + FFFD2c8074c07f922c8074c0 /* src/pcm/GuPCMContactConvexHeightField.cpp */, + FFFD2c8075287f922c807528 /* src/pcm/GuPCMContactConvexMesh.cpp */, + FFFD2c8075907f922c807590 /* src/pcm/GuPCMContactGenBoxConvex.cpp */, + FFFD2c8075f87f922c8075f8 /* src/pcm/GuPCMContactGenSphereCapsule.cpp */, + FFFD2c8076607f922c807660 /* src/pcm/GuPCMContactPlaneBox.cpp */, + FFFD2c8076c87f922c8076c8 /* src/pcm/GuPCMContactPlaneCapsule.cpp */, + FFFD2c8077307f922c807730 /* src/pcm/GuPCMContactPlaneConvex.cpp */, + FFFD2c8077987f922c807798 /* src/pcm/GuPCMContactSphereBox.cpp */, + FFFD2c8078007f922c807800 /* src/pcm/GuPCMContactSphereCapsule.cpp */, + FFFD2c8078687f922c807868 /* src/pcm/GuPCMContactSphereConvex.cpp */, + FFFD2c8078d07f922c8078d0 /* src/pcm/GuPCMContactSphereHeightField.cpp */, + FFFD2c8079387f922c807938 /* src/pcm/GuPCMContactSphereMesh.cpp */, + FFFD2c8079a07f922c8079a0 /* src/pcm/GuPCMContactSpherePlane.cpp */, + FFFD2c807a087f922c807a08 /* src/pcm/GuPCMContactSphereSphere.cpp */, + FFFD2c807a707f922c807a70 /* src/pcm/GuPCMShapeConvex.cpp */, + FFFD2c807ad87f922c807ad8 /* src/pcm/GuPCMTriangleContactGen.cpp */, + FFFD2c807b407f922c807b40 /* src/pcm/GuPersistentContactManifold.cpp */, + FFFD2c807ba87f922c807ba8 /* src/ccd/GuCCDSweepConvexMesh.cpp */, + FFFD2c807c107f922c807c10 /* src/ccd/GuCCDSweepPrimitives.cpp */, ); name = "geomutils"; sourceTree = SOURCE_ROOT; }; - FFFBd78251d07fd6d78251d0 /* PxFoundation */ = { + FFFB2c1587607f922c158760 /* PxFoundation */ = { isa = PBXGroup; children = ( - FFFBd4b036f07fd6d4b036f0 /* include */, - FFFBd4b037187fd6d4b03718 /* src */, + FFFB2c158cf07f922c158cf0 /* include */, + FFFB2c158d187f922c158d18 /* src */, ); name = "PxFoundation"; sourceTree = "<group>"; }; - FFFBd4b036f07fd6d4b036f0 /* include */ = { + FFFB2c158cf07f922c158cf0 /* include */ = { isa = PBXGroup; children = ( - FFFDd600e0007fd6d600e000 /* Px.h */, - FFFDd600e0687fd6d600e068 /* PxAllocatorCallback.h */, - FFFDd600e0d07fd6d600e0d0 /* PxAssert.h */, - FFFDd600e1387fd6d600e138 /* PxBitAndData.h */, - FFFDd600e1a07fd6d600e1a0 /* PxBounds3.h */, - FFFDd600e2087fd6d600e208 /* PxErrorCallback.h */, - FFFDd600e2707fd6d600e270 /* PxErrors.h */, - FFFDd600e2d87fd6d600e2d8 /* PxFlags.h */, - FFFDd600e3407fd6d600e340 /* PxFoundation.h */, - FFFDd600e3a87fd6d600e3a8 /* PxFoundationVersion.h */, - FFFDd600e4107fd6d600e410 /* PxIO.h */, - FFFDd600e4787fd6d600e478 /* PxIntrinsics.h */, - FFFDd600e4e07fd6d600e4e0 /* PxMat33.h */, - FFFDd600e5487fd6d600e548 /* PxMat44.h */, - FFFDd600e5b07fd6d600e5b0 /* PxMath.h */, - FFFDd600e6187fd6d600e618 /* PxMathUtils.h */, - FFFDd600e6807fd6d600e680 /* PxMemory.h */, - FFFDd600e6e87fd6d600e6e8 /* PxPlane.h */, - FFFDd600e7507fd6d600e750 /* PxPreprocessor.h */, - FFFDd600e7b87fd6d600e7b8 /* PxProfiler.h */, - FFFDd600e8207fd6d600e820 /* PxQuat.h */, - FFFDd600e8887fd6d600e888 /* PxSimpleTypes.h */, - FFFDd600e8f07fd6d600e8f0 /* PxStrideIterator.h */, - FFFDd600e9587fd6d600e958 /* PxTransform.h */, - FFFDd600e9c07fd6d600e9c0 /* PxUnionCast.h */, - FFFDd600ea287fd6d600ea28 /* PxVec2.h */, - FFFDd600ea907fd6d600ea90 /* PxVec3.h */, - FFFDd600eaf87fd6d600eaf8 /* PxVec4.h */, - FFFDd600eb607fd6d600eb60 /* unix/PxUnixIntrinsics.h */, + FFFD2b980e007f922b980e00 /* Px.h */, + FFFD2b980e687f922b980e68 /* PxAllocatorCallback.h */, + FFFD2b980ed07f922b980ed0 /* PxAssert.h */, + FFFD2b980f387f922b980f38 /* PxBitAndData.h */, + FFFD2b980fa07f922b980fa0 /* PxBounds3.h */, + FFFD2b9810087f922b981008 /* PxErrorCallback.h */, + FFFD2b9810707f922b981070 /* PxErrors.h */, + FFFD2b9810d87f922b9810d8 /* PxFlags.h */, + FFFD2b9811407f922b981140 /* PxFoundation.h */, + FFFD2b9811a87f922b9811a8 /* PxFoundationVersion.h */, + FFFD2b9812107f922b981210 /* PxIO.h */, + FFFD2b9812787f922b981278 /* PxIntrinsics.h */, + FFFD2b9812e07f922b9812e0 /* PxMat33.h */, + FFFD2b9813487f922b981348 /* PxMat44.h */, + FFFD2b9813b07f922b9813b0 /* PxMath.h */, + FFFD2b9814187f922b981418 /* PxMathUtils.h */, + FFFD2b9814807f922b981480 /* PxMemory.h */, + FFFD2b9814e87f922b9814e8 /* PxPlane.h */, + FFFD2b9815507f922b981550 /* PxPreprocessor.h */, + FFFD2b9815b87f922b9815b8 /* PxProfiler.h */, + FFFD2b9816207f922b981620 /* PxQuat.h */, + FFFD2b9816887f922b981688 /* PxSimpleTypes.h */, + FFFD2b9816f07f922b9816f0 /* PxStrideIterator.h */, + FFFD2b9817587f922b981758 /* PxTransform.h */, + FFFD2b9817c07f922b9817c0 /* PxUnionCast.h */, + FFFD2b9818287f922b981828 /* PxVec2.h */, + FFFD2b9818907f922b981890 /* PxVec3.h */, + FFFD2b9818f87f922b9818f8 /* PxVec4.h */, + FFFD2b9819607f922b981960 /* unix/PxUnixIntrinsics.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd4b037187fd6d4b03718 /* src */ = { + FFFB2c158d187f922c158d18 /* src */ = { isa = PBXGroup; children = ( - FFFDd6010a007fd6d6010a00 /* include/Ps.h */, - FFFDd6010a687fd6d6010a68 /* include/PsAlignedMalloc.h */, - FFFDd6010ad07fd6d6010ad0 /* include/PsAlloca.h */, - FFFDd6010b387fd6d6010b38 /* include/PsAllocator.h */, - FFFDd6010ba07fd6d6010ba0 /* include/PsAoS.h */, - FFFDd6010c087fd6d6010c08 /* include/PsArray.h */, - FFFDd6010c707fd6d6010c70 /* include/PsAtomic.h */, - FFFDd6010cd87fd6d6010cd8 /* include/PsBasicTemplates.h */, - FFFDd6010d407fd6d6010d40 /* include/PsBitUtils.h */, - FFFDd6010da87fd6d6010da8 /* include/PsBroadcast.h */, - FFFDd6010e107fd6d6010e10 /* include/PsCpu.h */, - FFFDd6010e787fd6d6010e78 /* include/PsFPU.h */, - FFFDd6010ee07fd6d6010ee0 /* include/PsFoundation.h */, - FFFDd6010f487fd6d6010f48 /* include/PsHash.h */, - FFFDd6010fb07fd6d6010fb0 /* include/PsHashInternals.h */, - FFFDd60110187fd6d6011018 /* include/PsHashMap.h */, - FFFDd60110807fd6d6011080 /* include/PsHashSet.h */, - FFFDd60110e87fd6d60110e8 /* include/PsInlineAllocator.h */, - FFFDd60111507fd6d6011150 /* include/PsInlineAoS.h */, - FFFDd60111b87fd6d60111b8 /* include/PsInlineArray.h */, - FFFDd60112207fd6d6011220 /* include/PsIntrinsics.h */, - FFFDd60112887fd6d6011288 /* include/PsMathUtils.h */, - FFFDd60112f07fd6d60112f0 /* include/PsMutex.h */, - FFFDd60113587fd6d6011358 /* include/PsPool.h */, - FFFDd60113c07fd6d60113c0 /* include/PsSList.h */, - FFFDd60114287fd6d6011428 /* include/PsSocket.h */, - FFFDd60114907fd6d6011490 /* include/PsSort.h */, - FFFDd60114f87fd6d60114f8 /* include/PsSortInternals.h */, - FFFDd60115607fd6d6011560 /* include/PsString.h */, - FFFDd60115c87fd6d60115c8 /* include/PsSync.h */, - FFFDd60116307fd6d6011630 /* include/PsTempAllocator.h */, - FFFDd60116987fd6d6011698 /* include/PsThread.h */, - FFFDd60117007fd6d6011700 /* include/PsTime.h */, - FFFDd60117687fd6d6011768 /* include/PsUserAllocated.h */, - FFFDd60117d07fd6d60117d0 /* include/PsUtilities.h */, - FFFDd60118387fd6d6011838 /* include/PsVecMath.h */, - FFFDd60118a07fd6d60118a0 /* include/PsVecMathAoSScalar.h */, - FFFDd60119087fd6d6011908 /* include/PsVecMathAoSScalarInline.h */, - FFFDd60119707fd6d6011970 /* include/PsVecMathSSE.h */, - FFFDd60119d87fd6d60119d8 /* include/PsVecMathUtilities.h */, - FFFDd6011a407fd6d6011a40 /* include/PsVecQuat.h */, - FFFDd6011aa87fd6d6011aa8 /* include/PsVecTransform.h */, - FFFDd6011b107fd6d6011b10 /* include/unix/PsUnixAoS.h */, - FFFDd6011b787fd6d6011b78 /* include/unix/PsUnixFPU.h */, - FFFDd6011be07fd6d6011be0 /* include/unix/PsUnixInlineAoS.h */, - FFFDd6011c487fd6d6011c48 /* include/unix/PsUnixIntrinsics.h */, - FFFDd6011cb07fd6d6011cb0 /* include/unix/PsUnixTrigConstants.h */, - FFFDd6011d187fd6d6011d18 /* src/PsAllocator.cpp */, - FFFDd6011d807fd6d6011d80 /* src/PsAssert.cpp */, - FFFDd6011de87fd6d6011de8 /* src/PsFoundation.cpp */, - FFFDd6011e507fd6d6011e50 /* src/PsMathUtils.cpp */, - FFFDd6011eb87fd6d6011eb8 /* src/PsString.cpp */, - FFFDd6011f207fd6d6011f20 /* src/PsTempAllocator.cpp */, - FFFDd6011f887fd6d6011f88 /* src/PsUtilities.cpp */, - FFFDd6011ff07fd6d6011ff0 /* src/unix/PsUnixAtomic.cpp */, - FFFDd60120587fd6d6012058 /* src/unix/PsUnixCpu.cpp */, - FFFDd60120c07fd6d60120c0 /* src/unix/PsUnixFPU.cpp */, - FFFDd60121287fd6d6012128 /* src/unix/PsUnixMutex.cpp */, - FFFDd60121907fd6d6012190 /* src/unix/PsUnixPrintString.cpp */, - FFFDd60121f87fd6d60121f8 /* src/unix/PsUnixSList.cpp */, - FFFDd60122607fd6d6012260 /* src/unix/PsUnixSocket.cpp */, - FFFDd60122c87fd6d60122c8 /* src/unix/PsUnixSync.cpp */, - FFFDd60123307fd6d6012330 /* src/unix/PsUnixThread.cpp */, - FFFDd60123987fd6d6012398 /* src/unix/PsUnixTime.cpp */, + FFFD2b991a007f922b991a00 /* include/Ps.h */, + FFFD2b991a687f922b991a68 /* include/PsAlignedMalloc.h */, + FFFD2b991ad07f922b991ad0 /* include/PsAlloca.h */, + FFFD2b991b387f922b991b38 /* include/PsAllocator.h */, + FFFD2b991ba07f922b991ba0 /* include/PsAoS.h */, + FFFD2b991c087f922b991c08 /* include/PsArray.h */, + FFFD2b991c707f922b991c70 /* include/PsAtomic.h */, + FFFD2b991cd87f922b991cd8 /* include/PsBasicTemplates.h */, + FFFD2b991d407f922b991d40 /* include/PsBitUtils.h */, + FFFD2b991da87f922b991da8 /* include/PsBroadcast.h */, + FFFD2b991e107f922b991e10 /* include/PsCpu.h */, + FFFD2b991e787f922b991e78 /* include/PsFPU.h */, + FFFD2b991ee07f922b991ee0 /* include/PsFoundation.h */, + FFFD2b991f487f922b991f48 /* include/PsHash.h */, + FFFD2b991fb07f922b991fb0 /* include/PsHashInternals.h */, + FFFD2b9920187f922b992018 /* include/PsHashMap.h */, + FFFD2b9920807f922b992080 /* include/PsHashSet.h */, + FFFD2b9920e87f922b9920e8 /* include/PsInlineAllocator.h */, + FFFD2b9921507f922b992150 /* include/PsInlineAoS.h */, + FFFD2b9921b87f922b9921b8 /* include/PsInlineArray.h */, + FFFD2b9922207f922b992220 /* include/PsIntrinsics.h */, + FFFD2b9922887f922b992288 /* include/PsMathUtils.h */, + FFFD2b9922f07f922b9922f0 /* include/PsMutex.h */, + FFFD2b9923587f922b992358 /* include/PsPool.h */, + FFFD2b9923c07f922b9923c0 /* include/PsSList.h */, + FFFD2b9924287f922b992428 /* include/PsSocket.h */, + FFFD2b9924907f922b992490 /* include/PsSort.h */, + FFFD2b9924f87f922b9924f8 /* include/PsSortInternals.h */, + FFFD2b9925607f922b992560 /* include/PsString.h */, + FFFD2b9925c87f922b9925c8 /* include/PsSync.h */, + FFFD2b9926307f922b992630 /* include/PsTempAllocator.h */, + FFFD2b9926987f922b992698 /* include/PsThread.h */, + FFFD2b9927007f922b992700 /* include/PsTime.h */, + FFFD2b9927687f922b992768 /* include/PsUserAllocated.h */, + FFFD2b9927d07f922b9927d0 /* include/PsUtilities.h */, + FFFD2b9928387f922b992838 /* include/PsVecMath.h */, + FFFD2b9928a07f922b9928a0 /* include/PsVecMathAoSScalar.h */, + FFFD2b9929087f922b992908 /* include/PsVecMathAoSScalarInline.h */, + FFFD2b9929707f922b992970 /* include/PsVecMathSSE.h */, + FFFD2b9929d87f922b9929d8 /* include/PsVecMathUtilities.h */, + FFFD2b992a407f922b992a40 /* include/PsVecQuat.h */, + FFFD2b992aa87f922b992aa8 /* include/PsVecTransform.h */, + FFFD2b992b107f922b992b10 /* include/unix/PsUnixAoS.h */, + FFFD2b992b787f922b992b78 /* include/unix/PsUnixFPU.h */, + FFFD2b992be07f922b992be0 /* include/unix/PsUnixInlineAoS.h */, + FFFD2b992c487f922b992c48 /* include/unix/PsUnixIntrinsics.h */, + FFFD2b992cb07f922b992cb0 /* include/unix/PsUnixTrigConstants.h */, + FFFD2b992d187f922b992d18 /* src/PsAllocator.cpp */, + FFFD2b992d807f922b992d80 /* src/PsAssert.cpp */, + FFFD2b992de87f922b992de8 /* src/PsFoundation.cpp */, + FFFD2b992e507f922b992e50 /* src/PsMathUtils.cpp */, + FFFD2b992eb87f922b992eb8 /* src/PsString.cpp */, + FFFD2b992f207f922b992f20 /* src/PsTempAllocator.cpp */, + FFFD2b992f887f922b992f88 /* src/PsUtilities.cpp */, + FFFD2b992ff07f922b992ff0 /* src/unix/PsUnixAtomic.cpp */, + FFFD2b9930587f922b993058 /* src/unix/PsUnixCpu.cpp */, + FFFD2b9930c07f922b9930c0 /* src/unix/PsUnixFPU.cpp */, + FFFD2b9931287f922b993128 /* src/unix/PsUnixMutex.cpp */, + FFFD2b9931907f922b993190 /* src/unix/PsUnixPrintString.cpp */, + FFFD2b9931f87f922b9931f8 /* src/unix/PsUnixSList.cpp */, + FFFD2b9932607f922b993260 /* src/unix/PsUnixSocket.cpp */, + FFFD2b9932c87f922b9932c8 /* src/unix/PsUnixSync.cpp */, + FFFD2b9933307f922b993330 /* src/unix/PsUnixThread.cpp */, + FFFD2b9933987f922b993398 /* src/unix/PsUnixTime.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd496f0507fd6d496f050 /* PxPvdSDK */ = { + FFFB2c0bd6207f922c0bd620 /* PxPvdSDK */ = { isa = PBXGroup; children = ( - FFFBd496cdc07fd6d496cdc0 /* include */, - FFFBd496cde87fd6d496cde8 /* src */, + FFFB2c0fb0807f922c0fb080 /* include */, + FFFB2c0fb0a87f922c0fb0a8 /* src */, ); name = "PxPvdSDK"; sourceTree = "<group>"; }; - FFFBd496cdc07fd6d496cdc0 /* include */ = { + FFFB2c0fb0807f922c0fb080 /* include */ = { isa = PBXGroup; children = ( - FFFDd496c0407fd6d496c040 /* PxPvd.h */, - FFFDd496c0a87fd6d496c0a8 /* PxPvdTransport.h */, + FFFD2c0be4f07f922c0be4f0 /* PxPvd.h */, + FFFD2c0be5587f922c0be558 /* PxPvdTransport.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd496cde87fd6d496cde8 /* src */ = { + FFFB2c0fb0a87f922c0fb0a8 /* src */ = { isa = PBXGroup; children = ( - FFFDd51104007fd6d5110400 /* include/PsPvd.h */, - FFFDd51104687fd6d5110468 /* include/PxProfileAllocatorWrapper.h */, - FFFDd51104d07fd6d51104d0 /* include/PxPvdClient.h */, - FFFDd51105387fd6d5110538 /* include/PxPvdDataStream.h */, - FFFDd51105a07fd6d51105a0 /* include/PxPvdDataStreamHelpers.h */, - FFFDd51106087fd6d5110608 /* include/PxPvdErrorCodes.h */, - FFFDd51106707fd6d5110670 /* include/PxPvdObjectModelBaseTypes.h */, - FFFDd51106d87fd6d51106d8 /* include/PxPvdRenderBuffer.h */, - FFFDd51107407fd6d5110740 /* include/PxPvdUserRenderer.h */, - FFFDd51107a87fd6d51107a8 /* src/PxProfileEventImpl.cpp */, - FFFDd51108107fd6d5110810 /* src/PxPvd.cpp */, - FFFDd51108787fd6d5110878 /* src/PxPvdDataStream.cpp */, - FFFDd51108e07fd6d51108e0 /* src/PxPvdDefaultFileTransport.cpp */, - FFFDd51109487fd6d5110948 /* src/PxPvdDefaultSocketTransport.cpp */, - FFFDd51109b07fd6d51109b0 /* src/PxPvdImpl.cpp */, - FFFDd5110a187fd6d5110a18 /* src/PxPvdMemClient.cpp */, - FFFDd5110a807fd6d5110a80 /* src/PxPvdObjectModelMetaData.cpp */, - FFFDd5110ae87fd6d5110ae8 /* src/PxPvdObjectRegistrar.cpp */, - FFFDd5110b507fd6d5110b50 /* src/PxPvdProfileZoneClient.cpp */, - FFFDd5110bb87fd6d5110bb8 /* src/PxPvdUserRenderer.cpp */, - FFFDd5110c207fd6d5110c20 /* src/PxProfileBase.h */, - FFFDd5110c887fd6d5110c88 /* src/PxProfileCompileTimeEventFilter.h */, - FFFDd5110cf07fd6d5110cf0 /* src/PxProfileContextProvider.h */, - FFFDd5110d587fd6d5110d58 /* src/PxProfileContextProviderImpl.h */, - FFFDd5110dc07fd6d5110dc0 /* src/PxProfileDataBuffer.h */, - FFFDd5110e287fd6d5110e28 /* src/PxProfileDataParsing.h */, - FFFDd5110e907fd6d5110e90 /* src/PxProfileEventBuffer.h */, - FFFDd5110ef87fd6d5110ef8 /* src/PxProfileEventBufferAtomic.h */, - FFFDd5110f607fd6d5110f60 /* src/PxProfileEventBufferClient.h */, - FFFDd5110fc87fd6d5110fc8 /* src/PxProfileEventBufferClientManager.h */, - FFFDd51110307fd6d5111030 /* src/PxProfileEventFilter.h */, - FFFDd51110987fd6d5111098 /* src/PxProfileEventHandler.h */, - FFFDd51111007fd6d5111100 /* src/PxProfileEventId.h */, - FFFDd51111687fd6d5111168 /* src/PxProfileEventMutex.h */, - FFFDd51111d07fd6d51111d0 /* src/PxProfileEventNames.h */, - FFFDd51112387fd6d5111238 /* src/PxProfileEventParser.h */, - FFFDd51112a07fd6d51112a0 /* src/PxProfileEventSender.h */, - FFFDd51113087fd6d5111308 /* src/PxProfileEventSerialization.h */, - FFFDd51113707fd6d5111370 /* src/PxProfileEventSystem.h */, - FFFDd51113d87fd6d51113d8 /* src/PxProfileEvents.h */, - FFFDd51114407fd6d5111440 /* src/PxProfileMemory.h */, - FFFDd51114a87fd6d51114a8 /* src/PxProfileMemoryBuffer.h */, - FFFDd51115107fd6d5111510 /* src/PxProfileMemoryEventBuffer.h */, - FFFDd51115787fd6d5111578 /* src/PxProfileMemoryEventParser.h */, - FFFDd51115e07fd6d51115e0 /* src/PxProfileMemoryEventRecorder.h */, - FFFDd51116487fd6d5111648 /* src/PxProfileMemoryEventReflexiveWriter.h */, - FFFDd51116b07fd6d51116b0 /* src/PxProfileMemoryEventSummarizer.h */, - FFFDd51117187fd6d5111718 /* src/PxProfileMemoryEventTypes.h */, - FFFDd51117807fd6d5111780 /* src/PxProfileMemoryEvents.h */, - FFFDd51117e87fd6d51117e8 /* src/PxProfileScopedEvent.h */, - FFFDd51118507fd6d5111850 /* src/PxProfileScopedMutexLock.h */, - FFFDd51118b87fd6d51118b8 /* src/PxProfileZone.h */, - FFFDd51119207fd6d5111920 /* src/PxProfileZoneImpl.h */, - FFFDd51119887fd6d5111988 /* src/PxProfileZoneManager.h */, - FFFDd51119f07fd6d51119f0 /* src/PxProfileZoneManagerImpl.h */, - FFFDd5111a587fd6d5111a58 /* src/PxPvdBits.h */, - FFFDd5111ac07fd6d5111ac0 /* src/PxPvdByteStreams.h */, - FFFDd5111b287fd6d5111b28 /* src/PxPvdCommStreamEventSink.h */, - FFFDd5111b907fd6d5111b90 /* src/PxPvdCommStreamEvents.h */, - FFFDd5111bf87fd6d5111bf8 /* src/PxPvdCommStreamSDKEventTypes.h */, - FFFDd5111c607fd6d5111c60 /* src/PxPvdCommStreamTypes.h */, - FFFDd5111cc87fd6d5111cc8 /* src/PxPvdDefaultFileTransport.h */, - FFFDd5111d307fd6d5111d30 /* src/PxPvdDefaultSocketTransport.h */, - FFFDd5111d987fd6d5111d98 /* src/PxPvdFoundation.h */, - FFFDd5111e007fd6d5111e00 /* src/PxPvdImpl.h */, - FFFDd5111e687fd6d5111e68 /* src/PxPvdInternalByteStreams.h */, - FFFDd5111ed07fd6d5111ed0 /* src/PxPvdMarshalling.h */, - FFFDd5111f387fd6d5111f38 /* src/PxPvdMemClient.h */, - FFFDd5111fa07fd6d5111fa0 /* src/PxPvdObjectModel.h */, - FFFDd51120087fd6d5112008 /* src/PxPvdObjectModelInternalTypeDefs.h */, - FFFDd51120707fd6d5112070 /* src/PxPvdObjectModelInternalTypes.h */, - FFFDd51120d87fd6d51120d8 /* src/PxPvdObjectModelMetaData.h */, - FFFDd51121407fd6d5112140 /* src/PxPvdObjectRegistrar.h */, - FFFDd51121a87fd6d51121a8 /* src/PxPvdProfileZoneClient.h */, - FFFDd51122107fd6d5112210 /* src/PxPvdUserRenderImpl.h */, - FFFDd51122787fd6d5112278 /* src/PxPvdUserRenderTypes.h */, + FFFD2c81e4007f922c81e400 /* include/PsPvd.h */, + FFFD2c81e4687f922c81e468 /* include/PxProfileAllocatorWrapper.h */, + FFFD2c81e4d07f922c81e4d0 /* include/PxPvdClient.h */, + FFFD2c81e5387f922c81e538 /* include/PxPvdDataStream.h */, + FFFD2c81e5a07f922c81e5a0 /* include/PxPvdDataStreamHelpers.h */, + FFFD2c81e6087f922c81e608 /* include/PxPvdErrorCodes.h */, + FFFD2c81e6707f922c81e670 /* include/PxPvdObjectModelBaseTypes.h */, + FFFD2c81e6d87f922c81e6d8 /* include/PxPvdRenderBuffer.h */, + FFFD2c81e7407f922c81e740 /* include/PxPvdUserRenderer.h */, + FFFD2c81e7a87f922c81e7a8 /* src/PxProfileEventImpl.cpp */, + FFFD2c81e8107f922c81e810 /* src/PxPvd.cpp */, + FFFD2c81e8787f922c81e878 /* src/PxPvdDataStream.cpp */, + FFFD2c81e8e07f922c81e8e0 /* src/PxPvdDefaultFileTransport.cpp */, + FFFD2c81e9487f922c81e948 /* src/PxPvdDefaultSocketTransport.cpp */, + FFFD2c81e9b07f922c81e9b0 /* src/PxPvdImpl.cpp */, + FFFD2c81ea187f922c81ea18 /* src/PxPvdMemClient.cpp */, + FFFD2c81ea807f922c81ea80 /* src/PxPvdObjectModelMetaData.cpp */, + FFFD2c81eae87f922c81eae8 /* src/PxPvdObjectRegistrar.cpp */, + FFFD2c81eb507f922c81eb50 /* src/PxPvdProfileZoneClient.cpp */, + FFFD2c81ebb87f922c81ebb8 /* src/PxPvdUserRenderer.cpp */, + FFFD2c81ec207f922c81ec20 /* src/PxProfileBase.h */, + FFFD2c81ec887f922c81ec88 /* src/PxProfileCompileTimeEventFilter.h */, + FFFD2c81ecf07f922c81ecf0 /* src/PxProfileContextProvider.h */, + FFFD2c81ed587f922c81ed58 /* src/PxProfileContextProviderImpl.h */, + FFFD2c81edc07f922c81edc0 /* src/PxProfileDataBuffer.h */, + FFFD2c81ee287f922c81ee28 /* src/PxProfileDataParsing.h */, + FFFD2c81ee907f922c81ee90 /* src/PxProfileEventBuffer.h */, + FFFD2c81eef87f922c81eef8 /* src/PxProfileEventBufferAtomic.h */, + FFFD2c81ef607f922c81ef60 /* src/PxProfileEventBufferClient.h */, + FFFD2c81efc87f922c81efc8 /* src/PxProfileEventBufferClientManager.h */, + FFFD2c81f0307f922c81f030 /* src/PxProfileEventFilter.h */, + FFFD2c81f0987f922c81f098 /* src/PxProfileEventHandler.h */, + FFFD2c81f1007f922c81f100 /* src/PxProfileEventId.h */, + FFFD2c81f1687f922c81f168 /* src/PxProfileEventMutex.h */, + FFFD2c81f1d07f922c81f1d0 /* src/PxProfileEventNames.h */, + FFFD2c81f2387f922c81f238 /* src/PxProfileEventParser.h */, + FFFD2c81f2a07f922c81f2a0 /* src/PxProfileEventSender.h */, + FFFD2c81f3087f922c81f308 /* src/PxProfileEventSerialization.h */, + FFFD2c81f3707f922c81f370 /* src/PxProfileEventSystem.h */, + FFFD2c81f3d87f922c81f3d8 /* src/PxProfileEvents.h */, + FFFD2c81f4407f922c81f440 /* src/PxProfileMemory.h */, + FFFD2c81f4a87f922c81f4a8 /* src/PxProfileMemoryBuffer.h */, + FFFD2c81f5107f922c81f510 /* src/PxProfileMemoryEventBuffer.h */, + FFFD2c81f5787f922c81f578 /* src/PxProfileMemoryEventParser.h */, + FFFD2c81f5e07f922c81f5e0 /* src/PxProfileMemoryEventRecorder.h */, + FFFD2c81f6487f922c81f648 /* src/PxProfileMemoryEventReflexiveWriter.h */, + FFFD2c81f6b07f922c81f6b0 /* src/PxProfileMemoryEventSummarizer.h */, + FFFD2c81f7187f922c81f718 /* src/PxProfileMemoryEventTypes.h */, + FFFD2c81f7807f922c81f780 /* src/PxProfileMemoryEvents.h */, + FFFD2c81f7e87f922c81f7e8 /* src/PxProfileScopedEvent.h */, + FFFD2c81f8507f922c81f850 /* src/PxProfileScopedMutexLock.h */, + FFFD2c81f8b87f922c81f8b8 /* src/PxProfileZone.h */, + FFFD2c81f9207f922c81f920 /* src/PxProfileZoneImpl.h */, + FFFD2c81f9887f922c81f988 /* src/PxProfileZoneManager.h */, + FFFD2c81f9f07f922c81f9f0 /* src/PxProfileZoneManagerImpl.h */, + FFFD2c81fa587f922c81fa58 /* src/PxPvdBits.h */, + FFFD2c81fac07f922c81fac0 /* src/PxPvdByteStreams.h */, + FFFD2c81fb287f922c81fb28 /* src/PxPvdCommStreamEventSink.h */, + FFFD2c81fb907f922c81fb90 /* src/PxPvdCommStreamEvents.h */, + FFFD2c81fbf87f922c81fbf8 /* src/PxPvdCommStreamSDKEventTypes.h */, + FFFD2c81fc607f922c81fc60 /* src/PxPvdCommStreamTypes.h */, + FFFD2c81fcc87f922c81fcc8 /* src/PxPvdDefaultFileTransport.h */, + FFFD2c81fd307f922c81fd30 /* src/PxPvdDefaultSocketTransport.h */, + FFFD2c81fd987f922c81fd98 /* src/PxPvdFoundation.h */, + FFFD2c81fe007f922c81fe00 /* src/PxPvdImpl.h */, + FFFD2c81fe687f922c81fe68 /* src/PxPvdInternalByteStreams.h */, + FFFD2c81fed07f922c81fed0 /* src/PxPvdMarshalling.h */, + FFFD2c81ff387f922c81ff38 /* src/PxPvdMemClient.h */, + FFFD2c81ffa07f922c81ffa0 /* src/PxPvdObjectModel.h */, + FFFD2c8200087f922c820008 /* src/PxPvdObjectModelInternalTypeDefs.h */, + FFFD2c8200707f922c820070 /* src/PxPvdObjectModelInternalTypes.h */, + FFFD2c8200d87f922c8200d8 /* src/PxPvdObjectModelMetaData.h */, + FFFD2c8201407f922c820140 /* src/PxPvdObjectRegistrar.h */, + FFFD2c8201a87f922c8201a8 /* src/PxPvdProfileZoneClient.h */, + FFFD2c8202107f922c820210 /* src/PxPvdUserRenderImpl.h */, + FFFD2c8202787f922c820278 /* src/PxPvdUserRenderTypes.h */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd4c064007fd6d4c06400 /* LowLevel */ = { + FFFB2c12cc907f922c12cc90 /* LowLevel */ = { isa = PBXGroup; children = ( - FFFBd4c0efc07fd6d4c0efc0 /* API Source */, - FFFBd4c0efe87fd6d4c0efe8 /* API Includes */, - FFFBd4c0f0107fd6d4c0f010 /* Software Source */, - FFFBd4c0f0387fd6d4c0f038 /* Software Includes */, - FFFBd4c0f0607fd6d4c0f060 /* Common Source */, - FFFBd4c0f0887fd6d4c0f088 /* Common Includes */, + FFFB2c13f8207f922c13f820 /* API Source */, + FFFB2c13f8487f922c13f848 /* API Includes */, + FFFB2c13f8707f922c13f870 /* Software Source */, + FFFB2c13f8987f922c13f898 /* Software Includes */, + FFFB2c13f8c07f922c13f8c0 /* Common Source */, + FFFB2c13f8e87f922c13f8e8 /* Common Includes */, ); name = "LowLevel"; sourceTree = "<group>"; }; - FFFBd4c0efc07fd6d4c0efc0 /* API Source */ = { + FFFB2c13f8207f922c13f820 /* API Source */ = { isa = PBXGroup; children = ( - FFFDd4c0ef107fd6d4c0ef10 /* px_globals.cpp */, + FFFD2c13eca07f922c13eca0 /* px_globals.cpp */, ); name = "API Source"; sourceTree = SOURCE_ROOT; }; - FFFBd4c0efe87fd6d4c0efe8 /* API Includes */ = { + FFFB2c13f8487f922c13f848 /* API Includes */ = { isa = PBXGroup; children = ( - FFFDd4c107207fd6d4c10720 /* PxsMaterialCore.h */, - FFFDd4c107887fd6d4c10788 /* PxsMaterialManager.h */, - FFFDd4c107f07fd6d4c107f0 /* PxvConfig.h */, - FFFDd4c108587fd6d4c10858 /* PxvContext.h */, - FFFDd4c108c07fd6d4c108c0 /* PxvDynamics.h */, - FFFDd4c109287fd6d4c10928 /* PxvGeometry.h */, - FFFDd4c109907fd6d4c10990 /* PxvGlobals.h */, - FFFDd4c109f87fd6d4c109f8 /* PxvManager.h */, - FFFDd4c10a607fd6d4c10a60 /* PxvSimStats.h */, + FFFD2c130b107f922c130b10 /* PxsMaterialCore.h */, + FFFD2c130b787f922c130b78 /* PxsMaterialManager.h */, + FFFD2c130be07f922c130be0 /* PxvConfig.h */, + FFFD2c130c487f922c130c48 /* PxvContext.h */, + FFFD2c130cb07f922c130cb0 /* PxvDynamics.h */, + FFFD2c130d187f922c130d18 /* PxvGeometry.h */, + FFFD2c130d807f922c130d80 /* PxvGlobals.h */, + FFFD2c130de87f922c130de8 /* PxvManager.h */, + FFFD2c130e507f922c130e50 /* PxvSimStats.h */, ); name = "API Includes"; sourceTree = SOURCE_ROOT; }; - FFFBd4c0f0107fd6d4c0f010 /* Software Source */ = { + FFFB2c13f8707f922c13f870 /* Software Source */ = { isa = PBXGroup; children = ( - FFFDd4c118907fd6d4c11890 /* PxsCCD.cpp */, - FFFDd4c118f87fd6d4c118f8 /* PxsContactManager.cpp */, - FFFDd4c119607fd6d4c11960 /* PxsContext.cpp */, - FFFDd4c119c87fd6d4c119c8 /* PxsDefaultMemoryManager.cpp */, - FFFDd4c11a307fd6d4c11a30 /* PxsIslandSim.cpp */, - FFFDd4c11a987fd6d4c11a98 /* PxsMaterialCombiner.cpp */, - FFFDd4c11b007fd6d4c11b00 /* PxsNphaseImplementationContext.cpp */, - FFFDd4c11b687fd6d4c11b68 /* PxsSimpleIslandManager.cpp */, + FFFD2c140f807f922c140f80 /* PxsCCD.cpp */, + FFFD2c140fe87f922c140fe8 /* PxsContactManager.cpp */, + FFFD2c1410507f922c141050 /* PxsContext.cpp */, + FFFD2c1410b87f922c1410b8 /* PxsDefaultMemoryManager.cpp */, + FFFD2c1411207f922c141120 /* PxsIslandSim.cpp */, + FFFD2c1411887f922c141188 /* PxsMaterialCombiner.cpp */, + FFFD2c1411f07f922c1411f0 /* PxsNphaseImplementationContext.cpp */, + FFFD2c1412587f922c141258 /* PxsSimpleIslandManager.cpp */, ); name = "Software Source"; sourceTree = SOURCE_ROOT; }; - FFFBd4c0f0387fd6d4c0f038 /* Software Includes */ = { + FFFB2c13f8987f922c13f898 /* Software Includes */ = { isa = PBXGroup; children = ( - FFFDd6801a007fd6d6801a00 /* PxsBodySim.h */, - FFFDd6801a687fd6d6801a68 /* PxsCCD.h */, - FFFDd6801ad07fd6d6801ad0 /* PxsContactManager.h */, - FFFDd6801b387fd6d6801b38 /* PxsContactManagerState.h */, - FFFDd6801ba07fd6d6801ba0 /* PxsContext.h */, - FFFDd6801c087fd6d6801c08 /* PxsDefaultMemoryManager.h */, - FFFDd6801c707fd6d6801c70 /* PxsHeapMemoryAllocator.h */, - FFFDd6801cd87fd6d6801cd8 /* PxsIncrementalConstraintPartitioning.h */, - FFFDd6801d407fd6d6801d40 /* PxsIslandManagerTypes.h */, - FFFDd6801da87fd6d6801da8 /* PxsIslandSim.h */, - FFFDd6801e107fd6d6801e10 /* PxsKernelWrangler.h */, - FFFDd6801e787fd6d6801e78 /* PxsMaterialCombiner.h */, - FFFDd6801ee07fd6d6801ee0 /* PxsMemoryManager.h */, - FFFDd6801f487fd6d6801f48 /* PxsNphaseImplementationContext.h */, - FFFDd6801fb07fd6d6801fb0 /* PxsRigidBody.h */, - FFFDd68020187fd6d6802018 /* PxsShapeSim.h */, - FFFDd68020807fd6d6802080 /* PxsSimpleIslandManager.h */, - FFFDd68020e87fd6d68020e8 /* PxsSimulationController.h */, - FFFDd68021507fd6d6802150 /* PxsTransformCache.h */, - FFFDd68021b87fd6d68021b8 /* PxvNphaseImplementationContext.h */, + FFFD2b9b0c007f922b9b0c00 /* PxsBodySim.h */, + FFFD2b9b0c687f922b9b0c68 /* PxsCCD.h */, + FFFD2b9b0cd07f922b9b0cd0 /* PxsContactManager.h */, + FFFD2b9b0d387f922b9b0d38 /* PxsContactManagerState.h */, + FFFD2b9b0da07f922b9b0da0 /* PxsContext.h */, + FFFD2b9b0e087f922b9b0e08 /* PxsDefaultMemoryManager.h */, + FFFD2b9b0e707f922b9b0e70 /* PxsHeapMemoryAllocator.h */, + FFFD2b9b0ed87f922b9b0ed8 /* PxsIncrementalConstraintPartitioning.h */, + FFFD2b9b0f407f922b9b0f40 /* PxsIslandManagerTypes.h */, + FFFD2b9b0fa87f922b9b0fa8 /* PxsIslandSim.h */, + FFFD2b9b10107f922b9b1010 /* PxsKernelWrangler.h */, + FFFD2b9b10787f922b9b1078 /* PxsMaterialCombiner.h */, + FFFD2b9b10e07f922b9b10e0 /* PxsMemoryManager.h */, + FFFD2b9b11487f922b9b1148 /* PxsNphaseImplementationContext.h */, + FFFD2b9b11b07f922b9b11b0 /* PxsRigidBody.h */, + FFFD2b9b12187f922b9b1218 /* PxsShapeSim.h */, + FFFD2b9b12807f922b9b1280 /* PxsSimpleIslandManager.h */, + FFFD2b9b12e87f922b9b12e8 /* PxsSimulationController.h */, + FFFD2b9b13507f922b9b1350 /* PxsTransformCache.h */, + FFFD2b9b13b87f922b9b13b8 /* PxvNphaseImplementationContext.h */, ); name = "Software Includes"; sourceTree = SOURCE_ROOT; }; - FFFBd4c0f0607fd6d4c0f060 /* Common Source */ = { + FFFB2c13f8c07f922c13f8c0 /* Common Source */ = { isa = PBXGroup; children = ( - FFFDd6807e007fd6d6807e00 /* collision/PxcContact.cpp */, - FFFDd6807e687fd6d6807e68 /* pipeline/PxcContactCache.cpp */, - FFFDd6807ed07fd6d6807ed0 /* pipeline/PxcContactMethodImpl.cpp */, - FFFDd6807f387fd6d6807f38 /* pipeline/PxcMaterialHeightField.cpp */, - FFFDd6807fa07fd6d6807fa0 /* pipeline/PxcMaterialMesh.cpp */, - FFFDd68080087fd6d6808008 /* pipeline/PxcMaterialMethodImpl.cpp */, - FFFDd68080707fd6d6808070 /* pipeline/PxcMaterialShape.cpp */, - FFFDd68080d87fd6d68080d8 /* pipeline/PxcNpBatch.cpp */, - FFFDd68081407fd6d6808140 /* pipeline/PxcNpCacheStreamPair.cpp */, - FFFDd68081a87fd6d68081a8 /* pipeline/PxcNpContactPrepShared.cpp */, - FFFDd68082107fd6d6808210 /* pipeline/PxcNpMemBlockPool.cpp */, - FFFDd68082787fd6d6808278 /* pipeline/PxcNpThreadContext.cpp */, + FFFD2b9af6007f922b9af600 /* collision/PxcContact.cpp */, + FFFD2b9af6687f922b9af668 /* pipeline/PxcContactCache.cpp */, + FFFD2b9af6d07f922b9af6d0 /* pipeline/PxcContactMethodImpl.cpp */, + FFFD2b9af7387f922b9af738 /* pipeline/PxcMaterialHeightField.cpp */, + FFFD2b9af7a07f922b9af7a0 /* pipeline/PxcMaterialMesh.cpp */, + FFFD2b9af8087f922b9af808 /* pipeline/PxcMaterialMethodImpl.cpp */, + FFFD2b9af8707f922b9af870 /* pipeline/PxcMaterialShape.cpp */, + FFFD2b9af8d87f922b9af8d8 /* pipeline/PxcNpBatch.cpp */, + FFFD2b9af9407f922b9af940 /* pipeline/PxcNpCacheStreamPair.cpp */, + FFFD2b9af9a87f922b9af9a8 /* pipeline/PxcNpContactPrepShared.cpp */, + FFFD2b9afa107f922b9afa10 /* pipeline/PxcNpMemBlockPool.cpp */, + FFFD2b9afa787f922b9afa78 /* pipeline/PxcNpThreadContext.cpp */, ); name = "Common Source"; sourceTree = SOURCE_ROOT; }; - FFFBd4c0f0887fd6d4c0f088 /* Common Includes */ = { + FFFB2c13f8e87f922c13f8e8 /* Common Includes */ = { isa = PBXGroup; children = ( - FFFDd68086007fd6d6808600 /* collision/PxcContactMethodImpl.h */, - FFFDd68086687fd6d6808668 /* pipeline/PxcCCDStateStreamPair.h */, - FFFDd68086d07fd6d68086d0 /* pipeline/PxcConstraintBlockStream.h */, - FFFDd68087387fd6d6808738 /* pipeline/PxcContactCache.h */, - FFFDd68087a07fd6d68087a0 /* pipeline/PxcMaterialMethodImpl.h */, - FFFDd68088087fd6d6808808 /* pipeline/PxcNpBatch.h */, - FFFDd68088707fd6d6808870 /* pipeline/PxcNpCache.h */, - FFFDd68088d87fd6d68088d8 /* pipeline/PxcNpCacheStreamPair.h */, - FFFDd68089407fd6d6808940 /* pipeline/PxcNpContactPrepShared.h */, - FFFDd68089a87fd6d68089a8 /* pipeline/PxcNpMemBlockPool.h */, - FFFDd6808a107fd6d6808a10 /* pipeline/PxcNpThreadContext.h */, - FFFDd6808a787fd6d6808a78 /* pipeline/PxcNpWorkUnit.h */, - FFFDd6808ae07fd6d6808ae0 /* pipeline/PxcRigidBody.h */, - FFFDd6808b487fd6d6808b48 /* utils/PxcScratchAllocator.h */, - FFFDd6808bb07fd6d6808bb0 /* utils/PxcThreadCoherentCache.h */, + FFFD2b9afe007f922b9afe00 /* collision/PxcContactMethodImpl.h */, + FFFD2b9afe687f922b9afe68 /* pipeline/PxcCCDStateStreamPair.h */, + FFFD2b9afed07f922b9afed0 /* pipeline/PxcConstraintBlockStream.h */, + FFFD2b9aff387f922b9aff38 /* pipeline/PxcContactCache.h */, + FFFD2b9affa07f922b9affa0 /* pipeline/PxcMaterialMethodImpl.h */, + FFFD2b9b00087f922b9b0008 /* pipeline/PxcNpBatch.h */, + FFFD2b9b00707f922b9b0070 /* pipeline/PxcNpCache.h */, + FFFD2b9b00d87f922b9b00d8 /* pipeline/PxcNpCacheStreamPair.h */, + FFFD2b9b01407f922b9b0140 /* pipeline/PxcNpContactPrepShared.h */, + FFFD2b9b01a87f922b9b01a8 /* pipeline/PxcNpMemBlockPool.h */, + FFFD2b9b02107f922b9b0210 /* pipeline/PxcNpThreadContext.h */, + FFFD2b9b02787f922b9b0278 /* pipeline/PxcNpWorkUnit.h */, + FFFD2b9b02e07f922b9b02e0 /* pipeline/PxcRigidBody.h */, + FFFD2b9b03487f922b9b0348 /* utils/PxcScratchAllocator.h */, + FFFD2b9b03b07f922b9b03b0 /* utils/PxcThreadCoherentCache.h */, ); name = "Common Includes"; sourceTree = SOURCE_ROOT; }; - FFFBd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */ = { + FFFB2c60e6807f922c60e680 /* LowLevelAABB */ = { isa = PBXGroup; children = ( - FFFBd4b2b9307fd6d4b2b930 /* include */, - FFFBd4b2b9587fd6d4b2b958 /* src */, + FFFB2c60f2c07f922c60f2c0 /* include */, + FFFB2c60f2e87f922c60f2e8 /* src */, ); name = "LowLevelAABB"; sourceTree = "<group>"; }; - FFFBd4b2b9307fd6d4b2b930 /* include */ = { + FFFB2c60f2c07f922c60f2c0 /* include */ = { isa = PBXGroup; children = ( - FFFDd4b4b8507fd6d4b4b850 /* BpAABBManagerTasks.h */, - FFFDd4b4b8b87fd6d4b4b8b8 /* BpBroadPhase.h */, - FFFDd4b4b9207fd6d4b4b920 /* BpBroadPhaseUpdate.h */, - FFFDd4b4b9887fd6d4b4b988 /* BpSimpleAABBManager.h */, + FFFD2c610dc07f922c610dc0 /* BpAABBManagerTasks.h */, + FFFD2c610e287f922c610e28 /* BpBroadPhase.h */, + FFFD2c610e907f922c610e90 /* BpBroadPhaseUpdate.h */, + FFFD2c610ef87f922c610ef8 /* BpSimpleAABBManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd4b2b9587fd6d4b2b958 /* src */ = { + FFFB2c60f2e87f922c60f2e8 /* src */ = { isa = PBXGroup; children = ( - FFFDd601a4007fd6d601a400 /* BpBroadPhaseMBP.h */, - FFFDd601a4687fd6d601a468 /* BpBroadPhaseMBPCommon.h */, - FFFDd601a4d07fd6d601a4d0 /* BpBroadPhaseSap.h */, - FFFDd601a5387fd6d601a538 /* BpBroadPhaseSapAux.h */, - FFFDd601a5a07fd6d601a5a0 /* BpMBPTasks.h */, - FFFDd601a6087fd6d601a608 /* BpSAPTasks.h */, - FFFDd601a6707fd6d601a670 /* BpBroadPhase.cpp */, - FFFDd601a6d87fd6d601a6d8 /* BpBroadPhaseMBP.cpp */, - FFFDd601a7407fd6d601a740 /* BpBroadPhaseSap.cpp */, - FFFDd601a7a87fd6d601a7a8 /* BpBroadPhaseSapAux.cpp */, - FFFDd601a8107fd6d601a810 /* BpMBPTasks.cpp */, - FFFDd601a8787fd6d601a878 /* BpSAPTasks.cpp */, - FFFDd601a8e07fd6d601a8e0 /* BpSimpleAABBManager.cpp */, + FFFD2d0266007f922d026600 /* BpBroadPhaseMBP.h */, + FFFD2d0266687f922d026668 /* BpBroadPhaseMBPCommon.h */, + FFFD2d0266d07f922d0266d0 /* BpBroadPhaseSap.h */, + FFFD2d0267387f922d026738 /* BpBroadPhaseSapAux.h */, + FFFD2d0267a07f922d0267a0 /* BpMBPTasks.h */, + FFFD2d0268087f922d026808 /* BpSAPTasks.h */, + FFFD2d0268707f922d026870 /* BpBroadPhase.cpp */, + FFFD2d0268d87f922d0268d8 /* BpBroadPhaseMBP.cpp */, + FFFD2d0269407f922d026940 /* BpBroadPhaseSap.cpp */, + FFFD2d0269a87f922d0269a8 /* BpBroadPhaseSapAux.cpp */, + FFFD2d026a107f922d026a10 /* BpMBPTasks.cpp */, + FFFD2d026a787f922d026a78 /* BpSAPTasks.cpp */, + FFFD2d026ae07f922d026ae0 /* BpSimpleAABBManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd4c291507fd6d4c29150 /* LowLevelDynamics */ = { + FFFB2c0b4e307f922c0b4e30 /* LowLevelDynamics */ = { isa = PBXGroup; children = ( - FFFBd4c230107fd6d4c23010 /* Dynamics Source */, - FFFBd4c230387fd6d4c23038 /* Dynamics Includes */, - FFFBd4c230607fd6d4c23060 /* Dynamics Internal Includes */, + FFFB2c0b6b707f922c0b6b70 /* Dynamics Source */, + FFFB2c0b6b987f922c0b6b98 /* Dynamics Includes */, + FFFB2c0b6bc07f922c0b6bc0 /* Dynamics Internal Includes */, ); name = "LowLevelDynamics"; sourceTree = "<group>"; }; - FFFBd4c230107fd6d4c23010 /* Dynamics Source */ = { + FFFB2c0b6b707f922c0b6b70 /* Dynamics Source */ = { isa = PBXGroup; children = ( - FFFDd68122007fd6d6812200 /* DyArticulation.cpp */, - FFFDd68122687fd6d6812268 /* DyArticulationContactPrep.cpp */, - FFFDd68122d07fd6d68122d0 /* DyArticulationContactPrepPF.cpp */, - FFFDd68123387fd6d6812338 /* DyArticulationHelper.cpp */, - FFFDd68123a07fd6d68123a0 /* DyArticulationSIMD.cpp */, - FFFDd68124087fd6d6812408 /* DyArticulationScalar.cpp */, - FFFDd68124707fd6d6812470 /* DyConstraintPartition.cpp */, - FFFDd68124d87fd6d68124d8 /* DyConstraintSetup.cpp */, - FFFDd68125407fd6d6812540 /* DyConstraintSetupBlock.cpp */, - FFFDd68125a87fd6d68125a8 /* DyContactPrep.cpp */, - FFFDd68126107fd6d6812610 /* DyContactPrep4.cpp */, - FFFDd68126787fd6d6812678 /* DyContactPrep4PF.cpp */, - FFFDd68126e07fd6d68126e0 /* DyContactPrepPF.cpp */, - FFFDd68127487fd6d6812748 /* DyDynamics.cpp */, - FFFDd68127b07fd6d68127b0 /* DyFrictionCorrelation.cpp */, - FFFDd68128187fd6d6812818 /* DyRigidBodyToSolverBody.cpp */, - FFFDd68128807fd6d6812880 /* DySolverConstraints.cpp */, - FFFDd68128e87fd6d68128e8 /* DySolverConstraintsBlock.cpp */, - FFFDd68129507fd6d6812950 /* DySolverControl.cpp */, - FFFDd68129b87fd6d68129b8 /* DySolverControlPF.cpp */, - FFFDd6812a207fd6d6812a20 /* DySolverPFConstraints.cpp */, - FFFDd6812a887fd6d6812a88 /* DySolverPFConstraintsBlock.cpp */, - FFFDd6812af07fd6d6812af0 /* DyThreadContext.cpp */, - FFFDd6812b587fd6d6812b58 /* DyThresholdTable.cpp */, + FFFD2c8272007f922c827200 /* DyArticulation.cpp */, + FFFD2c8272687f922c827268 /* DyArticulationContactPrep.cpp */, + FFFD2c8272d07f922c8272d0 /* DyArticulationContactPrepPF.cpp */, + FFFD2c8273387f922c827338 /* DyArticulationHelper.cpp */, + FFFD2c8273a07f922c8273a0 /* DyArticulationSIMD.cpp */, + FFFD2c8274087f922c827408 /* DyArticulationScalar.cpp */, + FFFD2c8274707f922c827470 /* DyConstraintPartition.cpp */, + FFFD2c8274d87f922c8274d8 /* DyConstraintSetup.cpp */, + FFFD2c8275407f922c827540 /* DyConstraintSetupBlock.cpp */, + FFFD2c8275a87f922c8275a8 /* DyContactPrep.cpp */, + FFFD2c8276107f922c827610 /* DyContactPrep4.cpp */, + FFFD2c8276787f922c827678 /* DyContactPrep4PF.cpp */, + FFFD2c8276e07f922c8276e0 /* DyContactPrepPF.cpp */, + FFFD2c8277487f922c827748 /* DyDynamics.cpp */, + FFFD2c8277b07f922c8277b0 /* DyFrictionCorrelation.cpp */, + FFFD2c8278187f922c827818 /* DyRigidBodyToSolverBody.cpp */, + FFFD2c8278807f922c827880 /* DySolverConstraints.cpp */, + FFFD2c8278e87f922c8278e8 /* DySolverConstraintsBlock.cpp */, + FFFD2c8279507f922c827950 /* DySolverControl.cpp */, + FFFD2c8279b87f922c8279b8 /* DySolverControlPF.cpp */, + FFFD2c827a207f922c827a20 /* DySolverPFConstraints.cpp */, + FFFD2c827a887f922c827a88 /* DySolverPFConstraintsBlock.cpp */, + FFFD2c827af07f922c827af0 /* DyThreadContext.cpp */, + FFFD2c827b587f922c827b58 /* DyThresholdTable.cpp */, ); name = "Dynamics Source"; sourceTree = SOURCE_ROOT; }; - FFFBd4c230387fd6d4c23038 /* Dynamics Includes */ = { + FFFB2c0b6b987f922c0b6b98 /* Dynamics Includes */ = { isa = PBXGroup; children = ( - FFFDd4c246c07fd6d4c246c0 /* DyArticulation.h */, - FFFDd4c247287fd6d4c24728 /* DyConstraint.h */, - FFFDd4c247907fd6d4c24790 /* DyConstraintWriteBack.h */, - FFFDd4c247f87fd6d4c247f8 /* DyContext.h */, - FFFDd4c248607fd6d4c24860 /* DyGpuAPI.h */, - FFFDd4c248c87fd6d4c248c8 /* DySleepingConfigulation.h */, - FFFDd4c249307fd6d4c24930 /* DyThresholdTable.h */, + FFFD2c05ae907f922c05ae90 /* DyArticulation.h */, + FFFD2c05aef87f922c05aef8 /* DyConstraint.h */, + FFFD2c05af607f922c05af60 /* DyConstraintWriteBack.h */, + FFFD2c05afc87f922c05afc8 /* DyContext.h */, + FFFD2c05b0307f922c05b030 /* DySleepingConfigulation.h */, + FFFD2c05b0987f922c05b098 /* DyThresholdTable.h */, ); name = "Dynamics Includes"; sourceTree = SOURCE_ROOT; }; - FFFBd4c230607fd6d4c23060 /* Dynamics Internal Includes */ = { + FFFB2c0b6bc07f922c0b6bc0 /* Dynamics Internal Includes */ = { isa = PBXGroup; children = ( - FFFDd68134007fd6d6813400 /* DyArticulationContactPrep.h */, - FFFDd68134687fd6d6813468 /* DyArticulationFnsDebug.h */, - FFFDd68134d07fd6d68134d0 /* DyArticulationFnsScalar.h */, - FFFDd68135387fd6d6813538 /* DyArticulationFnsSimd.h */, - FFFDd68135a07fd6d68135a0 /* DyArticulationHelper.h */, - FFFDd68136087fd6d6813608 /* DyArticulationPImpl.h */, - FFFDd68136707fd6d6813670 /* DyArticulationReference.h */, - FFFDd68136d87fd6d68136d8 /* DyArticulationScalar.h */, - FFFDd68137407fd6d6813740 /* DyArticulationUtils.h */, - FFFDd68137a87fd6d68137a8 /* DyBodyCoreIntegrator.h */, - FFFDd68138107fd6d6813810 /* DyConstraintPartition.h */, - FFFDd68138787fd6d6813878 /* DyConstraintPrep.h */, - FFFDd68138e07fd6d68138e0 /* DyContactPrep.h */, - FFFDd68139487fd6d6813948 /* DyContactPrepShared.h */, - FFFDd68139b07fd6d68139b0 /* DyContactReduction.h */, - FFFDd6813a187fd6d6813a18 /* DyCorrelationBuffer.h */, - FFFDd6813a807fd6d6813a80 /* DyDynamics.h */, - FFFDd6813ae87fd6d6813ae8 /* DyFrictionPatch.h */, - FFFDd6813b507fd6d6813b50 /* DyFrictionPatchStreamPair.h */, - FFFDd6813bb87fd6d6813bb8 /* DySolverBody.h */, - FFFDd6813c207fd6d6813c20 /* DySolverConstraint1D.h */, - FFFDd6813c887fd6d6813c88 /* DySolverConstraint1D4.h */, - FFFDd6813cf07fd6d6813cf0 /* DySolverConstraintDesc.h */, - FFFDd6813d587fd6d6813d58 /* DySolverConstraintExtShared.h */, - FFFDd6813dc07fd6d6813dc0 /* DySolverConstraintTypes.h */, - FFFDd6813e287fd6d6813e28 /* DySolverConstraintsShared.h */, - FFFDd6813e907fd6d6813e90 /* DySolverContact.h */, - FFFDd6813ef87fd6d6813ef8 /* DySolverContact4.h */, - FFFDd6813f607fd6d6813f60 /* DySolverContactPF.h */, - FFFDd6813fc87fd6d6813fc8 /* DySolverContactPF4.h */, - FFFDd68140307fd6d6814030 /* DySolverContext.h */, - FFFDd68140987fd6d6814098 /* DySolverControl.h */, - FFFDd68141007fd6d6814100 /* DySolverControlPF.h */, - FFFDd68141687fd6d6814168 /* DySolverCore.h */, - FFFDd68141d07fd6d68141d0 /* DySolverExt.h */, - FFFDd68142387fd6d6814238 /* DySpatial.h */, - FFFDd68142a07fd6d68142a0 /* DyThreadContext.h */, + FFFD2c8284007f922c828400 /* DyArticulationContactPrep.h */, + FFFD2c8284687f922c828468 /* DyArticulationFnsDebug.h */, + FFFD2c8284d07f922c8284d0 /* DyArticulationFnsScalar.h */, + FFFD2c8285387f922c828538 /* DyArticulationFnsSimd.h */, + FFFD2c8285a07f922c8285a0 /* DyArticulationHelper.h */, + FFFD2c8286087f922c828608 /* DyArticulationPImpl.h */, + FFFD2c8286707f922c828670 /* DyArticulationReference.h */, + FFFD2c8286d87f922c8286d8 /* DyArticulationScalar.h */, + FFFD2c8287407f922c828740 /* DyArticulationUtils.h */, + FFFD2c8287a87f922c8287a8 /* DyBodyCoreIntegrator.h */, + FFFD2c8288107f922c828810 /* DyConstraintPartition.h */, + FFFD2c8288787f922c828878 /* DyConstraintPrep.h */, + FFFD2c8288e07f922c8288e0 /* DyContactPrep.h */, + FFFD2c8289487f922c828948 /* DyContactPrepShared.h */, + FFFD2c8289b07f922c8289b0 /* DyContactReduction.h */, + FFFD2c828a187f922c828a18 /* DyCorrelationBuffer.h */, + FFFD2c828a807f922c828a80 /* DyDynamics.h */, + FFFD2c828ae87f922c828ae8 /* DyFrictionPatch.h */, + FFFD2c828b507f922c828b50 /* DyFrictionPatchStreamPair.h */, + FFFD2c828bb87f922c828bb8 /* DySolverBody.h */, + FFFD2c828c207f922c828c20 /* DySolverConstraint1D.h */, + FFFD2c828c887f922c828c88 /* DySolverConstraint1D4.h */, + FFFD2c828cf07f922c828cf0 /* DySolverConstraintDesc.h */, + FFFD2c828d587f922c828d58 /* DySolverConstraintExtShared.h */, + FFFD2c828dc07f922c828dc0 /* DySolverConstraintTypes.h */, + FFFD2c828e287f922c828e28 /* DySolverConstraintsShared.h */, + FFFD2c828e907f922c828e90 /* DySolverContact.h */, + FFFD2c828ef87f922c828ef8 /* DySolverContact4.h */, + FFFD2c828f607f922c828f60 /* DySolverContactPF.h */, + FFFD2c828fc87f922c828fc8 /* DySolverContactPF4.h */, + FFFD2c8290307f922c829030 /* DySolverContext.h */, + FFFD2c8290987f922c829098 /* DySolverControl.h */, + FFFD2c8291007f922c829100 /* DySolverControlPF.h */, + FFFD2c8291687f922c829168 /* DySolverCore.h */, + FFFD2c8291d07f922c8291d0 /* DySolverExt.h */, + FFFD2c8292387f922c829238 /* DySpatial.h */, + FFFD2c8292a07f922c8292a0 /* DyThreadContext.h */, ); name = "Dynamics Internal Includes"; sourceTree = SOURCE_ROOT; }; - FFFBd78732807fd6d7873280 /* LowLevelCloth */ = { + FFFB2c62b3607f922c62b360 /* LowLevelCloth */ = { isa = PBXGroup; children = ( - FFFBd48c79b07fd6d48c79b0 /* include */, - FFFBd48c79d87fd6d48c79d8 /* src */, + FFFB2c60c3c07f922c60c3c0 /* include */, + FFFB2c60c3e87f922c60c3e8 /* src */, ); name = "LowLevelCloth"; sourceTree = "<group>"; }; - FFFBd48c79b07fd6d48c79b0 /* include */ = { + FFFB2c60c3c07f922c60c3c0 /* include */ = { isa = PBXGroup; children = ( - FFFDd48cba207fd6d48cba20 /* Cloth.h */, - FFFDd48cba887fd6d48cba88 /* Fabric.h */, - FFFDd48cbaf07fd6d48cbaf0 /* Factory.h */, - FFFDd48cbb587fd6d48cbb58 /* PhaseConfig.h */, - FFFDd48cbbc07fd6d48cbbc0 /* Range.h */, - FFFDd48cbc287fd6d48cbc28 /* Solver.h */, - FFFDd48cbc907fd6d48cbc90 /* Types.h */, + FFFD2c6017507f922c601750 /* Cloth.h */, + FFFD2c6017b87f922c6017b8 /* Fabric.h */, + FFFD2c6018207f922c601820 /* Factory.h */, + FFFD2c6018887f922c601888 /* PhaseConfig.h */, + FFFD2c6018f07f922c6018f0 /* Range.h */, + FFFD2c6019587f922c601958 /* Solver.h */, + FFFD2c6019c07f922c6019c0 /* Types.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd48c79d87fd6d48c79d8 /* src */ = { + FFFB2c60c3e87f922c60c3e8 /* src */ = { isa = PBXGroup; children = ( - FFFDd408e4007fd6d408e400 /* Allocator.h */, - FFFDd408e4687fd6d408e468 /* Array.h */, - FFFDd408e4d07fd6d408e4d0 /* BoundingBox.h */, - FFFDd408e5387fd6d408e538 /* ClothBase.h */, - FFFDd408e5a07fd6d408e5a0 /* ClothImpl.h */, - FFFDd408e6087fd6d408e608 /* IndexPair.h */, - FFFDd408e6707fd6d408e670 /* IterationState.h */, - FFFDd408e6d87fd6d408e6d8 /* MovingAverage.h */, - FFFDd408e7407fd6d408e740 /* PointInterpolator.h */, - FFFDd408e7a87fd6d408e7a8 /* Simd.h */, - FFFDd408e8107fd6d408e810 /* Simd4f.h */, - FFFDd408e8787fd6d408e878 /* Simd4i.h */, - FFFDd408e8e07fd6d408e8e0 /* SimdTypes.h */, - FFFDd408e9487fd6d408e948 /* StackAllocator.h */, - FFFDd408e9b07fd6d408e9b0 /* SwCloth.h */, - FFFDd408ea187fd6d408ea18 /* SwClothData.h */, - FFFDd408ea807fd6d408ea80 /* SwCollision.h */, - FFFDd408eae87fd6d408eae8 /* SwCollisionHelpers.h */, - FFFDd408eb507fd6d408eb50 /* SwFabric.h */, - FFFDd408ebb87fd6d408ebb8 /* SwFactory.h */, - FFFDd408ec207fd6d408ec20 /* SwInterCollision.h */, - FFFDd408ec887fd6d408ec88 /* SwSelfCollision.h */, - FFFDd408ecf07fd6d408ecf0 /* SwSolver.h */, - FFFDd408ed587fd6d408ed58 /* SwSolverKernel.h */, - FFFDd408edc07fd6d408edc0 /* TripletScheduler.h */, - FFFDd408ee287fd6d408ee28 /* Vec4T.h */, - FFFDd408ee907fd6d408ee90 /* Allocator.cpp */, - FFFDd408eef87fd6d408eef8 /* Factory.cpp */, - FFFDd408ef607fd6d408ef60 /* PhaseConfig.cpp */, - FFFDd408efc87fd6d408efc8 /* SwCloth.cpp */, - FFFDd408f0307fd6d408f030 /* SwClothData.cpp */, - FFFDd408f0987fd6d408f098 /* SwCollision.cpp */, - FFFDd408f1007fd6d408f100 /* SwFabric.cpp */, - FFFDd408f1687fd6d408f168 /* SwFactory.cpp */, - FFFDd408f1d07fd6d408f1d0 /* SwInterCollision.cpp */, - FFFDd408f2387fd6d408f238 /* SwSelfCollision.cpp */, - FFFDd408f2a07fd6d408f2a0 /* SwSolver.cpp */, - FFFDd408f3087fd6d408f308 /* SwSolverKernel.cpp */, - FFFDd408f3707fd6d408f370 /* TripletScheduler.cpp */, + FFFD2d0306007f922d030600 /* Allocator.h */, + FFFD2d0306687f922d030668 /* Array.h */, + FFFD2d0306d07f922d0306d0 /* BoundingBox.h */, + FFFD2d0307387f922d030738 /* ClothBase.h */, + FFFD2d0307a07f922d0307a0 /* ClothImpl.h */, + FFFD2d0308087f922d030808 /* IndexPair.h */, + FFFD2d0308707f922d030870 /* IterationState.h */, + FFFD2d0308d87f922d0308d8 /* MovingAverage.h */, + FFFD2d0309407f922d030940 /* PointInterpolator.h */, + FFFD2d0309a87f922d0309a8 /* Simd.h */, + FFFD2d030a107f922d030a10 /* Simd4f.h */, + FFFD2d030a787f922d030a78 /* Simd4i.h */, + FFFD2d030ae07f922d030ae0 /* SimdTypes.h */, + FFFD2d030b487f922d030b48 /* StackAllocator.h */, + FFFD2d030bb07f922d030bb0 /* SwCloth.h */, + FFFD2d030c187f922d030c18 /* SwClothData.h */, + FFFD2d030c807f922d030c80 /* SwCollision.h */, + FFFD2d030ce87f922d030ce8 /* SwCollisionHelpers.h */, + FFFD2d030d507f922d030d50 /* SwFabric.h */, + FFFD2d030db87f922d030db8 /* SwFactory.h */, + FFFD2d030e207f922d030e20 /* SwInterCollision.h */, + FFFD2d030e887f922d030e88 /* SwSelfCollision.h */, + FFFD2d030ef07f922d030ef0 /* SwSolver.h */, + FFFD2d030f587f922d030f58 /* SwSolverKernel.h */, + FFFD2d030fc07f922d030fc0 /* TripletScheduler.h */, + FFFD2d0310287f922d031028 /* Vec4T.h */, + FFFD2d0310907f922d031090 /* Allocator.cpp */, + FFFD2d0310f87f922d0310f8 /* Factory.cpp */, + FFFD2d0311607f922d031160 /* PhaseConfig.cpp */, + FFFD2d0311c87f922d0311c8 /* SwCloth.cpp */, + FFFD2d0312307f922d031230 /* SwClothData.cpp */, + FFFD2d0312987f922d031298 /* SwCollision.cpp */, + FFFD2d0313007f922d031300 /* SwFabric.cpp */, + FFFD2d0313687f922d031368 /* SwFactory.cpp */, + FFFD2d0313d07f922d0313d0 /* SwInterCollision.cpp */, + FFFD2d0314387f922d031438 /* SwSelfCollision.cpp */, + FFFD2d0314a07f922d0314a0 /* SwSolver.cpp */, + FFFD2d0315087f922d031508 /* SwSolverKernel.cpp */, + FFFD2d0315707f922d031570 /* TripletScheduler.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd4b64e407fd6d4b64e40 /* LowLevelParticles */ = { + FFFB2c07d5207f922c07d520 /* LowLevelParticles */ = { isa = PBXGroup; children = ( - FFFBd4b635707fd6d4b63570 /* include */, - FFFBd4b635987fd6d4b63598 /* src */, + FFFB2c0733b07f922c0733b0 /* include */, + FFFB2c0733d87f922c0733d8 /* src */, ); name = "LowLevelParticles"; sourceTree = "<group>"; }; - FFFBd4b635707fd6d4b63570 /* include */ = { + FFFB2c0733b07f922c0733b0 /* include */ = { isa = PBXGroup; children = ( - FFFDd601ac007fd6d601ac00 /* PtBodyTransformVault.h */, - FFFDd601ac687fd6d601ac68 /* PtContext.h */, - FFFDd601acd07fd6d601acd0 /* PtGridCellVector.h */, - FFFDd601ad387fd6d601ad38 /* PtParticle.h */, - FFFDd601ada07fd6d601ada0 /* PtParticleContactManagerStream.h */, - FFFDd601ae087fd6d601ae08 /* PtParticleData.h */, - FFFDd601ae707fd6d601ae70 /* PtParticleShape.h */, - FFFDd601aed87fd6d601aed8 /* PtParticleSystemCore.h */, - FFFDd601af407fd6d601af40 /* PtParticleSystemFlags.h */, - FFFDd601afa87fd6d601afa8 /* PtParticleSystemSim.h */, + FFFD2c8262007f922c826200 /* PtBodyTransformVault.h */, + FFFD2c8262687f922c826268 /* PtContext.h */, + FFFD2c8262d07f922c8262d0 /* PtGridCellVector.h */, + FFFD2c8263387f922c826338 /* PtParticle.h */, + FFFD2c8263a07f922c8263a0 /* PtParticleContactManagerStream.h */, + FFFD2c8264087f922c826408 /* PtParticleData.h */, + FFFD2c8264707f922c826470 /* PtParticleShape.h */, + FFFD2c8264d87f922c8264d8 /* PtParticleSystemCore.h */, + FFFD2c8265407f922c826540 /* PtParticleSystemFlags.h */, + FFFD2c8265a87f922c8265a8 /* PtParticleSystemSim.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd4b635987fd6d4b63598 /* src */ = { + FFFB2c0733d87f922c0733d8 /* src */ = { isa = PBXGroup; children = ( - FFFDd6034a007fd6d6034a00 /* PtBatcher.h */, - FFFDd6034a687fd6d6034a68 /* PtCollision.h */, - FFFDd6034ad07fd6d6034ad0 /* PtCollisionData.h */, - FFFDd6034b387fd6d6034b38 /* PtCollisionHelper.h */, - FFFDd6034ba07fd6d6034ba0 /* PtCollisionMethods.h */, - FFFDd6034c087fd6d6034c08 /* PtCollisionParameters.h */, - FFFDd6034c707fd6d6034c70 /* PtConfig.h */, - FFFDd6034cd87fd6d6034cd8 /* PtConstants.h */, - FFFDd6034d407fd6d6034d40 /* PtContextCpu.h */, - FFFDd6034da87fd6d6034da8 /* PtDynamicHelper.h */, - FFFDd6034e107fd6d6034e10 /* PtDynamics.h */, - FFFDd6034e787fd6d6034e78 /* PtDynamicsKernels.h */, - FFFDd6034ee07fd6d6034ee0 /* PtDynamicsParameters.h */, - FFFDd6034f487fd6d6034f48 /* PtDynamicsTempBuffers.h */, - FFFDd6034fb07fd6d6034fb0 /* PtHeightFieldAabbTest.h */, - FFFDd60350187fd6d6035018 /* PtPacketSections.h */, - FFFDd60350807fd6d6035080 /* PtParticleCell.h */, - FFFDd60350e87fd6d60350e8 /* PtParticleOpcodeCache.h */, - FFFDd60351507fd6d6035150 /* PtParticleShapeCpu.h */, - FFFDd60351b87fd6d60351b8 /* PtParticleSystemSimCpu.h */, - FFFDd60352207fd6d6035220 /* PtSpatialHash.h */, - FFFDd60352887fd6d6035288 /* PtSpatialHashHelper.h */, - FFFDd60352f07fd6d60352f0 /* PtTwoWayData.h */, - FFFDd60353587fd6d6035358 /* PtBatcher.cpp */, - FFFDd60353c07fd6d60353c0 /* PtBodyTransformVault.cpp */, - FFFDd60354287fd6d6035428 /* PtCollision.cpp */, - FFFDd60354907fd6d6035490 /* PtCollisionBox.cpp */, - FFFDd60354f87fd6d60354f8 /* PtCollisionCapsule.cpp */, - FFFDd60355607fd6d6035560 /* PtCollisionConvex.cpp */, - FFFDd60355c87fd6d60355c8 /* PtCollisionMesh.cpp */, - FFFDd60356307fd6d6035630 /* PtCollisionPlane.cpp */, - FFFDd60356987fd6d6035698 /* PtCollisionSphere.cpp */, - FFFDd60357007fd6d6035700 /* PtContextCpu.cpp */, - FFFDd60357687fd6d6035768 /* PtDynamics.cpp */, - FFFDd60357d07fd6d60357d0 /* PtParticleData.cpp */, - FFFDd60358387fd6d6035838 /* PtParticleShapeCpu.cpp */, - FFFDd60358a07fd6d60358a0 /* PtParticleSystemSimCpu.cpp */, - FFFDd60359087fd6d6035908 /* PtSpatialHash.cpp */, - FFFDd60359707fd6d6035970 /* PtSpatialLocalHash.cpp */, + FFFD2c831c007f922c831c00 /* PtBatcher.h */, + FFFD2c831c687f922c831c68 /* PtCollision.h */, + FFFD2c831cd07f922c831cd0 /* PtCollisionData.h */, + FFFD2c831d387f922c831d38 /* PtCollisionHelper.h */, + FFFD2c831da07f922c831da0 /* PtCollisionMethods.h */, + FFFD2c831e087f922c831e08 /* PtCollisionParameters.h */, + FFFD2c831e707f922c831e70 /* PtConfig.h */, + FFFD2c831ed87f922c831ed8 /* PtConstants.h */, + FFFD2c831f407f922c831f40 /* PtContextCpu.h */, + FFFD2c831fa87f922c831fa8 /* PtDynamicHelper.h */, + FFFD2c8320107f922c832010 /* PtDynamics.h */, + FFFD2c8320787f922c832078 /* PtDynamicsKernels.h */, + FFFD2c8320e07f922c8320e0 /* PtDynamicsParameters.h */, + FFFD2c8321487f922c832148 /* PtDynamicsTempBuffers.h */, + FFFD2c8321b07f922c8321b0 /* PtHeightFieldAabbTest.h */, + FFFD2c8322187f922c832218 /* PtPacketSections.h */, + FFFD2c8322807f922c832280 /* PtParticleCell.h */, + FFFD2c8322e87f922c8322e8 /* PtParticleOpcodeCache.h */, + FFFD2c8323507f922c832350 /* PtParticleShapeCpu.h */, + FFFD2c8323b87f922c8323b8 /* PtParticleSystemSimCpu.h */, + FFFD2c8324207f922c832420 /* PtSpatialHash.h */, + FFFD2c8324887f922c832488 /* PtSpatialHashHelper.h */, + FFFD2c8324f07f922c8324f0 /* PtTwoWayData.h */, + FFFD2c8325587f922c832558 /* PtBatcher.cpp */, + FFFD2c8325c07f922c8325c0 /* PtBodyTransformVault.cpp */, + FFFD2c8326287f922c832628 /* PtCollision.cpp */, + FFFD2c8326907f922c832690 /* PtCollisionBox.cpp */, + FFFD2c8326f87f922c8326f8 /* PtCollisionCapsule.cpp */, + FFFD2c8327607f922c832760 /* PtCollisionConvex.cpp */, + FFFD2c8327c87f922c8327c8 /* PtCollisionMesh.cpp */, + FFFD2c8328307f922c832830 /* PtCollisionPlane.cpp */, + FFFD2c8328987f922c832898 /* PtCollisionSphere.cpp */, + FFFD2c8329007f922c832900 /* PtContextCpu.cpp */, + FFFD2c8329687f922c832968 /* PtDynamics.cpp */, + FFFD2c8329d07f922c8329d0 /* PtParticleData.cpp */, + FFFD2c832a387f922c832a38 /* PtParticleShapeCpu.cpp */, + FFFD2c832aa07f922c832aa0 /* PtParticleSystemSimCpu.cpp */, + FFFD2c832b087f922c832b08 /* PtSpatialHash.cpp */, + FFFD2c832b707f922c832b70 /* PtSpatialLocalHash.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd7dfb2107fd6d7dfb210 /* PxTask */ = { + FFFB2c659bf07f922c659bf0 /* PxTask */ = { isa = PBXGroup; children = ( - FFFBd7df51107fd6d7df5110 /* include */, - FFFBd7df51387fd6d7df5138 /* src */, + FFFB2c62ef807f922c62ef80 /* include */, + FFFB2c62efa87f922c62efa8 /* src */, ); name = "PxTask"; sourceTree = "<group>"; }; - FFFBd7df51107fd6d7df5110 /* include */ = { + FFFB2c62ef807f922c62ef80 /* include */ = { isa = PBXGroup; children = ( - FFFDd4be31f07fd6d4be31f0 /* PxCpuDispatcher.h */, - FFFDd4be32587fd6d4be3258 /* PxGpuDispatcher.h */, - FFFDd4be32c07fd6d4be32c0 /* PxGpuTask.h */, - FFFDd4be33287fd6d4be3328 /* PxTask.h */, - FFFDd4be33907fd6d4be3390 /* PxTaskDefine.h */, - FFFDd4be33f87fd6d4be33f8 /* PxTaskManager.h */, + FFFD2c6468c07f922c6468c0 /* PxCpuDispatcher.h */, + FFFD2c6469287f922c646928 /* PxGpuDispatcher.h */, + FFFD2c6469907f922c646990 /* PxGpuTask.h */, + FFFD2c6469f87f922c6469f8 /* PxTask.h */, + FFFD2c646a607f922c646a60 /* PxTaskDefine.h */, + FFFD2c646ac87f922c646ac8 /* PxTaskManager.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd7df51387fd6d7df5138 /* src */ = { + FFFB2c62efa87f922c62efa8 /* src */ = { isa = PBXGroup; children = ( - FFFDd4bd80407fd6d4bd8040 /* src/TaskManager.cpp */, + FFFD2c62efd07f922c62efd0 /* src/TaskManager.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; }; - FFFBd78990e07fd6d78990e0 /* PsFastXml */ = { + FFFB2d9e21807f922d9e2180 /* PsFastXml */ = { isa = PBXGroup; children = ( - FFFBd78995f07fd6d78995f0 /* include */, - FFFBd78996187fd6d7899618 /* src */, + FFFB2d9e65c07f922d9e65c0 /* include */, + FFFB2d9e65e87f922d9e65e8 /* src */, ); name = "PsFastXml"; sourceTree = "<group>"; }; - FFFBd78995f07fd6d78995f0 /* include */ = { + FFFB2d9e65c07f922d9e65c0 /* include */ = { isa = PBXGroup; children = ( - FFFDd78997807fd6d7899780 /* PsFastXml.h */, + FFFD2d9e67507f922d9e6750 /* PsFastXml.h */, ); name = "include"; sourceTree = SOURCE_ROOT; }; - FFFBd78996187fd6d7899618 /* src */ = { + FFFB2d9e65e87f922d9e65e8 /* src */ = { isa = PBXGroup; children = ( - FFFDd78998807fd6d7899880 /* PsFastXml.cpp */, + FFFD2d9e68507f922d9e6850 /* PsFastXml.cpp */, ); name = "src"; sourceTree = SOURCE_ROOT; @@ -4997,61 +4995,61 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAd789d9507fd6d789d950 /* PhysX */ = { + FFFA2d9e31707f922d9e3170 /* PhysX */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d789d9507fd6d789d950 /* Build configuration list for PBXNativeTarget "PhysX" */; + buildConfigurationList = FFF62d9e31707f922d9e3170 /* Build configuration list for PBXNativeTarget "PhysX" */; buildPhases = ( - FFF2d789d9507fd6d789d950, - FFF8d789d9507fd6d789d950, - FFFCd789d9507fd6d789d950, + FFF22d9e31707f922d9e3170, + FFF82d9e31707f922d9e3170, + FFFC2d9e31707f922d9e3170, ); buildRules = ( ); dependencies = ( - FFF4d789ee407fd6d789ee40, /* LowLevel */ - FFF4d789e3a07fd6d789e3a0, /* LowLevelAABB */ - FFF4d78a1c407fd6d78a1c40, /* LowLevelCloth */ - FFF4d789e4007fd6d789e400, /* LowLevelDynamics */ - FFF4d78a1ca07fd6d78a1ca0, /* LowLevelParticles */ - FFF4d78928307fd6d7892830, /* PhysXCommon */ - FFF4d789dc707fd6d789dc70, /* PxFoundation */ - FFF4d789d9207fd6d789d920, /* PxPvdSDK */ - FFF4d789e8707fd6d789e870, /* PxTask */ - FFF4d78a1d007fd6d78a1d00, /* SceneQuery */ - FFF4d789e8407fd6d789e840, /* SimulationController */ + FFF42d9f08f07f922d9f08f0, /* LowLevel */ + FFF42d9e90a07f922d9e90a0, /* LowLevelAABB */ + FFF42d9eff807f922d9eff80, /* LowLevelCloth */ + FFF42d9eff207f922d9eff20, /* LowLevelDynamics */ + FFF42d9ed0007f922d9ed000, /* LowLevelParticles */ + FFF42d9f08907f922d9f0890, /* PhysXCommon */ + FFF42d9e34607f922d9e3460, /* PxFoundation */ + FFF42d9e31107f922d9e3110, /* PxPvdSDK */ + FFF42d9f03c07f922d9f03c0, /* PxTask */ + FFF42d9ed0607f922d9ed060, /* SceneQuery */ + FFF42d9f03907f922d9f0390, /* SimulationController */ ); name = "PhysX"; productName = "PhysX"; - productReference = FFFDd789d9507fd6d789d950 /* PhysX */; + productReference = FFFD2d9e31707f922d9e3170 /* PhysX */; productType = "com.apple.product-type.library.static"; }; - FFFAd789e4f07fd6d789e4f0 /* PhysXCharacterKinematic */ = { + FFFA2d9ecca07f922d9ecca0 /* PhysXCharacterKinematic */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d789e4f07fd6d789e4f0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; + buildConfigurationList = FFF62d9ecca07f922d9ecca0 /* Build configuration list for PBXNativeTarget "PhysXCharacterKinematic" */; buildPhases = ( - FFF2d789e4f07fd6d789e4f0, - FFF8d789e4f07fd6d789e4f0, - FFFCd789e4f07fd6d789e4f0, + FFF22d9ecca07f922d9ecca0, + FFF82d9ecca07f922d9ecca0, + FFFC2d9ecca07f922d9ecca0, ); buildRules = ( ); dependencies = ( - FFF4d789f6107fd6d789f610, /* PhysXCommon */ - FFF4d78a50907fd6d78a5090, /* PhysXExtensions */ - FFF4d789f5b07fd6d789f5b0, /* PxFoundation */ + FFF42d9f3c407f922d9f3c40, /* PhysXCommon */ + FFF42d9edd207f922d9edd20, /* PhysXExtensions */ + FFF42d9ee8d07f922d9ee8d0, /* PxFoundation */ ); name = "PhysXCharacterKinematic"; productName = "PhysXCharacterKinematic"; - productReference = FFFDd789e4f07fd6d789e4f0 /* PhysXCharacterKinematic */; + productReference = FFFD2d9ecca07f922d9ecca0 /* PhysXCharacterKinematic */; productType = "com.apple.product-type.library.static"; }; - FFFAd789f9f07fd6d789f9f0 /* PhysXVehicle */ = { + FFFA2d9ee0607f922d9ee060 /* PhysXVehicle */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d789f9f07fd6d789f9f0 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; + buildConfigurationList = FFF62d9ee0607f922d9ee060 /* Build configuration list for PBXNativeTarget "PhysXVehicle" */; buildPhases = ( - FFF2d789f9f07fd6d789f9f0, - FFF8d789f9f07fd6d789f9f0, - FFFCd789f9f07fd6d789f9f0, + FFF22d9ee0607f922d9ee060, + FFF82d9ee0607f922d9ee060, + FFFC2d9ee0607f922d9ee060, ); buildRules = ( ); @@ -5059,34 +5057,34 @@ ); name = "PhysXVehicle"; productName = "PhysXVehicle"; - productReference = FFFDd789f9f07fd6d789f9f0 /* PhysXVehicle */; + productReference = FFFD2d9ee0607f922d9ee060 /* PhysXVehicle */; productType = "com.apple.product-type.library.static"; }; - FFFAd78af6907fd6d78af690 /* PhysXExtensions */ = { + FFFA2dc036207f922dc03620 /* PhysXExtensions */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78af6907fd6d78af690 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; + buildConfigurationList = FFF62dc036207f922dc03620 /* Build configuration list for PBXNativeTarget "PhysXExtensions" */; buildPhases = ( - FFF2d78af6907fd6d78af690, - FFF8d78af6907fd6d78af690, - FFFCd78af6907fd6d78af690, + FFF22dc036207f922dc03620, + FFF82dc036207f922dc03620, + FFFC2dc036207f922dc03620, ); buildRules = ( ); dependencies = ( - FFF4d78afb107fd6d78afb10, /* PsFastXml */ + FFF42dc004907f922dc00490, /* PsFastXml */ ); name = "PhysXExtensions"; productName = "PhysXExtensions"; - productReference = FFFDd78af6907fd6d78af690 /* PhysXExtensions */; + productReference = FFFD2dc036207f922dc03620 /* PhysXExtensions */; productType = "com.apple.product-type.library.static"; }; - FFFAd78c1fc07fd6d78c1fc0 /* SceneQuery */ = { + FFFA2dc145807f922dc14580 /* SceneQuery */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78c1fc07fd6d78c1fc0 /* Build configuration list for PBXNativeTarget "SceneQuery" */; + buildConfigurationList = FFF62dc145807f922dc14580 /* Build configuration list for PBXNativeTarget "SceneQuery" */; buildPhases = ( - FFF2d78c1fc07fd6d78c1fc0, - FFF8d78c1fc07fd6d78c1fc0, - FFFCd78c1fc07fd6d78c1fc0, + FFF22dc145807f922dc14580, + FFF82dc145807f922dc14580, + FFFC2dc145807f922dc14580, ); buildRules = ( ); @@ -5094,16 +5092,16 @@ ); name = "SceneQuery"; productName = "SceneQuery"; - productReference = FFFDd78c1fc07fd6d78c1fc0 /* SceneQuery */; + productReference = FFFD2dc145807f922dc14580 /* SceneQuery */; productType = "com.apple.product-type.library.static"; }; - FFFAd78c66b07fd6d78c66b0 /* SimulationController */ = { + FFFA2dc18c707f922dc18c70 /* SimulationController */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78c66b07fd6d78c66b0 /* Build configuration list for PBXNativeTarget "SimulationController" */; + buildConfigurationList = FFF62dc18c707f922dc18c70 /* Build configuration list for PBXNativeTarget "SimulationController" */; buildPhases = ( - FFF2d78c66b07fd6d78c66b0, - FFF8d78c66b07fd6d78c66b0, - FFFCd78c66b07fd6d78c66b0, + FFF22dc18c707f922dc18c70, + FFF82dc18c707f922dc18c70, + FFFC2dc18c707f922dc18c70, ); buildRules = ( ); @@ -5111,54 +5109,54 @@ ); name = "SimulationController"; productName = "SimulationController"; - productReference = FFFDd78c66b07fd6d78c66b0 /* SimulationController */; + productReference = FFFD2dc18c707f922dc18c70 /* SimulationController */; productType = "com.apple.product-type.library.static"; }; - FFFAd78cae607fd6d78cae60 /* PhysXCooking */ = { + FFFA2dd04ea07f922dd04ea0 /* PhysXCooking */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78cae607fd6d78cae60 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; + buildConfigurationList = FFF62dd04ea07f922dd04ea0 /* Build configuration list for PBXNativeTarget "PhysXCooking" */; buildPhases = ( - FFF2d78cae607fd6d78cae60, - FFF8d78cae607fd6d78cae60, - FFFCd78cae607fd6d78cae60, + FFF22dd04ea07f922dd04ea0, + FFF82dd04ea07f922dd04ea0, + FFFC2dd04ea07f922dd04ea0, ); buildRules = ( ); dependencies = ( - FFF4d78d46b07fd6d78d46b0, /* PhysXCommon */ - FFF4d78d45d07fd6d78d45d0, /* PhysXExtensions */ - FFF4d78cfde07fd6d78cfde0, /* PxFoundation */ + FFF42dd055a07f922dd055a0, /* PhysXCommon */ + FFF42dd085907f922dd08590, /* PhysXExtensions */ + FFF42dd037507f922dd03750, /* PxFoundation */ ); name = "PhysXCooking"; productName = "PhysXCooking"; - productReference = FFFDd78cae607fd6d78cae60 /* PhysXCooking */; + productReference = FFFD2dd04ea07f922dd04ea0 /* PhysXCooking */; productType = "com.apple.product-type.library.static"; }; - FFFAd4b0f5307fd6d4b0f530 /* PhysXCommon */ = { + FFFA2c13c0507f922c13c050 /* PhysXCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d4b0f5307fd6d4b0f530 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; + buildConfigurationList = FFF62c13c0507f922c13c050 /* Build configuration list for PBXNativeTarget "PhysXCommon" */; buildPhases = ( - FFF2d4b0f5307fd6d4b0f530, - FFF8d4b0f5307fd6d4b0f530, - FFFCd4b0f5307fd6d4b0f530, + FFF22c13c0507f922c13c050, + FFF82c13c0507f922c13c050, + FFFC2c13c0507f922c13c050, ); buildRules = ( ); dependencies = ( - FFF4d4a003007fd6d4a00300, /* PxFoundation */ + FFF42c1566c07f922c1566c0, /* PxFoundation */ ); name = "PhysXCommon"; productName = "PhysXCommon"; - productReference = FFFDd4b0f5307fd6d4b0f530 /* PhysXCommon */; + productReference = FFFD2c13c0507f922c13c050 /* PhysXCommon */; productType = "com.apple.product-type.library.static"; }; - FFFAd78251d07fd6d78251d0 /* PxFoundation */ = { + FFFA2c1587607f922c158760 /* PxFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78251d07fd6d78251d0 /* Build configuration list for PBXNativeTarget "PxFoundation" */; + buildConfigurationList = FFF62c1587607f922c158760 /* Build configuration list for PBXNativeTarget "PxFoundation" */; buildPhases = ( - FFF2d78251d07fd6d78251d0, - FFF8d78251d07fd6d78251d0, - FFFCd78251d07fd6d78251d0, + FFF22c1587607f922c158760, + FFF82c1587607f922c158760, + FFFC2c1587607f922c158760, ); buildRules = ( ); @@ -5166,34 +5164,34 @@ ); name = "PxFoundation"; productName = "PxFoundation"; - productReference = FFFDd78251d07fd6d78251d0 /* PxFoundation */; + productReference = FFFD2c1587607f922c158760 /* PxFoundation */; productType = "com.apple.product-type.library.static"; }; - FFFAd496f0507fd6d496f050 /* PxPvdSDK */ = { + FFFA2c0bd6207f922c0bd620 /* PxPvdSDK */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d496f0507fd6d496f050 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; + buildConfigurationList = FFF62c0bd6207f922c0bd620 /* Build configuration list for PBXNativeTarget "PxPvdSDK" */; buildPhases = ( - FFF2d496f0507fd6d496f050, - FFF8d496f0507fd6d496f050, - FFFCd496f0507fd6d496f050, + FFF22c0bd6207f922c0bd620, + FFF82c0bd6207f922c0bd620, + FFFC2c0bd6207f922c0bd620, ); buildRules = ( ); dependencies = ( - FFF4d496e1707fd6d496e170, /* PxFoundation */ + FFF42c0f3ab07f922c0f3ab0, /* PxFoundation */ ); name = "PxPvdSDK"; productName = "PxPvdSDK"; - productReference = FFFDd496f0507fd6d496f050 /* PxPvdSDK */; + productReference = FFFD2c0bd6207f922c0bd620 /* PxPvdSDK */; productType = "com.apple.product-type.library.static"; }; - FFFAd4c064007fd6d4c06400 /* LowLevel */ = { + FFFA2c12cc907f922c12cc90 /* LowLevel */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d4c064007fd6d4c06400 /* Build configuration list for PBXNativeTarget "LowLevel" */; + buildConfigurationList = FFF62c12cc907f922c12cc90 /* Build configuration list for PBXNativeTarget "LowLevel" */; buildPhases = ( - FFF2d4c064007fd6d4c06400, - FFF8d4c064007fd6d4c06400, - FFFCd4c064007fd6d4c06400, + FFF22c12cc907f922c12cc90, + FFF82c12cc907f922c12cc90, + FFFC2c12cc907f922c12cc90, ); buildRules = ( ); @@ -5201,16 +5199,16 @@ ); name = "LowLevel"; productName = "LowLevel"; - productReference = FFFDd4c064007fd6d4c06400 /* LowLevel */; + productReference = FFFD2c12cc907f922c12cc90 /* LowLevel */; productType = "com.apple.product-type.library.static"; }; - FFFAd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */ = { + FFFA2c60e6807f922c60e680 /* LowLevelAABB */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d4b4a6a07fd6d4b4a6a0 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; + buildConfigurationList = FFF62c60e6807f922c60e680 /* Build configuration list for PBXNativeTarget "LowLevelAABB" */; buildPhases = ( - FFF2d4b4a6a07fd6d4b4a6a0, - FFF8d4b4a6a07fd6d4b4a6a0, - FFFCd4b4a6a07fd6d4b4a6a0, + FFF22c60e6807f922c60e680, + FFF82c60e6807f922c60e680, + FFFC2c60e6807f922c60e680, ); buildRules = ( ); @@ -5218,16 +5216,16 @@ ); name = "LowLevelAABB"; productName = "LowLevelAABB"; - productReference = FFFDd4b4a6a07fd6d4b4a6a0 /* LowLevelAABB */; + productReference = FFFD2c60e6807f922c60e680 /* LowLevelAABB */; productType = "com.apple.product-type.library.static"; }; - FFFAd4c291507fd6d4c29150 /* LowLevelDynamics */ = { + FFFA2c0b4e307f922c0b4e30 /* LowLevelDynamics */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d4c291507fd6d4c29150 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; + buildConfigurationList = FFF62c0b4e307f922c0b4e30 /* Build configuration list for PBXNativeTarget "LowLevelDynamics" */; buildPhases = ( - FFF2d4c291507fd6d4c29150, - FFF8d4c291507fd6d4c29150, - FFFCd4c291507fd6d4c29150, + FFF22c0b4e307f922c0b4e30, + FFF82c0b4e307f922c0b4e30, + FFFC2c0b4e307f922c0b4e30, ); buildRules = ( ); @@ -5235,16 +5233,16 @@ ); name = "LowLevelDynamics"; productName = "LowLevelDynamics"; - productReference = FFFDd4c291507fd6d4c29150 /* LowLevelDynamics */; + productReference = FFFD2c0b4e307f922c0b4e30 /* LowLevelDynamics */; productType = "com.apple.product-type.library.static"; }; - FFFAd78732807fd6d7873280 /* LowLevelCloth */ = { + FFFA2c62b3607f922c62b360 /* LowLevelCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78732807fd6d7873280 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; + buildConfigurationList = FFF62c62b3607f922c62b360 /* Build configuration list for PBXNativeTarget "LowLevelCloth" */; buildPhases = ( - FFF2d78732807fd6d7873280, - FFF8d78732807fd6d7873280, - FFFCd78732807fd6d7873280, + FFF22c62b3607f922c62b360, + FFF82c62b3607f922c62b360, + FFFC2c62b3607f922c62b360, ); buildRules = ( ); @@ -5252,16 +5250,16 @@ ); name = "LowLevelCloth"; productName = "LowLevelCloth"; - productReference = FFFDd78732807fd6d7873280 /* LowLevelCloth */; + productReference = FFFD2c62b3607f922c62b360 /* LowLevelCloth */; productType = "com.apple.product-type.library.static"; }; - FFFAd4b64e407fd6d4b64e40 /* LowLevelParticles */ = { + FFFA2c07d5207f922c07d520 /* LowLevelParticles */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d4b64e407fd6d4b64e40 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; + buildConfigurationList = FFF62c07d5207f922c07d520 /* Build configuration list for PBXNativeTarget "LowLevelParticles" */; buildPhases = ( - FFF2d4b64e407fd6d4b64e40, - FFF8d4b64e407fd6d4b64e40, - FFFCd4b64e407fd6d4b64e40, + FFF22c07d5207f922c07d520, + FFF82c07d5207f922c07d520, + FFFC2c07d5207f922c07d520, ); buildRules = ( ); @@ -5269,16 +5267,16 @@ ); name = "LowLevelParticles"; productName = "LowLevelParticles"; - productReference = FFFDd4b64e407fd6d4b64e40 /* LowLevelParticles */; + productReference = FFFD2c07d5207f922c07d520 /* LowLevelParticles */; productType = "com.apple.product-type.library.static"; }; - FFFAd7dfb2107fd6d7dfb210 /* PxTask */ = { + FFFA2c659bf07f922c659bf0 /* PxTask */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d7dfb2107fd6d7dfb210 /* Build configuration list for PBXNativeTarget "PxTask" */; + buildConfigurationList = FFF62c659bf07f922c659bf0 /* Build configuration list for PBXNativeTarget "PxTask" */; buildPhases = ( - FFF2d7dfb2107fd6d7dfb210, - FFF8d7dfb2107fd6d7dfb210, - FFFCd7dfb2107fd6d7dfb210, + FFF22c659bf07f922c659bf0, + FFF82c659bf07f922c659bf0, + FFFC2c659bf07f922c659bf0, ); buildRules = ( ); @@ -5286,16 +5284,16 @@ ); name = "PxTask"; productName = "PxTask"; - productReference = FFFDd7dfb2107fd6d7dfb210 /* PxTask */; + productReference = FFFD2c659bf07f922c659bf0 /* PxTask */; productType = "com.apple.product-type.library.static"; }; - FFFAd78990e07fd6d78990e0 /* PsFastXml */ = { + FFFA2d9e21807f922d9e2180 /* PsFastXml */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6d78990e07fd6d78990e0 /* Build configuration list for PBXNativeTarget "PsFastXml" */; + buildConfigurationList = FFF62d9e21807f922d9e2180 /* Build configuration list for PBXNativeTarget "PsFastXml" */; buildPhases = ( - FFF2d78990e07fd6d78990e0, - FFF8d78990e07fd6d78990e0, - FFFCd78990e07fd6d78990e0, + FFF22d9e21807f922d9e2180, + FFF82d9e21807f922d9e2180, + FFFC2d9e21807f922d9e2180, ); buildRules = ( ); @@ -5303,213 +5301,213 @@ ); name = "PsFastXml"; productName = "PsFastXml"; - productReference = FFFDd78990e07fd6d78990e0 /* PsFastXml */; + productReference = FFFD2d9e21807f922d9e2180 /* PsFastXml */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6d789d9507fd6d789d950 = { + FFF62d9e31707f922d9e3170 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40bf4007fd6d40bf400, - FFF7d40bfaf07fd6d40bfaf0, - FFF7d40c01e07fd6d40c01e0, - FFF7d40c08d07fd6d40c08d0, + FFF72e009c007f922e009c00, + FFF72e00a2f07f922e00a2f0, + FFF72e00a9e07f922e00a9e0, + FFF72e00b0d07f922e00b0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6d789e4f07fd6d789e4f0 = { + FFF62d9ecca07f922d9ecca0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c10007fd6d40c1000, - FFF7d40c16f07fd6d40c16f0, - FFF7d40c1de07fd6d40c1de0, - FFF7d40c24d07fd6d40c24d0, + FFF72e00b8007f922e00b800, + FFF72e00bef07f922e00bef0, + FFF72e00c5e07f922e00c5e0, + FFF72e00ccd07f922e00ccd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d789f9f07fd6d789f9f0 = { + FFF62d9ee0607f922d9ee060 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c2c007fd6d40c2c00, - FFF7d40c32f07fd6d40c32f0, - FFF7d40c39e07fd6d40c39e0, - FFF7d40c40d07fd6d40c40d0, + FFF72e00d4007f922e00d400, + FFF72e00daf07f922e00daf0, + FFF72e00e1e07f922e00e1e0, + FFF72e00e8d07f922e00e8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78af6907fd6d78af690 = { + FFF62dc036207f922dc03620 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c48007fd6d40c4800, - FFF7d40c4ef07fd6d40c4ef0, - FFF7d40c55e07fd6d40c55e0, - FFF7d40c5cd07fd6d40c5cd0, + FFF72e00f0007f922e00f000, + FFF72e00f6f07f922e00f6f0, + FFF72e00fde07f922e00fde0, + FFF72e0104d07f922e0104d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78c1fc07fd6d78c1fc0 = { + FFF62dc145807f922dc14580 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c64007fd6d40c6400, - FFF7d40c6af07fd6d40c6af0, - FFF7d40c71e07fd6d40c71e0, - FFF7d40c78d07fd6d40c78d0, + FFF72e010c007f922e010c00, + FFF72e0112f07f922e0112f0, + FFF72e0119e07f922e0119e0, + FFF72e0120d07f922e0120d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78c66b07fd6d78c66b0 = { + FFF62dc18c707f922dc18c70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c80007fd6d40c8000, - FFF7d40c86f07fd6d40c86f0, - FFF7d40c8de07fd6d40c8de0, - FFF7d40c94d07fd6d40c94d0, + FFF72e0128007f922e012800, + FFF72e012ef07f922e012ef0, + FFF72e0135e07f922e0135e0, + FFF72e013cd07f922e013cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78cae607fd6d78cae60 = { + FFF62dd04ea07f922dd04ea0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40c9c007fd6d40c9c00, - FFF7d40ca2f07fd6d40ca2f0, - FFF7d40ca9e07fd6d40ca9e0, - FFF7d40cb0d07fd6d40cb0d0, + FFF72e0144007f922e014400, + FFF72e014af07f922e014af0, + FFF72e0151e07f922e0151e0, + FFF72e0158d07f922e0158d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6d4b0f5307fd6d4b0f530 = { + FFF62c13c0507f922c13c050 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d60124007fd6d6012400, - FFF7d6012af07fd6d6012af0, - FFF7d60131e07fd6d60131e0, - FFF7d60138d07fd6d60138d0, + FFF72c8110007f922c811000, + FFF72c8116f07f922c8116f0, + FFF72c811de07f922c811de0, + FFF72c8124d07f922c8124d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; - FFF6d78251d07fd6d78251d0 = { + FFF62c1587607f922c158760 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d50e16007fd6d50e1600, - FFF7d50e1cf07fd6d50e1cf0, - FFF7d50e23e07fd6d50e23e0, - FFF7d50e2ad07fd6d50e2ad0, + FFF72b9a28007f922b9a2800, + FFF72b9a2ef07f922b9a2ef0, + FFF72b9a35e07f922b9a35e0, + FFF72b9a3cd07f922b9a3cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d496f0507fd6d496f050 = { + FFF62c0bd6207f922c0bd620 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d5104a007fd6d5104a00, - FFF7d51050f07fd6d51050f0, - FFF7d51057e07fd6d51057e0, - FFF7d5105ed07fd6d5105ed0, + FFF72c8218007f922c821800, + FFF72c821ef07f922c821ef0, + FFF72c8225e07f922c8225e0, + FFF72c822cd07f922c822cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d4c064007fd6d4c06400 = { + FFF62c12cc907f922c12cc90 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d680a4007fd6d680a400, - FFF7d680aaf07fd6d680aaf0, - FFF7d680b1e07fd6d680b1e0, - FFF7d680b8d07fd6d680b8d0, + FFF72b9b2c007f922b9b2c00, + FFF72b9b32f07f922b9b32f0, + FFF72b9b39e07f922b9b39e0, + FFF72b9b40d07f922b9b40d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d4b4a6a07fd6d4b4a6a0 = { + FFF62c60e6807f922c60e680 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d601c2007fd6d601c200, - FFF7d601c8f07fd6d601c8f0, - FFF7d601cfe07fd6d601cfe0, - FFF7d601d6d07fd6d601d6d0, + FFF72d0284007f922d028400, + FFF72d028af07f922d028af0, + FFF72d0291e07f922d0291e0, + FFF72d0298d07f922d0298d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d4c291507fd6d4c29150 = { + FFF62c0b4e307f922c0b4e30 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d6814e007fd6d6814e00, - FFF7d68154f07fd6d68154f0, - FFF7d6815be07fd6d6815be0, - FFF7d68162d07fd6d68162d0, + FFF72c829e007f922c829e00, + FFF72c82a4f07f922c82a4f0, + FFF72c82abe07f922c82abe0, + FFF72c82b2d07f922c82b2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78732807fd6d7873280 = { + FFF62c62b3607f922c62b360 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40928007fd6d4092800, - FFF7d4092ef07fd6d4092ef0, - FFF7d40935e07fd6d40935e0, - FFF7d4093cd07fd6d4093cd0, + FFF72d0320007f922d032000, + FFF72d0326f07f922d0326f0, + FFF72d032de07f922d032de0, + FFF72d0334d07f922d0334d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d4b64e407fd6d4b64e40 = { + FFF62c07d5207f922c07d520 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d60364007fd6d6036400, - FFF7d6036af07fd6d6036af0, - FFF7d60371e07fd6d60371e0, - FFF7d60378d07fd6d60378d0, + FFF72c8336007f922c833600, + FFF72c833cf07f922c833cf0, + FFF72c8343e07f922c8343e0, + FFF72c834ad07f922c834ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d7dfb2107fd6d7dfb210 = { + FFF62c659bf07f922c659bf0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d605b2007fd6d605b200, - FFF7d605b8f07fd6d605b8f0, - FFF7d605bfe07fd6d605bfe0, - FFF7d605c6d07fd6d605c6d0, + FFF72d03a8007f922d03a800, + FFF72d03aef07f922d03aef0, + FFF72d03b5e07f922d03b5e0, + FFF72d03bcd07f922d03bcd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d78990e07fd6d78990e0 = { + FFF62d9e21807f922d9e2180 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7d40992007fd6d4099200, - FFF7d40998f07fd6d40998f0, - FFF7d4099fe07fd6d4099fe0, - FFF7d409a6d07fd6d409a6d0, + FFF72c8590007f922c859000, + FFF72c8596f07f922c8596f0, + FFF72c859de07f922c859de0, + FFF72c85a4d07f922c85a4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6d3c823b07fd6d3c823b0 = { + FFF62b47d1507f922b47d150 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3d40bf4007fd6d40bf400 /* release */, - FFF3d40bfaf07fd6d40bfaf0 /* debug */, - FFF3d40c01e07fd6d40c01e0 /* checked */, - FFF3d40c08d07fd6d40c08d0 /* profile */, + FFF32e009c007f922e009c00 /* release */, + FFF32e00a2f07f922e00a2f0 /* debug */, + FFF32e00a9e07f922e00a9e0 /* checked */, + FFF32e00b0d07f922e00b0d0 /* profile */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "release"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7d40bf4007fd6d40bf400 /* release */ = { + FFF72e009c007f922e009c00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5539,7 +5537,7 @@ }; name = "release"; }; - FFF7d40bfaf07fd6d40bfaf0 /* debug */ = { + FFF72e00a2f07f922e00a2f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5569,7 +5567,7 @@ }; name = "debug"; }; - FFF7d40c01e07fd6d40c01e0 /* checked */ = { + FFF72e00a9e07f922e00a9e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5599,7 +5597,7 @@ }; name = "checked"; }; - FFF7d40c08d07fd6d40c08d0 /* profile */ = { + FFF72e00b0d07f922e00b0d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5629,7 +5627,7 @@ }; name = "profile"; }; - FFF7d40c10007fd6d40c1000 /* debug */ = { + FFF72e00b8007f922e00b800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5659,7 +5657,7 @@ }; name = "debug"; }; - FFF7d40c16f07fd6d40c16f0 /* checked */ = { + FFF72e00bef07f922e00bef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5689,7 +5687,7 @@ }; name = "checked"; }; - FFF7d40c1de07fd6d40c1de0 /* profile */ = { + FFF72e00c5e07f922e00c5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5719,7 +5717,7 @@ }; name = "profile"; }; - FFF7d40c24d07fd6d40c24d0 /* release */ = { + FFF72e00ccd07f922e00ccd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5749,7 +5747,7 @@ }; name = "release"; }; - FFF7d40c2c007fd6d40c2c00 /* debug */ = { + FFF72e00d4007f922e00d400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5779,7 +5777,7 @@ }; name = "debug"; }; - FFF7d40c32f07fd6d40c32f0 /* checked */ = { + FFF72e00daf07f922e00daf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5809,7 +5807,7 @@ }; name = "checked"; }; - FFF7d40c39e07fd6d40c39e0 /* profile */ = { + FFF72e00e1e07f922e00e1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5839,7 +5837,7 @@ }; name = "profile"; }; - FFF7d40c40d07fd6d40c40d0 /* release */ = { + FFF72e00e8d07f922e00e8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5869,7 +5867,7 @@ }; name = "release"; }; - FFF7d40c48007fd6d40c4800 /* debug */ = { + FFF72e00f0007f922e00f000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5877,7 +5875,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "_DEBUG", "PX_DEBUG=1", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5899,7 +5897,7 @@ }; name = "debug"; }; - FFF7d40c4ef07fd6d40c4ef0 /* checked */ = { + FFF72e00f6f07f922e00f6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5907,7 +5905,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_CHECKED=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5929,7 +5927,7 @@ }; name = "checked"; }; - FFF7d40c55e07fd6d40c55e0 /* profile */ = { + FFF72e00fde07f922e00fde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5937,7 +5935,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_PROFILE=1", "PX_SUPPORT_PVD=1", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5959,7 +5957,7 @@ }; name = "profile"; }; - FFF7d40c5cd07fd6d40c5cd0 /* release */ = { + FFF72e0104d07f922e0104d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5967,7 +5965,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; USE_HEADERMAP = NO; GCC_PREPROCESSOR_DEFINITIONS = ( - "PX_BUILD_NUMBER=22121302", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", + "PX_BUILD_NUMBER=22845541", "PX_PHYSX_STATIC_LIB", "NDEBUG", "PX_SUPPORT_PVD=0", ); GCC_ENABLE_EXCEPTIONS = NO; OTHER_LDFLAGS = ( @@ -5989,7 +5987,7 @@ }; name = "release"; }; - FFF7d40c64007fd6d40c6400 /* debug */ = { + FFF72e010c007f922e010c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6019,7 +6017,7 @@ }; name = "debug"; }; - FFF7d40c6af07fd6d40c6af0 /* checked */ = { + FFF72e0112f07f922e0112f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6049,7 +6047,7 @@ }; name = "checked"; }; - FFF7d40c71e07fd6d40c71e0 /* profile */ = { + FFF72e0119e07f922e0119e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6079,7 +6077,7 @@ }; name = "profile"; }; - FFF7d40c78d07fd6d40c78d0 /* release */ = { + FFF72e0120d07f922e0120d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6109,7 +6107,7 @@ }; name = "release"; }; - FFF7d40c80007fd6d40c8000 /* debug */ = { + FFF72e0128007f922e012800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6139,7 +6137,7 @@ }; name = "debug"; }; - FFF7d40c86f07fd6d40c86f0 /* checked */ = { + FFF72e012ef07f922e012ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6169,7 +6167,7 @@ }; name = "checked"; }; - FFF7d40c8de07fd6d40c8de0 /* profile */ = { + FFF72e0135e07f922e0135e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6199,7 +6197,7 @@ }; name = "profile"; }; - FFF7d40c94d07fd6d40c94d0 /* release */ = { + FFF72e013cd07f922e013cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6229,7 +6227,7 @@ }; name = "release"; }; - FFF7d40c9c007fd6d40c9c00 /* release */ = { + FFF72e0144007f922e014400 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6259,7 +6257,7 @@ }; name = "release"; }; - FFF7d40ca2f07fd6d40ca2f0 /* debug */ = { + FFF72e014af07f922e014af0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6289,7 +6287,7 @@ }; name = "debug"; }; - FFF7d40ca9e07fd6d40ca9e0 /* checked */ = { + FFF72e0151e07f922e0151e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6319,7 +6317,7 @@ }; name = "checked"; }; - FFF7d40cb0d07fd6d40cb0d0 /* profile */ = { + FFF72e0158d07f922e0158d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6349,7 +6347,7 @@ }; name = "profile"; }; - FFF7d60124007fd6d6012400 /* release */ = { + FFF72c8110007f922c811000 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6379,7 +6377,7 @@ }; name = "release"; }; - FFF7d6012af07fd6d6012af0 /* debug */ = { + FFF72c8116f07f922c8116f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6409,7 +6407,7 @@ }; name = "debug"; }; - FFF7d60131e07fd6d60131e0 /* checked */ = { + FFF72c811de07f922c811de0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6439,7 +6437,7 @@ }; name = "checked"; }; - FFF7d60138d07fd6d60138d0 /* profile */ = { + FFF72c8124d07f922c8124d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6469,7 +6467,7 @@ }; name = "profile"; }; - FFF7d50e16007fd6d50e1600 /* debug */ = { + FFF72b9a28007f922b9a2800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6499,7 +6497,7 @@ }; name = "debug"; }; - FFF7d50e1cf07fd6d50e1cf0 /* release */ = { + FFF72b9a2ef07f922b9a2ef0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6529,7 +6527,7 @@ }; name = "release"; }; - FFF7d50e23e07fd6d50e23e0 /* checked */ = { + FFF72b9a35e07f922b9a35e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6559,7 +6557,7 @@ }; name = "checked"; }; - FFF7d50e2ad07fd6d50e2ad0 /* profile */ = { + FFF72b9a3cd07f922b9a3cd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6589,7 +6587,7 @@ }; name = "profile"; }; - FFF7d5104a007fd6d5104a00 /* debug */ = { + FFF72c8218007f922c821800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6619,7 +6617,7 @@ }; name = "debug"; }; - FFF7d51050f07fd6d51050f0 /* release */ = { + FFF72c821ef07f922c821ef0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6649,7 +6647,7 @@ }; name = "release"; }; - FFF7d51057e07fd6d51057e0 /* checked */ = { + FFF72c8225e07f922c8225e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6679,7 +6677,7 @@ }; name = "checked"; }; - FFF7d5105ed07fd6d5105ed0 /* profile */ = { + FFF72c822cd07f922c822cd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6709,7 +6707,7 @@ }; name = "profile"; }; - FFF7d680a4007fd6d680a400 /* debug */ = { + FFF72b9b2c007f922b9b2c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6739,7 +6737,7 @@ }; name = "debug"; }; - FFF7d680aaf07fd6d680aaf0 /* checked */ = { + FFF72b9b32f07f922b9b32f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6769,7 +6767,7 @@ }; name = "checked"; }; - FFF7d680b1e07fd6d680b1e0 /* profile */ = { + FFF72b9b39e07f922b9b39e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6799,7 +6797,7 @@ }; name = "profile"; }; - FFF7d680b8d07fd6d680b8d0 /* release */ = { + FFF72b9b40d07f922b9b40d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6829,7 +6827,7 @@ }; name = "release"; }; - FFF7d601c2007fd6d601c200 /* debug */ = { + FFF72d0284007f922d028400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6859,7 +6857,7 @@ }; name = "debug"; }; - FFF7d601c8f07fd6d601c8f0 /* checked */ = { + FFF72d028af07f922d028af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6889,7 +6887,7 @@ }; name = "checked"; }; - FFF7d601cfe07fd6d601cfe0 /* profile */ = { + FFF72d0291e07f922d0291e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6919,7 +6917,7 @@ }; name = "profile"; }; - FFF7d601d6d07fd6d601d6d0 /* release */ = { + FFF72d0298d07f922d0298d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6949,7 +6947,7 @@ }; name = "release"; }; - FFF7d6814e007fd6d6814e00 /* debug */ = { + FFF72c829e007f922c829e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6979,7 +6977,7 @@ }; name = "debug"; }; - FFF7d68154f07fd6d68154f0 /* checked */ = { + FFF72c82a4f07f922c82a4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7009,7 +7007,7 @@ }; name = "checked"; }; - FFF7d6815be07fd6d6815be0 /* profile */ = { + FFF72c82abe07f922c82abe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7039,7 +7037,7 @@ }; name = "profile"; }; - FFF7d68162d07fd6d68162d0 /* release */ = { + FFF72c82b2d07f922c82b2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7069,7 +7067,7 @@ }; name = "release"; }; - FFF7d40928007fd6d4092800 /* debug */ = { + FFF72d0320007f922d032000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7099,7 +7097,7 @@ }; name = "debug"; }; - FFF7d4092ef07fd6d4092ef0 /* checked */ = { + FFF72d0326f07f922d0326f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7129,7 +7127,7 @@ }; name = "checked"; }; - FFF7d40935e07fd6d40935e0 /* profile */ = { + FFF72d032de07f922d032de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7159,7 +7157,7 @@ }; name = "profile"; }; - FFF7d4093cd07fd6d4093cd0 /* release */ = { + FFF72d0334d07f922d0334d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7189,7 +7187,7 @@ }; name = "release"; }; - FFF7d60364007fd6d6036400 /* debug */ = { + FFF72c8336007f922c833600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7219,7 +7217,7 @@ }; name = "debug"; }; - FFF7d6036af07fd6d6036af0 /* checked */ = { + FFF72c833cf07f922c833cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7249,7 +7247,7 @@ }; name = "checked"; }; - FFF7d60371e07fd6d60371e0 /* profile */ = { + FFF72c8343e07f922c8343e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7279,7 +7277,7 @@ }; name = "profile"; }; - FFF7d60378d07fd6d60378d0 /* release */ = { + FFF72c834ad07f922c834ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7309,7 +7307,7 @@ }; name = "release"; }; - FFF7d605b2007fd6d605b200 /* debug */ = { + FFF72d03a8007f922d03a800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7339,7 +7337,7 @@ }; name = "debug"; }; - FFF7d605b8f07fd6d605b8f0 /* release */ = { + FFF72d03aef07f922d03aef0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7369,7 +7367,7 @@ }; name = "release"; }; - FFF7d605bfe07fd6d605bfe0 /* checked */ = { + FFF72d03b5e07f922d03b5e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7399,7 +7397,7 @@ }; name = "checked"; }; - FFF7d605c6d07fd6d605c6d0 /* profile */ = { + FFF72d03bcd07f922d03bcd0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7429,7 +7427,7 @@ }; name = "profile"; }; - FFF7d40992007fd6d4099200 /* debug */ = { + FFF72c8590007f922c859000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7459,7 +7457,7 @@ }; name = "debug"; }; - FFF7d40998f07fd6d40998f0 /* release */ = { + FFF72c8596f07f922c8596f0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7489,7 +7487,7 @@ }; name = "release"; }; - FFF7d4099fe07fd6d4099fe0 /* checked */ = { + FFF72c859de07f922c859de0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7519,7 +7517,7 @@ }; name = "checked"; }; - FFF7d409a6d07fd6d409a6d0 /* profile */ = { + FFF72c85a4d07f922c85a4d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7549,25 +7547,25 @@ }; name = "profile"; }; - FFF3d40bf4007fd6d40bf400 /* release */ = { + FFF32e009c007f922e009c00 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "release"; }; - FFF3d40bfaf07fd6d40bfaf0 /* debug */ = { + FFF32e00a2f07f922e00a2f0 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3d40c01e07fd6d40c01e0 /* checked */ = { + FFF32e00a9e07f922e00a9e0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3d40c08d07fd6d40c08d0 /* profile */ = { + FFF32e00b0d07f922e00b0d0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7576,34 +7574,34 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9d3c823b07fd6d3c823b0 /* Project object */ = { + FFF92b47d1507f922b47d150 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6d3c823b07fd6d3c823b0 /* Build configuration list for PBXProject PhysX */; + buildConfigurationList = FFF62b47d1507f922b47d150 /* Build configuration list for PBXProject PhysX */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBd3c824187fd6d3c82418 /* PhysX */; + mainGroup = FFFB2b47d1b87f922b47d1b8 /* PhysX */; targets = ( - FFFAd789d9507fd6d789d950, - FFFAd789e4f07fd6d789e4f0, - FFFAd789f9f07fd6d789f9f0, - FFFAd78af6907fd6d78af690, - FFFAd78c1fc07fd6d78c1fc0, - FFFAd78c66b07fd6d78c66b0, - FFFAd78cae607fd6d78cae60, - FFFAd4b0f5307fd6d4b0f530, - FFFAd78251d07fd6d78251d0, - FFFAd496f0507fd6d496f050, - FFFAd4c064007fd6d4c06400, - FFFAd4b4a6a07fd6d4b4a6a0, - FFFAd4c291507fd6d4c29150, - FFFAd78732807fd6d7873280, - FFFAd4b64e407fd6d4b64e40, - FFFAd7dfb2107fd6d7dfb210, - FFFAd78990e07fd6d78990e0, + FFFA2d9e31707f922d9e3170, + FFFA2d9ecca07f922d9ecca0, + FFFA2d9ee0607f922d9ee060, + FFFA2dc036207f922dc03620, + FFFA2dc145807f922dc14580, + FFFA2dc18c707f922dc18c70, + FFFA2dd04ea07f922dd04ea0, + FFFA2c13c0507f922c13c050, + FFFA2c1587607f922c158760, + FFFA2c0bd6207f922c0bd620, + FFFA2c12cc907f922c12cc90, + FFFA2c60e6807f922c60e680, + FFFA2c0b4e307f922c0b4e30, + FFFA2c62b3607f922c62b360, + FFFA2c07d5207f922c07d520, + FFFA2c659bf07f922c659bf0, + FFFA2d9e21807f922d9e2180, ); }; /* End PBXProject section */ }; - rootObject = FFF9d3c823b07fd6d3c823b0 /* Project object */; + rootObject = FFF92b47d1507f922b47d150 /* Project object */; } |